/**
 * Theme Name: Hello Elementor Child
 * Theme URI:  https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
 * Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Author:     Elementor Team
 * Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
 * Template:   hello-elementor
 * Version:    1.0.0
 * License:    GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Tags:       accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
 * Text Domain: hello-elementor-child
 * Generated by WPMasterToolKit
 * @link https://wordpress.org/plugins/wpmastertoolkit/
 */

/* =========================
STYLE GLOBAL
========================= */

.calendar-top{
display:flex;
justify-content:center;
align-items:center;
gap:25px;
margin:40px auto 30px;
}

.calendar-top h2{
margin:0;
font-size:38px;
font-weight:700;
color:#6b7b4c;
text-transform:capitalize;
}

.cal-nav{
width:44px;
height:44px;
display:flex;
align-items:center;
justify-content:center;
background:#d4b24c;
color:#fff;
font-size:24px;
border-radius:50%;
text-decoration:none;
box-shadow:0 4px 10px rgba(0,0,0,.12);
transition:.3s;
}

.cal-nav:hover{
transform:scale(1.05);
}

/* TITRE DU MOIS — correction transparence */
.calendar-top h2,
.calendar-top h2 span,
body .calendar-top h2{
color:#556b2f !important;
-webkit-text-fill-color:#556b2f !important;
opacity:1 !important;
background:none !important;
text-shadow:none !important;

font-size:52px;
font-weight:800;
line-height:1;
margin:0;
}


/* =========================
CALENDRIER MENSUEL
========================= */

.cal-grid{
display:grid;
grid-template-columns:repeat(7,1fr);
gap:12px;
max-width:1200px;
margin:auto;
}

.cal-head{
background:#6b7b4c;
color:white;
font-weight:600;
text-align:center;
padding:14px;
border-radius:10px;
}

.cal-cell{
background:#fff;
border:1px solid #e3e3e3;
border-radius:12px;
padding:10px;
min-height:115px;
box-shadow:0 3px 8px rgba(0,0,0,.03);
transition:.25s;
}

.cal-cell:hover{
transform:translateY(-2px);
}

.empty{
background:transparent;
border:none;
box-shadow:none;
}

.day-num{
font-weight:700;
font-size:15px;
color:#444;
margin-bottom:8px;
}

.has-event{
background:#fffdf5;
border:2px solid #d4b24c;
}

.today{
border:3px solid #6b7b4c;
}

.cal-cell img{
width:100%;
height:60px;
object-fit:cover;
border-radius:8px;
margin-bottom:6px;
}

.evt{
background:#f5f8ef;
border-left:4px solid #d4b24c;
padding:7px 8px;
border-radius:6px;
font-size:12px;
font-weight:600;
line-height:1.3;
margin-top:6px;
}


/* =========================
VUE PLANNING / AGENDA
========================= */

.planning-wrap{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:25px;
max-width:1200px;
margin:50px auto;
}

.planning-item{
background:#fff;
border-radius:16px;
padding:18px;
box-shadow:0 6px 18px rgba(0,0,0,.06);
overflow:hidden;
transition:.3s;
}

.planning-item{
max-width:720px;
margin:0 auto;
}

.planning-item img{
height:340px; /* au lieu du très grand portrait */
object-fit:cover;
}

.planning-item:hover{
transform:translateY(-4px);
}

.planning-item img{
width:100%;
height:220px;
object-fit:cover;
border-radius:12px;
margin-bottom:15px;
}

.planning-item h3{
font-size:30px;
line-height:1.2;
margin:0 0 12px;
color:#2c2c2c;
}

.planning-item p{
font-size:14px;
color:#666;
margin-bottom:10px;
}

.planning-item .badge{
display:inline-block;
background:#d4b24c;
color:white;
padding:6px 12px;
border-radius:20px;
font-size:12px;
margin-top:8px;
}


/* =========================
RESPONSIVE
========================= */

