/*
Theme Name: TourManager Pro
Theme URI: https://votresite.com
Author: Votre Nom
Author URI: https://votresite.com
Description: Theme pour TourManager Pro
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tourmanager-theme
*/

/* Reset de base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.site-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px 0;
    text-align: center;
}

.site-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

/* Content */
.site-content {
    padding: 40px 0;
    min-height: 60vh;
}

article {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

article h2 {
    margin-bottom: 15px;
}

article h2 a {
    color: #667eea;
    text-decoration: none;
}

article h2 a:hover {
    color: #764ba2;
}

/* Footer */
.site-footer {
    background: #2d3748;
    color: white;
    padding: 30px 0;
    text-align: center;
}
