/* ---- Branding Navbar ---- */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

.navbar-logo {
    height: 28px; /* ajuste si besoin */
    width: auto;
}

.brand-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    color: #A91418 !important;
    letter-spacing: 1px;
}

/* Sur mobile, recentrer */
@media (max-width: 768px) {
    .navbar-logo {
        height: 24px;
    }

    .brand-text {
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    padding-top: 3.25rem;
}

.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.section-portfolio {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.section.is-alt {
    background: #fadee1;
}

.section.is-alt2 {
    background: #fef4f5;
}

/* HERO FULL IMAGE */
.hero-acceuil-header {
    position: relative;
}

.full-header-img {
    width: 100%;
    overflow: hidden;
}

/* L'image garde son ratio, prend toute la largeur, mais pas 100% de la hauteur de l'écran */
/* 👉 seule modif : on ajoute picture ici */
.full-header-img picture,
.full-header-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* TEXT BLOCK */
/* --- Desktop version (positioned over the image) --- */
.hero-text-block {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    text-align: right;
    max-width: 500px;
    color: white;
    font-weight: 300;
    line-height: 1.4;
}

.hero-title {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.4);
}

.hero-text-block .button {
    border-radius: 10px;
}

/* Mobile */
@media (max-width: 768px) {

    .full-header-img {
        position: relative;
    }

    .hero-text-block {
        position: static;
        transform: none;
        text-align: center;
        margin: 20px auto 40px;
        padding: 0 20px;
        max-width: 90%;
        color: #A91418;
    }

    .hero-title {
        font-size: 1.4rem;
        color: #A91418 !important;
        text-shadow: 0px 0px 0px rgba(0,0,0,0);;
    }

    .hero-text-block .button {
        width: 100%;
        max-width: 260px;
        margin: 20px auto 0;
    }
}


/* ---- SECTION QUI SUIS-JE ---- */
.section-portfolio {
    background: #fef4f5;
}

.about-wrapper {
    align-items: center;
    gap: 2rem;
}

/* TEXTE */
.about-col-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-kicker {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #A91418;
    margin-bottom: 0.25rem;
}

.about-title {
    color: #A91418;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
}

.about-text {
    max-width: 620px;
    line-height: 1.7;
    font-size: 1.02rem;
    color: #1E0102FF;
}

.about-text p + p {
    margin-top: 0.8rem;
}

/* SIGNATURE */
.about-signature {
    margin-top: 2rem;
    max-width: 220px;
    opacity: 0.9;
}

/* PHOTO à droite */
.about-col-photo {
    display: flex;
    justify-content: center;
}

.about-photo-frame {
    padding: 10px;
    border-radius: 28px;
    background: linear-gradient(135deg, #fdecee, #f6c1c5);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
    max-width: 420px;
    width: 100%;
}

.about-photo-frame img {
    width: 100%;
    height: 100%;
    border-radius: 22px;
    object-fit: cover;
}


/* MOBILE */
@media (max-width: 768px) {
    .about-wrapper {
        text-align: center;
        flex-direction: column;
    }

    .about-text {
        text-align: left;
    }

    .about-signature {
        margin: 1.5rem auto 0;
    }

    .about-photo-frame {
        max-width: 260px;
        margin: 0 auto 1.5rem;
    }
}


/* ---- NAVBAR LINKS FONT ---- */

.navbar-item {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* active state */
.navbar-item.is-active {
    color: #A91418 !important;
    font-weight: 600;
    background-color: #fef4f5 !important;
}

/* hover */
.navbar-item:hover {
    color: #A91418 !important;
    background-color: #fef4f5 !important;
}

.navbar.is-transparent-on-top {
    transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.navbar.is-scrolled {
    box-shadow: 0 2px 6px rgba(252, 192, 197);
    background-color: #fef4f5;
}

/* Mobile optimisation */
@media (max-width: 768px) {
    .hero-acceuil {
        text-align: center;
    }

    .buttons {
        justify-content: center;
    }
}

.title {
    color: #452829;
}
.content {
    color: #452829;
}
.box {
    border-radius: 10px;
    color: #452829;

}
.testimonial-card {
    height: 100%;
    display: flex;
    align-items: stretch;
    border-radius: 10px;
}

.testimonial-card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}

.testimonial-quote {
    margin-top: 1rem;
    font-style: italic;
    color: #452829;
}

.testimonial-name {
    margin-top: 0.75rem;
    font-weight: 600;
    color: #452829;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .testimonial-card {
        margin-bottom: 1rem;
    }
}

/* Colonnes prestations : même hauteur pour les cartes */
.prestations-columns .column {
    display: flex;
}

.prestation-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.prestation-card .card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.prest-text {
    margin-bottom: .75rem;
    opacity: .85;
    line-height: 1.5;
}

.prest-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color: #a91418;
}

.prest-meta {
    padding-top: 0.8rem;
    margin-top: auto; /* pousse la meta + prix vers le bas */
    font-weight: 500;
    color: #363636;
    margin-bottom: .7rem;
}

.prest-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #a91418; /* ta couleur principale */
}

