body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #0f1344;
}


.titre {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #222;
}


ul {
    padding-left: 15px;
}

li {
    margin-bottom: 6px;
    color: #222;
    list-style: none;
}


.subtitle {
    font-weight: bold;
    color: black;
    margin-top: 10px;
}


h2, h3 {
    color: black;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

.cv {
    display: flex;
    width: 90%;
    max-width: 1100px;
    margin: 30px auto;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.gauche {
    width: 30%;
    background-color: #e5e5e5;
    padding: 25px;
    border-right: 2px solid #d1d1d1;
}

.gauche img {
    margin-right: 8px;
}

.droite {
    width: 70%;
    padding: 25px;
}

p {
    margin-bottom: 10px;
    line-height: 1.4;
}

@media (max-width: 800px) {
    .cv {
        flex-direction: column;
    }

    .gauche, .droite {
        width: 100%;
    }
}

.btn {
    display: inline-block;
    padding: 10px 16px;
    background: black;
    color: white;
    text-decoration: solid;
    border-radius: 60px;
    font-weight: bold;
}

.btn:hover {
    background: #555;
}

header {
    text-align: center;
    padding: 40px 20px;
}

header h1 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

header p {
    font-size: 1.2rem;
    color: white;
}

.join {
    text-align: center;
    margin: 20px 0;
}

.btn2 {
    display: inline-block;
    padding: 12px 24px;
    background: #4caf50;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.3s;
}

.btn2:hover {
    background: #45a049;
}

footer {
    text-align: center;
    padding: 20px;
    background: #2e2e2e;
    color: white;
    margin-top: 40px;
}

.h1 {
    text-align: center;
    color: white;
    font-size: 15px;
}

.h6 {
    color: white;
    font-size: 45px;
    text-align: left;
}

.contact {
    color: white;
    font-size: 70px;
}