/* 
    Crée par MyHomeSystem, Seiroth/Benoit
     ____  __   __  ____
    |  __||  | |  ||  __|
    | |__ |  |_|  || |__
    |__  ||__   __||__  |
     __| |   | |    __| |
    |____|   |_|   |____|
    Copyright © My Home System informatique © 2024 -SystemCorp – Tous droits réservés.
*/

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #333;
}

header {
    background: #f8f8f8;
    padding: 20px 0;
    border-bottom: 2px solid #e0e0e0;
}

.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

h1 {
    margin: 0;
    font-size: 24px;
}

.hero {
    background: #e0e0e0;
    padding: 60px 0;
    text-align: center;
}

.hero h2 {
    margin: 0 0 20px 0;
    font-size: 36px;
}

.hero p {
    font-size: 18px;
    color: #666;
}

.motivations {
    padding: 60px 0;
    background: #f8f8f8;
}

.motivations h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
}

.motivation-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    margin: 20px;
    flex-basis: calc(25% - 40px);
    box-sizing: border-box;
}

.card img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}

.card h3 {
    margin: 20px 0 10px 0;
    font-size: 24px;
}

.card p {
    color: #666;
    font-size: 16px;
}

footer {
    background: #ccc;
    padding: 20px 0;
    text-align: center;
}

footer p {
    margin: 0;
    font-size: 14px;
}

footer p a {
    color: #333;
    text-decoration: none;
}

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

footer a[href="http://www.myhomesystem.fr"] {
    text-decoration: underline;
    font-weight: normal;
}

footer a[href="http://www.myhomesystem.fr"]:hover {
    text-decoration: none;
    font-weight: bold;
}

/* New styles for association page */
.image-association {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 5px;
    background-color: #4CAF50;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.cta-button:hover {
    background-color: #45a049;
}

h3 {
    margin-top: 20px;
    color: #2e7d32;
}


strong {
    color: #2e7d32;
}

.association {
    padding: 60px 0;
    background: #fff;
}

.association h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
}

.fiscalite {
    padding: 60px;
}

.highlighted-text {
    color: #2e7d32; /* Vert pour rester dans le thème bio */
    font-weight: bold;
    margin-top: 20px;
}
