.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*-------------------------AFFICHAGE 1---------------------------------*/



.hob_one_click_aff_1 {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;

}

.hob_one_click_aff_1 a {

    text-decoration: none;
    transition: color .2s ease-in;
    font-weight: normal;
    box-sizing: content-box;
}

/* Affichage horizontal  */

.hob_one_click_aff_1 .bouton_clic_h {
    width: 100px;
    height: 100px;
    font-size: 14px;
    padding: .875rem;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: .4rem;
    display: inline-block;
    cursor: pointer;
}

.hob_one_click_aff_1 .bouton_clic_h:hover {
    text-decoration: none;
}

.hob_one_click_aff_1 .bouton_clic_h:active {
    transform: translate(0px, 5px);
    text-decoration: none;
}

.hob_one_click_aff_1 .clic-icon {
   font-size: 25px;
    min-height: 50px;
    max-height: 50px;
    /*--C'est une variable, à faire personnaliser dans le backoffice--*/
}


.hob_one_click_aff_1 .clic-titre {
    padding: 0.4rem;
    height: 40px;
}

/* Affichage vertical  */

.hob_one_click_aff_1 .bouton_clic_v {
    width: 100px;
    height: 100px;
    font-size: 14px;
    padding: .875rem;
    text-align: center;
    text-decoration: none;
    margin: .4rem;
    display: block;
    cursor: pointer;
}

.hob_one_click_aff_1 .bouton_clic_v:hover {
    text-decoration: none;
}

.hob_one_click_aff_1 .bouton_clic_v:active {
    transform: translate(0px, 5px);
    text-decoration: none;
}