.container-content-asset {
  padding: 0 !important;
}

#page_emploi {
  font-family: 'Eina01-Regular';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #404040;
}

.emp_flex {
  display: flex;
  flex-flow: row wrap;
  /* justify-content: center; */
}

.emp_flex_child {
  display: inline-block;
}

#page_emploi h1 {
  max-width: 570px;
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 85px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.94;
  letter-spacing: -4.4px;
  color: #ffffff;
  margin-bottom: 17px;
}

#page_emploi h2 {
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: -2px;
  color: #164094;
}

#page_emploi h3 {
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #164094;
}

#emp_recrute_container {
  min-height: 650px;
  margin-bottom: 50px;
}

#emp_recrute {
  background: linear-gradient(-249deg, rgba(22, 64, 148, 0.7), rgba(82, 174, 50, 0.7)), url(images/emp_recrute.jpg?$staticlink$);
  background-position-x: 0%, 0%, 0%;
  background-position-y: 0%, 0%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 100%, cover;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 0;
}

.emp_flex#emp_recrute_contenu {
  align-items: center;
}

#emp_recrute1 {
  width: 50%;
  padding: 160px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#emp_recrute2 {
  width: 50%;
}

#emp_recrute1 a.emp_button_secondary1 {
  max-width: 335px;
  min-height: 54px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 2px;
  background-color: white;
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #1a58aa;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease;
  margin-top: 15px;
}

/* #emp_recrute1 a::before {
  font-size: 150%;
  font-family: mm-icons !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
} */

#emp_recrute1 a.emp_button_secondary1:hover {
  color: #fff;
  background-color: #1a58aa;
}

/* #emp_recrute1 a::before:hover {
  color: white;
} */

#emp_recrute1 a.emp_button_secondary2 {
  max-width: 335px;
  min-height: 54px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 2px;
  background-color: #133786;
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease;
  margin-top: 15px;
}

#emp_recrute1 a.emp_button_secondary2:hover {
  color: #fff;
  background-color: #395a9c;
}

#emp_rejoignez {
  margin: 60px 0px 45px 0;
}

#emp_simple {
  width: 50%;
}

#emp_rejoignez h2 {
  margin: 0 8px 33px 0;
}

#emp_rejoignez #emp_simple p {
  padding-right: 8px;
  max-width: 430px;
}

#emp_rejoignez #emp_simple .tab1 .emp_categorie_simple p {
  padding-right: 0;
}

.emp_categorie_simple {
  width: 325px;
  height: 55px;
  display: flex;
  background-color: white;
  cursor: pointer;
  margin: 11px 0;
}

.emp_categorie_simple:hover,
.emp_categorie_simple.active {
  box-shadow: 0 5px 20px 0 rgba(26, 88, 170, 0.11);
}

.emp_blue_square {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background-image: linear-gradient(135deg, #017dcd, #164094);
  line-height: 30px;
  margin: 11px;
}

.emp_categorie_simple_txt {
  display: inline-block;
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  text-transform: uppercase;
  margin: auto 0;
}

.emp_categorie_simple.active .emp_categorie_simple_txt {
  font-family: 'FuturaPT-Bold', sans-serif;
  font-weight: 900;
}

.emp_button_primary {
  max-width: 326px;
  min-height: 54px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 2px;
  background-color: #164094;
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease;
}

.emp_button_primary:hover {
  background-color: #4466a9;
  color: white;
  text-decoration: none;
}

#emp_entreprise {
  width: 50px;
}

#emp_entreprise_photo {
  width: 739px;
  height: 500px;
}

.emp_entreprise1 {
  background: url(images/emp_entreprise1.jpg?$staticlink$) no-repeat scroll center !important;
}
.emp_entreprise2 {
  background: url(images/emp_entreprise2.jpg?$staticlink$) no-repeat scroll center !important;
}
.emp_entreprise3 {
  background: url(images/emp_entreprise3.jpg?$staticlink$) no-repeat scroll center !important;
}

.emp_rev {
  background-color: white;
  width: 320px;
  height: auto;
  padding: 30px 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
  top: 160px;
  left: -77px;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.08);
}

.emp_rev p {
  font-family: 'Eina01-Regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  color: #404040;
  margin: 8px auto;
}

/* .emp_rev span {
  color: #164094; } */

.emp_rev .emp_rev_ppurple {
  color: #164094;
}

.emp_rev a {
  max-width: 283px;
  min-height: 54px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 2px;
  background-color: #164094;
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s ease;
  margin: 4px auto;
}

.emp_rev a:hover {
  background-color: #4466a9;
  color: white;
  text-decoration: none;
  transition: background-color 666ms ease, color 666ms ease;
}

.emp_rev .emp_rev_p12 {
  font-size: 12px;
}

