#event_section .section-title-sm , .nouvelleacceuil .section-title-sm{
    display:none;
}
@font-face {
  font-family: 'Tahoma';
  src:
       url('/client_file/themes/biztrox/css/tahoma.ttf') format('truetype');
       font-style: normal;
}
body , p , span  , a , li , strong ,h1 , h2 , h3 , h4 , h5,h6 , ul{
    font-family:"Tahoma" !Important;
}

.form_auto_generate {
    width: 20% !important;
}
.form_auto_generate.courriel{
    width:26% !important;
}
.form_auto_generate.cost_registered{
    width:10% !important;
}

@media only screen and (max-width: 800px){
    p img , h2 img{
      max-width:100%;
    }
}
@media only screen and (min-width: 800px){
    .navbar-brand img{
      padding-bottom: 15px !important;
    }
}

.row_filters_emplois  .form-control
{
 width:80%;
}
.list_secteur_wrapper.form-check.px-0.mb-1 {
    display: flex;
    align-items: center;
}
.section_ev_contenu ol{
    list-style-type: auto;
}
#sidebar.active ul li:first-of-type a
{
    display: block;
}
#sidebar ul li:first-of-type a
{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.carte_electronique_div , .tableau-bord
{
 display:none;

}
#sidebar ul li:first-of-type a span

{
 padding:0 !Important;
}
body #sidebar ul li a:hover, body #sidebar ul li a.menu_membre_page_active
{
background: #F1F2F3;
color: #0065A4 !important;
}
#section_membre_certify .fiche_container > div:nth-child(2) {
    /* display: flex
; */
    flex-flow: row wrap;
}
.row_filters_emplois {
    justify-content: space-evenly !important;
    align-items: center !importan;
}

.wrapper_item_event .input-group
{
  align-items: center;
}
 .wrapper_item_event .input-group h2
{
 margin-top:0px !Important;
 margin-bottom:15px !Important;
 font-size:25px;
}

#section_top #section_membre_certify>#pagination-result{
     gap: 2.8rem 1.6rem;
    grid-template-columns: repeat(3, 1fr);
    display: grid

}
 #section_membre_certify .fiche_container.fiche_export {
    height: 100% !important;
}
.row.section_documents li
{
 list-style-type: none;
}
button.btn.btn-link.accordeon_title.w-100
{
 text-transform:none !Important;
}
.wrapper-ajouter-image-profil
{
    background:white;
    padding:1.5rem;
    border-radius:10px;
}
#new_page_account #avatar_img_wrapper img
{
    width: 100px;
    height: auto;
    border-radius: 50%;
}


.accordeon_titre a.d-block
{
    display: flex !important;
    align-items: center;
    
}
.accordeon_titre a.d-block span
{
    padding-right: 20px;
}