#fondecran {
  background-attachment: fixed !important;
}

#checkpdm {
  visibility: hidden;
  width: 2px;
}

.rounded-three {
  transition : 400ms!important;
}
.rounded-three:hover {
  background-position: unset!important;
  background: #0094ff!important;
  transition : 400ms!important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #fondecran {
    background-attachment: fixed !important;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) { 

  #fondecran {
    background-attachment: scroll !important;
  }
  #pricing {
    background-image: url("") !important;
  }
}

@media (max-width: 767px) {

  .centre {
    text-align: center!important;
  }


  #fondecran {
    background-attachment: scroll !important;
  }
  #pricing {
    background-image: url("") !important;
    background-color: black;
  }

}