.pad-2 {
    padding: 2px;
}

.pad-2 img {
    /* width: 55px !important; */
}

.searchwrap {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.header-banner-box.register {
    background-image: url(../images/register-bg.jpeg);
    background-position: center center;
    background-size: cover;
}

.header-banner-box.post-job {
    background-image: url(../images/post-job-bg.png);
    background-position: center center;
    background-size: cover;
}

.header-banner-box {
    position: relative;
    height: 260px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 3px solid #ff9c00;
    border-radius: 3px;
    margin: 10px 0;
    background-repeat: no-repeat;
}

.header-banner-box.register .counter-container {
    position: absolute;
    right: 30px;
    top: 30px;
}

.header-banner-box.register .counter {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-banner-box.register .counter > li:first-child {
    margin-left: 0;
}

.header-banner-box.register .counter > li.zero {
    color: #cccccc;
}

.header-banner-box.register .counter > li {
    display: block;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 42px;
    float: left;
    background: url(../images/counter-bg.png) no-repeat 0 0;
    line-height: 42px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #444444;
    margin-left: 2px;
}

.header-banner-box.register .counter-container div {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

.header-banner-box.register .counter-container div > span {
    position: relative;
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
    padding: 0 10px;
}

.header-banner-box.register .counter-container div > span::before {
    right: 100%;
}

.header-banner-box.register .counter-container div > span::before, .header-banner-box.register .counter-container div > span::after {
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    background: #dddddd;
    top: 50%;
    content: '';
}

.header-banner-box.register .counter-container div > span::after {
    left: 100%;
}

.header-banner-box.register .counter-container div > span::before, .header-banner-box.register .counter-container div > span::after {
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    background: #dddddd;
    top: 50%;
    content: '';
}

.header-banner-box.register .btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    font-size: 18px;
    width: 186px;
    font-weight: bold;
}

.header-banner-box.register .btn-blue {
    padding: 5px;
    border-bottom: 2px solid #A04000;
    background: #C25700;
    color: #ffffff;
}

.header-banner-box.post-job .btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    font-size: 18px;
    width: 186px;
    font-weight: bold;
}

.header-banner-box.post-job .btn-red {
    padding: 5px;
    border-bottom: 2px solid #2D4C78;
    background: #386097;
    color: #ffffff;
}

.widget .widget-title {
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.share-box {
    position: relative;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.share-box > a {
    display: block;
    margin: 0;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
}

.share-box.facebook > a {
    background: #4C66A4;
}

.share-box.facebook > a:hover {
    background: #3c5081;
}

.share-box.twitter > a {
    background: #55ACEE;
}

.share-box.twitter > a:hover {
    background: #2795e9;
}

.share-box.linkedin > a {
    background: #4875B4;
}

.share-box.linkedin > a:hover {
    background: #395d90;
}

@media screen and (min-width: 992px) {

    .searchbar .cle {
        padding-right: 2px !important;
    }

    .searchbar .domaine, .searchbar .ville {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    .searchbar .submit {
        padding-left: 2px !important;
    }

}