/***************************************************
* PLUGIN METIERS
***************************************************/

.bloc_metiers{
    background-color: #f1f1f1;
    min-height: 300px;
    margin: 0;
    margin-top: 50px;
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    background-size: auto;
    position: relative;
    background-image : url(../img/bg_metiers_coin.png);
}

.photo_metiers{
    background-color: #f1f1f1;
    text-align: center;
    padding-top: 20px;
}

.photo_metiers img{
    width: 70%;
    height: auto;
}

.texte_metiers{   
    padding-top: 20px;
    position: relative;
    bottom: 45px;
}


.etiquette_metiers{
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    background: #000000;
    color: white;
    height: 50px;
    font-size: 24px;
    font-family: 'Playfair Display';
    line-height: 50px;
    margin-bottom: 30px;
    position: relative;
}

.no_margin{
    margin: 0!important;
}

img.bg_etiquette{
    position: absolute;
    right: -20px;
    top: 0;
    height: 50px;
}

.bg_illustration_metiers{
    width: 240px;
    min-height: 300px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0px;
}

@media screen and (max-width: 768px){
    .etiquette_metiers{
        margin-top: 20px;
    }
    
    .bg_illustration_metiers{
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }
    
    div.csc-textpic-intext-left .csc-textpic-imagewrap{
        float: none;
    }
    
    div.csc-textpic-intext-left .csc-textpic-imagewrap .csc-textpic-image img{
        margin: auto;
    }
}