/** FONCTIONS **/
/** END FONCTIONS **/
/** FONTS **/
/** END FONTS **/
/** VISUEL HAUT **/
#visuel_haut_home {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#visuel_haut_home #titre_home_visuel {
  position: absolute;
  top: 30%;
  width: 340px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, 10%);
}
#visuel_haut_home .texte {
  position: absolute;
}
#visuel_haut_home .texte p {
  text-align: center;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-family: 'Trade Gothic LT Pro Cn';
}
#visuel_haut_home .texte p strong {
  font-size: 30px;
  font-weight: normal;
}
#bandeau_home {
  position: relative;
}
#bandeau_home .deco {
  display: none;
}
#bandeau_home .btn-youtube {
  background: #ffc440;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
  width: 180px;
  padding: 12px 15px 10px 15px;
  border-radius: 25px;
  outline: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}
#bandeau_home .btn-youtube .libelle {
  color: #524842;
  font-weight: 700;
  font-size: 0.85em;
  margin-right: 10px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}
#bandeau_home .btn-youtube .picto svg {
  width: 24px;
  height: 24px;
}
#bandeau_home .btn-youtube .picto svg path {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}
#bandeau_home .btn-youtube:hover {
  background: #524842;
}
#bandeau_home .btn-youtube:hover .libelle {
  color: #fff;
}
#bandeau_home .btn-youtube:hover .picto svg path {
  fill: #fff;
}
/** END VISUEL HAUT **/
#bloc2023 {
  padding: 50px 20px;
}
#bloc2023 .contener {
  max-width: 500px;
  margin: 0 auto;
}
#bloc2023 #frise {
  margin-bottom: 50px;
}
#bloc2023 #frise img {
  margin-bottom: 20px;
}
#bloc2023 #frise p {
  font-size: 1.25em;
  line-height: 1.4em;
  color: #4d3328;
  font-weight: bold;
  font-family: 'Trade Gothic LT Pro Cn';
}
/** HAUT **/
#haut_home {
  background: #faf1eb;
  padding-top: 25px;
  position: relative;
}
#haut_home #partenaire_grain1 {
  top: -40px;
  left: 20%;
}
#haut_home #partenaire_grain2 {
  bottom: 0px;
  left: 32%;
}
#haut_home #partenaire_grain3 {
  bottom: 44%;
  left: 10%;
}
#haut_home #partenaire_grain5 {
  left: -20px;
  bottom: 30%;
}
#gauche_haut_home .btn {
  margin-top: 40px;
}
#liste_losanges {
  margin-top: 40px;
}
#liste_losanges .un_losange {
  display: flex;
  align-items: center;
  justify-content: center;
}
#liste_losanges .un_losange .visuel {
  width: 120px;
}
#liste_losanges .un_losange .valeur_lib {
  flex: 1;
  margin: 0 0 0 15px;
}
#liste_losanges .un_losange .valeur_lib .valeur {
  display: block;
  font-family: 'Trade Gothic LT Pro Cn';
  color: #ffc440;
  font-size: 2.15em;
}
#liste_losanges .un_losange .valeur_lib .libelle {
  font-family: 'Trade Gothic LT Pro Cn';
  color: #ffc440;
  font-size: 1em;
}
#liste_losanges .un_losange:not(:last-child) {
  margin-bottom: -10px;
}
#liste_losanges .un_losange:nth-child(2n) {
  flex-direction: row-reverse;
}
#liste_losanges .un_losange:nth-child(2n) .valeur_lib {
  margin: 0 15px 0 0;
  text-align: right;
}
.grain {
  position: absolute;
}
/** END HAUT **/
section {
  padding: 60px 20px;
}
section .titre-grand {
  text-align: center;
}
/** QUALITE **/
#qualite_home {
  background: #d09a57;
  position: relative;
}
#qualite_home #qualite_farine {
  position: absolute;
  right: -20px;
  width: 143px;
  top: -145px;
}
#qualite_home #quali_grain1 {
  position: absolute;
  top: 30px;
  left: 20px;
}
#qualite_home #quali_grain2 {
  position: absolute;
  z-index: 2;
  bottom: -30px;
  right: 50px;
}
#qualite_home .deco {
  display: none;
}
#qualite_home .titre-grand {
  text-align: center;
}
#qualite_home .qualite_home {
  margin-top: 20px;
}
#qualite_home .qualite_home#blocs_qualite {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#qualite_home .qualite_home .un_bloc {
  width: 290px;
}
#qualite_home .qualite_home .un_bloc .titre_txt {
  margin: 30px 0 0 0;
}
#qualite_home .qualite_home .un_bloc .titre_txt .titre {
  font-family: 'Trade Gothic LT Pro Cn';
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}
#qualite_home .qualite_home .un_bloc .titre_txt .texte {
  color: #fff;
  margin: 20px 0;
  line-height: 1.2em;
  font-size: 1.1em;
}
#qualite_home .qualite_home .un_bloc a {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
#qualite_home .qualite_home .un_bloc a .libelle {
  color: #524842;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}
