.blurforce-conformite{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.jp-taxonomy-metier{
    max-width: 1500px;
    margin: 0 auto;

}

.contenu-liste-taxo-metier{
    margin-top: -200px;
    background-color: white;
    border-radius: 10px;
    padding: 35px;
    padding-top: 20px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}

.contenu-liste-taxo-metier h1{
    color: #09c;
}

.jp-taxonomy-metier h2{
    color: #646464;
    font-size: 25px;
    font-weight: bold;
}

.jp-taxonomy-metier h3{
    color: #393;
    font-size: 20px;
}

.jp-taxonomy-metier h4{
    margin-top: 18px;
    font-size: 16px;
    font-weight: bold;
}

.jp-taxonomy-metier-liste li a{
    color: black;
    font-size: 17px;
}

.jp-taxonomy-metier-liste li a:hover{
    text-decoration: none;
    color: #09c;
}

.jp-taxonomy-metier-liste{
    list-style-type:none;
    padding-left: 0px;
}

.imagetaxometier{
    position: relative ;
    width: 100% ;
    overflow: hidden ;
    height: 400px ;
}

.icone-poste-pourvoir {
	display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    margin: auto;
    grid-gap: 5%;
    text-align: center;
}

.icone-poste-pourvoir img{
	width: 75%;
	max-width: 150px;
}

.formulaire-postuler{
	display: grid;
    grid-template-columns: 1fr 1fr;
}

#block-candidater{
	background-color: #efefef;
	padding: 2% 5%;
}

.nav-tabs a{
    color: #09c;
}

#titre-taxo-recrutement{
    position: relative;
    z-index: 10;
    margin-top: -15%;
    margin-bottom: 15%;
}

#titre-taxo-recrutement h1{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 40px;
    text-shadow: 3px 3px 3px black;
}

#block-candidater select{
	padding: 5px;
}

#candidater{
    color: #09c;
}

@media screen and (max-width: 1550px){
	 .jp-taxonomy-metier{
        margin: 3%;
     }
}

@media screen and (max-width: 1100px){
     .formulaire-postuler{
        display: flex;
        flex-direction: column;
     }
}

@media screen and (max-width: 990px){
    .contenu-liste-taxo-metier {
        margin-top: 0px;
    }

    .imagetaxometier {
        height: 200px;
    }
}

@media screen and (max-width: 750px){
    .imagerecrutement{
        display: none;
    }

    #titre-taxo-recrutement h1{
        color: #09c;
        text-shadow: none;
    }

    #titre-taxo-recrutement{
        position: relative;
        z-index: 10;
        margin-top: 2%;
        margin-bottom: 8%;
    }

    #block-candidater{
        background-color: #efefef;
        padding: 5%;
    }
}

@media screen and (max-width: 500px){

    .imagetaxometier{
        height :100px;
    }

}

@media screen and (max-width: 415px){

    .imagetaxometier{
        display: none;
    }

}