/* Template breadcrumb */

.breadcrumbBlock{
    position: absolute;
    top: 35px;
    left: -14px;
    z-index: 199;

    margin-top: 0;
}

.breadcrumbBlock h1{
    position: relative;
    color: white;
    font-size: 18px;
    letter-spacing: 0.6px;
    padding: 14px 0;
    padding-left: 54px;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    padding-right: 25px;

    background-image: url('../resources/titlePic.png');

    width: 260px;
    text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.23);

    margin-top: 9px !important;
}

.breadcrumbBlock h1 .fa{
    position: absolute;
    top: 14px;
    left: 20px;
}

.breadcrumbBlock h1 strong{
    font-weight: 400;
}

.breadcrumbBlock h1 .fa-tags, .breadcrumbBlock h1 .fa-tag, .breadcrumbBlock h1 .fa-wrench{
    top: 13px;
    left: 18px;
    font-size: 22px;
}

.breadcrumbBlock h1 .fa-lightbulb-o {
    top: 11px;
    left: 21px;
    font-size: 27px;
}

.actualBread{
    position: absolute;
    left: 55px;
    top: 65px;
    white-space: nowrap;
}

    .actualBread *{
        color: white;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
        font-size: 13px;
        letter-spacing: 0.1px;

        line-height: 145%;
    }

    .actualBread a:hover{
        color: white !important;
        text-shadow: 0 0 5px rgba(255, 255, 255,0.45);
    }

/* -- Mediaqueries breadcrumb -> + grand sur grands écrans -- */

@media only screen and (min-width: 1230px){
    .breadcrumbBlock h1{
        font-size: 20px;
        width: 367px;
        background-size: 367Px 69px;

        padding-top: 18px;
        padding-left: 55px;
        padding-bottom: 30px;
    }

    .breadcrumbBlock{
        left: -20px;
    }

    .breadcrumbBlock h1 .fa {
        position: absolute;
        top: 16px;
        left: 18px;
    }

    .actualBread {
        position: absolute;
        left: 58px;
        top: 73px;
    }

    .actualBread *{
        font-size: 14px;
    }
}

@media only screen and (max-width: 700px){
    .actualBread{
        white-space: normal;
    }
}