/*-------------------------AFFICHAGE 6---------------------------------*/

.hob_one_click_aff_6 {
    font-family: "Orkney Bold",sans-serif;
    text-align: center;
    font-weight: bold;
}

/* Affichage horizontal */

.custom_button_h {
    display: inline-block;
    margin: 10px;
    text-align: center;
    width: 110px;
    vertical-align: top;
} 

.custom_button_h a i {
    font-size: 30px;
    color: #ffffff;
    background: #c91111;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    border:  1px solid #000000;
}

.custom_button_h a img {
    font-size: 30px;
    color: #ffffff;
    background: #d41a1a;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 7px;
    text-decoration: none;
    border:  1px solid #000000;
}

.custom_button_h a:hover img {
    color:  #000000;
    background: #ffffff;
}

.custom_button_h a:hover i{
    color:  #000000;
    background: #ffffff;
}

.custom_button_h a:hover span{
    color:  #000000;
    background: #ffffff;
}

.custom_button_h a{
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
}

/* Affichage vertical  */

.custom_button_v {
    display: block;
    margin: 10px;
    text-align: center;
    width: 110px;
} 

.custom_button_v a i {
    font-size: 30px;
    color: #ffffff;
    background: #c91111;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    border:  1px solid #000000;
}

.custom_button_v a img {
    font-size: 30px;
    color: #ffffff;
    background: #d41a1a;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 7px;
    text-decoration: none;
    border:  1px solid #000000;
}

.custom_button_v a:hover img {
    color:  #000000;
    background: #ffffff;
}

.custom_button_v a:hover i{
    color:  #000000;
    background: #ffffff;
}

.custom_button_v a:hover span{
    color:  #000000;
    background: #ffffff;
}

.custom_button_v a{
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
}