                                                            #gabarit1 #zone0{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}

#section_1 .recrutement ul li{
  display: list-item;
}

.recrutement{
  width:45%;
  position:relative;
  padding: 10px 30px 60px;
  border-radius: 15px;
  margin-bottom:15px;
  background-color: #1D252D;
}

.recrutement h2{
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 8px;
  text-align: center;
  margin: auto;
}

.recrutement h3{
  color: #8bd3e6;
}

.recrutement p{
  color: #ffffff;
  text-align: justify;
}

.recrutement .intro_recrut{
  color: #8bd3e6;
  padding: 5px 0;
}

.recrutement ul{
  color: #ffffff;
}

/* .recrutement details{
  padding:3px 0;
}

.recrutement summary{
  border:1px solid #e3e3e3;
  border-radius:4px;
  padding:5px 8px;
} */

.recrutement .bt_action{
  position:absolute;
  bottom:10px;
  left:50%;
  transform:translate(-50%,0);
  z-index:2;
}

.bt_action a {
    padding: 6px 15px;
    background-color: #8bd3e6;
    color: #1D252D;
}

.bt_action:hover a{
  background-color: #009ACE;
  color: #ffffff;
}

@media screen and (max-width:1000px){
  .recrutement{
    width:100%;
  }
}
                                                  