/****************************/
/** ADDTOANY **/
/****************************/

.a2a_mini {   
    min-width: 25px!important; 
    width: 55px!important;
    background: #ffffff!important;
    padding: 10px 0!important;
    border-radius: 0!important;
    margin-left: -15px!important;
}
.a2a_menu a{
    color: transparent!important;
}
.a2a_kit, .a2a_menu, .a2a_modal, .a2a_overlay{
    border: none!important;   
}
a.a2a_i, i.a2a_i{
    width: 24px!important;
    border-radius: 0;
    overflow: hidden;
    padding: 6px 13px 6px 13px!important;
    clear: both!important;
}
a.a2a_i .a2a_svg, a.a2a_more .a2a_svg {
    background-size: 24px;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
.a2a_menu_show_more_less.a2a_more.a2a_localize {
    height: 10px;
}
.a2a_menu a.a2a_i:active, .a2a_menu a.a2a_i:focus, .a2a_menu a.a2a_i:hover, .a2a_menu a.a2a_more:active, .a2a_menu a.a2a_more:focus, .a2a_menu a.a2a_more:hover {   
    border-color: #fff!important;   
    background-color: #219bd359!important;
   cursor: pointer;
}

/*Barre outils*/
#barre_outils{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
#barre_outils i{
    font-size: 18px; 
    color: #333;
}
#barre_outils svg{
    position: relative;
}
#barre_outils > a{
   margin: 0 10px;
}
#barre_outils > span{
    margin: 0 10px;
}
#barre_outils a:hover, #barre_outils a:focus, #barre_outils a:visited{
    text-decoration: none;
}

.generepdf:hover{
    cursor: pointer;
}

.favoris{
    display: inline-block;   
}

/****************************/
/** CONTENT **/
/****************************/
#A2,#A3, #B1, #B2, #B3, #C1, #C2, #C3{
    clear: both;
  }
iframe{
max-width: 100%;
}

/****************************/
/** ACCESSIBILITE **/
/****************************/

/* .focus-visible {
    border: 1px solid #333; 
} */
.visually-hidden{
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    width: 1px;
    position: absolute;
}