/* variables */
.conteneur {
  padding: 0 20px;
}
#fiche_temoignages #section_entete {
  background-color: #f4f1ec;
  text-align: center;
  padding-top: 85px;
  padding-bottom: 35px;
  margin-bottom: -30px;
}
#fiche_temoignages #section_entete p {
  font-size: 40px;
  line-height: 1.2;
  color: #f9b004;
  font-family: 'aller_displayregular';
  text-transform: uppercase;
}
#fiche_temoignages #section_logo {
  margin: 0 auto;
}
#fiche_temoignages #section_logo img {
  height: 80px;
  width: auto;
  margin: 0 auto;
  background-color: #fff;
}
#fiche_temoignages .event {
  height: 55px;
  min-width: 180px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 10;
  padding: 5px 15px;
  text-align: left;
}
#fiche_temoignages .event .libelle {
  font-family: 'aller_displayregular';
  text-transform: lowercase;
  color: #f9b004;
  font-size: 20px;
  line-height: 1;
}
#fiche_temoignages .event .date {
  display: flex;
  align-items: center;
}
#fiche_temoignages .event .date .j {
  font-family: 'aller_displayregular';
  font-size: 52px;
  line-height: 45px;
}
#fiche_temoignages .event .date .ma {
  font-family: 'aller_displayregular';
  font-size: 22px;
  line-height: 20px;
  text-transform: uppercase;
  margin-left: 10px;
}
#fiche_temoignages .event .date .ma span {
  display: block;
}
#fiche_temoignages #breadcrumbs {
  padding: 20px 0;
  border-bottom: 2px solid #f4f1ec;
}
#fiche_temoignages #body_haut {
  margin-top: 60px;
}
#fiche_temoignages #body_haut img {
  margin-bottom: 40px;
}
#fiche_temoignages #body_bas {
  margin-top: 40px;
}
#fiche_temoignages .bloc-droite {
  margin-top: 40px;
}
#fiche_temoignages .bloc-droite p {
  margin: 0;
  margin-left: 17px;
  line-height: 42px;
  padding: 0 10px;
  display: inline-block;
  background-color: #ffffff;
}
#fiche_temoignages .bloc-droite ul {
  background-color: #f4f1ec;
  padding: 25px;
  padding-top: 40px;
  margin-top: -20px;
}
#fiche_temoignages .bloc-droite ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  padding: 10px 0 10px 0;
}
#fiche_temoignages .bloc-droite ul li:not(:last-of-type) {
  border-bottom: 2px solid #fff;
}
#fiche_temoignages .bloc-droite ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
}
#fiche_temoignages #section_bandeau {
  margin-top: 80px;
  padding: 50px 20px 60px 20px;
  background-color: #000;
  text-align: center;
  position: relative;
}
#fiche_temoignages #section_bandeau:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 25px 80px;
  border-color: transparent transparent #000000 transparent;
  position: absolute;
  top: -25px;
  left: 20px;
}
#fiche_temoignages #section_bandeau p {
  max-width: 700px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.2;
  position: relative;
  padding-top: 40px;
  margin: 0 auto;
}
#fiche_temoignages #section_bandeau p:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 1px;
  width: 50%;
  background-color: #808080;
}
#fiche_temoignages #section_bandeau p:after {
  content: '’’';
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 80px;
  line-height: 0.5;
  font-family: 'aller_displayregular';
  color: #f9b004;
}
#fiche_temoignages #section_retour {
  margin-top: 75px;
  margin-bottom: 75px;
}
#fiche_temoignages #section_retour .btn_center {
  text-align: center;
}
#fiche_temoignages #section_retour .bouton {
  padding-right: 20px;
  padding-left: 45px;
  background-position: 20px center;
  background-image: url(../images/fleche-gauche-jaune-moyen-2x.png);
}
#fiche_temoignages #section_retour .bouton:hover {
  background-image: url(../images/fleche-gauche-noir-moyen-2x.png);
}
#fiche_temoignages .titre_h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
}
#liste_temoignages {
  padding-bottom: 100px;
}
#liste_temoignages #section_entete {
  background-color: #f4f1ec;
  padding-top: 65px;
}
#liste_temoignages #section_entete h1 {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  font-family: 'aller_displayregular';
  text-transform: uppercase;
  margin-bottom: 20px;
}
#liste_temoignages #liste {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  width: 295px;
  padding: 0;
}
#liste_temoignages #liste .temoignage {
  width: 295px;
  margin-bottom: 25px;
}
#liste_temoignages #liste .temoignage .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 370px;
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #eee;
}
#liste_temoignages #liste .temoignage .img img {
  height: 80px;
  position: absolute;
  bottom: -15px;
  left: 25px;
  background-color: #fff;
}
#liste_temoignages #liste .temoignage .profil,
#liste_temoignages #liste .temoignage .besoin,
#liste_temoignages #liste .temoignage .theme,
#liste_temoignages #liste .temoignage .metier {
  font-family: 'aller_displayregular';
  font-size: 15px;
  background-color: #fff;
  color: #b3b2b2;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 10;
}
#liste_temoignages #liste .temoignage .besoin,
#liste_temoignages #liste .temoignage .metier {
  font-family: 'aller_displayregular';
  font-size: 15px;
  background-color: #aaa;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  top: 56px;
  right: 0;
  z-index: 10;
}
#liste_temoignages #liste .temoignage .besoin[class*="planning"],
#liste_temoignages #liste .temoignage .metier[class*="planning"],
#liste_temoignages #liste .temoignage .besoin[class*="temps"],
#liste_temoignages #liste .temoignage .metier[class*="temps"] {
  background: linear-gradient(to left, #c78d03, #f9b004);
}
#liste_temoignages #liste .temoignage .besoin[class*="rh"],
#liste_temoignages #liste .temoignage .metier[class*="rh"] {
  background: linear-gradient(to left, #8d9d27, #b2c631);
}
#liste_temoignages #liste .temoignage .besoin[class*="secur"],
#liste_temoignages #liste .temoignage .metier[class*="secur"] {
  background: linear-gradient(to left, #48768e, #5c91ad);
}
#liste_temoignages #liste .temoignage .content {
  background-color: #f4f1ec;
  padding: 25px;
}
#liste_temoignages #liste .temoignage .content .titre {
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  padding-bottom: 20px;
  position: relative;
}
#liste_temoignages #liste .temoignage .content .titre:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 150px;
  background-color: #000;
}
#liste_temoignages #liste .temoignage .content .extrait {
  font-size: 17px;
  line-height: 25px;
  margin-top: 10px;
}
#liste_temoignages #liste .temoignage .content .btn {
  margin-top: 10px;
  text-align: right;
}
#liste_temoignages #liste .temoignage .content .btn a {
  color: #f9b004;
  line-height: 28px;
  font-size: 17px;
  display: inline-block;
  font-weight: bold;
  padding: 0 35px 0 15px;
  border-radius: 14px;
  background-image: url(../images/fleche-droite-jaune-2x.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 8px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#liste_temoignages #liste .temoignage .content .btn a:hover {
  color: #000;
  background-color: #f9b004;
  background-image: url(../images/fleche-droite-noir-2x.png);
}
#liste_temoignages #liste .temoignage .event {
  height: 55px;
  min-width: 180px;
  position: absolute;
  bottom: -15px;
  left: 25px;
  background-color: #fff;
  z-index: 10;
  padding: 5px 15px;
}
#liste_temoignages #liste .temoignage .event:before {
  content: '';
  width: 150px;
  height: 70px;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  position: absolute;
  top: -15px;
  right: -15px;
}
#liste_temoignages #liste .temoignage .event .libelle {
  font-family: 'aller_displayregular';
  text-transform: lowercase;
  color: #f9b004;
  font-size: 20px;
  line-height: 1;
}
#liste_temoignages #liste .temoignage .event .date {
  display: flex;
  align-items: center;
}
#liste_temoignages #liste .temoignage .event .date .j {
  font-family: 'aller_displayregular';
  font-size: 52px;
  line-height: 45px;
}
#liste_temoignages #liste .temoignage .event .date .ma {
  font-family: 'aller_displayregular';
  font-size: 22px;
  line-height: 20px;
  text-transform: uppercase;
  margin-left: 10px;
}
#liste_temoignages #liste .temoignage .event .date .ma span {
  display: block;
}
#liste_temoignages #liste.mt {
  margin-top: 70px;
}
#articles_theme {
  padding: 20px 20px;
}
#articles_theme .theme {
  font-size: 19px;
  line-height: 1;
  color: #8e8e8e;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: block;
}
#titre_t {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
#liste_categories {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#liste_categories .une_categorie {
  position: relative;
  border-radius: 23px;
  border: 1px solid #dfd5c2;
  padding: 15px 10px;
  margin-top: 15px;
}
#liste_categories .une_categorie .contenu {
  background-color: #fff;
}
#liste_categories .une_categorie .contenu a {
  font-size: 17px;
  line-height: 26px;
  margin: 0 10px;
  cursor: pointer;
  display: block;
  color: #000;
  border-bottom: 2px solid #fff;
  transition: all 0.25s;
}
#liste_categories .une_categorie .contenu a:hover {
  border-color: #000;
}
@media screen and (min-width: 768px) {
  #liste_temoignages #liste {
    width: 615px;
  }
  #liste_temoignages #liste .temoignage {
    margin-right: 0;
    margin-left: 0;
  }
  #liste_temoignages #liste .temoignage:nth-of-type(2n+1) {
    margin-right: 25px;
  }
  #liste_temoignages #liste .temoignage .content {
    height: 305px;
    position: relative;
  }
  #liste_temoignages #liste .temoignage .content .btn {
    position: absolute;
    bottom: 25px;
    right: 25px;
  }
  #articles_theme {
    padding: 40px 20px 20px 20px;
  }
  #liste_categories {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #liste_categories .une_categorie {
    margin: 0 15px 0 0;
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  #fiche_temoignages #section_entete .conteneur:after {
    content: '';
    position: absolute;
    top: -40px;
    right: 0;
    width: 530px;
    height: 80px;
    border-top: 6px solid #fff;
    border-right: 6px solid #fff;
  }
  #fiche_temoignages #section_logo img {
    height: 160px;
  }
  #fiche_temoignages #body_haut {
    display: flex;
    flex-flow: row-reverse;
    flex-wrap: nowrap;
  }
  #fiche_temoignages #body_haut .col {
    width: 50%;
  }
  #fiche_temoignages #body_haut .col:first-of-type {
    margin-left: 40px;
  }
  #fiche_temoignages #body_haut img {
    margin-bottom: 0;
  }
  #fiche_temoignages #body_bas {
    display: flex;
    flex-wrap: nowrap;
  }
  #fiche_temoignages #body_bas .col:first-of-type {
    width: 70%;
  }
  #fiche_temoignages #body_bas .col:last-of-type {
    width: 30%;
    margin-left: 80px;
  }
  #fiche_temoignages #body_bas .bloc-droite:first-of-type {
    margin-top: 0;
  }
  #fiche_temoignages #section_bandeau:before {
    border-width: 0 280px 70px 280px;
    top: -70px;
    left: inherit;
    right: 50%;
  }
  #liste_temoignages #section_entete h1 {
    font-size: 52px;
  }
  #liste_temoignages #section_entete .conteneur:after {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    width: 530px;
    height: 80px;
    border-top: 6px solid #fff;
    border-right: 6px solid #fff;
  }
  #liste_temoignages #section_entete .conteneur:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 11px 0 11px;
    border-color: #f9b004 transparent transparent transparent;
  }
  #liste_temoignages #liste {
    width: 950px;
  }
  #liste_temoignages #liste .temoignage {
    margin-right: 25px;
    width: 300px;
  }
  #liste_temoignages #liste .temoignage:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .conteneur {
    padding: 0;
  }
  #articles_theme {
    padding: 50px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  #articles_theme .theme {
    margin: 0 25px 0 0;
    text-align: left;
  }
  #liste_categories {
    width: auto;
    margin: 0;
  }
  #liste_categories .une_categorie {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #liste_categories .une_categorie:first-child {
    margin-left: 0;
  }
  #titre_t {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  #liste_temoignages #liste {
    width: 1275px;
  }
  #liste_temoignages #liste .temoignage.large {
    width: 625px;
  }
  #liste_temoignages #liste .temoignage.large .content .titre {
    font-size: 24px;
  }
  #liste_temoignages #liste .temoignage:nth-of-type(6n+2) .content,
  #liste_temoignages #liste .temoignage:nth-of-type(6n+6) .content {
    background-color: #dfd5c2;
  }
}