@media(max-width:992px){

.cal-grid{
grid-template-columns:repeat(4,1fr);
}
.cal-grid{
max-width:1400px;
gap:10px;
}
	
.cal-cell{
min-height:105px;
}

.has-event{
background:#fffdf5;
border:2px solid #d4b24c;
}
	
}

@media(max-width:768px){

.calendar-top h2{
font-size:28px;
}

.cal-grid{
grid-template-columns:repeat(2,1fr);
gap:8px;
}

.cal-head{
display:none;
}

.cal-cell{
min-height:95px;
padding:8px;
}

.cal-cell img{
height:50px;
}

.planning-wrap{
grid-template-columns:1fr;
}

.planning-item h3{
font-size:24px;
}

}

@media(max-width:480px){

.cal-grid{
grid-template-columns:1fr;
}

}

/* CALENDAR HEADER */
.calendar-top{
display:flex;
justify-content:center;
align-items:center;
gap:25px;
margin:40px auto 30px;
}

.calendar-top h2{
margin:0;
font-size:38px;
font-weight:700;
color:#6b7b4c;
text-transform:capitalize;
}

.cal-nav{
width:44px;
height:44px;
display:flex;
align-items:center;
justify-content:center;
background:#d4b24c;
color:#fff;
font-size:24px;
border-radius:50%;
text-decoration:none;
box-shadow:0 4px 10px rgba(0,0,0,.12);
}

/* MONTH GRID */
.cal-grid{
display:grid;
grid-template-columns:repeat(7,1fr);
gap:12px;
max-width:1200px;
margin:auto;
}

.cal-head{
background:#6b7b4c;
color:#fff;
font-weight:600;
text-align:center;
padding:14px;
border-radius:10px;
}

.cal-cell{
background:#fff;
border:1px solid #ddd;
border-radius:12px;
padding:10px;
min-height:115px;
}

.empty{
background:transparent;
border:none;
}

.day-num{
font-weight:700;
margin-bottom:8px;
}

.has-event{
background:#fffdf5;
border:2px solid #d4b24c;
}

.today{
border:3px solid #6b7b4c;
}

.cal-cell img{
width:100%;
height:60px;
object-fit:cover;
border-radius:8px;
margin-bottom:6px;
}

.evt{
background:#f5f8ef;
border-left:4px solid #d4b24c;
padding:7px;
border-radius:6px;
font-size:12px;
font-weight:600;
margin-top:6px;
}

/* PLANNING VIEW */
.planning-wrap{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:25px;
max-width:1200px;
margin:50px auto;
}

.planning-item{
background:#fff;
border-radius:16px;
padding:18px;
box-shadow:0 6px 18px rgba(0,0,0,.06);
}

.planning-item img{
width:100%;
height:220px;
object-fit:cover;
border-radius:12px;
margin-bottom:15px;
}

.planning-item h3{
font-size:30px;
margin-bottom:12px;
}

.planning-item p{
font-size:14px;
color:#666;
}

/* MOBILE */
@media(max-width:768px){

.cal-grid{
grid-template-columns:repeat(2,1fr);
}

.cal-head{
display:none;
}

.planning-wrap{
grid-template-columns:1fr;
}

}

/* =========================
TITRE DU MOIS
========================= */

.calendar-top{
display:flex;
justify-content:center;
align-items:center;
gap:16px;
margin:60px auto 35px;
}

.calendar-top h2{
margin:0;
font-size:52px;
line-height:1;
font-weight:800;
color:#556b2f; /* vert plus profond */
letter-spacing:-1px;
text-transform:capitalize;
}

/* flèches moins massives */
.cal-nav{
width:34px;
height:34px;
display:flex;
align-items:center;
justify-content:center;
background:#d4b24c;
color:#fff;
font-size:18px;
border-radius:50%;
text-decoration:none;
box-shadow:0 2px 6px rgba(0,0,0,.10);
}

/* =========================
GRILLE
========================= */

.cal-grid{
display:grid;
grid-template-columns:repeat(7,1fr);
gap:14px;
max-width:1280px;
margin:0 auto 60px;
}

