/* Styles du plugin Restauration au Burundi */
.rab-hero {
    position: relative;
    text-align: center;
    color: #fff8ea;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
}
.rab-hero img {
    width: 100%;
    height: auto;
    display: block;
}
.rab-hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(60, 30, 15, 0.55);
    padding: 25px 40px;
    border-radius: 12px;
}
.rab-hero-text h1 {
    margin: 0 0 10px;
    font-size: 2.2em;
    color: #fff8ea;
}
.rab-hero-text p {
    margin: 0;
    font-size: 1.1em;
}
.rab-section {
    max-width: 1100px;
    margin: 0 auto 50px;
    padding: 0 20px;
}
.rab-section h2 {
    text-align: center;
    color: #5c1f10;
    margin-bottom: 25px;
    font-size: 1.8em;
}
.rab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}
.rab-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s ease;
}
.rab-card:hover {
    transform: translateY(-5px);
}
.rab-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background: #fdf3e3;
}
.rab-card .rab-card-body {
    padding: 18px;
}
.rab-card h3 {
    margin: 0 0 8px;
    color: #5c1f10;
}
.rab-card p {
    color: #6b5a4a;
    font-size: 0.95em;
    line-height: 1.5;
}
.rab-about-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}
.rab-about-flex .rab-about-img {
    flex: 1 1 320px;
}
.rab-about-flex .rab-about-text {
    flex: 1 1 380px;
    color: #4a3a2a;
    line-height: 1.7;
}
.rab-about-flex img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}
.rab-contact-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.rab-contact-info, .rab-contact-form {
    flex: 1 1 320px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.rab-contact-info ul {
    list-style: none;
    padding: 0;
    color: #4a3a2a;
    line-height: 2;
}
.rab-contact-form input,
.rab-contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 14px;
    border: 1px solid #e0d3ba;
    border-radius: 6px;
    box-sizing: border-box;
    font-family: inherit;
}
.rab-contact-form button {
    background: #e0563a;
    color: #fff;
    border: none;
    padding: 12px 26px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1em;
}
.rab-contact-form button:hover {
    background: #c9422a;
}
.rab-account-box {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.rab-account-box p.rab-welcome {
    text-align: center;
    font-size: 1.1em;
    color: #5c1f10;
}
.rab-notice {
    background: #eaf7ea;
    border: 1px solid #b7dfb7;
    color: #2c5c2c;
    padding: 12px 18px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
}
