.fa-hover:hover {
  color: #7E3F21;
}

.page-footer-light p + p {
    margin-top: 12px!important;
}

.bg-custom {
  background-color: #7e3f21;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #7E3F21;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #d69b63;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #7E3F21;
}

.fo-title {
    text-transform: uppercase;
    font-weight: bold;
}

.content-texte ul {
	padding-left: 20px;
}

.content-texte ul li {
	margin-top: 12px;
	display: list-item;
	list-style-type: circle;
}

.owl-product .owl-prev {
	left: 0;
	top:50%;
}

.owl-product .owl-next {
	right: 0;
	top:50%;
}

.img-slide-product {
	max-height: 400px;
}

@media (min-width: 1200px) {

  .img-slide-product {
    max-height: 450px;
  }

}

.head-band {
  position: absolute;
  top: 0px;
  width: 100%;
}

@media (min-width: 974px) {

  .head-band {
    position: relative;
  }

}

body {
	color: #555759;
  font-weight: 300;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    font-size: 2.0rem;
    font-weight: bold;
    font-family: "caslon graphiqueEF", Arial;
    letter-spacing: 2px!important;	
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dedede;
}

.rd-navbar-static .rd-navbar-social a, .rd-navbar-fullwidth .rd-navbar-social a {
	font-size: 22px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-image {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container-image:hover .image {
  opacity: 0.3;
}

.container-image:hover .middle {
  opacity: 1;
}

.text-image {
  background-color: #7E3F21;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.middle a {
    color: white;
}

html {
    scroll-behavior: smooth!important;
}

.form-label {
    color: #6e6e6e;
}

#tarteaucitronPersonalize2, .tarteaucitronAllow {
    background: #7E3F21!important;
}

#tarteaucitronRoot .tarteaucitronDeny {
    background: #ffffff!important;  
    color: black!important;
}

#tarteaucitronRoot .tarteaucitronCross::before {
    color: black!important;
}

@media (max-width: 974px) {

  #tarteaucitronDisclaimerAlert {
    text-align: center!important;
  }

  #tarteaucitronCloseAlert {
    margin-top: 8px;
  }

  #tarteaucitronPersonalize2, #tarteaucitronAllDenied2 {
    margin-top: 8px;
  }

}

@media (max-width: 1400px) {
    .rd-navbar{
        font-size:14px !important;
    }
}

.cart-inline-body{
    max-height: 260px !important;
}

p + p {
    margin-top: 0px!important;
}