/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
@keyframes animatedBackground {
      0% { background-position: 0 0; }
      100% { background-position: 0 100%; }
    }
    .Animationprojet {
      width: 100%;
      height: 300px;
      border: 1px solid #ccc;     
      background-size: 100%;
    }
    .Animationprojet.animate{
      animation: animatedBackground 10s linear infinite;
}
div#customer_details {
      width: 100%;
}