#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%;
}

body #main_wrapper_interne #form_edition_membre .lesChampsCustom  .bouton_fichier_custom  {
    background: #b9b0b080  ;
    color: #000 ;
}
body .autosave_delete_file:hover
{
 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
a.voir_bouton_fichier_custom ,
body #main_wrapper_interne #form_edition_membre .current a.voir_bouton_fichier_custom
{
    background-size: 200% 100% !important;
    background-position: 100% 0 !important;
}
a.voir_bouton_fichier_custom:hover ,
body #main_wrapper_interne #form_edition_membre .current a.voir_bouton_fichier_custom:hover{
    background-position: 0 0 !important;
}