/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

@charset "UTF-8";
/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Galaxy - Personal Blog Template
VERSION:	v1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&family=Montserrat:wght@400;500&display=swap");
body {
  color: #B0B0B0;
  background-color: #1A191E;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-y: hidden;
}

body.loaded {
  overflow-y: scroll;
}

::-moz-selection {
  color: #ffffff;
  background-color: rgba(228, 17, 47, 0.7);
  text-shadow: none;
}

::selection {
  color: #ffffff;
  background-color: rgba(228, 17, 47, 0.7);
  text-shadow: none;
}

:focus {
  outline: 0;
}

.main-content {
  width: calc(100% - 340px);
}
@media (max-width: 991px) {
  .main-content {
    width: calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  .main-content {
    width: 100%;
  }
}

.btn {
  font-size: 15px;
  padding: 10px 25px;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  border-radius: 0;
  border: 0;
}
.btn img {
  margin-left: 5px;
  width: 19px;
  position: relative;
}
.btn:hover {
  color: #ffffff;
  background-color: rgba(228, 17, 47, 0.7);
}
.btn:active, .btn:focus {
  border: 0;
  color: #ffffff;
  background-color: rgba(228, 17, 47, 0.7);
  box-shadow: none;
}

.btn-primary {
  background-color: #E4112F;
}

.search-form {
  margin-bottom: 35px;
}
.search-form input {
  height: 45px;
  border-color: #333139;
}
.search-form input:focus {
  border-color: #444;
}
.search-form .btn {
  border: 1px solid #333139;
}
.search-form .btn:hover {
  background-color: #E4112F;
  border-color: #E4112F;
}

.bullet-list-item {
  position: relative;
  padding-left: 20px;
}

.bullet-list-item::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #E4112F;
  left: 0;
  top: 9px;
  border-radius: 50px;
}

/*=== UTILITIES CLASSES ===*/
.font-primary {
  font-family: "Barlow Condensed", sans-serif;
}

.font-secondary {
  font-family: "Montserrat", sans-serif;
}

.shadow {
  box-shadow: 0px 0px 20px rgba(34, 34, 34, 0.04) !important;
}

.add-letter-space {
  letter-spacing: 2px;
}

.opacity-0, .opacity-0-onHover,
.opacity-25, .opacity-25-onHover,
.opacity-50, .opacity-50-onHover,
.opacity-75, .opacity-75-onHover,
.opacity-1, .opacity-1-onHover {
  transition: all 0.3s;
}

.opacity-0, .opacity-0-onHover:hover {
  opacity: 0;
}

.opacity-25, .opacity-25-onHover:hover {
  opacity: 0.25;
}

.opacity-50, .opacity-50-onHover:hover {
  opacity: 0.5;
}

.opacity-75, .opacity-75-onHover:hover {
  opacity: 0.75;
}

.opacity-1, .opacity-1-onHover:hover {
  opacity: 1;
}

.z-index-1 {
  z-index: 1;
}

.z-index-100 {
  z-index: 100;
}

.z-index-200 {
  z-index: 200;
}

.z-index-bottom {
  z-index: -5;
}

.z-index-top {
  z-index: 9900;
}

.text-gray {
  color: #B0B0B0;
}

.bg-gray {
  background-color: #B0B0B0;
}

.text-primary, .text-primary-onHover:hover {
  color: #E4112F !important;
}

.bg-primary {
  background-color: #E4112F !important;
}

.text-dark {
  color: #1D1C21 !important;
}

.bg-dark {
  background-color: #1D1C21 !important;
}

.bg-black {
  background-color: #000000;
}

.text-black {
  color: #000000;
}

.text-black-100 {
  color: #111111;
}

.bg-black-100 {
  background-color: #111111;
}

.bg-black-200 {
  background-color: #222222;
}

.text-black-200 {
  color: #222222;
}

.bg-black-300 {
  background-color: #333333;
}

.text-black-300 {
  color: #333333;
}

.text-black-400 {
  color: #444444;
}

.bg-black-400 {
  background-color: #444444;
}

.bg-black-500 {
  background-color: #555555;
}

.text-black-500 {
  color: #555555;
}

.text-black-600 {
  color: #666666;
}

