@charset "utf-8";
/* CSS Document */
/*  Histoire Valeur  */
.bloc_valeurs_image > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
}
.bloc_valeurs_image > ul > li {
  display: inline-block;
  background: #fff;
  font-family: "Manrope Medium";
  text-align: center;
  /*color: #fff;*/
  font-size: 14px;
  line-height: 1.3;
  width: 180px;
  height: 180px;
  margin: 12px;
  padding: 20px;
  vertical-align: top;
  border-radius: 15px;
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  -webkit-box-shadow: 0px 10px 40px 0px rgb(0 0 80 / 12%);
  -o-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  box-shadow: 0px 10px 40px 0px rgb(0 0 80 / 12%);
}
.bgk-dynamisme span {
  color: #de571f;
}
.bgk-audace span {
  color: #e52d2b;
}
.bgk-cooperation span {
  color: #008b3c;
}
.bgk-confiance span {
  color: #2a76b9;
}
.bloc_valeurs_image > ul > li > img {
  display: block;
  margin: 10px auto;
  height: 100px;
  max-width: 120px;
}
.bloc_valeurs_image > ul > li > span {
  display: block;
}
/*  Actionnariat  */
.bloc_logos > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
}
.bloc_logos > ul > li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  -moz-box-shadow: 0px 15px 40px 0px rgba(0, 0, 80, 0.12);
  -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 80, 0.12);
  -o-box-shadow: 0px 15px 40px 0px rgba(0, 0, 80, 0.12);
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 80, 0.12);
  width: 150px;
  height: 120px;
  margin: 10px;
  border-radius: 20px;
}
.bloc_logos > ul > li > img {
  width: 85px;
  height: auto;
}
.block-top {
  display: flex;
  flex-direction: column;
}
.bloc_gouvernance {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 20px;
  width: 100%;
  border-radius: 20px;
  text-align: left;
  margin: 10px 0;
}
/*.bloc_gouvernance  {
	display : inline-block;
	vertical-align: middle;
	margin-right : 50px;
}*/
.bloc_gouvernance img {
  width: 100px;
  height: 100px;
  margin: 0 50px 0;
}
.bloc_gouvernance h6 {
  font-family: "Manrope Bold";
  font-weight: 100;
  font-size: 18px;
}
.block-membre {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.membres {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
  margin: 10px;
  background: #ffffff;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
}
.membres img {
  width: 100px;
  height: 100px;
}
.membres h6 {
  font-family: "Manrope Bold";
  font-weight: 100;
  font-size: 18px;
}
/* IMPLANTATIONS */
.container-filiale-grey {
  background: url(../images/a-propos-du-groupe/implantations/Visuel-bats-slide2.jpg), #e6ebef;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  border-radius: 15px;
  padding: 0 50px 50px;
}
.bloc_filiales {
  display: flex;
  justify-content: space-between;
  width: 960px;
  border-radius: 20px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  -o-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
}
.block-france {
  margin: 0 20px 0 0;
}
.block-internationnal {
  margin: 0 0 0 20px;
}
.bloc_filiales_image {
  width: 430px;
  height: 430px;
  border-radius: 10px;
  background: url("../images/a-propos-du-groupe/implantations/map-terre.svg");
  background-position: center;
  background-size: cover;
}
.bloc_filiales_texte {
  width: 400px;
  text-align: left;
}
.bloc_filiales_texte > ul {
  width: 100%;
  border-radius: 20px;
  display: inline-block;
  vertical-align: top;
}
.bloc_filiales_texte > ul > li {
  list-style: none;
  text-align: left;
  margin: 0 0 15px 0;
}
.bloc_filiales_texte > ul > li > a {
  font-family: "Manrope Bold";
  color: #283c50;
  text-decoration: none;
}
.bloc_filiales_texte > ul > li > a:hover {
  text-decoration: underline;
}
.bloc_filiales_texte > ul > li > h6 {
  display: block;
  font-family: "Manrope Bold";
  color: #500fa0;
  font-weight: 100;
  font-size: 18px;
  margin: 0 0 10px;
  border-bottom: 1px solid #500fa0;
}
.bloc_filiales_texte > ul > li > p {
  font-style: italic;
  font-size: 14px;
  /*padding: 0 0 0 15px;*/
}
.block-segment {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
.keyword-segment {
  font-family: "IMA Black";
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  height: 20px;
  width: auto;
  padding: 1px 5px 1px 30px;
  margin: 5px 10px 0 0;
}
.keyword-segment-auto {
  background: url(../images/nos-offres/mobilite/mini-oblique-mobilite.svg), #1091d2;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center left 5px;
}
.keyword-segment-sante {
  background: url(../images/nos-offres/sante/mini-oblique-sante.svg), #f0467d;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center left 5px;
}
.keyword-segment-habitat {
  background: url(../images/nos-offres/habitat/mini-oblique-habitat.svg), #00aa78;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center left 5px;
}
.keyword-segment-juridique {
  background: url(../images/nos-offres/juridique/mini-oblique-juridique.svg), #e14632;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center left 5px;
}
/* CHIFFRES */
.bloc_croissance img {
  padding: 80px 0 0;
  width: 100%;
}
.bloc_croissance p {
  font-size: 12px;
}
.bloc_satisfaction {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/a-propos-du-groupe/chiffres/satisfaction-beneficiaire.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  padding: 70px;
}
.bloc_satisfaction-txt {
  width: 70%;
  text-align: left;
  color: #FFFFFF;
  font-size: 24px;
  margin: auto;
}
.bloc_satisfaction-txt h3 {
  font-weight: 100;
  color: #FFFFFF;
  margin: 0 0 40px;
}
.bloc_satisfaction-txt h4 {
  font-family: "IMA Black";
  color: #FFFFFF;
  font-size: 80px;
  margin: 0;
  line-height: 1;
}
.bloc_satisfaction-txt p {
  font-size: 12px;
  margin: 30px 0 0;
}
/* RSE */
.block-demarche-rse {
  background: url(../images/nos-offres/double-oblique-grey.svg), url(../images/nos-offres/oblique-grey.svg), url("../images/a-propos-du-groupe/rse/Fond-arbres-engagement.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 240px, 190px, cover;
  background-position: right 50px top -30px, bottom -70px left 20px, center;
  width: 100%;
  border-radius: 15px;
  padding: 50px;
  margin: 0;
}
.block-demarche-rse .deploiement {
  font-family: "Manrope Bold";
  color: #fff !important;
  text-align: center;
  font-size: 20px;
}

.block-demarche-rse h3 {
  font-weight: 100;
  color: #fff !important;
}
.block-enjeux-rse {
  background-color: #6d3cb6;
  width: 100%;
  border-radius: 15px;
  padding: 50px;
}
.block-enjeux-rse h3 {
  font-weight: 100;
  color: #fff !important;
  margin: 0 0 10px !important;
}

.container-demarche-rse-in {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.blockdeclaration {
margin: 30px 0 0;
text-align: center;
}
.blockdeclaration a {
color: #ffb91e;
}

.block-demarche-rse-in {
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  -o-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  min-width: 295px;
  height: auto;
  margin: 0px 10px;
  border-radius: 20px;
  padding: 30px;
  background: #FFFFFF;
  text-align: left;
}
.block-demarche-rse-in h5 {
  font-family: "Manrope Bold";
  font-weight: 100;
  margin-bottom: 20px;
  font-size: 20px;
}
.block-demarche-rse-in li {
  margin: 20px 0 15px 0;
  list-style: none;
}
.container-bloc-actions {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  margin: 20px 0;
  padding: 0;
}
.bloc-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}
.bloc-actions h4 {
  font-weight: 100 !important;
  font-size: 20px !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  line-height: normal !important;
  text-align: left !important;
}
.bloc-actions h4::after {
  content: "" !important;
}
.bloc-actions img {
border-radius: 15px;
width: 100%;
}

.bloc-actions-bouton button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: none;
  background: #5b6e83;
  cursor: pointer;
}
.bloc-actions-bouton button:hover {
  background: #879baf;
}
.bloc-actions-bouton button > img {
  width: 15px;
  height: auto;
  /*margin-bottom: 2px;*/
}
.txt-bloc-actions {
  background: #fff;
  margin: 0 30px 0;
  border-radius: 20px;
  padding: 0 30px 30px;
}
.txt-bloc-actions h5 {
  font-family: "Manrope Bold";
  font-weight: 100;
  font-size: 17px;
}
.txt-bloc-actions p::before {
  content: ". ";
  font-family: "IMA Alt";
  color: #ffb91e;
  font-size: 24px;
  line-height: 1.2;
  vertical-align: 10%;
}

/* Certifications */
.block-certifications {
  margin: 0;
}
.container-certifications-in {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.block-certifications-in {
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  -o-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  max-width: 860px;
  height: auto;
  margin: 10px 10px;
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  text-align: left;
}
.block-certifications-in-two {
  -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  -o-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0.12);
  max-width: 420px;
  height: auto;
  margin: 10px 10px;
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  text-align: left;
}
.block-certifications-in-two.block-certification-with-logo {
  min-width: 420px;
}
/*.block-certifications-in span {
  display: block;
  margin: 0 0 30px;
}*/
.block-certifications-in h5, .block-certifications-in-two h5 {
  color: #6419be;
  font-family: "Manrope Bold";
  font-weight: 100;
  margin: 10px 0;
  font-size: 20px;
}
.block-certifications-in img, .block-certifications-in-two img {
  width: 200px;
  height: auto;
}
@media screen and (max-width:320px) {
  .image-histoire {
    background: url("../images/a-propos-du-groupe/histoire-valeurs/histoire-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 320px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-actionnariat {
    background: url("../images/a-propos-du-groupe/actionnariat/actionnariat-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 320px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-implantations {
    background: url("../images/a-propos-du-groupe/implantations/implantations-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 320px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-chiffres {
    background: url("../images/a-propos-du-groupe/chiffres/chiffres-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 320px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-rse {
    background: url("../images/a-propos-du-groupe/rse/rse-320x360.jpg");
    background-position: center;
    background-size: cover;
    height: 320px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-certifications {
    background: url("../images/a-propos-du-groupe/certifications/certifications-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-histoire {
    background: url("../images/a-propos-du-groupe/histoire-valeurs/histoire-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 350px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-actionnariat {
    background: url("../images/a-propos-du-groupe/actionnariat/actionnariat-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 350px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-implantations {
    background: url("../images/a-propos-du-groupe/implantations/implantations-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 350px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-chiffres {
    background: url("../images/a-propos-du-groupe/chiffres/chiffres-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 350px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-rse {
    background: url("../images/a-propos-du-groupe/rse/rse-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 350px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-certifications {
    background: url("../images/a-propos-du-groupe/certifications/certifications-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-histoire {
    background: url("../images/a-propos-du-groupe/histoire-valeurs/histoire-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-actionnariat {
    background: url("../images/a-propos-du-groupe/actionnariat/actionnariat-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-implantations {
    background: url("../images/a-propos-du-groupe/implantations/implantations-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-chiffres {
    background: url("../images/a-propos-du-groupe/chiffres/chiffres-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-rse {
    background: url("../images/a-propos-du-groupe/rse/rse-480x500.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-certifications {
    background: url("../images/a-propos-du-groupe/certifications/certifications-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-histoire {
    background: url("../images/a-propos-du-groupe/histoire-valeurs/histoire-600x600.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-actionnariat {
    background: url("../images/a-propos-du-groupe/actionnariat/actionnariat-600x600.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-implantations {
    background: url("../images/a-propos-du-groupe/implantations/implantations-600x600.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-chiffres {
    background: url("../images/a-propos-du-groupe/chiffres/chiffres-600x600.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-rse {
    background: url("../images/a-propos-du-groupe/rse/rse-600x600.jpg");
    background-position: center;
    background-size: cover;
    height: 600px;
    align-items: flex-end;
    justify-content: center;
  }
  .image-certifications {
    background: url("../images/a-propos-du-groupe/certifications/certifications-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-histoire {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/histoire-valeurs/histoire-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;
  }
  .image-actionnariat {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/actionnariat/actionnariat-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;
  }
  .image-implantations {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/implantations/implantations-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;
  }
  .image-chiffres {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/chiffres/chiffres-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;
  }
  .image-rse {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/rse/rse-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;
  }
  .image-certifications {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/certifications/certifications-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-histoire {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/histoire-valeurs/histoire-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;
  }
  .image-actionnariat {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/actionnariat/actionnariat-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;
  }
  .image-implantations {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/implantations/implantations-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;
  }
  .image-chiffres {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/chiffres/chiffres-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;
  }
  .image-rse {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/rse/rse-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;
  }
  .image-certifications {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/certifications/certifications-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-histoire {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }
  .image-actionnariat {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }
  .bloc_gouvernance {
    flex-direction: column;
  }
  .block-membre {
    width: 100%;
  }
  .membres {
    width: 100%;
    margin: 10px 0;
    text-align: left;
  }
  .membres h6 {
    width: 100%;
  }
  .image-implantations {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }
  .image-chiffres {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }
  .image-rse {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }
  .image-certifications {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
  }
  .bloc_gouvernance img {
    margin: 0 15px 0 0;
  }
  .container-filiale-grey {
    padding: 0px;
    background: #fff;
  }
  .bloc_filiales {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px;
    -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0);
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0);
    -o-box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 80, 0);
  }
  .bloc_filiales_image {
    width: 280px;
    height: 280px;
  }
  .bloc_filiales_texte {
    width: 100%;
    padding-left: 0;
  }
  .block-segment {
    flex-wrap: wrap;
  }
  .keyword-segment {
    margin: 0 10px 5px 0;
  }
  .block-france {
    margin: 0;
  }
  .block-internationnal {
    margin: 0;
  }
  .bloc_satisfaction {
    padding: 30px;
    }
  .bloc_satisfaction-txt {
    width: 90%;
  }
  .bloc_satisfaction-txt h3 {
    margin: 0;
  }
  .bloc_satisfaction-txt h4 {
    margin: 0;
  }
  .bloc_satisfaction-txt p {
    margin: 10px 0 0 0;
  }
  .bloc-actions {
    padding: 10px;
  }
  .txt-bloc-actions {
    margin: 10px 10px 0;
    padding: 10px;
  }
   .block-demarche-rse .deploiement {
	  font-size: 18px;
	}
  .block-enjeux-rse {
  padding: 10px;
  }
  .block-enjeux-rse h3 {
  margin: 0 0 30px !important;
  }

}
@media only screen and (max-width : 1024px) {
  .block-demarche-rse {
    padding: 10px;
    margin: 0 auto;
  }
  .container-demarche-rse-in {
    flex-direction: column;
  }
  .block-demarche-rse-in {
    min-width: 100%;
    height: auto;
    padding: 20px;
    margin: 10px 0;
  }
  .block-certifications {
    padding: 20px;
    margin: 0 auto;
  }
  .container-certifications-in {
    flex-direction: column;
  }
  .block-certifications-in, .block-certifications-in-two {
    min-width: 100%;
    height: auto;
    padding: 20px;
    margin: 10px 0;
  }
  .block-certifications-in-two.block-certification-with-logo {
    min-width: 100%;
  }
}
@media screen and (min-width:1600px) {
  .image-histoire {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/histoire-valeurs/histoire-1600x500.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;
  }
  .image-actionnariat {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/actionnariat/actionnariat-1600x500.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;
  }
  .image-implantations {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/implantations/implantations-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;
  }
  .image-chiffres {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/chiffres/chiffres-1600x500.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;
  }
  .image-rse {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/rse/rse-1600x500.jpg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -50px top -90px, bottom -130px left 400px, center;
    block-membre background-size: 500px, 300px, cover;
    height: 502px;
  }
  .image-certifications {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/certifications/certifications-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-histoire {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/histoire-valeurs/histoire-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;
  }
  .image-actionnariat {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/actionnariat/actionnariat-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;
  }
  .image-implantations {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/implantations/implantations-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;
  }
  .image-chiffres {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/chiffres/chiffres-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;
  }
  .image-rse {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/rse/rse-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;
  }
  .image-certifications {
    background: url(../images/homepage/oblique2-header.svg), url(../images/homepage/oblique1-header.svg), url("../images/a-propos-du-groupe/certifications/certifications-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;
  }
}