.bloc_parc_machine {
    background: url(/Files/App_002/Images/bg_machines.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 867px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.parc_machine_content {position: relative;}
.img_machine {border: 12px solid #FFF;}
.parc_machine_wrapper {
    position: absolute;
    left: 0;
    top: 185px;
}
.parc_machine_wrapper img.img_motif {
    top: 8px;
    position: relative;
}
.parc_machine_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    border-radius: 57%;
    margin: 30px;
    padding: 90px 60px;
    text-align: center;
}
.parc_machine_text p {text-align: center;line-height: 24px;}

@media (max-width: 992px) {
  .bloc_parc_machine {padding-top: 30px;padding-bottom: 30px;min-height: 620px;}
  .parc_machine_content {position: relative;padding: 30px;}
  .parc_machine_wrapper {
    position: relative;
    width: 370px;
    height: 370px;
    display: block;
    margin: 20% auto 0 auto;
    left: auto;
    top: auto;
  }
  .parc_machine_wrapper img.img_motif {
    top: 0;
    position: absolute;
    width: 370px;
  }
  .parc_machine_text {padding: 135px 45px 115px 45px;}

}

@media (max-width: 426px) {
  .parc_machine_text {padding: 70px 10px;}
  .parc_machine_wrapper {
    width: 280px;
    height: 280px;
    margin: 20% auto;
  }
  .parc_machine_wrapper img.img_motif {
    width: 280px;
    height: 280px;
  }
  .bloc_parc_machine {min-height: auto;}
}

@media (max-width: 376px) {
  .parc_machine_wrapper {
    width: 260px;
    height: 260px;
  }
  .parc_machine_wrapper img.img_motif {
    width: 260px;
    height: 260px;
  }
  .parc_machine_text {padding: 75px 10px;}
  .bloc_title_content {font-size: 20px;line-height: 24px;}
  .parc_machine_content {padding: 15px;}
}

