body{
    background-color: #1c1c1c;
    font-family: Arial, sans-serif;
}

.profil-container{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    color : #6b855d;
}

h1{
    color: #c3edf2;
    margin-bottom: 50px;
    font-size: 45px;
}

h2{
    color: #c3edf2;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 45px;
    margin-bottom: 20px;
}

.p{
    color: #6b855d;
    line-height: 1.7;
    font-size: 20px;
}

.presentation {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}


.presentation img{
    width: 220px;
    height: auto;
    border-radius: 10px;
}

.texte{
    max-width: 900px;
    color : #90B37D; 
}

.bk {
    background-image: url(../assets/images/fondProfil.png);
    background-size: cover;
    background-position: center;
    height: 600px;
    color: #1c1c1c;
    border-color: #242424;   
}

.Red{
    text-align: center;
    color: #c3edf2;
    align-items: center;
    
}

.txt{
    color: #cacbcc;
}

.txt2{
    color: #f5f5f5;
}

.option-slam{
    border: 2px solid #5346DD;
    color: #5346DD;
}

.slam{
    color: #5346DD;
}
.slam2{
    color: #f5f5f5;
}

body{
    background-color: #242424;
    margin: 0;
    font-family: Arial, sans-serif;
}

h1{
    color: white;
    text-align: center;
    margin-top: 30px;
}

.flex-container{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    padding: 40px;
}

.option-slam,
.option-sisr{
    width: 45%;
    padding: 20px;
    border-radius: 10px;
}

.option-slam{
    border: 2px solid #5346DD;
    color: #5346DD;
}

.option-sisr{
    border: 2px solid #DD46D0;
    color: #DD46D0;
}
.sisr{
    color: #DD46D0;
}

.sisr2{
    color: #f5f5f5;
}
p{
    font-size: 22px;
    line-height: 1.5;
    color: #6b855d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #242424;
    color: #333;
    padding: 40px;
}

.container {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.column {
    flex: 1;
}

.column h2 {
    color: #4d7ea8;
    font-size: 22px;
    margin-bottom: 30px;
}

.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #d96d5f;
}

.item {
    position: relative;
    margin-bottom: 40px;
}

.dot {
    position: absolute;
    left: -30px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: white;
    border: 2px solid #d96d5f;
    border-radius: 50%;
}

.content h3 {
    font-size: 16px;
    color: #1f3c5a;
    margin-bottom: 5px;
}

.date {
    display: block;
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 5px;
}

.location {
    font-style: italic;
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
}

.content p,
.content li {
    font-size: 14px;
    line-height: 1.5;
    color: #0C794F;
}

.content ul {
    padding-left: 18px;
    margin-top: 8px;
}

.content li {
    margin-bottom: 6px;
}

.M1{
    color: #5346DD;
}