.cal-head{
background:#6d7f4e; /* plus vivant */
color:white;
font-size:14px;
font-weight:700;
text-align:center;
padding:10px 6px;
border-radius:8px;
letter-spacing:.3px;
}

.cal-cell{
background:#fff;
border:1px solid #dcdcdc;
border-radius:12px;
padding:10px;
min-height:125px;
box-shadow:0 2px 6px rgba(0,0,0,.03);
}

.day-num{
font-size:14px;
font-weight:700;
margin-bottom:8px;
color:#444;
}

.has-event{
background:#fffdf4;
border:2px solid #d4b24c;
}

.today{
border:2px solid #556b2f;
}

.cal-cell img{
width:100%;
height:68px;
object-fit:cover;
border-radius:8px;
margin-bottom:8px;
}

.evt{
background:#f5f8ef;
border-left:4px solid #d4b24c;
padding:6px 8px;
border-radius:6px;
font-size:11px;
font-weight:600;
line-height:1.25;
}

/* =========================
MOBILE
========================= */

@media(max-width:768px){

.calendar-top{
margin:35px auto 20px;
}

.calendar-top h2{
font-size:34px;
}

.cal-nav{
width:30px;
height:30px;
font-size:16px;
}

.cal-grid{
gap:8px;
}

.cal-head{
font-size:11px;
padding:7px;
}

.cal-cell{
min-height:90px;
padding:6px;
}

.cal-cell img{
height:45px;
}

.evt{
font-size:9px;
padding:4px;
}

}

/* MODULE GLOBAL */

.module-animations{
max-width:1250px;
margin:0 auto 80px;
padding:0 20px;
}


/* -----------------
VUE SEMAINE (mise en avant)
------------------ */

.planning-wrap{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
gap:30px;
margin-bottom:60px;
}

.planning-item{
background:white;
border-radius:18px;
overflow:hidden;
box-shadow:0 8px 30px rgba(0,0,0,.08);
}

.planning-item img{
width:100%;
height:280px;
object-fit:cover;
}

.planning-item h3{
font-size:34px;
padding:25px 25px 10px;
margin:0;
}

.planning-item p{
padding:0 25px 25px;
margin:0;
color:#666;
}


/* -----------------
MOIS
------------------ */

.calendar-top{
display:flex;
justify-content:center;
align-items:center;
gap:14px;
margin:20px auto 35px;
}

.calendar-top h2{
font-size:48px;
font-weight:800;
color:#556b2f !important;
-webkit-text-fill-color:#556b2f !important;
margin:0;
}

.cal-nav{
width:34px;
height:34px;
background:#d4b24c;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
}


/* -----------------
CALENDRIER
------------------ */

.cal-grid{
display:grid;
grid-template-columns:repeat(7,1fr);
gap:12px;
}

.cal-head{
background:#6b7b4c;
color:white;
padding:10px;
border-radius:8px;
font-weight:600;
text-align:center;
}

.cal-cell{
background:white;
border:1px solid #ddd;
border-radius:10px;
padding:8px;
min-height:110px;
}

.has-event{
border:2px solid #d4b24c;
background:#fffdf5;
}

.today{
border:2px solid #556b2f;
}

.cal-cell img{
height:58px;
width:100%;
object-fit:cover;
border-radius:6px;
}

.evt{
font-size:11px;
background:#f5f8ef;
padding:5px;
margin-top:5px;
border-radius:6px;
}


/* MOBILE */

@media(max-width:768px){

.planning-wrap{
grid-template-columns:1fr;
}

.planning-item img{
height:220px;
}

.planning-item h3{
font-size:26px;
}

.calendar-top h2{
font-size:32px;
}

.cal-grid{
grid-template-columns:repeat(2,1fr);
}

.cal-head{
display:none;
}

}

.planning-item a,
.evt{
text-decoration:none;
color:#2c2c2c;
}

.planning-item h3 a{
color:inherit;
}

