/** END FONCTIONS **/
#section_bandeau_home {
  height: 250px;
  width: 100%;
  position: relative;
}
#section_bandeau_home .img-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#section_bandeau_home .img-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 345px;
  height: 170px;
  transform: translateX(50%);
}
#section_bandeau_home .img-2:after {
  content: '';
  background-color: #F8AE00;
  opacity: 0.8;
  position: absolute;
  top: -10px;
  left: -3px;
  height: 300px;
  width: 30px;
  transform: rotate(-45deg);
  transform-origin: top;
}
#section_bandeau_home .img-2 .r1 {
  width: 243px;
  height: 243px;
  top: 0;
}
#section_bandeau_home .img-2 .r1 .r2 {
  width: 345px;
  height: 170px;
  transform: rotate(-45deg) translate(-62px, 76px);
}
#section_bandeau_home .texte {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 35px;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 100;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 25px;
  text-shadow: 0 2px 4px rgba(45, 26, 15, 0.9);
}
#section_bandeau_home .texte strong {
  font-weight: 800;
}
#section_groupe {
  padding-top: 50px;
  text-align: center;
  background-color: #00A77D;
  padding-right: 25px;
  padding-left: 25px;
}
#section_groupe .titre {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
  color: #ffffff;
}
#section_groupe .texte {
  font-size: 19px;
  line-height: 27px;
  color: #ffffff;
  margin-top: 20px;
}
#section_groupe .btn {
  margin-top: 30px;
}
#section_valeurs {
  padding-top: 60px;
  padding-bottom: 70px;
  text-align: center;
  background-color: #00A77D;
  padding-right: 25px;
  padding-left: 25px;
}
#section_valeurs .titre {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
  color: #ffffff;
}
#section_valeurs .texte {
  font-size: 19px;
  line-height: 27px;
  color: #ffffff;
  margin-top: 20px;
}
#section_valeurs ul {
  text-align: center;
  margin-top: 20px;
}
#section_valeurs ul li {
  padding-top: 70px;
  position: relative;
  width: 180px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
#section_valeurs ul li .img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
}
#section_valeurs ul li .img:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../images/cercle_jaune.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section_valeurs ul li p {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 900;
}
#section_valeurs .btn {
  margin-top: -10px;
}
#section_societe {
  padding: 70px 25px 80px 25px;
}
#section_societe .titre {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
  color: #000;
}
#section_societe .texte p {
  font-size: 19px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}
