.elementor-474 .elementor-element.elementor-element-ce64d66{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-1144062 *//* Reset & Base */
* { margin: 0; padding: 0; box-覚え box-sizing: border-box; }
body {
    font-family: 'Inter', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #fff;
}

h1, h2, h3, .logo {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Header */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 5%;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.navbar ul { display: flex; list-style: none; }
.navbar ul li { margin: 0 20px; }
.navbar ul li a { text-decoration: none; color: #000; font-size: 13px; text-transform: uppercase; }

/* Hero Section */
.hero {
    height: 100vh;
    background: #f4f4f4; /* Remplace par ton image de fond */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content h1 { font-size: 3rem; margin-bottom: 20px; }
.hero-content p { font-style: italic; margin-bottom: 30px; }

.btn {
    padding: 15px 30px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

.btn:hover { background: #000; color: #fff; }

/* Grid */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 100px 5%;
}

.image-placeholder {
    aspect-ratio: 3/4;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

.grid-item h3 { font-size: 1.2rem; margin-bottom: 5px; }

/* About Section */
.about {
    padding: 100px 20%;
    text-align: center;
    background-color: #fdfdfd;
}

.about h2 { margin-bottom: 20px; }
.about-text p { font-size: 1.1rem; margin-bottom: 20px; }

/* Footer */
footer {
    padding: 50px;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #eee;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ce64d66 *//* Reset & Base */
* { margin: 0; padding: 0; box-覚え box-sizing: border-box; }
body {
    font-family: 'Inter', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #fff;
}

h1, h2, h3, .logo {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Header */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 5%;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.navbar ul { display: flex; list-style: none; }
.navbar ul li { margin: 0 20px; }
.navbar ul li a { text-decoration: none; color: #000; font-size: 13px; text-transform: uppercase; }

/* Hero Section */
.hero {
    height: 100vh;
    background: #f4f4f4; /* Remplace par ton image de fond */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content h1 { font-size: 3rem; margin-bottom: 20px; }
.hero-content p { font-style: italic; margin-bottom: 30px; }

.btn {
    padding: 15px 30px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

.btn:hover { background: #000; color: #fff; }

/* Grid */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 100px 5%;
}

.image-placeholder {
    aspect-ratio: 3/4;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

.grid-item h3 { font-size: 1.2rem; margin-bottom: 5px; }

/* About Section */
.about {
    padding: 100px 20%;
    text-align: center;
    background-color: #fdfdfd;
}

.about h2 { margin-bottom: 20px; }
.about-text p { font-size: 1.1rem; margin-bottom: 20px; }

/* Footer */
footer {
    padding: 50px;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #eee;
}/* End custom CSS */