
/* Coucou à vous, qui fouillez partout ! */

:root {
    --primary-color: #2c6d26; 
    --primary-hover: #439254;
    --secondary-color: #29089e;
    --text-color: #000;
    --light-text: #b6e0b3;
    --bg-color: #ffffff;
    --card-bg: #d6e9d5;
    --accent-bg: #b6e0b3;
    --border-color: #e0e0e0;
    --font-stack: Sans-Serif, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    }

    body {
    font-family: var(--font-stack);
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--bg-color);
    padding: 0;

    margin-top: 50px;
    margin-bottom: 0px;
    margin-right: 8%;
    margin-left: 4%;
    }
    * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



.site-main {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.site-main h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.site-main h2 {
    margin-bottom: 0.5rem;
}

.site-main p {
    margin-bottom: 1.5rem;
}


/* QUI SUISJE */
.qui-suisje {
    margin-bottom: 2rem;
}


/*  PRESENTATION */
.presentation p {
    margin-bottom: 0.5rem;
}

.contact{

}

.experience {
    margin-bottom: 2rem;
}

.projets {
    margin-bottom: 2rem;
}

.partage-ressources {
    margin-bottom: 2rem;
}