#qualite_home .qualite_home .un_bloc a .picto {
  background: #524842;
  color: #fff;
  padding: 7px 0;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  margin: -1px 0 0 15px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}
#qualite_home .qualite_home .un_bloc a:hover .libelle {
  color: #fff;
}
#qualite_home .qualite_home .un_bloc a:hover .picto {
  background: #fff;
  color: #524842;
  transform: rotate(90deg);
}
#qualite_home .qualite_home .un_bloc:not(:last-child) {
  margin-bottom: 20px;
}
#qualite_home .qualite_home#blocs_qualite_mobile .owl-controls {
  margin: 30px 0 0 0;
}
#qualite_home .qualite_home#blocs_qualite_mobile .owl-controls .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
#qualite_home .qualite_home#blocs_qualite_mobile .owl-controls .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 7px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  background: none;
  border: 1px solid #faf1eb;
  cursor: pointer;
}
#qualite_home .qualite_home#blocs_qualite_mobile .owl-controls .owl-dots .owl-dot.active span {
  background: #faf1eb;
}
#qualite_home .qualite_home#blocs_qualite_mobile .un_bloc {
  margin: 0 auto;
}
/** END QUALITE **/
/** DIFFERENCE **/
#difference_home {
  position: relative;
  background: #fff;
}
#difference_home #pain_diff_mob {
  display: inline-block;
  width: 160px;
  height: 160px;
  position: absolute;
  top: -27px;
  left: -60px;
}
#difference_home #diff_grain1 {
  right: 7%;
  top: 2%;
}
#difference_home #diff_grain3 {
  right: 0;
  top: 35%;
}
#difference_home #diff_grain4 {
  bottom: -60px;
  left: 13%;
}
#difference_home #blocs_difference .bloc {
  margin-top: 50px;
  text-align: center;
}
#difference_home #blocs_difference .bloc .visuel {
  margin-bottom: 30px;
}
#difference_home #blocs_difference .bloc .titre {
  font-family: 'Trade Gothic LT Pro Cn';
  font-weight: bold;
  color: #4d3328;
  font-size: 1.8em;
  line-height: 1;
}
#difference_home #blocs_difference .bloc .texte p {
  font-size: 1.15em;
  line-height: 1.15em;
  color: #4d3328;
  margin-top: 15px;
}
#savoir_faire {
  text-align: center;
}
#savoir_faire #liste_btn_faire {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 20px;
}
#savoir_faire #liste_btn_faire .btn {
  margin: 0;
  width: 33.33%;
  max-width: 105px;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 10px;
  margin: 0 1%;
  text-transform: none;
}
/** END DIFFERENCE **/
/** FILIERES **/
#filieres_home #titre_ssttitre_fh .titre-petit {
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
#filieres_home .section_raccourcis {
  background-color: #fff;
  padding: 0px 0;
}
/** END FILIERES **/
/** SERVICES **/
#services_home {
  margin-top: 0px;
  position: relative;
  background-color: #d09a57;
}
#services_home #pain_service {
  width: 125px;
  right: -70px;
  top: -40px;
  z-index: 2;
}
#services_home #service_grain1 {
  right: 4%;
  top: 8%;
  z-index: 2;
}
#services_home #service_grain3 {
  bottom: 3%;
  left: 10%;
}
#services_home #service_grain4 {
  top: 40%;
  left: -18px;
}
#services_home .services_home .un_bloc {
  width: 280px;
  display: flex;
  flex-direction: column;
}
#services_home .services_home .un_bloc .visuel {
  position: relative;
  width: 280px;
  padding: 30px;
}
#services_home .services_home .un_bloc .titre_txt {
  margin: 0 35px;
}
#services_home .services_home .un_bloc .titre_txt .titre {
  font-family: 'Trade Gothic LT Pro Cn';
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}
#services_home .services_home .un_bloc .titre_txt .texte {
  line-height: 1.2em;
  font-size: 1.1em;
  color: #fff;
  margin-top: 15px;
}
#services_home .services_home .un_bloc a {
  display: flex;
  align-items: center;
  margin: 20px 0 0 35px;
}
#services_home .services_home .un_bloc a .libelle {
  color: #524842;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}
