/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.cms-id-16 .page-header{
  display: none!important;
}
.wpb_call_text{
  color:#c83054 !important;
}

.d-none {
	display: none !important;
}

.parfums .headtitle {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	padding-bottom: 20px;
	font-family: "Oswald";
}
.parfums .typechocolat {
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
	font-family: "Oswald";
}
.parfums .choose_parfum {
	display: flex;
	flex-wrap: wrap;
}
.parfums .choose_parfum > div .img {
	height: 125px;
	text-align: center;
}
.parfums .choose_parfum > div img {
	max-width: 100%;
	max-height: 100%;
}
.parfums .choose_parfum > div .quantity-input-wrapper {
	position: relative;
	margin: 10px auto;
	width: 80px;
}
.parfums .choose_parfum > div .quantity-input-wrapper .input-group-btn-vertical .btn:hover {
	background: #fe4e55;
	color: #fff;
}
.parfums .choose_parfum > div .title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.parfums .choose_parfum > div .description {
	text-align: center;
	margin-top: 0px !important;
	font-size: 12px !important;
	line-height: 1.2;
	font-style: italic;
}



/* display social widget*/

.blog-detail .social-share{
	display: none!important;
}

.cms-id-14{
	display: none!important;
}


/* Cards */
.card-column {
  width: 50%;
  float: left;
  padding: 4%;
  box-sizing: border-box;
}

.column-1 {
  padding-top: 100px;
}

.card {
  width: 92%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #EB5160;
  color: #fff;
  cursor: pointer;
  margin-bottom: 30px;
}

.border {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 6px;
  border: 1px solid #fff;
  opacity: 0.5;
  left: -6px;
  top: -6px;
}

.card h1 {
  position: relative;
  padding: 20px 0px 30px 20px;
  width: 90%;
  text-align: right;
  text-transform: uppercase;
}

.card > img {
  width: 90%;
  position: absolute;
  top: -6%;
  left: -6%;
}

.card-color-0 {
  background-color: #ffffff;
}

.card-color-1 {
  background-color: #8F3985;
}

.card-color-2 {
  background-color: #8DAA91;
}

.card-color-3 {
  background-color: #888DA7;
}

