.logo-img{
    max-height:50px;
}

header h1{
    margin-top:10px;
    margin-bottom:10px;
}


.art-slideshow-home .caption-text-1{
    font-weight:200;
    font-size:50px;
}

.caption-text-1 img{
    width:50%;
    max-width:550px;
    
}

@media (max-width: 768px) {
 .art-slideshow-home .caption-text-1{
    font-size:1.8em;
  }
}

.leaflet-container{
    font-size:1em;
}

#map_videos {
    width: 100%;
    height: 700px; 
}

.map-popup h3 {
    font-size: 1.2em; 
    margin: 8px 0;
}

.map-popup img {
    display: block;
    margin: 0 auto 10px auto;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.art-testimonial{
    margin-top:100px;
}


#map-section {
  position: relative;
}

#map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* IMPORTANT: pour pas bloquer les scrolls */
}

#map-overlay h3,
#map-overlay p {
  color: white !important;
  margin: 0;
}

#testimonial .title-main, #testimonial .title-sub {
color:#fff;
}

.content-title .title-sub {
margin-bottom:25px;
}

#testimonial .bg-overlay {
  background: rgba(0,0,0,0.65);
  padding: 50px 0;
}

#testimonial .testimonial-box {
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 30px 35px;
  color: #fff;
}

#testimonial blockquote {
  border-left: none;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

#testimonial blockquote p {
  margin-bottom: 15px;
}

#testimonial .blockquote-footer {
  margin-top: 25px;
  font-size: 13px;
  color: #fff;
  font-style: italic;
}

.level2 .header .logo-scroll{
    display: block;
}

.level2 .art-header.art-header-home.affix{
  background: rgba(255, 255, 255, 0.75);
}
.level2 .art-header.art-header-home{
  background: rgba(255, 255, 255, 0.75);
}
.level2 .header .header-main-nav ul.nav > li > a,
.level2 .header .header-main-nav ul.nav > li > a:link,
.level2 .header .header-main-nav ul.nav > li > a:visited,
.level2 .header .header-main-nav ul.nav > li > a:hover,
.level2 .header .header-main-nav ul.nav > li > a:active{
  color:#000;
}

.gr-post-mansory-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.gr-post-mansory-wrapper > article {
    display: flex;
}

.post-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row-eq-height > [class*='col-'] {
    display: flex;
    padding: 15px; /* espace autour de chaque carte */
}

.level2 .post {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.level2 .post-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.level2 .post-inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.level2 .content-main {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px;
}

.level2 .content-footer {
    margin-top: auto;
}

.level2 .content-footer a{
    width:100%;
}

.level2 .content-thumb {
    width: 100%;
}

.level2 .content-thumb-img {
    display: block;
    width: 100%;
    padding-top: 56.25%; /* ratio 16:9, ajuste si besoin */
    background-size: cover;
    background-position: center;
}

.level2 .content-title {
    margin-bottom: 10px;
    line-height:1em;
}

.level2 .content-meta {
    margin-bottom: 15px;
    color: #666;
}

.gr-breadcrumb-style-1 .breadcrumb-name .text{
  background: rgba(55, 68, 86, 0.75);
    padding-left: 30px;
    text-align: left;
  }

.text-map{
    font-size:1.4em;
    margin-top:50px;
}

.gr-breadcrumb-style-1 .breadcrumb-name .icon{
    background:#2e99cc;
    line-height: 50px;
}

.gr-breadcrumb-style-1 .breadcrumb-name .icon:link{
    background:#2e99cc;
}
.gr-breadcrumb-style-1 .breadcrumb-name .icon:visited{
    background:#2e99cc;
}

.gr-breadcrumb-style-1 .breadcrumb-name .icon:hover{
    background:#84bde8;
}
.gr-breadcrumb-style-1 .breadcrumb-name .icon:active{
    background:#2e99cc;
}

.gr-breadcrumb-style-1 .breadcrumb-name .icon a{
    color:#fff;
    display: inline-block;
    width:50px;
    height:50px;
    vertical-align: middle;
}


.gr-banner-style-1 .bg {
    position: relative;
    background-size: cover;
    background-position: center;
}

.gr-banner-style-1.has-overlay .bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45); /* noir transparent */
    pointer-events: none;
}

#map_readonly{
    margin-top:50px;
}