/* //////////////
1. GENERAL
////////////// */

body {
text-rendering: optimizeSpeed;
}




/* ////////////////////////////////////////////////////////
2. MODULE WP TABS  - DESKTOP MODE
///////////////////////////////////////////////////////// */

.wp-tabs-title {
  font-size: 18px;
  color: #CE9F82;
  margin: 0 0 16px 0;
  font-weight: bold;
  word-spacing: 0px;
  letter-spacing: 0px;
}
.wp-tabs-price {
  font-size: 20px;
  color : #CE9F82;
  margin-top: 20px;
  font-weight: bold;
}
.wp-tabs-more {
  margin-top: 16px;
  margin-bottom: 16px;
}
.wp-tabs-spacer {
  height: 25px;
}
.bloc {
  clear: left;
  width: 100%;
  background: #f7f7f78f;
  padding: 25px 22px 25px 22px;
  font-size: 13px;
  font-family: "Open Sans";
}
.bloc-left {
  width: 50%;
  float: right;
  background: #f7f7f78f;
  padding: 25px 22px 25px 22px;
  margin: 0 0 22px 0;
}
.bloc-right {
  width: 50%;
  background: #f7f7f78f;
  padding: 25px 22px 25px 22px;
  margin: 0 0 22px 0;
}
.bloc li {
  font-size: 13px;
  font-family: "Open Sans";
}
.bouton-presta {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #b37474;
  text-align: center;
  font-size: 16px;
  padding: 6px;
  width: 170px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  margin: 20px 0 0 0;
}
.bouton-presta:hover {
  background-color: #F8F3F0;
  color: #b37474;
}
.article-content li, .pp-module--text li {
  margin-bottom: 0;
  margin-left: 25px;
list-style: initial;
}




/* //////////////////////////////////////////////////////////////////////////////////
3. MODULE TABS SP-EASY-ACCORDION - MOBILE MODE  
////////////////////////////////////////////////////////////////////////////////// */

#sp-ea-1412.sp-easy-accordion > .sp-ea-single > .ea-header a {
  color: #444;
  font-size: 14px;
  font-family: "Open Sans";
  letter-spacing: 1px;
  font-weight: normal;
}
#tab_container_1437 .wpsm_nav-tabs > li {
  margin-right: 3px !important;
}



/* ///////////////////////////
4. SLIDE ANYTHING
/////////////////////////// */

.owl-carousel .owl-item {
  margin: 0px 15px 0 15px;
}






