/********************************************************
			Codezeel Custom Styles
********************************************************/

body {
background: #cec9c0 url('../img/pattern-army-white-degrade-marron-40.jpg') 50% 50% repeat-y!important ;
}

#czaboutcmsblock {background: white!important;}

#czverticalmenublock {background-color: white!important;}
#czaboutcmsblock .about-detail {font-size: 20px; line-height: 28px; text-align: center;}
#czaboutcmsblock .about-detail p {margin-bottom: 18px;} 
#czaboutcmsblock .about-detail div.view_more {margin-top: 30px;}
.flexslider .slides li .slide_content .headdings {background: #756554;}

@media (max-width: 768px) {
#czaboutcmsblock .about-detail {font-size: 16px; line-height: 22px;}	
}

/* -- produits pahares -- */
.refresh_phare {float: right;
    margin-top: -35px;
    margin-bottom: 10px;
    margin-right: 20px;}
.refresh_phare_bottom {float: right;
    margin-top: -10px;
    margin-bottom: 10px;
    margin-right: 20px;}

@media (max-width: 992px){
	.refresh_phare {margin-top: -15px;}
    .refresh_phare span{display: none;}
    .refresh_phare_bottom {margin-top: 10px;}
    .refresh_phare_bottom span{display: none;}
 }


/*  -- fiche produit  -- */
.product-description p a {color: #9a8b7a; font-weight: bold;}
.product-description p a:hover {color: #999999;}
.product-reference label.label, .product-reference span {font-style: italic; font-weight: normal; }


#checkout form p {letter-spacing: 0px;}


@media (max-width: 600px){
	.card-title {margin-top: 15px;}
}

/*  -- paiment-livraison  --  */
.order-options #delivery label {
	font-weight: normal;
    font-style: italic;
    font-size: 90%;
line-height: 20px;
margin-top: 12px;
text-align: left;}
	


/*  -- page contact  -- */
.fa-address-card-o {color: #9a8b7a;}

body#contact #content.page-content {min-height: 400px;}


/*  -- page cms  --  */
#main .page-header h1, .page-module-psblog-category h1 {font-size: 2.5rem; text-transform: uppercase; padding-bottom: 10px;}
.page-content.page-cms h2 {color:#263222; font-weight: bold; text-transform: uppercase; margin-top: 40px;}
.page-content.page-cms h3 {}

@media (max-width: 479px) {
#main .page-header h1, .page-module-psblog-category h1 {font-size :1.5rem;}
.page-content.page-cms h2 {font-size :1.0rem; text-align: left;}
}

.sirop h2 { margin-top: 15px!important; margin-bottom: 15px;}


/*  -- personal data  --*/

#module-psgdpr-gdpr.page-customer-account #content {padding: 0;}
#module-psgdpr-gdpr.page-customer-account #main .page-header h1 {text-align: center;}

#exportDataToCsv {
    margin-right: 10px;
    margin-left: 10px;
}
.psgdprgetdatabtn17 {
    margin-bottom: 10px;
}
.psgdprgetdatabtn17 {
    float: right;
}

@media (max-width: 768px){
a.psgdprgetdatabtn17 {padding: 5px 7px;}
}


/* -- paiement  --*/
div.payment-option  {
     display: block;
    border: 1px solid #9a8b7a;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    padding: 25px 10px 25px 30px;
    position: relative; }

div.payment-option:after {
      display: block;
      content: "\f054";
      position: absolute;
      right: 30px;
      margin-top: -11px;
      top: 50%;
      font-family: "FontAwesome";
      font-size: 20px;
      height: 22px;
      width: 14px;
      color: whitesmoke; }

div.payment-option label:hover  {
	cursor:pointer;}

@media (max-width: 767px) {
div.payment-option  {
 padding: 15px 10px 15px 20px;
}
}


/*  -----   */

.cz-carousel {
	display: none;
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-carousel .owl-item .manu_image a {
	display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
	max-width: 100%;
}

.owl-carousel .owl-item:hover a img {
	border-color: blue;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	/* fix */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	text-align: center;
}

/* mouse grab icon */
.grabbing {
	cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}

.customNavigation {
	position: absolute;
	width: 100%;
	top: 36%;
	direction: ltr !important;
}

.lastest_block .customNavigation {
	top: 31%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.lastest_block:hover .customNavigation {
	opacity: 1;
	filter: alpha(opacity=100);
}

.customNavigation a {
	font-size: 0px;
	position: absolute;
	font-weight: 300;
	height: 35px;
	width: 35px;
	line-height: 26px;
	padding: 3px 15px;
	color: #111;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border: 0;
	background: #948a56 url(../img/codezeel/slider-arrow.png) no-repeat scroll 0 0;
    border-radius: 20px;
}

.customNavigation a:hover {
	background-color: #263222;
}

.customNavigation a.prev {
	left: -50px;
	background-position: 13px 11px;
}

.customNavigation a.next {
	right: -50px;
	background-position: -47px 11px;
}


.flexslider .customNavigation {
	right: 0;
	top: 47%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.flexslider:hover .customNavigation {
	opacity: 1;
	filter: alpha(opacity=100);
}

.flexslider .customNavigation a.prev {
	height: 44px;
	width: 40px;
	left: 0;
	background: url(../img/codezeel/arrow.png) no-repeat scroll 0px 0px;
}

.flexslider .customNavigation a.next {
	right: 0px;
	background: url(../img/codezeel/arrow.png) no-repeat scroll -135px 0px;
	height: 44px;
	width: 40px;
}


@media (max-width: 1500px) {
	.customNavigation a.prev {
		left: 0;
	}

	.customNavigation a.next {
		right: 0;

	}
}

@media (max-width: 1460px) {
	.flexslider .customNavigation a.prev {
		left: 30px;
	}

	.flexslider .customNavigation a.next {
		right: 30px;
	}
}

@media (max-width: 991px) {
	.customNavigation a.prev {
		left: 10px;
	}

	.customNavigation a.next {
		right: 10px;

	}

	.flexslider .customNavigation a.prev {
		left: 20px;
	}

	.flexslider .customNavigation a.next {
		right: 20px;
	}
}

@media (max-width: 767px) {
	.flexslider .customNavigation a.prev {
		left: 15px;
	}

	.flexslider .customNavigation a.next {
		right: 15px;
	}
}

#czleftbanner img,
#czrightbanner img {
	max-width: 100%;
}

#czleftbanner li,
#czrightbanner li {
	display: inline-block;
}

#czleftbanner li a,
#czrightbanner li a {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

#czleftbanner li a:before,
#czrightbanner li a:before {
	top: -20%;
}

#czleftbanner li:hover a:before,
#czrightbanner li:hover a:before {
	opacity: 0.8;
}


.top_button {
	bottom: 35px;
	cursor: pointer;
	display: none;
	height: 40px;
	padding: 0px 11px;
	position: fixed;
	right: 35px;
	text-align: center;
	width: 40px;
	z-index: 99;
	font-size: 0px;
	background: #d7bfa7;
    border-radius: 25px;
}

@media (min-width: 992px) {
	.top_button {
	bottom: 50px;
	right: 50px;
	}
}

.top_button::before {
	color: #263222;
	content: "\f102";
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 39px;
	font-weight: 300;
}

.top_button::after {
	border: 2px solid #263222;
	bottom: -5px;
	height: 50px;
	opacity: 1;
	right: -5px;
	content: "";
	position: absolute;
	width: 50px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	-moz-border-radius: 25px;
}

.top_button:hover:after {
	animation: unset;
	-webkit-animation: unset;
}

@keyframes blink {
	to {
		visibility: hidden;
	}
}

@-webkit-keyframes blink {
	to {
		visibility: hidden;
	}
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
	0% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@keyframes hvr-icon-bob {
	0% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@-webkit-keyframes hvr-icon-bob-float {
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@keyframes hvr-icon-bob-float {
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}


/* Navigation à facettes */

#left-column .block .block_content {
  border:1px solid #dddddd!important;  
}

.pagination li>span {
    border-color: #948a56;
    background-color: #948a56;
    width: 38px;
}


/* Preloader 

#czpreloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:99;
}

#loading_status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url(../img/codezeel/preloader.gif); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}*/



/* -------------  bandeau Cookie  ---------------*/
.cc_banner-wrapper {
 padding:17px 60px;
 z-index:9999;
 position:fixed;
 bottom:30px;
 left:50%;
 -webkit-transform:translate(-50%,0);
 transform:translate(-50%,0);
 background-color:rgba(0,0,0,.9);
 color:#fff;
 border-radius:4px;
 font-family:Arial;
 font-size:14px;
 line-height:26px;
 white-space:nowrap;
	text-align: center;
	text-transform: none;
	border: 2px solid whitesmoke;
}
@media screen and (max-width:1200px) {
 .cc_banner-wrapper {
  width:90%;
	  white-space:normal;
  padding: 18px 50px;
 }
}

@media screen and (max-width:960px) {
 .cc_banner-wrapper {
	 padding: 14px 8px;
 }
}

@media screen and (max-width:480px) {
 .cc_banner-wrapper {
	 padding: 8px 8px;
 }
}
.cc_message {margin-bottom: 0px; letter-spacing: 1px; line-height: 30px;}
.cc_message a {font-weight: normal; color: white; text-decoration: underline!important;}
.cc_message a:hover {color: white;}

.cc_message a.cc_btn_accept_all {
    margin-left: 40px;
	background: #f2da19;
	padding:2px 15px;
	color:black;
	text-decoration: none!important;
	display: inline-block;
	width: 122px;
	text-align: center;
}
.cc_message a.cc_btn_accept_all:hover {
  text-decoration: none;
}

@media screen and (max-width:767px) {
 .cc_message {letter-spacing: 0px; line-height: 22px;}
}

.hasJS div.hide {
	display:none;
}


/*/////////////   pop up 18 ans  ////////////*/

#popupNews{ 
        display: none; 
        background-color:#000; 
        opacity:0.8;
        filter : alpha(opacity=80);
	position: fixed; 
	left: 0; 
	top: 0;
	width: 100%; 
	height: 100%;
	z-index: 2000;

}
#popupNews_content{
	text-align: center;
	transform: translate(-50%, -50%);
	position: fixed;
	top:50%;
	left:50%;
	width: 500px;
	background-color:#FFF; 
	z-index:100001;
	padding:0px 40px;
	margin:0px auto;
	display: none;
	border: 5px solid #e09259;
	border-radius:10px;
	height:323px;
}

#popupNews_content h1{
	text-align: center;
	font: 700 1.7rem/2rem "Lora", sans-serif!important;
	margin: 15px auto 0px auto;
	color: #F39207;
	text-transform: uppercase;
}

#popupNews_content h1 span{
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	margin: 0px auto 5px auto;
	color: #F39207;
	text-transform: none;
}

#popupNews_content h2{
	text-align: center;
	font: 700 2rem/2rem "Lora", sans-serif!important;
	margin: 15px auto 12px auto;
	color: #020202;
}

#popupNews_content img{
	text-align: center;
	margin:23px auto 0px auto!important;
}

@media screen and (max-width:480px) {
 #popupNews_content {width: 360px;	height:300px; padding: 0 10px; }
#popupNews_content img{ width: 80%;}
	#popupNews_content h1{	font: 700 1.2rem/1.4rem "Lora", sans-serif!important;}
	#popupNews_content h1 span{font-size: 12px;line-height: 12px;}
	#popupNews_content h2{	margin-top: 10px;}	

}

@media screen and (max-width:360px) {
 #popupNews_content {width: 300px;	height:300px; padding: 0 10px; }
#popupNews_content img{ width: 80%;}
}

#popupNews_content button#ageNotOkay {margin-right: 50px; padding: 10px 18px;}
#popupNews_content button#ageOkay {padding: 18px 30px;}

#popupNews_content p {margin-top: 0; margin-bottom: 0; text-align: center; line-height: 20px;}


*html #popupNews{
position: absolute;
}
*html #popupNews_content {
position: absolute;
}