.evt:hover{
background:#eef4e4;
}

/* SECTION toutes les animations */

.anim-mini-grid{
display:grid;
grid-template-columns:repeat(6,1fr);
gap:18px;
margin:40px auto;
}

.anim-mini-card{
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 4px 14px rgba(0,0,0,.06);
transition:.3s;
}

.anim-mini-card:hover{
transform:translateY(-4px);
}

.anim-mini-card a{
text-decoration:none;
color:#222;
}

.anim-mini-card img{
width:100%;
height:140px;
object-fit:cover;
display:block;
}

.anim-mini-content{
padding:14px;
}

.anim-mini-content h3{
font-size:18px;
line-height:1.3;
margin:0 0 8px;
font-weight:700;
}

.anim-mini-content p{
margin:0;
font-size:13px;
color:#666;
}

/* responsive */

@media(max-width:1200px){

.anim-mini-grid{
grid-template-columns:repeat(4,1fr);
}

}

@media(max-width:768px){

.anim-mini-grid{
grid-template-columns:repeat(2,1fr);
gap:12px;
}

.anim-mini-card img{
height:110px;
}

.anim-mini-content h3{
font-size:15px;
}

}

@media(max-width:480px){

.anim-mini-grid{
grid-template-columns:1fr;
}

}

.meteo-camping-card{

max-width:280px;
margin:auto;

padding:34px 28px;

background:#fff;

border-radius:28px;

border:2px solid #BFA040;

box-shadow:
0 15px 40px rgba(0,0,0,.06);

text-align:center;

}


/* titre */
.meteo-title{

font-size:20px;
font-weight:600;

margin-bottom:24px;

color:#333;

}


/* carré doré derrière l'icone */
.meteo-icon-wrap{

width:78px;
height:78px;

margin:0 auto 22px;

background:#BFA040;

border-radius:16px;

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

box-shadow:
0 10px 20px rgba(191,160,64,.28);

}

.meteo-icon{

width:44px;
height:44px;

padding:0;

filter:brightness(0) invert(1);

}


/* température */
.meteo-temp{

font-size:64px;
line-height:1;

font-weight:700;

color:#2f2f2f;

margin-bottom:10px;

}


/* texte météo */
.meteo-desc{

font-size:18px;

color:#444;

margin-bottom:18px;

}


/* ligne dorée */
.meteo-divider{

width:70px;
height:2px;

background:#BFA040;

margin:0 auto 18px;

border-radius:2px;

}


/* vent */
.meteo-wind{

font-size:14px;

opacity:.72;

}

.animations-calendar-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.animations-calendar-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 30px;
}

.animations-calendar-title{
color:#2f2f2f !important;
font-size:32px;
font-weight:700;
display:block !important;
visibility:visible !important;
}

.animations-calendar-nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #BFA040;
    background: #fff;
    color: #BFA040;
    font-size: 22px;
    cursor: pointer;
    transition: all .25s ease;
}

.animations-calendar-nav:hover {
    background: #BFA040;
    color: #fff;
}

.animations-calendar-days-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

.animations-calendar-days-header div {
    text-align: center;
    font-weight: 700;
    color: #BFA040;
    font-size: 14px;
}

.animations-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
}

.animations-calendar-day {
    min-height: 130px;
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    border: 1px solid rgba(191,160,64,.18);
}

.animations-calendar-day.is-empty {
    background: transparent;
    box-shadow: none;
    border: none;
}

.animations-calendar-date {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f7f2e4;
    color: #BFA040;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.animations-calendar-events {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.animations-calendar-event {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    padding: 7px 8px;
    border-radius: 8px;
    background: #BFA040;
    color: #ffffff !important;
    text-decoration: none;
    transition: all .2s ease;
}

.animations-calendar-event:hover {
    background: #a88932;
    color: #fff;
}

.animations-calendar-grid {
    transition: opacity .25s ease;
}

.animations-calendar-grid.is-loading {
    opacity: .35;
    pointer-events: none;
}