.topFerie p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 6px;
    text-align: center;
}
.topFerie {
    background-color: #97835C;
    height: 30px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10000;
    /*min-width: 1064px;*/
}
@media (max-width: 481px){
    .topFerie {
        height: 52px;
    }
    .topFerie p {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 4px;
    }
}


@media (min-width: 481px) and (max-width: 767px) {
    .topFerie {
        height: 45px;
        /*min-width: 1064px;*/
    }
    .topFerie p {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 4px;
    }
}