/* Hover */
.prestation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.08);
}

.button.is-primary {
    background-color: #a91418 !important;
    border-color: #a91418 !important;
    color: #fff !important;
}

/* Hover */
.button.is-primary:hover,
.button.is-primary:focus {
    background-color: #8b1014 !important;
    border-color: #8b1014 !important;
}


/* Same style as prestations cards */
.info-card {
    border-radius: 12px;
    border: 1px solid rgba(169, 20, 24, 0.12);
    box-shadow: 0 10px 20px rgba(0,0,0,0.04);
    padding: 1.8rem;
    min-height: 100%;
    transition: transform .3s ease, box-shadow .3s ease;
}

.info-card .title {
    color: #a91418 !important;
}
.info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 25px rgba(0,0,0,0.06);
}

/* Gift card highlight */
.gift-card {
    background: linear-gradient(to right, #fdecee, #fff);
}

.gift-card .button {
    border-radius: 10px;
}


.section-divider {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.section-divider img {
    width: 420px;
    max-width: 90%;
    opacity: 0.85;
}

/* Mobile */
@media(max-width: 768px) {
    .section-divider {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .section-divider img {
        width: 260px;
    }
}

/* --------- CONTACT SECTION --------- */

.contact-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* bloc form type "carte" blanche */
.contact-box {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(169, 20, 24, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    padding: 2.5rem 2rem;
}

.contact-title {
    color: #A91418;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.contact-subtitle {
    color: #7a4f54;
    margin-bottom: 1.5rem;
}

/* inputs dans le style du site, inspirés du visuel */
.contact-input,
.contact-textarea {
    border-radius: 999px;
    border: none;
    box-shadow: 0 0 0 1px rgba(169, 20, 24, 0.12);
    background-color: #ffffff;
}

.contact-textarea {
    border-radius: 12px;
    resize: vertical;
}

.contact-input:focus,
.contact-textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(169, 20, 24, 0.35);
}

/* bouton déjà en .is-primary (#A91418) */
.contact-submit {
    border-radius: 999px;
    font-weight: 500;
    color: #452829;
}

/* texte d’info en bas du formulaire */
.contact-extra {
    color: #7a4f54;
}

/* illustration à droite */
.contact-illustration img {
    max-width: 660px;
    margin: 0 auto;
}

/* responsive : illustration sous le formulaire et un peu d’air */
@media (max-width: 768px) {
    .contact-box {
        padding: 2rem 1.5rem;
    }

    .contact-illustration {
        margin-top: 2rem;
    }

    .contact-illustration img {
        max-width: 260px;
    }
}

/* ---------- FOOTER MODERNE ---------- */

.custom-footer {
    background: linear-gradient(to right, #ffffff, #fdecee);
    border-top: 1px solid rgba(169, 20, 24, 0.15);
    padding: 0.9rem 1.5rem;           /* plus fin qu'avant */
}

.footer-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #A91418;
}

.footer-left a {
    color: #A91418;
    text-decoration: none;
}

.footer-left a:hover {
    text-decoration: underline;
}

.footer-separator {
    opacity: 0.5;
    margin: 0 0.3rem;
}

.footer-right {
    color: #8a6467;
}

/* Mobile : tout centré et sur 2 lignes */
@media (max-width: 768px) {
    .footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 0.3rem;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: inherit; /* garde ton design en place */
}