#emp_magasins {
  display: none;
}

#emp_objectifs {
  display: none;
}

.emp_rev_small {
  width: 320px;
  height: auto;
  padding: 30px 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

#page_emploi .emp_rev_small h3 {
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 30px;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.emp_rev_small p {
  font-family: 'Eina01-Regular', sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.emp_rev_small a {
  max-width: 305px;
  min-height: 40px;
  display: flex;
  margin: 8px auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 2px;
  background-color: white;
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #164094;
  text-transform: uppercase;
  text-decoration: none;
}

.emp_rev_small a:hover {
  background-color: #1a58aa;
  color: white;
  transition: background-color 666ms ease, color 666ms ease;
}

#emp_valeurs_small_container {
  display: none !important;
}

#emp_valeurs_small {
  background: url(images/emp_entreprise1_small.jpg?$staticlink$) no-repeat center;
  background-size: cover;
}

#emp_magasins_small_container {
  display: none;
}

#emp_magasins_small {
  background: url(images/emp_entreprise2_small.jpg?$staticlink$) no-repeat center;
  background-size: cover;
}

#emp_objectifs_small_container {
  display: none;
}

#emp_objectifs_small {
  background: url(images/emp_entreprise3_small.jpg?$staticlink$) no-repeat center;
  background-size: cover;
}

.emp_white_backg {
  background-color: white;
}

#emp_numero1 {
  background: url(images/emp_heroes.png?$staticlink$), url(images/emp_numero1_background.jpg?$staticlink$);
  background-repeat: no-repeat, no-repeat;
  background-position: right bottom, center;
  background-size: contain, cover;
  width: 100%;
  height: auto;
  padding: 50px 95px;
  margin-top: 125px;
  margin-bottom: 77px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

#emp_numero1_1 {
  width: 60%;
  padding-right: 150px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

#emp_numero1_1 h2 {
  font-size: 42px;
  color: white;
}

#emp_numero1_1 p {
  font-family: 'Eina01-SemiBold', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  color: white;
  margin-top: 13px;
}

#emp_numero1_2 {
  width: 40%;
}

#emp_blank {
  width: auto;
  height: 125px;
}

#emp_link_rejoindre, #emp_link_plus {
  max-width: 335px;
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 2px;
  border: white solid 1px;
  background-color: white;
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #164094;
  text-transform: uppercase;
  text-decoration: none;
  margin: 8px auto;
}

#emp_link_rejoindre:hover, #emp_link_plus:hover {
  background-color: #164094;
  color: white;
  transition: background-color 666ms ease, color 666ms ease;
}

/* #emp_link_plus {
  max-width: 335px;
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 2px;
  border: white solid 1px;
  background-color: transparent;
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  margin: 8px auto;
} */

/* #emp_link_plus:hover {
  background-color: #164094;
  color: white;
  transition: background-color 666ms ease, color 666ms ease;
} */

#page_emploi img {
  display: block;
  margin: 13px auto;
}

#page_emploi #emp_hero {
  text-align: center;
  font-size: 55px;
  padding: 0 8px;
  margin-bottom: 22px;
}

.emp_hero_txt_bloc {
  width: 50%;
  padding: 13px;
}

.emp_centrage {
  text-align: center;
}

#emp_chiffres {
  margin-top: 100px;
  justify-content: center;
}

.emp_chiffres_bloc {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 32px;
}

.emp_chiffre {
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 44px;
  font-weight: normal;
  line-height: 0.73;
  letter-spacing: normal;
  color: #ffffff;
}

.emp_chiffre_objet {
  font-family: 'FuturaPT-Demi', sans-serif;
  font-size: 13px;
  opacity: 0.8;
  font-weight: normal;
  line-height: 1.08;
  letter-spacing: 1.4px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  width: 193px;
  height: 33px;
  border-bottom: 1px solid white;
  margin: 0;
}

#emp_collabos {
  width: 275px;
  height: 200px;
  background-image: url(images/emp_VioletPixels.svg?$staticlink$), linear-gradient(126deg, #3023ae, #c86dd7);
  margin: 13px 13px 13px 0;
}

#emp_embauches {
  width: 275px;
  height: 200px;
  background-image: url(images/emp_VioletPixels.svg?$staticlink$), linear-gradient(234deg, #52ae32, #164094 85%);
  margin: 13px;
}

#emp_promos {
  width: 275px;
  height: 200px;
  background-image: url(images/emp_VioletPixels.svg?$staticlink$), linear-gradient(234deg, #017dcd, #164094);
  margin: 13px;
}

#emp_recrues {
  width: 275px;
  height: 200px;
  background-image: url(images/emp_VioletPixels.svg?$staticlink$), linear-gradient(234deg, #52ae32, #1e692e);
  margin: 13px 0 13px 13px;
}