#services_home .services_home .un_bloc a .picto {
  background: #524842;
  color: #fff;
  padding: 7px 0;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  margin: -1px 0 0 15px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}
#services_home .services_home .un_bloc a:hover .libelle {
  color: #fff;
}
#services_home .services_home .un_bloc a:hover .picto {
  background: #fff;
  color: #524842;
  transform: rotate(90deg);
}
#services_home .services_home .un_bloc:not(:last-child) {
  margin-bottom: 30px;
}
#services_home .services_home#services_home_mobile .owl-controls {
  margin: 30px 0 0 0;
}
#services_home .services_home#services_home_mobile .owl-controls .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
#services_home .services_home#services_home_mobile .owl-controls .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 7px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  background: none;
  border: 1px solid #bd9271;
  cursor: pointer;
}
#services_home .services_home#services_home_mobile .owl-controls .owl-dots .owl-dot.active span {
  background: #bd9271;
}
#services_home .services_home#services_home_mobile .un_bloc {
  margin: 0 auto;
}
/** END SERVICES **/
/** ACTUALITES **/
#actualites_home #sstitre_actus {
  text-align: center;
  margin-top: 10px;
}
/** END ACTUALITES **/
/* Version > 360 */
/* Version 768 */
@media (min-width: 768px) {
  /** VISUEL HAUT **/
  #visuel_haut_home #titre_home_visuel {
    width: 395px;
  }
  /** END VISUEL HAUT **/
  /** HAUT **/
  #liste_losanges .un_losange .visuel {
    width: 225px;
  }
  #liste_losanges .un_losange .valeur_lib .valeur {
    font-size: 3.75em;
  }
  #liste_losanges .un_losange .valeur_lib .libelle {
    font-size: 1.25em;
  }
  #liste_losanges .un_losange:not(:last-child) {
    margin-bottom: -40px;
  }
  /** END HAUT **/
  /** DIFFERENCE **/
  #savoir_faire #liste_btn_faire .btn {
    max-width: 220px;
    font-weight: 700;
    font-size: 0.85em;
    text-transform: uppercase;
    padding: 19px 25px 18px 25px;
  }
  /** END DIFFERENCE **/
}
/* Version > 1024 */
@media (min-width: 1024px) {
  /** VISUEL HAUT **/
  #visuel_haut_home {
    position: relative;
  }
  #visuel_haut_home #titre_home_visuel {
    width: 790px;
  }
  #visuel_haut_home .texte p {
    font-size: 36px;
  }
  #visuel_haut_home .texte p strong {
    font-size: 52px;
  }
  /** END VISUEL HAUT **/
  #bloc2023 {
    background-image: url(../images/fond_bloc2023.png);
    background-repeat: no-repeat;
    background-position: center -40px;
    background-size: 1920px;
    padding: 50px 20px 100px 20px;
  }
  #bloc2023 .contener {
    max-width: 1400px;
  }
  #bloc2023 #frise img {
    margin-bottom: 0;
  }
  #bloc2023 #frise .textes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  #bloc2023 #frise .textes p {
    width: calc(50% - 50px);
    font-size: 1.7em;
  }
  /** HAUT **/
  #liste_losanges {
    max-width: 720px;
    margin: 40px auto 0 auto;
  }
  /* END HAUT */
  /** ACTUALITES **/
  #liste_actualites {
    margin: 50px auto 0 auto;
    width: 80%;
    max-width: 1200px;
  }
  #liste_actualites .ff-item .ff-item-meta {
    margin-top: 60px;
  }
  #liste_actualites .ff-item[data-type='instagram'] .ff-icon-inner {
    background: #7431a2;
    background: linear-gradient(220deg, #7431a2 0%, #dd1333 50%, #f2c900 100%);
  }
  #liste_actualites .ff-item[data-type='facebook'] .ff-icon-inner {
    background-color: #3a5797;
  }
  /** END ACTUALITES **/
  #difference_home #blocs_difference {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
  }
  #difference_home #blocs_difference .bloc {
    margin-top: 0px;
    width: calc(33.33% - 60px);
    position: relative;
    max-width: 400px;
  }
  #difference_home #blocs_difference .bloc .visuel {
    position: relative;
    margin-bottom: 50px;
  }
  #difference_home #blocs_difference .bloc .visuel img {
    position: relative;
  }
  #difference_home #blocs_difference .bloc .visuel:before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -35px;
    width: 350px;
    height: 140px;
    background-image: url(../images/trame-trio.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 350px;
  }
  #difference_home #blocs_difference .bloc .visuel:after {
    content: '';
    position: absolute;
    top: -30px;
    left: -36px;
    width: 70px;
    height: 50px;
    border-bottom: 8px solid #d09a57;
    background-color: #fff;
    transform: rotate(-45deg);
  }
}
/* Version > 1200 */
@media (min-width: 1200px) {
  /** VISUEL HAUT **/
  #visuel_haut_home {
    height: 500px;
  }
  #visuel_haut_home:after {
    background: url(../images/masque-home.png) bottom center no-repeat;
    background-size: 100%;
    width: 1920px;
    height: 477px;
  }
  #visuel_haut_home #titre_home_visuel {
    top: 50%;
    transform: translate(0, -50%);
  }
  #bandeau_home .btn-youtube {
    text-transform: uppercase;
    padding: 22px 20px 20px 20px;
    width: 290px;
    border-radius: 50px;
  }
  #bandeau_home .btn-youtube .libelle {
    margin-right: 20px;
  }
  #bandeau_home .deco {
    display: block;
  }
  #bandeau_home .deco .moulin {
    position: absolute;
    bottom: -30px;
    left: 40px;
    transform: translateX(-50%);
  }
  #bandeau_home .deco .trame {
    position: absolute;
    top: -10px;
    right: -10px;
  }
  /** END VISUEL HAUT **/
  /** HAUT **/
  #haut_home {
    padding-top: 5px;
    padding-bottom: 110px;
    background-size: 702px 606px;
  }
  #haut_home #partenaire_grain2 {
    left: auto;
    right: 80px;
    bottom: auto;
    top: 28%;
  }
  #haut_home #partenaire_grain3 {
    bottom: 3%;
    left: 18.5%;
  }
  #haut_home #partenaire_grain4 {
    left: 3%;
    bottom: 1%;
  }
  #haut_home #partenaire_grain6 {
    left: 8%;
    bottom: 1%;
  }
  #haut_home #partenaire_grain7 {
    right: 13%;
    top: 52%;
  }
  #haut_home .conteneur_medium {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  #haut_home #gauche_haut_home {
    flex: 1;
    padding: 0 4% 0 6%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  #haut_home #gauche_haut_home .btn {
    align-self: flex-start;
    margin-top: 50px;
  }
  #haut_home #droite_haut_home {
    width: 61%;
    background: url(../images/soufflet-trame-partenaires.png) right 0px top 75px no-repeat;
  }
  #liste_losanges {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  #liste_losanges .un_losange {
    display: block;
    position: relative;
  }
  #liste_losanges .un_losange .valeur_lib {
    position: absolute;
    margin: 0;
  }
  #liste_losanges .un_losange#losange1_h {
    align-self: flex-end;
    width: 325px;
  }
  #liste_losanges .un_losange#losange1_h .valeur_lib {
    bottom: -45px;
    left: 155px;
  }
  #liste_losanges .un_losange#losange2_h {
    width: 530px;
    margin-top: 7px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  #liste_losanges .un_losange#losange2_h .visuel {
    width: 285px;
  }
  #liste_losanges .un_losange#losange2_h .valeur_lib {
    right: 200px;
    bottom: -45px;
  }
  #liste_losanges .un_losange#losange3_h {
    width: 380px;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    margin-right: 50px;
  }
  #liste_losanges .un_losange#losange3_h .visuel {
    align-self: flex-end;
  }
  #liste_losanges .un_losange#losange3_h .valeur_lib {
    text-align: right;
    bottom: -50px;
    right: 185px;
  }
  /** END HAUT **/
  /** DIFFERENCE **/
  /** END DIFFERENCE **/
  /** QUALITE **/
  #qualite_home {
    padding: 0 20px;
    height: 900px;
  }
  #qualite_home #qualite_farine {
    right: -190px;
    width: 478px;
    top: -315px;
  }
  #qualite_home .titre-grand {
    margin-top: 50px;
  }
  #qualite_home .titre_bd {
    font-size: 2.1875em;
    font-weight: 700;
  }
  #qualite_home .conteneur_medium {
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #qualite_home .deco {
    display: block;
  }
  #qualite_home .deco .trame {
    position: absolute;
    top: -10px;
    right: -10px;
  }
  #qualite_home #blocs_qualite_pc {
    display: flex;
    justify-content: center;
    max-width: 1600px;
    margin: 70px auto 0 auto;
    column-gap: 30px;
  }
  #qualite_home #blocs_qualite_pc .un_bloc .titre_txt {
    margin: 30px 0px 0 0px;
    padding: 0 20px 0 0;
  }
  #qualite_home #blocs_qualite_pc .un_bloc .titre_txt .titre {
    min-height: 48px;
  }
  #qualite_home #blocs_qualite_pc .un_bloc .titre_txt .texte {
    margin: 20px 0 10px 0;
    min-height: 160px;
  }
  #qualite_home .qualite_home .un_bloc a {
    position: relative;
    z-index: 3;
    margin-left: 0;
  }
  #qualite_home #quali_grain1 {
    top: 12%;
    left: 17%;
  }
  #qualite_home #quali_grain2 {
    left: 26%;
    bottom: 0;
  }
  #qualite_home #quali_grain3 {
    top: 20%;
    right: 30%;
  }
  #qualite_home #quali_grain4 {
    top: 53%;
    right: 2%;
  }
  /** END QUALITE **/
  /** DIFFERENCE **/
  #difference_home {
    padding-bottom: 110px;
    padding-top: 80px;
  }
  #difference_home #pain_diff_mob {
    width: 476px;
    height: 476px;
    top: -100px;
    left: -200px;
  }
  #difference_home #diff_grain_lin {
    left: 22%;
    top: 120px;
  }
  #difference_home #diff_grain4 {
    z-index: 1;
  }
  #difference_home .titre_bd {
    font-size: 2.1875em;
    font-weight: 700;
  }
  #main .titre_bd {
    font-size: 2.1875em;
    font-weight: 700;
  }
  #savoir_faire {
    margin-top: 65px;
  }
  #savoir_faire #liste_btn_faire {
    margin-top: 35px;
  }
  #savoir_faire #liste_btn_faire .btn {
    max-width: 230px;
  }
  /** END DIFFERENCE **/
  /** FILIERES **/
  #filieres_home #titre_ssttitre_fh {
    margin: 0 auto 10px auto;
  }
  #filieres_home #titre_ssttitre_fh .titre-petit {
    letter-spacing: 2px;
    margin-top: 20px;
  }
  #filieres_home #liste_filieres_home {
    margin-top: 0;
  }
  #filieres_home #liste_filieres_home ul {
    column-gap: 40px;
  }
  #filieres_home #liste_filieres_home ul li {
    margin: 0;
  }
  /** END FILIERES **/
  /** SERVICES **/
  #services_home #pain_service {
    width: 319px;
    right: -100px;
    top: -95px;
  }
  #services_home #service_grain1 {
    right: 23%;
    top: 110px;
  }
  #services_home #service_grain2 {
    left: 60px;
    top: 160px;
  }
  #services_home #service_grain3 {
    z-index: 3;
  }
  #services_home:after {
    z-index: 2;
  }
  #blocs_services #services_home_pc {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    column-gap: 30px;
    margin-top: 20px;
  }
  #blocs_services #services_home_pc .un_bloc {
    width: 400px;
    margin: 0px 0 0 0;
  }
  #blocs_services #services_home_pc .un_bloc .visuel {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #blocs_services #services_home_pc .un_bloc .titre_txt {
    margin: 30px 0px 0 0px;
    padding: 0 20px 0 0;
  }
  #blocs_services #services_home_pc .un_bloc .titre_txt .titre {
    min-height: 48px;
  }
  #blocs_services #services_home_pc .un_bloc .titre_txt .texte {
    margin: 20px 0 10px 0;
  }
  #blocs_services #services_home_pc .un_bloc a {
    margin-left: 0;
  }
  /** END SERVICES **/
  /** ACTUALITES **/
  #actualites_home {
    position: relative;
    padding: 160px 20px 150px 20px;
    min-height: 500px;
    background: #fff;
  }
  #actualites_home #croissant_actus {
    z-index: 3;
    top: -80px;
    left: -95px;
  }
  #actualites_home #sstitre_actus {
    margin-top: 20px;
  }
  /** END ACTUALITES **/
}
/* Version > 1600 */
@media (min-width: 1600px) {
  /** VISUEL HAUT **/
  #bandeau_home .btn-youtube {
    bottom: 75px;
    font-size: 1.35em;
  }
  #visuel_haut_home #titre_home_visuel {
    transform: translate(0, -60%);
  }
  /** END VISUEL HAUT **/
  /** HAUT **/
  #haut_home {
    padding-bottom: 230px;
  }
  #liste_losanges .un_losange#losange1_h {
    width: 520px;
  }
  #liste_losanges .un_losange#losange1_h .valeur_lib {
    bottom: -45px;
    left: 285px;
  }
  #liste_losanges .un_losange#losange2_h {
    width: 850px;
    justify-content: flex-start;
  }
  #liste_losanges .un_losange#losange2_h .visuel {
    width: 455px;
    margin-left: 18%;
  }
  #liste_losanges .un_losange#losange2_h .valeur_lib {
    right: 545px;
    bottom: -45px;
  }
  #liste_losanges .un_losange#losange3_h {
    width: 610px;
  }
  #liste_losanges .un_losange#losange3_h .valeur_lib {
    bottom: -70px;
    right: 245px;
  }
  #liste_losanges .un_losange .visuel {
    width: 360px;
    margin-left: 5%;
  }
  #liste_losanges .un_losange:not(:last-child) {
    margin-bottom: -150px;
  }
  #liste_losanges .un_losange .valeur_lib {
    font-size: 22px;
  }
  /** END HAUT **/
  /** QUALITE **/
  #qualite_home #blocs_qualite_pc {
    column-gap: 40px;
    padding: 0 15px;
  }
  #qualite_home .qualite_home .un_bloc a .libelle {
    font-size: 1.1em;
  }
  #qualite_home .qualite_home .un_bloc a .picto {
    padding: 12px 0;
    width: 40px;
  }
  /** END QUALITE **/
  /** DIFFERENCE **/
  #difference_home {
    padding-bottom: 140px;
    padding-top: 110px;
  }
  #savoir_faire #liste_btn_faire .btn {
    max-width: 290px;
    font-size: 1.1em;
  }
  /** END DIFFERENCE **/
  /** SERVICES **/
  #blocs_services #services_home_pc {
    column-gap: 80px;
  }
  #blocs_services #services_home_pc .un_bloc a .libelle {
    font-size: 1.1em;
  }
  #blocs_services #services_home_pc .un_bloc a .picto {
    padding: 12px 0;
    width: 40px;
  }
  /** END SERVICES **/
  /** FILIERES **/
  #filieres_home #liste_filieres_home ul {
    column-gap: 100px;
  }
  /** END FILIERES **/
  /** ACTUALITES **/
  #liste_actualites {
    margin-top: 80px;
  }
  /** END ACTUALITES **/
}