#section_societe .btn {
  margin-top: 10px;
}
#section_actualites {
  padding-top: 80px;
  padding: 0 25px;
}
#section_actualites .titre_section {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
  color: #000;
}
#section_actualites > ul {
  margin-top: 25px;
}
#section_actualites > ul > li {
  position: relative;
  margin-bottom: 40px;
}
#section_actualites > ul > li .img {
  width: 100%;
  height: 200px;
  background-color: #eeeeee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section_actualites > ul > li .contenu {
  padding-top: 20px;
}
#section_actualites > ul > li .date {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px;
}
#section_actualites > ul > li .tags {
  margin-top: 5px;
  font-size: 0;
}
#section_actualites > ul > li .tags li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 10px 3px 10px;
  margin-right: 10px;
  background-color: #00A77D;
  line-height: 1;
}
#section_actualites > ul > li .titre {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  margin-top: 20px;
  color: #000000;
  display: block;
}
#section_actualites > ul > li .titre:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
#section_actualites > ul > li .titre:hover + .texte + .lien:before {
  background-color: #00A77D;
}
#section_actualites > ul > li .texte {
  font-size: 19px;
  line-height: 24px;
  opacity: 0.7;
  margin-top: 15px;
}
#section_actualites > ul > li .lien {
  font-size: 12px;
  font-weight: 900;
  line-height: 30px;
  position: relative;
  display: inline-block;
  letter-spacing: -0.2px;
  padding-left: 10px;
  text-transform: uppercase;
  background-image: url(../images/fleche.svg);
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 5px;
}
#section_actualites > ul > li .lien:before {
  content: '';
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
  height: 3px;
  background-color: #F8AE00;
}
#section_produits {
  padding: 50px 0;
  text-align: center;
}
#section_produits .titre_section {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
  color: #000;
}
#section_produits #categories_produits ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 380px;
}
#section_produits #categories_produits ul li {
  position: relative;
  display: inline-block;
  width: 380px;
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section_produits #categories_produits ul li .img {
  height: 380px;
  width: 380px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section_produits #categories_produits ul li .img .r1 {
  width: 268px;
  height: 268px;
}
#section_produits #categories_produits ul li .img .r1 .r2 {
  width: 380px;
  height: 380px;
  transform: rotate(-45deg) translate(0, -80px);
}
#section_produits #categories_produits ul li .border {
  height: 268px;
  width: 268px;
  background-color: #F8AE00;
  transform: rotate(45deg) translate(-35px, 0px);
  position: relative;
  z-index: 0;
}
#section_produits #categories_produits ul li .contenu {
  text-align: center;
  position: absolute;
  bottom: 60px;
  right: 0;
  left: 0;
  z-index: 3;
}
#section_produits #categories_produits ul li .btn {
  margin-top: 60px;
}
#section_produits #categories_produits ul li .btn a {
  padding-right: 50px;
  padding-left: 50px;
}
#section_produits #categories_produits ul li .titre,
#section_produits #categories_produits ul li .stitre {
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#section_produits #categories_produits ul li .stitre {
  font-size: 18px;
  font-weight: 700;
  height: 36px;
}
#produits_connexes .titre {
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
#produits_connexes ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
#produits_connexes ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 50%;
  margin-bottom: 20px;
}
#produits_connexes ul li .img {
  height: 150px;
  width: 150px;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#produits_connexes ul li .img .r1 {
  width: 106px;
  height: 106px;
  top: 75px;
}
#produits_connexes ul li .img .r1 .r2 {
  width: 150px;
  height: 150px;
  transform: rotate(-45deg) translate(0, -32px);
}
#produits_connexes ul li .lien {
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  letter-spacing: -0.2px;
  margin-right: 10px;
  margin-left: 10px;
  text-transform: uppercase;
  color: #000000;
}
#produits_connexes ul li .lien:before {
  content: '';
  height: 14px;
  width: 8px;
  vertical-align: top;
  background-image: url(../images/fleche.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
  display: inline-block;
  margin-right: 4px;
}
#section_acces_rapides {
  margin-top: 180px;
  position: relative;
  width: 100%;
}
#section_acces_rapides:before {
  content: '';
  position: absolute;
  top: -180px;
  width: 2100px;
  height: 2100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F8AE00;
  clip-path: polygon(50% 0%, 100% 50%, 100% 100%, 0 100%, 0 50%);
}
#section_acces_rapides .titre_section {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
#section_acces_rapides ul {
  padding: 0 25px;
  position: relative;
}
#section_acces_rapides ul li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  padding: 40px 15px;
}
#section_acces_rapides ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
#section_acces_rapides ul .titre {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
}
#section_acces_rapides ul .titre strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
}
#section_acces_rapides ul .btn {
  margin-top: 10px;
}
#section_realisations {
  padding: 0 25px;
  padding-top: 70px;
  padding-bottom: 40px;
  text-align: center;
}
#section_realisations .titre_section {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
#section_realisations .btn {
  margin-top: 40px;
  position: relative;
}
#section_realisations > ul {
  padding-top: 35px;
}
#section_realisations > ul > li {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#section_realisations > ul > li:hover {
  transform: scale(1.03);
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
}
#section_realisations > ul > li:hover .lien:before {
  background-color: #00A77D;
}
#section_realisations > ul > li .img {
  width: 100%;
  height: 200px;
  background-color: #eeeeee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section_realisations > ul > li .contenu {
  padding: 20px;
  background-color: #ffffff;
  text-align: left;
}
#section_realisations > ul > li .tags {
  margin-top: 5px;
  font-size: 0;
}
#section_realisations > ul > li .tags li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 10px 3px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #00A77D;
  line-height: 1;
}
#section_realisations > ul > li .titre {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  margin-top: 10px;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
#section_realisations > ul > li .titre:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
#section_realisations > ul > li .titre:hover + .texte + .lien:before {
  background-color: #00A77D;
}
#section_realisations > ul > li .lien {
  font-size: 12px;
  font-weight: 900;
  line-height: 30px;
  position: relative;
  display: inline-block;
  letter-spacing: -0.2px;
  padding-left: 10px;
  text-transform: uppercase;
  background-image: url(../images/fleche.svg);
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 5px;
}
#section_realisations > ul > li .lien:before {
  content: '';
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
  height: 3px;
  background-color: #F8AE00;
}
#section_certifications {
  background-color: #00A77D;
  text-align: center;
  padding: 50px 25px;
  position: relative;
}
#section_certifications .titre_section {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
}
#section_certifications ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
#section_certifications ul li {
  width: 100px;
  padding: 10px;
}
#section_certifications ul li img {
  width: 75px;
}
.bloc_1_images {
  position: absolute;
  z-index: 10;
  top: 395px;
  left: 0;
  width: 262px;
  height: 314px;
  transform: translateX(-130px);
}
.bloc_1_images .img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bloc_1_images .img.img-1 {
  width: 175px;
  height: 175px;
  top: 0;
  left: 0;
}
.bloc_1_images .img.img-2 {
  width: 175px;
  height: 175px;
  top: 87px;
  left: 87px;
}
.bloc_1_images .img.img-3 {
  width: 105px;
  height: 105px;
  top: 209px;
  left: 70px;
}
.bloc_2_images {
  position: relative;
  z-index: 10;
  width: 290px;
  height: 290px;
  margin-left: auto;
  transform: translateX(145px);
}
.bloc_2_images .img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bloc_2_images .img.img-1 {
  width: 290px;
  height: 290px;
  top: 0;
  left: 0;
}
.bloc_2_images .img.img-2 {
  width: 145px;
  height: 145px;
  top: 25%;
  left: 0;
}
.bloc_2_images .img.img-3 {
  width: 145px;
  height: 145px;
  top: 50%;
  left: 25%;
}
.r1 {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: rotate(45deg) translate(-50%, -50%);
}
.r1 .r2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Version 768 */
@media (min-width: 768px) {
  #section_bandeau_home .texte {
    width: 100%;
    max-width: 650px;
    padding: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section_groupe {
    padding-right: 0;
    padding-left: 0;
  }
  #section_groupe > * {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
  #section_valeurs {
    padding-right: 0;
    padding-left: 0;
  }
  #section_valeurs > * {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
  #section_valeurs ul {
    display: flex;
    flex-wrap: wrap;
  }
  #section_valeurs ul li {
    text-align: left;
    width: 30%;
    justify-content: space-between;
  }
  #section_valeurs ul li .img {
    margin: 0;
  }
  #section_societe {
    padding-right: 0;
    padding-left: 0;
    z-index: 30;
    position: relative;
  }
  #section_societe > * {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
  #section_actualites {
    padding-right: 0;
    padding-left: 0;
    z-index: 30;
    position: relative;
  }
  #section_actualites > * {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
  #section_actualites > ul {
    font-size: 0;
  }
  #section_actualites > ul > li {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  #section_actualites > ul > li:not(:last-of-type) {
    margin-right: 20px;
  }
  #section_actualites > ul > li .date {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    margin-right: 30px;
  }
  #section_actualites > ul > li .tags {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
  }
  #section_actualites > ul > li:hover {
    transform: scale(1.03);
  }
  #section_actualites > ul > li:hover .lien:before {
    background-color: #00A77D;
  }
  #section_produits #produits_connexes ul {
    max-width: 720px;
  }
  #section_produits #produits_connexes ul li {
    width: 25%;
  }
  #section_acces_rapides ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #section_acces_rapides ul li {
    padding: 50px 45px;
    width: 49%;
    margin-bottom: 0;
  }
  #section_realisations > ul > li {
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
  #section_certifications ul {
    width: 100%;
  }
}
/* Version > 1024 */
@media (min-width: 1024px) {
  #section_realisations {
    padding-right: 0;
    padding-left: 0;
  }
  #section_realisations > ul {
    max-width: 930px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #section_realisations > ul > li {
    margin: 0;
  }
  #section_produits {
    width: 1140px;
    margin-right: auto;
    margin-left: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  #section_produits #categories_produits ul {
    max-width: none;
  }
  #section_produits #produits_connexes {
    position: relative;
    margin-top: -40px;
  }
  #section_produits #produits_connexes .titre {
    position: absolute;
    left: 80px;
    bottom: -10px;
    margin: 0;
    display: inline-block;
    text-align: left;
  }
  #section_produits #produits_connexes ul li {
    margin-bottom: 0;
  }
}
/* Version > 1200 */
@media (min-width: 1200px) {
  body.home #main {
    background-image: url(../images/bg_home.jpg);
    background-position: center 893px;
    background-size: 1920px;
    background-repeat: no-repeat;
  }
  .deco_triangle_1 {
    z-index: 10;
    width: 900px;
    height: 900px;
    background-color: #ffffff;
    position: absolute;
    top: 114px;
    left: 50%;
    transform: translate(536px) rotate(45deg);
  }
  .deco_triangle_2 {
    z-index: 20;
    width: 700px;
    height: 700px;
    background-color: #ffffff;
    position: absolute;
    top: 630px;
    left: 50%;
    transform: translate(-1351px) rotate(45deg);
  }
  .deco_triangle_3 {
    z-index: 20;
    width: 400px;
    height: 400px;
    background-color: #ffffff;
    position: absolute;
    top: 1197px;
    left: 50%;
    transform: translate(-922px) rotate(45deg);
  }
  .deco_triangle_4 {
    z-index: 20;
    width: 500px;
    height: 500px;
    background-color: #f8c423;
    position: absolute;
    top: 1587px;
    right: 50%;
    transform: translate(1045px) rotate(45deg);
  }
  .deco_triangle_5 {
    z-index: 20;
    width: 380px;
    height: 410px;
    background-color: #fff;
    position: absolute;
    top: 1706px;
    right: 50%;
    transform: translate(415px) rotate(45deg);
  }
  .deco_triangle_6 {
    z-index: 20;
    width: 410px;
    height: 410px;
    background-color: #ffffff;
    position: absolute;
    top: 2275px;
    right: 50%;
    transform: translate(419px) rotate(45deg);
  }
  .deco_triangle_7 {
    z-index: 20;
    width: 1000px;
    height: 410px;
    background-color: #fff;
    position: absolute;
    top: 2948px;
    right: 50%;
    transform: translate(1038px) rotate(45deg);
  }
  .deco_triangle_8 {
    z-index: 20;
    width: 300px;
    height: 300px;
    background-color: #fff;
    position: absolute;
    top: 3048px;
    right: 50%;
    transform: translate(1160px) rotate(45deg);
  }
  .bloc_1_images {
    top: 978px;
    left: 50%;
    width: 525px;
    height: 630px;
    transform: translateX(-682px);
  }
  .bloc_1_images .img.img-1 {
    width: 350px;
    height: 350px;
    top: 0;
    left: 0;
  }
  .bloc_1_images .img.img-1 .r1 {
    width: 247px;
    height: 247px;
  }
  .bloc_1_images .img.img-1 .r1 .r2 {
    width: 350px;
    height: 350px;
    transform: rotate(-45deg) translate(0, -72px);
  }
  .bloc_1_images .img.img-2 {
    width: 350px;
    height: 350px;
    top: 175px;
    left: 175px;
  }
  .bloc_1_images .img.img-2 .r1 {
    width: 247px;
    height: 247px;
  }
  .bloc_1_images .img.img-2 .r1 .r2 {
    width: 350px;
    height: 350px;
    transform: rotate(-45deg) translate(0, -72px);
  }
  .bloc_1_images .img.img-3 {
    width: 210px;
    height: 210px;
    top: 419px;
    left: 139px;
  }
  .bloc_1_images .img.img-3 .r1 {
    width: 148px;
    height: 148px;
  }
  .bloc_1_images .img.img-3 .r1 .r2 {
    width: 210px;
    height: 210px;
    transform: rotate(-45deg) translate(0, -42px);
  }
  .bloc_2_images {
    position: absolute;
    width: 580px;
    height: 580px;
    margin-left: 0;
    right: 50%;
    top: 1900px;
    transform: translateX(795px);
  }
  .bloc_2_images .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bloc_2_images .img.img-1 {
    width: 580px;
    height: 580px;
    top: 0;
    left: 0;
  }
  .bloc_2_images .img.img-1 .r1 {
    width: 410px;
    height: 410px;
  }
  .bloc_2_images .img.img-1 .r1 .r2 {
    width: 580px;
    height: 580px;
    transform: rotate(-45deg) translate(0, -120px);
  }
  .bloc_2_images .img.img-2 {
    width: 290px;
    height: 290px;
    top: 25%;
    left: 0;
  }
  .bloc_2_images .img.img-2 .r1 {
    width: 205px;
    height: 205px;
  }
  .bloc_2_images .img.img-2 .r1 .r2 {
    width: 290px;
    height: 290px;
    transform: rotate(-45deg) translate(0, -60px);
  }
  .bloc_2_images .img.img-3 {
    width: 290px;
    height: 290px;
    top: 50%;
    left: 25%;
  }
  .bloc_2_images .img.img-3 .r1 {
    width: 205px;
    height: 205px;
  }
  .bloc_2_images .img.img-3 .r1 .r2 {
    width: 290px;
    height: 290px;
    transform: rotate(-45deg) translate(0, -60px);
  }
  .bloc_2_images .img.img-4 {
    clip-path: polygon(56% 0, 100% 44%, 44% 100%, 0 56%);
    width: 1150px;
    height: 1150px;
    top: 110px;
    left: 115px;
  }
  #section_bandeau_home {
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    height: 795px;
  }
  #section_bandeau_home .img-1 {
    background-size: 1640px;
    background-position: 0 0;
  }
  #section_bandeau_home .img-1:after {
    content: '';
    background-color: #00A77D;
    opacity: 0.8;
    position: absolute;
    top: 469px;
    left: 1284px;
    height: 500px;
    width: 30px;
    transform: rotate(-45deg);
    transform-origin: top;
  }
  #section_bandeau_home .img-2 {
    width: 960px;
    height: 480px;
    right: 150px;
    transform: none;
  }
  #section_bandeau_home .img-2 .r1 {
    width: 679px;
    height: 679px;
  }
  #section_bandeau_home .img-2 .r1 .r2 {
    width: 960px;
    height: 480px;
    transform: rotate(-45deg) translate(-170px, 210px);
  }
  #section_bandeau_home .img-2:after {
    left: -20px;
    top: -25px;
    height: 700px;
  }
  #section_bandeau_home .texte {
    max-width: 1140px;
    font-size: 62px;
    line-height: 56px;
  }
  #section_groupe {
    background: none;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 440px;
    text-align: left;
    padding-top: 60px;
    height: 250px;
  }
  #section_groupe > * {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
  #section_groupe .btn {
    margin-top: 10px;
  }
  #section_valeurs {
    background: none;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 440px;
    text-align: left;
    height: 470px;
  }
  #section_valeurs > * {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
  #section_valeurs .btn {
    margin-top: 20px;
  }
  #section_valeurs ul {
    justify-content: space-between;
  }
  #section_valeurs ul li {
    margin: 0;
  }
  #section_societe {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 490px;
    text-align: left;
    padding-bottom: 40px;
    height: 465px;
  }
  #section_societe > * {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
  #section_actualites {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 490px;
    text-align: left;
    height: 520px;
  }
  #section_actualites > * {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
  #section_produits {
    transform: none;
    left: inherit;
    padding-top: 109px;
    z-index: 30;
    position: relative;
    height: 795px;
  }
  #section_produits #categories_produits ul {
    margin-top: 30px;
  }
  #section_acces_rapides {
    z-index: 30;
    margin-top: 160px;
  }
  #section_acces_rapides ul {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  #section_acces_rapides ul li {
    width: 590px;
  }
  #section_acces_rapides ul .titre {
    font-size: 20px;
  }
  #section_acces_rapides ul .titre strong {
    font-size: 28px;
  }
  #section_acces_rapides:before {
    top: -160px;
  }
  #section_realisations {
    padding-top: 100px;
    padding-bottom: 80px;
    z-index: 30;
    position: relative;
  }
  #section_certifications {
    padding: 70px 0;
    z-index: 30;
    position: relative;
  }
}
