﻿body {
    font-family: 'Times New Roman', Times, serif;
    background-color: #fff0f5; 
    color: #333;
    margin: 0;
    padding: 0;
}

#page {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

header {
    text-align: center;
    padding: 20px 0;
}

header h1 {
    font-family: 'Times New Roman', cursive;
    font-size: 2.5em;
    color: #e75480;
    margin: 0;
}

header h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.1em;
    font-weight: normal;
    margin-top: 5px;
}

#titre_page p a {
    color: #e75480;
    text-decoration: none;
    transition: color 0.3s ease;
}

#titre_page p a:hover {
}

#titre_page p a:active,
#titre_page p a:focus {
    color: #f7a8c4;
    text-decoration: underline; 
}

header nav ul {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
}

header nav ul li {
    display: inline;
    margin: 0 10px;
}

header nav ul li a {
    text-decoration: none;
    color: #e75480;
    font-weight: bold;
    font-size: 1.1em; 
    padding: 8px 16px; 
    border: 2px solid #e75480;
    border-radius: 20px; 
    background-color: #ffffff; 
    transition: all 0.3s ease; 
}

header nav ul li a:hover {
    background-color: #e75480;
    color: #ffffff;
}

header nav ul li a:active,
header nav ul li a:focus {
    text-decoration: underline;
}

section {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

article {
    width: 65%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
}

h3 {
    font-family: 'Times New Roman', cursive;
    color: #e75480;
    text-transform: uppercase;
    border-left: 3px solid #f7a8c4;
    padding-left: 15px;
    font-size: 1.4em;
    margin-top: 30px;
}

.job-title, .company {
    color: #e75480;
    font-weight: bold;
}

aside {
    width: 30%;
    border: 2px solid #e75480; 
    border-radius: 12px;
    padding: 20px;
    background-color: #ffffff; 
}

.profile-title {
    font-family: 'Times New Roman', cursive;
    color: #e75480;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.4em;
    margin-top: 10px;
}

.aside-title {
    font-family: 'Times New Roman', cursive;
    border-left: 3px solid #f7a8c4;
    padding-left: 15px;
    font-size: 1.4em;
    text-align: left;
    color: #e75480;
    margin-top: 25px;
}

#photo img {
    width: 100%;
    max-width: 180px;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 10px auto;
    border: 2px solid black;
    padding: 2px;
}

footer {
    text-align: center;
    font-size: 0.9em;
    color: #999;
    margin-top: 40px;
}

footer a {
    color: #e75480;
    text-decoration: none;
}

aside a[href^="mailto:"],
aside a[href*="linkedin.com"] {
    color: #e75480;
    text-decoration: underline; 
    transition: color 0.3s ease; 
}

aside a[href^="mailto:"]:visited,
aside a[href*="linkedin.com"]:visited {
    color: #F8BBD0;
}

aside a[href^="mailto:"]:hover,
aside a[href*="linkedin.com"]:hover {
    color: #f48fb1;
}
