 /* =========================================================
   FALLENTHEYN.BE
   Styles de la partie Auteur
   ---------------------------------------------------------
   STYLE GÉNÉRAL
   ========================================================= */

body {
    font-family: Tahoma, sans-serif;
    color: #333;
    background-color: #f8f7f3;
}
/*   NAVIGATION  */
.navbar {
    background-color: #2f3430;
}

.navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
}

/*    SECTION AUTEUR / ROMAN  */
.hero {
    background-color: #e8e4d8;
    padding: 70px 0;
}

.hero h1 {
    font-size: 3.2rem;
    font-weight: 600;
}

.hero h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 25px;
}

.hero-text {
    font-size: 1.25rem;
    line-height: 1.55;
}

/*    COUVERTURE DU LIVRE  */
.book-cover {
    max-height: 430px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.20);
}

/*    TITRES DE SECTION */
.section-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
    text-align: center;
}

/*    PARCOURS PROFESSIONNEL */
.professional-section {
    padding: 65px 0;
}

/*    CARTES DES LANGUES */
.language-card {
    height: 100%;
    border: 1px solid #ddd8cc;
    background-color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.language-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
}

.language-card .card-title {
    font-size: 1.8rem;
}

.language-card .card-text {
    font-size: 1.1rem;
    line-height: 1.5;
}

/*    PIED DE PAGE   */
.footer {
    background-color: #2f3430;
    color: #ddd;
    padding: 25px 0;
    font-size: 0.95rem;
}

.footer a {
    color: #ddd;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.map-page { 
padding: 50px 20px 70px;
}

 .map-title {
     text-align: center; 
     margin-bottom: 35px; 
     font-size: 2.2rem; 
     font-weight: 500; 
  }
     
 /* Map */
.map-container {
    width: 80%; 
    margin: 0 auto 40px; 
    text-align: center;
}
           
.map-container img {
    width: 80%; 
    height: auto; 
    display: block; 
    margin: 0 auto; 
}
               
/* Explanatory text */
.map-text {
    width: 90%; 
    margin: 0 auto; 
    text-align: justify;
}
                     
.map-text p {
    margin-bottom: 1.2rem; 
} 
 
.map-caption {
    font-size: 0.95rem; 
    font-style: italic;
    text-align: center; 
    margin-top: 10px; 
    color: #665f55; 
} 
                  

/*    AFFICHAGE SUR PETITS ÉCRANS  */
@media (max-width: 768px) {

    .hero {
        padding: 45px 0;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero h2 {
        font-size: 1.5rem;
    }

    .book-cover {
        margin-top: 35px;
        max-height: 350px;
    }
   .map-page { 
     padding: 30px 15px 50px; 
   }
 
   .map-container, .map-text {
      width: 100%;
   }
      
   .map-title {
        font-size: 1.8rem; 
        margin-bottom: 25px;
     }
      
     .map-text {
          font-size: 1.0rem; 
          line-height: 1.25;
       }
}
