h1 {
    font-family: Montserrat;
    text-align: center;
    color: #00626F;
    font-size: 3.5em;
    margin-top: 0.7em;
}
h2 {
    font-family: Manrope;
    text-align: center;
    color: #cec591;
    font-size: 1.5em;
    margin-top: -1.3em;
    margin-bottom: 45px;
}
nav {
    width: 100%;
    text-align: center;
    color: #00626F;
    margin-top: -20px;
}
nav a {
    margin: 20px;
    border: 1px solid #b6bebf;
    border-radius: 8px;
    padding: 0.5em;
}
a:hover {
    opacity: 0.5;
}
header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: auto;
    border-bottom: 2px solid #00626F;
    padding-bottom: 2em;
}
a {
    text-decoration: none;
    color: #00626F;

}
main {
    border-bottom: 2px solid #00626F;
    padding-bottom: 2em;
}
.chart-container {
    width: 40rem;
    height: 20rem;
    max-width: 90%;
    margin: 0 auto 3rem auto;
    position: relative;
}
h3 {
    font-family: Manrope;
    color: #00626F;
    text-align: center;
    font-size: 1.3em;
    margin-top: 2em;
    margin-bottom: 0.5em;
}
.profil,
.connexion {
    font-size: 1.5em;
    border: 1px #b6bebf solid;
    border-radius: 8px;
    padding: 10px;
    margin-right: 10px;
}

.dropdown {
    position: relative;
}
.profil-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1em;
    font-family: Manrope;
    color: #00626F;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
}
.profil-btn:hover {
    opacity: 0.5;
}
.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: white;
    border: 1px solid #b6bebf;
    border-radius: 8px;
    min-width: 160px;
    z-index: 100;
    overflow: hidden;
}
.dropdown.open .dropdown-menu {
    display: flex;
    flex-direction: column;
}
.dropdown-menu a,
.dropdown-menu button {
    padding: 0.7em 1em;
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    font-family: Manrope;
    font-size: 0.9em;
    color: #00626F;
    cursor: pointer;
    width: 100%;
}
.dropdown-menu a:hover,
.dropdown-menu button:hover {
    background: #f7f7f0;
    opacity: 1;
}
.dropdown-menu button:last-child,
.dropdown-menu a:last-child {
    border-bottom: none;
}
.profil_img {
    width: 1em;
    height: auto;
    padding-right: 10px;
}
.LogoOE {
    width: 10em;
    height: auto;
}
footer {
    text-align: center;
    font-family: Manrope;
    padding: 30px;
}
.Contact {
    color: #00626F;
}
.Contact span {
    margin-right: 30px;
}
.reseaux {
    margin-top: 10px;
    margin-bottom: 10px;
}
.description_img {
    width: 32em;
    padding-left: 10em;
    margin-top: -5em;

}
.description_texte {
    margin-top: -8em;
}
.description {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    width: 80%;
    padding-bottom: 3em;
    padding-top: 8em;
}
.services {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 20%;
    margin-bottom: 30px;
}
p {
    color: #00626F;
    line-height: 1.4;
}
ul {
    color: #00626F;
    line-height: 1.4;
}