.bg-black-600 {
  background-color: #666666;
}

.bg-black-700 {
  background-color: #777777;
}

.text-black-700 {
  color: #777777;
}

.text-black-700-darken {
  color: #737373;
}

.bg-black-700-darken {
  background-color: #737373;
}

.text-black-800 {
  color: #888888;
}

.bg-black-800 {
  background-color: #888888;
}

.bg-black-900 {
  background-color: #999999;
}

.text-black-900 {
  color: #999999;
}

h1, .h1, h2, .h2, h3, .h3, h4 {
  font-family: "Barlow Condensed", sans-serif;
}

h1, .h1 {
  font-size: 48px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 36px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 15px;
}

.h4, h5, .h5, h6, .h6, p {
  font-family: "Montserrat", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
  margin: 0;
}

a:focus,
button:focus {
  outline: 0;
}

a {
  color: #E4112F;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

a:hover, a:active, a:focus {
  color: #FFF;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: initial;
}

ol {
  list-style-position: inside;
}

ul, li {
  padding: 0;
  margin: 0;
}

.table-bordeprimary td, .table-bordeprimary th {
  border-color: #333139 !important;
}

.logo-facebook img {
  width:70px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#visit-counter {
    color: #c70606;
    font-size: 36px;
    font-weight: bold;
    font-family: "Courier New", monospace;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.list-scroll {
  max-height: calc(100vh - 240px);
}

img {
  -webkit-user-drag: none;
  user-select: none;
}


/*------------------------------------------------------------------
 # BOUTON SCROLL INDEX
-------------------------------------------------------------------*/
/* Bouton d'incitation au scroll (centre bas) */
.scroll-hint-btn {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 9999; /* Très au-dessus du reste, y compris le menu mobile */

  border: none;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;

  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);

  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Flèche qui sursaute */
.scroll-hint-arrow {
  display: inline-block;
  animation: scroll-hint-bounce 1.1s infinite;
}

@keyframes scroll-hint-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* Classe pour le cacher en douceur */
.scroll-hint-btn.scroll-hint-hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
  pointer-events: none;
}

/* Ajustement mobile : un peu plus haut si besoin */
@media (max-width: 576px) {
  .scroll-hint-btn {
    bottom: 30px;
    font-size: 3.2rem;
    padding: 0.3rem 0.7rem;
  }
}

/*------------------------------------------------------------------
 # preloader style
-------------------------------------------------------------------*/
.preloader-wrapper {
  position: fixed;
  inset: 0; /* équivaut à top:0; left:0; width:100vw; height:100vh */
  z-index: 9999999;
  overflow: hidden;
  text-align: center;
  background-color: rgb(36, 39, 53);

  /* Un seul loader centré et petit */
  background-image: url("../images/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 250px 250px;

  /* ✨ Fade out */
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Tu peux garder .preloader-inner si tu as du HTML dedans, 
   mais il n'est plus nécessaire pour le centrage du GIF de fond */
.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: 0.7s ease;
}

/* État "chargé" : on ne slide plus, on fade */
.preloader-wrapper.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; /* ne bloque plus les clics sur la page */
}

/* Si tu avais une <img> inside, ce n'est plus nécessaire, 
   mais tu peux laisser sans conséquence majeure */
.preloader-wrapper.loaded img {
  opacity: 0;
}
/*------------------------------------------------------------
# IMAGES COVER INDEX
-------------------------------------------------------------*/
  .creation-cover-wrapper {
    position: relative;
    width: 100%;
    max-height: 660px;
    overflow: hidden;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .creation-cover-wrapper img {
    max-width: 90%;
    max-height: 660px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }

  @media (max-width: 767.98px) {
    .creation-cover-wrapper {
      max-height: 520px;
    }
    .creation-cover-wrapper img {
      max-height: 520px;
    }
  }

  @media (max-width: 767.98px) {
    .creation-cover-wrapper img {
        margin-left: auto;
        margin-right: auto;
    }
  }

  /* Modal plein écran */
  #creationImageModal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
    height: 100vh;
  }

  #creationImageModal .creation-modal-content {
    height: 100vh;
    border-radius: 0;
    background-color: #000;
    display: flex;
    flex-direction: column;
  }

  #creationImageModal .creation-modal-body {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  #creationImageModal .creation-modal-figure {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #creationImageModal .watermark-hd::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20%;        /* ajuste 30–50% selon ce que tu veux */ 
  }

  #creationImageModal .creation-modal-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }

  #creationImageModal .creation-modal-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 1rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    font-size: 0.95rem;
  }

  /* Plein écran réel pour le modal image sur mobile */
  @media (max-width: 991.98px) {
  /* Enlève le padding auto de Bootstrap sur le modal */
  #creationImageModal {
    padding: 0 !important;
  }

  /* Le dialog prend tout l'écran, sans marge */
  #creationImageModal .modal-dialog {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 100dvh; /* mieux que 100vh sur mobile */
  }

  /* Le contenu remplit tout l'écran */
  #creationImageModal .creation-modal-content {
    height: 100dvh;      /* remplace visuellement ton 100vh sur mobile */
    border-radius: 0;
  }

  /* Le body aussi, pour centrer correctement l'image */
  #creationImageModal .creation-modal-body {
    height: 100%;
  }
}

