/*
Theme Name: Narcy
Template: kadence
Version: 0.1.0
*/

 body{
    background-color: rgb(255, 255, 255)!important;
 }
 .btn-narcy svg{
   width: 200px;
 }
 .offres
 {
  background-color: #edeae3;
 }
 .titre-offres h3{
  font-family: inter;
  color: black;
  text-align: center;
  padding-top: 62px;
 }
 .titre-offres hr
 {
  background-color: #ff0000;
  width: 5vw;
  text-align: center;
  margin: 23px auto 59px auto;
  height: 2px;
  border-radius: 34px;
 }
.posts{
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  justify-content: center;
} 
.post{
  margin: 10px;
} 
.category-filter{
  width: 301px;
  border: 1px solid black;
  border-radius: 30px;
  padding: 11px 0px;
  text-align: center;
  margin-right: 20px;
  font-size: 0.9em;
  margin-bottom: 7px;
}
.category-filter select{
  background-color: transparent;
  border: transparent;
}
 .line-offers
 {
  display: flex; 
  width: 95%;
  justify-content: center;
  margin: auto;
  padding: 30px 0;
 }
 .offer
 {
  box-shadow: 1px 1px 8px #0003;
  border-radius: 30px;
  padding: 19px;
  text-align: center;

 }
 .offer button
 {
  width: 200px;
 }
 .offer div
 {
  width: 300px;
  height: 300px;
  border-radius: 30px;
  background-color: white;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 18px;
  margin-bottom: 20px;
 }
 .offres form
 {
  padding: 80px 0px;
  margin: auto;
  width: 80%;
 }
 .submit-offres
 {
  border-radius: 30px;
  background-color: rgb(38, 38, 38);
 }
.narcy-apply{
 width: 300px;
 height: 62px;
 flex-shrink: 0;
 background-color: black;
 border-radius: 30px;
 color: white;
}
.narcy-apply:hover{
 background-color: rgb(38, 38, 38);
}
.offers-title
{
  font-weight: 600;
  color: black;
}

#filters { 
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
}
#filters label { margin-right: 10px; }

/* Description des offres*/
.data-offre{
    display: flex;
    justify-content: space-around;
    background-color: white;
    color: #000;
}
.description{
    background-color: #edeae3;
    color: #000;    
    margin: 0;
    padding: 30px;
}
.data-description{
  width: 74%;
  margin: auto;
  text-align: justify;
}
.offre-sous-titre{
  font-weight: 700;
}
/*------------ Page carriere ------------*/
.post-1579{
  background-color: #edeae3;
}
.matador-jobs{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.matador-job-listing{
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 42px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 42px;
  display: flex;
  flex-direction: column;
  padding: 36px 20px;
  margin: 9px;
  width: 300px;
}
.matador-job-listing .matador-job-meta-default {
    background: #FFF;
}
.matador-job-listings-title h1
{
  color: black;
}
.matador-job-title
{
  font-size: 1em;
  text-align: center;
  color: black;
}
.matador-job-field-bullhorn_job_id{
  display: none;
}
.matador-job-field-value-mission{
  background-color: #C69E63!important;
  color: #FFF;
}
.matador-job-field-value-cdi{
  background-color: #C69E63!important;
  color: #FFF;
}
.matador-job-description
{
  font-size: 15px;
}
.matador-button
{
  background-color: black;
  border-radius: 30px;
}
/*.matador-job-listing{
  box-shadow: 1px 2px 13px black!important;
}
*/

@media only screen and (max-width: 450px) {
  #filters { 
    width: 90%;
    margin: auto;
  }
  .category-filter {
    margin: 5px auto;
}
.data-offre {
  display: flex
;
  justify-content: space-around;
  background-color: white;
  color: #000;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.datas img
{
  margin: auto;
}

}