/**
 * Theme Name:     OceanWP Child
 * Author:         OceanWP
 * Template:       oceanwp
 * Text Domain:	   oceanwp-child
 * Description:    OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful
 */

/*page accueil + page mentions Background + contact*/
.page-id-14, .page-id-98, .page-id-45, .page-id-61, .page-id-2475 {
  background-image: url("image/bg-home2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*page le sur mesure*/
.page-id-55 {
  background-image: url("image/bg-home2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
/*page gravure laser*/
.page-id-53 {
  background-image: url("image/bg-laser2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
/*page sous menu nos services*/
.page-id-59, .page-id-51, .page-id-57 {
  background-image: url("image/bg-fab2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*page mariage Background*/
.page-id-65 {
  background-image: url("image/bg-mariage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*page Diamants et pierres Background*/
.page-id-67 {
  background-image: url("image/bg-pierres.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*page Achat d'or Background*/
.page-id-63 {
  background-image: url("image/bg-or.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*Footer blanc pour page diams et or*/
.page-id-63 #footer-bottom, .page-id-67 #footer-bottom {
    background-color: white !important;

}
/* bouton couleur*/
.wpcf7-submit {
  background-color: #c6aa75 !important;  
}

.wpcf7-submit:hover {
  background-color: #f4eee3 !important;  
}
