@charset "utf-8";
/* CSS Document */


.block-gestion-rh {
  display: flex;
  justify-content: space-between;
}
.block-gestion-rh-txt {
  /*display: flex;
flex-direction: column;
justify-content: space-between;*/
  width: 440px;
  height: 685px;
}
.block-gestion-rh-txt img {
  border-radius: 15px;
  max-width: 100%;
  height: auto;
  margin: 20px 0 0;
}
.gestion-rh-chiffres {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e6ebef;
  border-radius: 15px;
  padding: 30px;
  width: auto;
}
.gestion-rh-chiffres h3 {
  margin: 0 !important;
}
.gestion-rh-chiffres p {
  padding: 0 !important;
  margin: 0 !important;
}
.gestion-rh-chiffres > div > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  border-spacing: 0px;
  text-align: left;
}
.gestion-rh-chiffres > div > ul > li {
  display: inline-block;
  margin: 70px 0 0;
  vertical-align: top;
  width: 50%;
}
.gestion-rh-chiffres > div > ul > li > div {
  display: table-cell;
  text-align: left;
  width: 190px;
  padding: 0 20px 0 20px;
}
.gestion-rh-chiffres > div > ul > li > div > h5 {
  font-size: 40px;
  line-height: 1;
  margin: 0 0 10px;
  white-space: nowrap;
}
.gestion-rh-chiffres > div > ul > li > div > p {
  line-height: 20px;
}
.block-gestion-rh-chiffres {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 480px;
  height: 685px;
}
.gestion-rh-chiffres img {
width: 150px;
height: auto;
}
.gestion-rh-chiffres-color {
  border-left: 1px solid #6419be;
}
.gestion-rh-chiffres-color > div > h5 {
  color: #6419be;
}
.block-international {
  margin: 70px 0 0;
}
.block-international-offres {
  display: flex;
  justify-content: space-between;
}
.bout-international-offres {
  width: 120px;
  background-color: #5b6e83;
  border-radius: 15px;
  text-align: center;
}
.bout-international-offres:hover {
  /*opacity: 0.7;*/
  background-color: #879baf;
  cursor: pointer;
}
.bout-international-offres a {
  display: block;
  width: 100%;
  padding: 15px;
  font-family: "Manrope SemiBold";
  color: #fff;
}
.bout-international-offres a:hover {
  text-decoration: none;
}
.block-france h4 {
  font-family: "Azo Sans Bold";
  font-size: 24px;
  text-align: left;
  margin: 0 0 30px;
}
.block-france h4::after {
  content: "";
}
.bout-france-offres {
  background-color: #879baf;
  border-radius: 15px;
  margin: 20px 0 0;
}
.bout-france-offres:hover {
  opacity: 0.7;
  cursor: pointer;
}
.bout-france-offres a {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 25px;
  font-family: "Manrope SemiBold";
  color: #fff;
}
.bout-france-offres a:hover {
  text-decoration: none;
}
.bout-france-offres-bkg {
  background-color: #500fa0 !important;
}
.block-video-bkg-violet {
  background-color: #6d3cb6;
  width: 100%;
  border-radius: 15px;
  padding: 50px;
}
.block-video-bkg-violet h3 {
color: #fff !important;
}
.block-guillemet {
    width: 1100px;
    margin: 0 auto;
}
.block-guillemet-img {
  position: relative;
}
.block-guillemet-youtube {
display: flex;
justify-content: center;
}
.block-guillemet-youtube img {
width: 800px;
height: auto;
}
.block-video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
.video-iframe-rh {
  width: 800px;
  height: 451px;
  margin: 30px auto 0;
}
.video-iframe-rh > iframe {
  width: 100%;
  height: 100%;
}
.block-plus {
  display: flex;
  justify-content: space-between;
}
.block-plus-imagette {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 200px;
}
.block-plus-imagette img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  margin: 0 0 15px;
}
.block-plus-imagette img:hover {
  opacity: 0.7;
}
.block-plus-imagette a {
  font-family: "Azo Sans Bold";
  font-size: 20px;
  color: #283c50;
  line-height: 1.2;
}
.block-pilier img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width : 1100px) {
  .block-guillemet {
  width: 100%;
  }
  .block-guillemet-img {
  display: none;
  }
}
/* --------------------------------- */
@media only screen and (max-width : 959px) {
  .image-carrieres {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }
  .block-gestion-rh {
    display: flex;
    flex-direction: column;
  }
  .block-gestion-rh-txt {
    width: 100%;
    height: auto;
  }
  .gestion-rh-chiffres {
    padding: 20px;
  }
  .block-gestion-rh-chiffres {
    width: 100%;
    height: auto;
    margin: 40px 0 0;
  }
  .gestion-rh-chiffres > div > ul {
    flex-direction: column;
    }
  .gestion-rh-chiffres > div > ul > li {
    margin: 40px 0 0;
    width: auto;
  }
  .gestion-rh-chiffres > div > ul > li > div {
    width: auto;
    padding: 0 30px 0 30px;
  }
  .block-france h4 {
    font-size: 20px;
  }
  .block-international-offres {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bout-international-offres {
    margin: 10px;
  }
  .block-plus {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block-plus-imagette {
    width: 150px;
  }
  .block-plus-imagette img {
    margin: 20px 0 10px;
  }
  .block-guillemet-youtube img {
    width: 100%;
    }
  .video-iframe-rh {
    width: 100%;
    height: 300px;
  }
  .video-iframe-rh > iframe {
    width: 100%; /*1000px*/
    height: 300px; /*563px*/
  }
  .block-video-bkg-violet {
  padding: 20px;
  }
  .block-video-bkg-violet h3 {
  line-height: 1.2;
  }
  .block-guillemet-img {
  display: none;
  }
}




.block-offre-par-site ul {
  margin-top: 30px;
}
.block-offre-par-site ul > li {
  text-align: center;
  background: #e6ebef;
  border-radius: 10px;
  display: inline-block;
  list-style: none;
  width: 300px;
  margin: 9px 8px;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.block-offre-par-site ul > li:hover {
  background: #fff5e9;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-box-shadow: 0px 10px 40px 0px rgba(40, 80, 180, 0.2);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(40, 80, 180, 0.2);
  -o-box-shadow: 0px 10px 40px 0px rgba(40, 80, 180, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(40, 80, 180, 0.2);
}
.block-offre-par-site ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 100px;
  text-decoration: none;
}
.block-offre-par-site ul > li:hover > a {
  color: #698CDC;
  text-decoration: none;
}
.block-offre-par-site img {
  width: 200px;
  height: auto;
}
@media screen and (max-width:320px) {
  .image-carrieres {
    background: url("../images/carrieres/carrieres-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 320px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:321px) and (max-width:479px) {
  .image-carrieres {
    background: url("../images/carrieres/carrieres-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 350px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:480px) and (max-width:639px) {
  .image-carrieres {
    background: url("../images/carrieres/carrieres-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:640px) and (max-width:959px) {
  .image-carrieres {
    background: url("../images/carrieres/carrieres-600x600.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width:960px) and (max-width:1279px) {
  .image-carrieres {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/carrieres/carrieres-1120x350.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -110px, bottom -100px left 320px, center;
    background-size: 400px, 200px, cover;
    height: 352px;
  }
}
@media screen and (min-width:1280px) and (max-width:1599px) {
  .image-carrieres {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/carrieres/carrieres-1440x450.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 320px, center;
    background-size: 450px, 260px, cover;
    height: 452px;
  }
}
/* --------------------------------- */
@media only screen and (max-width : 959px) {
  .image-carrieres {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }
  .block-offre-par-site ul > li {
    width: 100%;
  }
  .block-offre-par-site ul > li {
    margin: 9px 0;
  }
  .block-offre-par-site ul > li > a {
    width: 100%;
  }
}
@media screen and (min-width:1600px) {
  .image-carrieres {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/carrieres/carrieres-1920x600.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 502px;
  }
}
@media screen and (min-width:1920px) {
  .image-carrieres {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/carrieres/carrieres-1920x600.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    background-size: 500px, 300px, cover;
    height: 602px;
  }
}