#fiche-emploi{
    background-color: #f2f7fb;
}
.container{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    margin-left: -6px;
}

.container-result{
    display: inline-flex;
    justify-content: start; 
}

.boite{
    display: flex;
    background: #fff;
    border-bottom: 3px solid transparent;
    box-shadow: 0 2px 2px rgba(0,0,0,0.27), 0 3px 3px rgba(47,47,47,0.25);
    transition: all .2s linear;
    margin: 10px;
    font: 600 1.2em 'DINProC';
    width: calc(((1221px - (9em + 2em)) / 4) - 2px);
    text-align: center;
    flex-direction: column;   
    height: 250px;
    justify-content: space-between;
}
.boite:hover {
    border-bottom-color: #df0076;
    box-shadow: 0 10px 15px rgba(0,0,0,0.27);
}
.typoMinuscule{
    display: inline-block;
    margin: 0;
    font-size: .9em;
    color: #aaa;
    margin-right: 2px;
}

.metier{
    vertical-align: middle;
    text-align: center;
    height: 65px;
    color: #fff;
    padding: 0.5em;
    background-color: #455469;
    font: 700 1.2em 'DINProC';
}
.metierContent{
    margin-bottom: 0px;   
}
.button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #df0076;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    font: 500 1.2em 'DINProC';
    padding: 2px;
    align-self: flex-end;
}
.buttonPlus{
    align-self:flex-end;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
}
.filtre{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 49.8em;
    margin: 9px;
    text-align: start;
    background: #fff;
    border: 1px solid #b4c3d9;
    border-radius: 3px;
    color: #455469;
    display: block;
    font: 700 1.1em 'DINProC';
    padding: .5em;
}
.filtre .select{
    background: #fff;
    border: 1px solid #b4c3d9;
    border-radius: 3px;
    color: #455469;
    font: 700 1.1em 'DINProC';
    margin: 0 auto 1em;
    padding: .5em;
    width: 20%;
}
label{
    font: 900 1.2em 'DINProC';
    padding: 10px;
}
.filterButton{
    width: 100%;
    height: 40px;
    line-height: auto;
    text-align: center;
    background-color: #df0076;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    font: 600 1.2em 'DINProC';
    padding: 2px;
    margin-top: 10px;
}
.description{
    margin-top: 20px;
    margin-bottom: 20px;
}
.errorApi{
    display: block;
    margin: auto;
    margin-top: .63rem;
    margin-bottom: 0;
    padding: .63rem 1.25rem;
    background-color: #455469;
    color: #fff;
    font: 800 1.2em 'DINProC';
    border-radius: .5rem;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.moteurRecherche{
    margin-left: 22px;
    background: #fff;
    border: 1px solid #b4c3d9;
    border-radius: 3px;
    color: #455469;
    font: 700 1.1em 'DINProC';
    padding: .5em;
    width: 20%;
}
.nbResult{
    margin-top: 15px;
    margin: 10px;
    font: 600 1.2em 'DINProC';
}
.buttonPoleEmploi{
    text-align:center;
    display: block;
    margin: auto;
    margin-top: .63rem;
    margin-bottom: 0;
    padding: .63rem 1.25rem;
    background-color: #455469;
    color: #fff;
    font: 9000 1.2em 'DINProC';
    border-radius: .5rem;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.buttonPoleEmploi:hover{ 
 border-bottom-color: #df0076;
    box-shadow: 0 10px 15px rgba(0,0,0,0.27);   
}
@media screen and (max-width: 1221px) {
    .moteurRecherche{
        margin-left: 0;
    }
    .filtre{
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: start;
        width: 32.4em;
        margin: 9px;
        text-align: start;
        background: #fff;
        border: 1px solid #b4c3d9;
        border-radius: 3px;
        color: #455469;
        display: block;
        font: 700 1.1em 'DINProC';
        padding: .5em;
    }
    .filtre select{
        display: block;
        background: #fff;
        border: 1px solid #b4c3d9;
        border-radius: 3px;
        color: #455469;
        font: 700 1.1em 'DINProC';
        margin: 0 auto 1em;
        padding: .5em;
        width: 100%!important;
    }
}
@media screen and (max-width: 960px) {
    .container {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .filtre{
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: start;
        width: auto;
        margin: 9px;
        text-align: start;
        background: #fff;
        border: 1px solid #b4c3d9;
        border-radius: 3px;
        color: #455469;
        display: block;
        font: 700 1.1em 'DINProC';
        padding: .5em;
    }
    .filtre select{
        display: block;
        background: #fff;
        border: 1px solid #b4c3d9;
        border-radius: 3px;
        color: #455469;
        font: 700 1.1em 'DINProC';
        margin: 0 auto 1em;
        padding: .5em;
        width: 100%!important;
    }

    @media screen and (max-width: 640px) {
        .container {
            display: inline-flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .filtre{
            display: inline-flex;
            flex-wrap: wrap;
            justify-content: start;
            width: auto;
            margin: 9px;
            text-align: start;
            background: #fff;
            border: 1px solid #b4c3d9;
            border-radius: 3px;
            color: #455469;
            display: block;
            font: 700 1.1em 'DINProC';
            padding: .5em;
        }
        .filtre select{
            display: block;
            background: #fff;
            border: 1px solid #b4c3d9;
            border-radius: 3px;
            color: #455469;
            font: 700 1.1em 'DINProC';
            margin: 0 auto 1em;
            padding: .5em;
            width: 100%!important;
        }
    }