/***************************************************
* PLUGIN ONGLETS
***************************************************/

.tx-bi-onglets{
    margin-left: 40px;
}

.bloc_onglets{
    margin-top: 30px;
    margin-bottom: 30px;
}

.header_onglets .onglet{
    background: #272726;
    height: 270px;
    width: 100%;
    /*transition: all 0.3s ease;*/
    cursor: pointer;
    text-align: center;
    padding-top: 80px;
}

.header_onglets .onglet_active{
    background-color: #f02a8c;
}

.header_onglets .col-xs-4{
    padding: 1px;
}

.header_onglets .onglet img{
    height: 70px;
}

.intitule{
    color: white;
    font-size: 34px;
    font-family: 'HelveticaNeueLTStd-Lt';
    margin-top: 20px;
    text-transform: uppercase;
}

.item_contenu_onglets{
    margin-top: 70px;
}

.image_onglet_content{
    text-align: center;
    margin-top: 70px;
}

.texte_onglet_content{
    border-left: 1px solid #616161;
    margin-top: 50px;
}

@media screen and (max-width: 768px){
    .intitule{
        font-size: 18px;
        margin-top: 15px;
    }
    
    .header_onglets .onglet{
        height: 100px;
        padding-top: 15px;
    }
    
    .header_onglets .onglet img{
        height: 30px;
    }
    
    .image_onglet_content{
        margin-bottom: 30px;
    }
    
    .item_contenu_onglets{
        margin-top: 20px;
    }
}