
/** General page styling **/

@media (min-width:1750px) {
  .main-box {
    grid-template-columns: repeat(4, 4fr);
  }

} 


@media (max-width:1024px) {
  .main-box {
    grid-template-columns: repeat(3, 3fr);
  }
  .swiper-slide-thumb {
    height: calc(50vw);
  }
  .transition-logo {
  width: 33.333%;
}

} 
@media (max-width:900px) {
p {
font-size: 20px;
line-height: 22px;
}
.header-content-mini {
top: 0;
position: fixed;
}
  .header-content-mini.menu-open {
    background-color: #0D01E1;
  }

  .header-content-mini.menu-open .header-menu p,
  .header-content-mini.menu-open .header-menu-slide p {
    color: white;
  }
.main-box {
grid-template-columns: repeat(1, 1fr);
grid-gap: 0px;
padding: 0px;
}
.transition-logo {
  width: 100%;
}
.post-content {
grid-template-columns: none;
display: initial;
position: relative;
}
.post-img-full {
width: 100%;
position: relative;
background: #f2f2f2;
overflow: initial;
height: auto;
transition: height 2s cubic-bezier(0.19, 1, 0.22, 1);
animation: slideDown 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
display: flex;
}
.post-img-full img.post-header-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  margin-top: 40px;

  opacity: 0;
  transition: opacity 0.6s ease;
}

/* Quand l’image est chargée → fade-in fluide */
.post-img-full img.post-header-image.loaded {
  opacity: 1;
  opacity: 1;
object-position: initial!important;
padding-top: 0px;
}
.post-txt {
width: 100%;
padding-bottom: 100px;
transition: height 2s cubic-bezier(0.19, 1, 0.22, 1);
animation: slideDown 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
display: flex;
}
#lightbox-img {
max-height: 100vh;
width: 100%;
}
.post-img-full img.post-header-image {
object-fit: contain;
object-position: center;
height: auto;
position: relative;
margin-top: 70px;
}
.box-white img {
margin-bottom: 130px;
margin-top: 0px;
max-width: 100%;
}
.sidenav {
width: 100%;
z-index: 999;
}
.sidenav-menu {
position: absolute;
bottom: 0px;
width: 100%;
}
.button-menu-select, #closeSidenav {
font-size: 20px;
}
.tab-content {
padding-right: 10px;
top: 100px;
}
#mySidenav-content {
padding: 0px 10px 60px 10px;
}
.marquee-bottom {
display: none;
}
.post-txt-in {
padding: 10px 10px 10px 10px;
}
.header-menu-nav {
  display: none;

}
.marquee-top {
transform: translateY(0%);
}
.lightbox-close {
font-size: 20px;
}
.header-menu-nav-mobile-show {
display: initial;
}
.box-content:hover img {
  filter: brightness(1) contrast(1) invert(0);
}
.page-transition{
  display: none;
}
.marquee-top {
top: 35px;
height: 35px;
}
.header-content-mini {
height: 35px;
}
.header-menu-nav-mobile {
height: 35px;
}
.header-menu-nav-previous-mobile p, .header-menu-nav-next-mobile p {
padding: 5px 10px 10px 10px;
}
.page-content p, h1, h2, h3, h4  {
color: #fff;
padding: 10px 10px 0px 10px;
margin: 0;
}
#cookie-banner {
height: 50px;
}
    #cookie-banner p {
        position: absolute;
        line-height: 15px;
        margin-top: 10px;
        width: 165px;
    }
#cookie-banner button, #cookie-settings button {
}
    #cookie-banner, #cookie-settings, #cookie-settings {
        height: 50px;
    }
.page-content p, h1, h2, h3, h4 {
    padding: 10px;
}
    #cookie-settings label {
        margin: 0px;
        max-width: 145px;
    }
#cookie-settings p {
        line-height: 14px;
        max-width: 80px;
  }
.post-txt-date {
z-index: 1;
display: none;
}
}  
 