#info_member{
    border: 1px solid rgba(0,0,0,.125);
    /*border-radius: .25rem;*/
}
#member_avatar, #member_avatar{
    height: auto;
    width: 80%;
    max-width: 160px;
    margin: 20px auto;
    border-radius: 50%;
}
#sommaire_user{
    background:#F8FBFF;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#sommaire_membre{
    background:#fff;
}
#menu_membre i{
    display: none;
}
#menu_membre a{
    border-bottom:3px #BABABA solid;
    margin:0 5px 15px;
    color:#000;
}
#menu_membre li.active a{
    background:#BABABA;
    font-weight: bold;
    color:#000;
}
.tuile{
    background: #F2F2F2 !important;
}

/*accordeon*/
#account_accordion .card-header{
    padding: 0;
    border: none !important;
}
#account_accordion button{
    width: 100%;
    text-decoration: none;
    padding: 15px 20px !important;
    border:none !important;
}
#account_accordion button:hover{
    border:none !important;
}
#account_accordion .card{
    margin: 0 0 10px 0;
    border:none !important;
}

.img_menu_membre, #menu_membre li img, #menu_membre li i{
    display:none;
}

/*step form*/
body #main_wrapper_interne  #form_edition_membre a{
    background: #464748 !important;
    color:#fff !important;
}
body #main_wrapper_interne  #form_edition_membre .current a{
    background: #fcfcfc !important;
    color:#000 !important;
}

.carte_invalide_stamp {
    display: inline-block;
    color: red;
    padding: 15px;
    background-color: white;
    box-shadow: inset 0px 0px 0px 10px red;
    opacity: 0.6;
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    position: absolute;
    top: 20%;
    font-size: 35px !important;
    left: 0%;
}