.content {
    padding-left: 15%;
    padding-right: 15%;
}

h1 {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 2.92rem;
    font-weight: 400;
}

.profil .elements_base {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1.5em;
}

.selecteur {
    color: #ee6e73;
    text-transform: uppercase;

    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin-bottom: 1.8em;
}

.selecteur h2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 48px;
    padding: 0 24px;
}
.selecteur .selecteur_cur {
    border-bottom: 1px #ee6e73 solid;
}

.elements_base table {
    margin-left: 3em;
    border-collapse: collapse;
}
.elements_base table tr {
    border-bottom: 1px solid rgb(219, 219, 219);
    font-size: 15px;
    font-weight: normal;
    
}

.elements_base table th {
    padding: 15px 5px;
    text-align: left;
    font-weight: 400;
}

.profil p {
    margin-left: 20%;
    margin-right: 20%;
}

.comptes_externes {  
    margin-left: 25%;
    margin-right: 25%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comptes_externes h2 {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}

.comptes_externes table {
    border-collapse: collapse;
}
.comptes_externes table tr {
    border-bottom: 1px solid rgb(219, 219, 219);
    font-size: 15px;
    font-weight: normal;
    
}

.comptes_externes table th {
    padding: 15px;
    text-align: left;
    font-weight: 400;
}

.comptes_externes img {
    height: 30px;
    width: auto;
}