/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Link Styling */
a, a:active, a:visited {
color: #000080;
} 
a:hover {
color: #ffd700;
}

/* Heading H1-H6 Styling */
h1, h2, h3, h4, h5, h6 {
font-family: Georgia, serif;
color: #3a3a3a;
line-height: 35px;
font-weight:500;
letter-spacing: 1px;
}
h1 {
font-size: 30px;
line-height: 1.2;
}
h2 {
font-size: 28px;
line-height: 1.3;
}
h3 {
font-size: 26px;
line-height: 1.4;
}
h4 {
font-size: 24px;
line-height: 1.5;
}
h5 {
font-size: 22px;
line-height: 1.6;
}
h6 {
font-size: 20px;
line-height: 1.2;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
 margin-bottom: 20px;
}


.entry-date published {
display : none
	}




























/* === Pages "Lieux insolites proches de moi" — style uniforme === */
body .gmw-results-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}

/* Grille responsive */
body .gmw-results-wrapper .gmw-single-result {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

/* Carte individuelle (vignette) */
body .gmw-single-result .custom-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

body .gmw-single-result .custom-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* Image */
body .custom-card .gmw-result-thumbnail {
  width: 100%;
  overflow: hidden;
}
body .custom-card .gmw-thumb {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

/* Contenu */
body .custom-card .gmw-result-content {
  padding: 15px;
}
body .gmw-result-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}
body .gmw-result-excerpt {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 12px;
  line-height: 1.4;
}

/* Bouton voir */
body .btn-primary {
  display: inline-block;
  padding: 10px 16px;
  background: #ff6600;
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}
body .btn-primary:hover {
  background: #e65c00;
}

/* Mobile responsive */
@media (max-width: 600px) {
  body .gmw-results-wrapper .gmw-single-result {
    display: block;
  }
  body .custom-card {
    flex-direction: column;
  }
  body .gmw-thumb {
    height: auto;
  }
}
