/*
Theme Name: Livre de route
Description: Feuille de style pour la page Livre de route.
Author: MACOM DIGITALE
Version: 1.0.0
*/
/* === HERO BANNER LIVRE DE ROUTE === */
.livre-de-route-hero {
    width: 100%;
    max-width: 1440px;
    height: 622px;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.livre-de-route-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.livre-de-route-hero .hero-content {
    position: relative;
    z-index: 2;
    padding: 60px;
    max-width: 600px;
}

.livre-de-route-hero .hero-content h1 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.2;
    white-space: nowrap;
}

.livre-de-route-hero .hero-content p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.5;
}

.livre-de-route-hero .hero-btn {
    display: inline-block;
    padding: 12px 28px;
    border: 2px solid #05D9C4;
    color: #fff;               /* police blanche */
    background: transparent;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
}

.livre-de-route-hero .hero-btn:hover {
    background-color: #05D9C4;
    color: #000;               /* police noire au hover */
}