/*------------------------------------------------------------------
 # sidenav/navbar style
-------------------------------------------------------------------*/
.sidenav {
  top: 0;
  width: 340px;
  min-height: 100vh;
  padding: 60px;
  transition: 0.3s ease;
}
.sidenav.show {
  left: 0;
}
@media (max-width: 991px) {
  .sidenav {
    width: 250px;
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .sidenav {
    position: fixed !important;
    z-index: 9995;
    top: 0;
    left: -250px;
    background-color: #1D1C21;
  }
}
.sidenav .navbar-brand img {
  max-width: 200px;
}
@media (max-width: 991px) {
  .sidenav .navbar-brand img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .sidenav .navbar-brand img {
    max-width: 150px;
  }
}
.sidenav .nav-link {
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.sidenav .nav-link::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  background-color: #ffffff;
  left: 0;
  bottom: 13px;
  transition: 0.3s;
}
.sidenav .nav-link:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
.sidenav .nav-link:hover::after {
  width: 15px;
}
.sidenav .nav-link[aria-expanded=true],
.sidenav .active .nav-link {
  color: rgba(255, 255, 255, 0.5) !important;
}
.sidenav .nav-link[aria-expanded=true]::after,
.sidenav .active .nav-link::after {
  width: 15px;
}
.sidenav select {
  background: url(../images/chevron-down.svg) no-repeat right 0.5rem center/15px 17px;
  border: 1px solid #ffffff !important;
  height: 30px;
  padding: 0 28px 0 10px;
  width: 100px;
  background-size: 14px;
}
.sidenav select:focus {
  border: 1px solid #ffffff !important;
}
.sidenav select option {
  background-color: #1D1C21;
}

.mobile-nav {
  display: none;
  position: relative;
  z-index: 9992;
}
@media (max-width: 767px) {
  .mobile-nav {
    display: block;
  }
}
.mobile-nav img {
  width: 150px;
}
@media (max-width: 767px) {
  .mobile-nav img {
    width: 130px;
  }
}
.mobile-nav .nav-toggle {
  width: 40px;
  height: 40px;
  font-size: 13px;
  padding-top: 3px;
  border-radius: 50px;
}
.mobile-nav .nav-toggle.show .show,
.mobile-nav .nav-toggle .hidden {
  display: none;
}
.mobile-nav .nav-toggle.show .hidden {
  display: block;
}

.nav-toggle-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  cursor: zoom-out;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.nav-toggle-overlay.show {
  opacity: 1;
  visibility: visible;
}

.drop-menu {
  padding-left: 10px;
  border-left: 1px solid #555;
}
.drop-menu a {
  color: #ffffff;
}
.drop-menu a.active, .drop-menu a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
/*-------------------------------------------------
 # Pagination créations – plus grosse et dark
 ------------------------------------------------*/
.creations-pagination .page-link {
  background-color: #050505;
  border-color: #333;
  color: #f8f9fa;
  padding: 0.55rem 0.95rem;
  font-size: 0.95rem;
  line-height: 1.2;
}

.creations-pagination .page-link:hover {
  background-color: #151515;
  border-color: #555;
  color: #ffffff;
}

.creations-pagination .page-item.active .page-link {
  background-color: #e63946;   /* ou une couleur d’accent de ton thème */
  border-color: #e63946;
  color: #fff;
}

.creations-pagination .page-item.disabled .page-link {
  background-color: #050505;
  border-color: #222;
  color: #666;
}

.creations-pagination {
  gap: 0.15rem;
}

/*---------------------------------------------------
# WATERMARK
----------------------------------------------------*/
  .watermark-hd {
    position: relative;
    display: block;              /* pour que le ::after couvre bien le lien */
  }

  .watermark-hd > img {
    display: block;
    width: 100%;
    height: auto;
  }

  .watermark-hd::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    /* IMPORTANT : chemin adapté à ton thème (plugins/, css/, images/) */
    background-image: url("../images/watermark.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 70%;        /* ajuste 30–50% selon ce que tu veux */

    opacity: 0.2;                /* plus visible pour tester */
    pointer-events: none;        /* ne bloque pas les clics */
    z-index: 5;                  /* au-dessus de l’image */
  }
/*------------------------------------------------------------------
 # blog post style
-------------------------------------------------------------------*/
.post-item .card-img-top {
  transition: 0.3s;
}
.post-item .card-img-top:hover {
  filter: grayscale(0.5);
  -webkit-filter: grayscale(0.5);
}

.post-meta li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.post-meta li a:hover {
  text-decoration: underline;
}

.breadcrumb-wrap a {
  color: #B0B0B0;
}
.breadcrumb-wrap a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.categores-links a {
  font-size: 13px;
  color: #B0B0B0;
  border-color: #E4112F !important;
  padding: 4px 7px;
  margin-right: 6px;
  margin-top: 8px;
}
.categores-links a:hover {
  color: #ffffff;
  background-color: #E4112F;
}

@media (max-width: 991px) {
  .border-lg-0 {
    border: 0 !important;
  }
}

.blockquote {
  padding: 50px 90px;
}
@media (max-width: 575px) {
  .blockquote {
    padding: 30px 50px !important;
  }
}

.blockquote-text {
  font-size: 24px;
  position: relative;
}
.blockquote-text::before, .blockquote-text::after {
  position: absolute;
  color: #E4112F;
  font-size: 61px;
  line-height: 0;
  font-family: "Barlow Condensed", sans-serif;
}
.blockquote-text::before {
  content: "“";
  top: 30px;
  left: -35px;
}
.blockquote-text::after {
  content: "”";
  bottom: 0;
  right: -35px;
}
@media (max-width: 575px) {
  .blockquote-text {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .blockquote-footer {
    font-size: 15px;
  }
}
/*------------------------------------------------------------------
 # widget style
-------------------------------------------------------------------*/
.widget {
  margin-bottom: 50px;
}
.widget .form-control {
  font-size: 15px;
  color: #ffffff;
  height: 48px;
  border: 1px solid #2f2e35 !important;
}
.widget .form-control:focus {
  box-shadow: none !important;
}

.widget-title {
  border-bottom: 2px solid #E4112F;
  padding-bottom: 10px;
}

.author-thumb-sm {
  height: auto;
  max-width: 230px;
  width: 100%;
}

/*------------------------------------------------------------------
 # contact-form style
-------------------------------------------------------------------*/
.contact-form {
  padding: 60px;
}
.contact-form label {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
}
.contact-form .form-control {
  background-color: transparent;
  border: 0;
  color: #aaa;
  border-color: #333139 !important;
}
.contact-form .form-control:focus {
  border-color: #888888 !important;
}
.contact-form select {
  color: #aaa;
  padding-right: 15px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #333139;
}
.contact-form select option {
  background-color: #1D1C21;
  color: #ffffff;
}
.contact-form textarea {
  resize: none;
  height: 100px;
}

@media (max-width: 575px) {
  .contact-form {
    padding: 60px 10px;
  }
}
/*------------------------------------------------------------------
 # footer style
-------------------------------------------------------------------*/
footer {
  padding-top: 5px;
  padding-bottom: 5px;
}
footer ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-bottom: 15px;
}
footer ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
footer ul li:last-child a {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */
