/*
Theme Name: MaxTeam Dakar 2027
Theme URI: https://maxteamdakar.com/
Author: Juliet Lima Fox
Author URI: https://rarissim.com/
Description: Un thème WordPress moderne et dynamique pour le team MaxTeam participant au Dakar Classic 2027.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maxteam-dakar-2027
*/

/* Reset and base styles */
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f9f9f9;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

/* Header styles */
.site-header {
    background-color: #000;
    color: #fff;
    padding: 1rem;
    text-align: center;
}

/* Banner styles */
.banner {
    background-image: url('https://via.placeholder.com/1920x600/000000/FFFFFF?text=MaxTeam+Dakar+2027');
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

/* Sponsor and press section styles */
.sponsors {
    padding: 2rem;
    background-color: #fff;
}

.sponsor-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.sponsor-logos img {
    max-width: 150px;
    margin: 1rem;
}

/* Contact form styles */
.contact-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #fff;
}

/* Footer styles */
.site-footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 1rem;
}
