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

/* Parent stylesheet should be loaded from functions.php not using @import */




.meta-adresse {
  float: left;
  padding-top: 6px;
  background-image: url(/wp-content/uploads/2025/11//adresse_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 33px;
  font-size: 14px;
  padding-left: 20px;
  margin-right: 24px;
  margin-left: 0;
}
.meta-adresse a, .meta-mail a, .meta-tel a {
  color: #fff;
}

.meta-mail {
  float: left;
  color: #fff;
  padding-top: 6px;
  margin-right: 18px;
  background-image: url(/wp-content/uploads/2025/11/email_icon.png);
  background-repeat: no-repeat;
  background-size: 14px 10px;
  background-position: left;
  padding-left: 20px;
  height: 33px;
  margin-left: 12px;
  font-size: 14px;
}

.meta-tel {
  float: left;
  color: #fff;
  padding-top: 6px;
  background-image: url(/wp-content/uploads/2025/11/phone_icon.png);
  background-repeat: no-repeat;
  background-size: 11px 14px;
  background-position: left center;
  padding-left: 15px;
  height: 33px;
  right: 200px;
  font-size: 14px;
  margin-right: 18px;
  margin-left: 12px;
}