#emp_videos_flex {
  justify-content: center;
}

.emp_video_flex_child {
  margin: 0 22px;
}

#page_emploi #emp_videos_flex img {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.emp_inactive_link {
  cursor: default;
  opacity: 0.5;
}

.emp_rev a.emp_inactive_link:hover {
  background-color: #164094;
  cursor: default;
  opacity: 0.5;
  transition: none;
}

#emp_button_rejoindre {
  margin: 55px auto 33px auto;
}

/* ======================================
	         	RWD
====================================== */
@media screen and (max-width: 1210px) {

  #page_emploi #emp_chiffres #emp_collabos,
  #page_emploi #emp_chiffres #emp_embauches,
  #page_emploi #emp_chiffres #emp_promos,
  #page_emploi #emp_chiffres #emp_recrues {
    margin: 13px;
  }
}

@media screen and (max-width: 992px) {
  #emp_rejoignez #emp_simple p {
    max-width: 300px;
  }

  #emp_rejoignez #emp_simple a {
    display: none;
  }

  #emp_numero1_1 {
    padding-right: 100px;
  }
}

@media screen and (max-width: 768px) {
  #emp_recrute_container {
    min-height: 500px;
    margin-bottom: 50px;
  }

  #emp_recrute1 {
    width: 100%;
    padding: 160px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  #emp_recrute2 {
    display: none;
  }

  #page_emploi h1 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 49px;
    line-height: 1.06;
    letter-spacing: -2.2px;
  }

  .emp_flex#emp_rejoignez {
    display: block;
  }

  #emp_rejoignez {
    margin: 60px auto 10px auto;
  }

  #emp_rejoignez #emp_simple {
    width: 100%;
  }

  .tab1 {
    width: 320px;
    margin: 0 auto;
  }

  #emp_button1,
  #emp_button2,
  #emp_button3 {
    margin: 0;
  }

  .emp_categorie_simple {
    width: 55px;
    float: left;
    opacity: 0.4;
    background-color: #E5E4E4;
    border: 1px solid #C6C6C6;
  }

  #emp_rejoignez #emp_simple p {
    max-width: 430px;
  }

  .emp_categorie_simple_txt {
    display: none;
  }

  .emp_blue_square {
    width: 55px;
  }

  .emp_categorie_simple.active {
    float: left;
    width: 210px;
    border: 0;
    opacity: 1;
    background-color: white;
  }

  .emp_categorie_simple.active .emp_categorie_simple_txt {
    display: block;
  }

  #emp_entreprise {
    width: 100%;
  }

  #emp_entreprise_photo {
    display: none;
  }

  #emp_valeurs_small_container{
    display: block !important;
  }

  .emp_rev_small {
    padding: 0;
    margin: 0 auto;
  }

  #emp_valeurs_small,
  #emp_magasins_small,
  #emp_objectifs_small {
    width: 320px;
    height: auto;
    padding: 44px 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }

  #emp_numero1 {
    flex-flow: column nowrap;
    padding: 40px 20px;
  }

  #emp_numero1_1 {
    width: 100%;
    padding-right: 0;
  }

  #emp_numero1_1 h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  #emp_numero1_2 {
    width: 100%;
  }

  #emp_numero1_links {
    text-align: center;
  }

  #emp_link_rejoindre,
  #emp_link_plus {
    width: 100%;
    max-width: 100%;
  }

  #page_emploi #emp_hero {
    font-size: 40px;
  }

  #emp_hero_txt {
    flex-flow: column nowrap;
  }

  .emp_hero_txt_bloc {
    width: 100%;
  }
}

@media screen and (max-width: 544px) {
  #emp_recrute_container {
    min-height: 550px;
    margin-bottom: 50px;
  }

  #emp_rejoignez h2 {
    font-size: 40px;
    line-height: 0.93;
    letter-spacing: -1.9px;
  }

  .tab1 {
    width: 100%;
  }

  .emp_categorie_simple {
    width: 13%;
  }

  .emp_categorie_simple.active {
    width: 74%;
  }

  .emp_blue_square {
    width: 30px;
    height: 30px;
  }

  .emp_rev_small {
    width: 100%;
  }

  #emp_valeurs_small {
    background-size: cover;
    width: 100%;
    height: auto;
  }

  #emp_magasins_small {
    background-size: cover;
    width: 100%;
    height: 336px;
  }

  #emp_objectifs_small {
    background-size: cover;
    width: 100%;
    height: 336px;
  }
}

@media screen and (max-width: 544px) {
  #emp_recrute1 a {
    font-size: 10px;
  }
}


/*# sourceMappingURL=emploi.css.map*/