/*
Theme Name: Idanim Conseil
*/

body {
    font-family: Inter, Arial, sans-serif;
    background: #ffffff;
    color: #222;
}

h1, h2, h3 {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-weight: 600;
}

section {
    padding: 80px 0;
}

.hero-slider {
    width: 100%;
    height: 80vh;
}

.slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.offre-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.metier-card {
    background: #f4f4f4;
    padding: 30px;
    border-radius: 10px;
    cursor: pointer;
}

.metier-content {
    display: none;
    padding: 20px;
    background: #fff;
}

.references-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.logo-slider img {
    max-height: 60px;
    opacity: 0.6;
    filter: grayscale(100%);
}
