
.nous-rejoindre-rh {
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #000033;
    text-align: center !important;
    padding: 22px !important;
}

.nous-rejoindre-rh .nous-rejoindre-rh-opacity {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("/media/com_offresemplois/images/nous_rejoindre.png") !important;
    background-size: auto;
    background-size: 100% !important;
    height: 77px;
    opacity: 50%;
}

.nous-rejoindre-rh a {
    color: #000033;
    text-decoration: underline;
}

.nous-rejoindre-rh a:hover {
    color: #eea70e;
    cursor: pointer;
}

.grid-container-pcp {
    margin-top: 25px;
    font-family: 'Roboto Slab','Arial' !important;
    
    /*CSS Grid*/
    display: grid;
    grid-template-columns: 220px 160px auto auto;
    grid-template-areas: "select nbr nbr nbr" "offres offres offres offres" "resultat-select resultat-select resultat-select resultat-select";
    grid-gap: 15px;
}

.selectDepartement {
    grid-area: select;
}

.item-nbr {
    grid-area: nbr;
}

.nbrOffres {
    width: 150px;
    padding: 5px;
    border-radius: 5px;
    background-color: #000033;
    color: white;
    font-size: 15px;
    text-align: center;
}

.grid-container-offres {
    grid-area: offres;
    display: grid;
    grid-template-columns: repeat(auto-fit, 338px);
    grid-gap: 15px;
}

.grid-container-offres a:hover {
    text-decoration: none;
}

#resultatselect {
    grid-area: resultat-select;
}

.item-offre {
    background-color: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
    height: 200px;
}

.item-offre:hover {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
}

.contenu-offre {
    padding: 15px;
}

.publie-le {
    text-align: center;
    color: #b8bac2;
}

.contenu-offre h2 {
    color: #000033;
    text-align: center;
    height: 50px;
    padding: 0 .7rem .7rem .7rem;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.contenu-offre i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
}

.location-offre i {
    color: #C9D401;
}

.type-offre i {
    color: #EEA70E;
}

.location-offre, .type-offre {
    text-align: left;
    width: 65%;
    color: black;
    margin-bottom: 10px;
    
    /*CSS Grid*/
    display: grid;
    grid-template-columns: 30px auto;
    align-items: center;
    grid-gap: 10px;
}

.candidature-spontannee {
    margin-top: 40px;
    
    /*CSS Grid*/
    display: grid;
    justify-content: center;
}

.candidature-spontannee .bouton-perso {
    width: 150px;
    text-align: center;
}

@media (max-width:600px) {
    
    .grid-container-pcp {
        grid-template-columns: 160px 160px auto auto;: 
    }
    .nous-rejoindre-rh {
        display: none;
    }
}