.article.facet .header-card{
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.col-annonce{
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.16));
    background: #fff;
    padding: 40px 20px;
    margin-bottom: 20px;
}
.col-annonce .type{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #191716;
    margin-bottom: 10px;
}
.col-annonce .button-annonce{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #191716;
}

.col-annonce .button-annonce img{
    padding: 5px;
    margin-right: 8px;
    background: #f68a1f;
    display: inline-block;
}

.col-annonce a{
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.wpforms-container.candidature .wpforms-submit-container{
    text-align: center;
}

.wpforms-container.candidature .wpforms-submit-container button{
    background-color: #F68A1F !important;
    border-color: #F68A1F !important;
    color: #fff !important;
}
#page-offre{
    margin-top: 60px;
}
#page-offre h1, #page-offre h2{
    font-family: 'Archivo Black', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 20px;
    color: #191716;
    text-transform: uppercase;
}

#page-offre a, #page-offre p , #page-offre li , #page-offre span{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #191716;
    margin-bottom: 10px;
}

#page-offre  ul{
    margin-left: 0;
}

#page-offre .type{
    display: inline-block;
    background: #F68A1F;
    padding: 5px 10px;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 35px;
}

body .catalogue{
    width: 135px;
    height: 165px;
    font-size: 19px;
    line-height: 20px;
}

body .barre .probox {
    display: flex  !important;
    align-items: center  !important;
    height: 50px !important;
}

body .barre .probox input.orig{
    height: 50px !important;
}

@media (max-width: 1520px) and (min-width: 992px){
   body header #site-navigation a{
        font-size: 13px;
        padding: 15px 12px;
    }
}


@media (max-width: 1280px) and (min-width: 992px){
    body header #site-navigation a {
        font-size: 12px;
        padding: 15px 9px;
    }
}


@media (max-width: 1199px ) and (min-width: 992px){
    #ubermenu-main-2-menu-1-2{
        text-align: center;
        float: none;
        display: flex;
        justify-content: center;
    }
    #masthead .col-logo{
        display: flex;
        justify-content: center;
    }
    #site-navigation{
        padding-bottom: 20px;
    }
}

header .barre {
  background-color: rgba(200, 200, 200) !important;
}

