#info_member {
    border: 1px solid rgba(0, 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_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;
}

/*contact to member*/
#go_org_link {
    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%;
}

#quicklink_container {
    /*pas de quicklink dans la gestion du compte*/
    display: none;
}

#sommaire_membre > .membership-title-container:hover {
    cursor: pointer;
}

#sommaire_membre > .membership-title-container > .membership-title {
    width: 50%;
}

#sommaire_membre > .membership-title-container > .membership-status {
    width: 30%;
}

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;
}
body
    #main_wrapper_interne
    #form_edition_membre
    .current
    a.lien-image-champ-custom,
body
    #main_wrapper_interne
    #form_edition_membre
    .current
    a.lien-image-champ-custom:hover {
    background-color: transparent !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
/* image logo compagnie*/
.img_org,
#logo_img_wrapper_org img {
    margin: 0px !important;
    border-radius: 40px !important;
    max-width:100%;
}
/* nom compagnie*/
.nom_org_dashboard {
    font-weight: bold;
}
/* image avatar */
#sommaire_user #avatar_img_wrapper img {
    width: 160px !important;
    height: 160px !important;
    max-width: unset !important;
    margin: 20px auto;
    border-radius: 50%;
}
/* section compagnie */
#sommaire_user,
.section_organisation_details {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.sectionInfOrg {
    height: 160px;
}

#boutin_redim {
    margin-right: 20px !important;
}
.sectionInfOrg .mt-0 {
    margin-top: 0px !important;
}
.sectionLogoOrg {
    height: 160px;
}
/*.sectionLogoOrg img {
    max-height: 100%;
}*/
/*@media (min-width: 768px) {
    .sectionInfOrg {
        max-width: calc(100% - 350px);
        flex: 1 1 calc(100% - 350px);
    }
    .sectionLogoOrg {
        max-width: 350px;
        flex: 0 0 350px;
    }
}
@media (max-width: 767.98px) {
    #logo_img_wrapper_org img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .sectionInfOrg{
                height: auto;
    }
}  */