#img_profil{
    width: auto;
    height: 150px;
    border-radius: 2%;
}

fieldset {
    min-width: 0;
    padding: 10px 40px 10px 40px;
    margin: 0;
    border: dashed 1px rgb(220, 221, 220);
 }

legend {
    float: initial;
    width: auto;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 90%;
    line-height: inherit;
}

.card{
    box-shadow: 1px 1px  6px #eceaea;
}

.form-control{
    border-radius: 0;
}
.btn {
    border-radius: 0;
}

.navbar .nav-link{
    color: whitesmoke;
}

#inf_gnl_tle{
    border-left: solid 8px #d2c63f;
}

#inf_gnl1 , #inf_gnl2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: medium;
}

#inf_gnl1 .row:nth-child(even){
    background: #f3f3f3;
}

#inf_gnl2 .row:nth-child(odd){
    background: #f1f0f0;
}

.form-control, .form-select{
    border: solid 1px lightseagreen;
}
