/*
Theme Name:    Storefront Child 
Template:      storefront
Author:        Sébastien Poilvert
*/


@font-face {
  font-family: 'Jaapokki';
  src: url("fonts/jaapokki-regular.eot");
  src: url("fonts/jaapokki-regular.eot") format("embedded-opentype"), url("fonts/jaapokki-regular.woff") format("woff"), url("fonts/jaapokki-regular.ttf") format("truetype"), url("fonts/jaapokki-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
	font-family: "Open Sans",sans-serif;
	position: relative;
	font-size: 0.8em;
}
@media screen and (min-width: 769px) {
	body {
		font-size: 1em;
	}
}
body, button, input, textarea {
	line-height: 1.9;
}
h1, h2, h3 {
  font-family: 'Jaapokki';
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
}
h1 {
	font-size: 38px;
	text-transform: uppercase;
	background: transparent url('images/sep-rose.png') center bottom no-repeat;
	padding-bottom: 20px;
	margin-bottom: 40px;
	line-height: 1.5;
}
h2 {
	font-size: 32px;
	background: transparent url('images/sep-rose.png') center bottom no-repeat;
}
h4 {
	font-family: "Open Sans",sans-serif;
}
a {
	text-decoration: underline;
}
.hentry .entry-header,
.hentry,
.hentry .entry-header h1,
.storefront-product-section {
	border: none;
}
.entry-content ul {
	list-style-type: none;
}
.entry-content ul li {
	background: transparent url('images/fleche-rose.png') 0 50% no-repeat;
	padding-left: 23px;
	margin-left: 10px;
	text-align: left;
}
.woocommerce-page .entry-content ul li {
	background: none;
}
.cross-sells ul {
	text-align: center;
}
.cross-sells ul li {
	float: none !important;
	display: inline-block !important;
}

body.woocommerce #primary { width: 100%; }

.content-area {
	margin-bottom: 0;
}
.page {
	margin: 0;
	padding: 0;
}

.social-links-footer {
	text-align: center;
}
.social-links-contact {
	padding-top: 30px;
}
@media screen and (min-width: 767px) {
	.social-links-footer {
		float: right;
	}
	.social-links-contact {
		float: none;
	}
}
.social-links-footer a {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-position: left bottom;
}
.social-links-footer a:hover {
	display: inline-block;
	width: 34px;
	height: 34px;
	background-position: left top;
}
.social-links-contact a {
	display: inline-block;
	width: 51px;
	height: 51px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	background-position: left top;
}
.social-links-contact a:hover {
	display: inline-block;
	width: 51px;
	height: 51px;
	background-position: left bottom;
}
.social-links-footer a.googleplus-social {
	background-image: url('images/googleplus-social.png');
}
.social-links-footer a.facebook-social {
	background-image: url('images/facebook-social.png');
}
.social-links-footer a.pinterest-social {
	background-image: url('images/pinterest-social.png');
}
.social-links-contact a.googleplus-social {
	background-image: url('images/googleplus-social-2.jpg');
}
.social-links-contact a.facebook-social {
	background-image: url('images/facebook-social-2.jpg');
}
.social-links-contact a.pinterest-social {
	background-image: url('images/pinterest-social-2.jpg');
}
a:focus, .button:focus, .button.alt:focus, .button.added_to_cart:focus, .button.wc-forward:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	outline: none;
}
.site-footer {
	padding-top: 3em;
	padding-left: 2em;
	padding-right: 2em;
}
.site-footer a:hover {
	color: #FFF !important;
}
.site-info {
	padding: 0;
}
.site-info span {
	display: inline-block;
	margin-right: 35px;
	margin-bottom: 20px;
}
.site-info img {
	display: inline-block;
	vertical-align: -7px;
	margin-right: 5px;
}
.site-info a {
	text-decoration: none;
}
.toggleMenuIHWT {
	width: 80px;
	height: 80px;
	background-image: url('images/icon-menu.jpg');
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1002;
}
.toggleMenuIHWT:hover {
	background-image: url('images/icon-menu-hover.jpg');
}
.navIHWT {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
}
.navIHWT::before {
	content: "";
	position: absolute;
	z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #433f3e;
    /*display: none;*/
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.menuToggle .toggleMenuIHWT {
	background-image: url('images/icon-close-menu.png');
	background-color: transparent;
}
.menuToggle.navIHWT {
    bottom: 0;
    left: 0;

}
.menuToggle.navIHWT::before {
	/*display: block;*/
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 1000;
}

.logo-inv {
	display: none;
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1002;
}
.menuToggle .logo-inv {
	display: block;
}
.site.content-blurred {
  -webkit-filter: blur(6px);
     -moz-filter: blur(6px); 
       -o-filter: blur(6px); 
        -ms-filter: blur(6px); 
          filter: blur(6px);
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart {
	box-shadow: none;
}
.menuIHWT {
	position: fixed;
    top: 20%;
    text-align: center;
    width: 100%;
    z-index: 1005;
}
.menuIHWT a,
.menuIHWT .sep-l {
	font-size: 20px;
	font-family: 'Jaapokki';
	color: #b4ada4;
	text-decoration: none;
}
.menuIHWT .sep-l {
	color: #7D7973;
}
.menuIHWT .choix-langue a {
	font-size: 15px;
}
.choix-langue {
	padding-top: 20px;
}
@media screen and (min-width: 460px) {
	.menuIHWT a {
		font-size: 30px;
	}
	.menuIHWT .choix-langue a,
	.menuIHWT .sep-l {
		font-size: 18px;
	}
}
@media screen and (min-width: 768px) {
	.menuIHWT a {
		font-size: 60px;
	}
	.menuIHWT .choix-langue a,
	.menuIHWT .sep-l {
		font-size: 30px;
	}
}
.menuIHWT a:hover {
	color: #FFF;
}
.menuIHWT ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.menuIHWT ul li {
	background-image: url('images/sep-menu.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.menuIHWT ul li:last-child {
	background-image: none;
}


#site-navigation,
.site-header-cart {
	display: none;
}
@media screen and (min-width: 768px) {
	#site-navigation {
		padding-left: 20px;
	}
}
.site-header {
	padding-top: 0;
	top: 0;
	height: auto;
	position: fixed;
	width: 100%;
}
#logo {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
}
.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link {
	width: auto;
	padding: 11px;
	margin: 0;
	display: block;
}
.site-header .site-logo-link img {
	max-height: none;
}
.titre-site {
	text-align: center;
	color: #706762;
	font-weight: 300;
	font-size: 24px;
	padding-top: 17px;
	height: 80px;
    display: block;
    text-decoration: none;
}
@media screen and (max-width: 460px) {
	.titre-site {
		color: #FFF;
	}
}
.home .col-full {
	max-width: 100%;
	margin: 0;
}
.site {
	padding-top: 80px;
}
.home .site {
	padding-top: 0;
}
.menu-toggle::after {
	content: ' boutique';
}
.home #slider {
	/*padding-top: 80px;*/
}
.home #slider .caption {
  font-family: 'Jaapokki';
  color: #FFF;
  position: relative;
  z-index: 6;
}
.home #slider .rslides_nav {
	color: transparent;
	background-color: transparent;
	width: 70px;
	height: 70px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.home #slider .rslides li {

}
.home #slider .rslides li .caption-wrap::before {
	z-index: 3;
	content: '';
	position: absolute;
	top: -100%;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent url('images/dot-patern.png') 50% 50% repeat;
}
.home #slider .rslides_nav:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.home #slider .rslides_nav.next {
	background: transparent url('images/next.png') 50% 50% no-repeat;
}
.home #slider .rslides_nav.prev {
	background: transparent url('images/prev.png') 50% 50% no-repeat;
}
.home #slider .metaslider .caption-wrap {
	position: absolute;
	top: 50%;
	text-align: center;
	color: #FFF;
	margin-top: -50px;
	font-size: 20px;
	background-color: transparent;
	opacity: 1;
	filter: alpha(opacity=100);
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.home #slider .metaslider .caption-wrap {
		font-size: 45px;
		margin-top: -100px;
	}
}
.home #slider .metaslider .caption-wrap a {
	color: #FFF;
	text-decoration: none;
}
.btn {
	text-decoration: none;
	display: inline-block;
	padding: 0px 30px 4px;
	border: 3px solid #49989D;
	color: #49989D;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	line-height: 45px;
	text-transform: none;
	border-radius:3px;
	position: relative;
	z-index: 20;
	-webkit-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
.btn:hover {
	color: #fff;
}
.btn::before {
	position: absolute;
	z-index: -1;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background-color: #49989D;
	-webkit-transition: width 0.2s ease;
	-o-transition: width 0.2s ease;
	transition: width 0.2s ease;
}
.btn:hover::before {
	width: 100%;
}
.home #slider .metaslider .caption-wrap a.btn {
	color: #FFF;
	border-color: #fff;
	font-size: 12px;
	padding: 0px 25px 0px;
	line-height: 35px;
}
@media screen and (min-width: 768px) {
	.home #slider .metaslider .caption-wrap a.btn {
		font-size: 45px;
		margin-top: -100px;
		font-size: 16px;
		padding: 0px 30px 6px;
		line-height: 45px;
	}
}
.home #slider .metaslider .caption-wrap a.btn:hover {
	color: #79716a;
	border-color: #fff;
}
.home #slider .metaslider .caption-wrap a.btn::before {
	background-color: #FFF;
}
.secondary-navigation {
	margin-bottom: 0;
}
#content {
	padding-left: 20px;
	padding-right: 20px;
}
.home #content {
	padding-left: 0;
	padding-right: 0;
}
.site-main {
	padding: 0;
	margin: 0;
}
.hentry .entry-header {
	display: none;
}
.corps-HP {
	text-align: center;
}
.corps-HP img {
	margin: auto;
}
.intro-HP {
	font-size: 20px;
	padding: 75px 20px 60px;
	max-width: 640px;
	margin: auto;
}
@media screen and (max-width: 320px) {
	.intro-HP {
		font-size: 16px;
	}
}
.caps-notre-vision-HP,
.caps-cuir-francais {
	overflow: auto;
}
.notre-vision-HP,
.cuir-francais {
	float: left;
	width: 100%;
	padding: 75px 25px 85px;
	background: #f5f0ee;
}
.notre-vision-HP p,
.cuir-francais p {
	max-width: 430px;
	line-height: 1.4;
	margin: 0 auto 20px;
}
.cuir-francais p {
	max-width: 295px;
}
.notre-vision-HP h2{
	background-image: none;
}
.cuir-francais h3 {
	font-size: 32px;
	background: transparent url('images/sep-rose.png') center bottom no-repeat;
	margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
	.notre-vision-HP,
	.cuir-francais {
		width: 50%;
		background-color: transparent;
	}
	.cuir-francais {
		width: 43%;
	}
	.caps-notre-vision-HP {
		background: #f5f0ee url('images/illus-notre-vision-HP.jpg') 50% 50% no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.caps-cuir-francais {
		background: #f5f0ee url('images/illus-cuir-francais.jpg') 50% 50% no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
}
.caps-innovation,
.caps-notre-cuir {
	background: #FFF url('images/bg-innovation.jpg') left bottom no-repeat;
	padding: 60px 25px;
}
.caps-notre-cuir {
	background: #FFF url('images/bg-notre-cuir.jpg') right bottom no-repeat;
}
@media screen and (max-width: 320px) {
	.caps-innovation,
	.caps-notre-cuir {
		-webkit-background-size: cover;
		background-size: cover;		
	}
}

.caps-innovation h2,
.caps-notre-cuir h2 {
	text-transform: uppercase;
	background-image: none;
	margin-bottom: 0;
}
.caps-innovation p,
.caps-notre-cuir p {
	max-width: 800px;
	margin: auto;
}
.caps-grip-technique, .caps-arretoir-HP {
	overflow: auto;
}
.grip-technique, .arretoir-HP {
	float: left;
	width: 100%;
	padding: 75px 25px 85px;
	background: #fff;
}
.grip-technique p,
.arretoir-HP p {
	max-width: 320px;
	margin: auto;
}
.grip-technique h2,
.arretoir-HP h2 {
	background-image: none;
}
.grip-technique ul,
.arretoir-HP ul {
	display: inline-block;
	margin-left: -30px;
}
.grip-technique h3,
.arretoir-HP h3 {
	background: transparent url('images/sep-rose.png') center bottom no-repeat;
	font-size: 32px;
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
	.grip-technique,
	.arretoir-HP {
		width: 43%;
	}
	.caps-grip-technique, .caps-arretoir-HP {
		background: #fff url('images/bg-grip-technique.jpg') 50% 50% no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
}
.arretoir-HP {
	float: right;
}
@media screen and (min-width: 768px) {
	.caps-arretoir-HP {
		background: #fff url('images/bg-arretoir.jpg') 50% 50% no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
}
.caps-cheval-bas-HP {
	font-size: 0;
	padding: 40px 0;
}
.div-cheval-bas-HP {
}
@media screen and (min-width: 768px) {
	.div-cheval-bas-HP {
		width: 33.3333%;
		display: inline-block;
		font-size: 16px;
		vertical-align: middle;
		padding: 50px 0;
	}
}
.div-cheval-bas-HP h4 {
	color: #99a7ac;
	font-size: 20px;
	line-height: 1.4;
	max-width: 300px;
	margin: auto;
	font-weight: normal;
	padding: 30px;
}
.div-cheval-bas-HP img {
	/*width: 100%;*/
}
.caps-images-footer-HP {
	overflow: hidden;
	display: none;
}
@media screen and (min-width: 768px) {
	.caps-images-footer-HP {
		display: block;
	}

}
.images-footer-HP {
	width: 100%;
	float: left;
	margin-bottom: -2px;
}
.images-footer-HP img {
	width: 100%;
}
@media screen and (min-width: 480px) {
	.images-footer-HP {
		width: 50%;
	}
}
@media screen and (min-width: 768px) {
	.images-footer-HP {
		width: 25%;
	}
}
.page-template-template-fullwidth-margin-bottom .content {
	text-align: center;
}
.page-template-template-fullwidth-margin-bottom .entry-content {
	max-width: 900px;
	margin: auto;
	text-align: center;
}
.page-template-template-fullwidth-margin-bottom h1 {
	padding-top: 80px;
	margin-bottom: 80px;
}
.woocommerce-page .woocommerce {
	margin: 0 20px 80px;
}
.page-type {
	text-align: center;
}
.page-type img {
    margin: auto;
}
.page-contact .header-page-contact,
.page-type .header-page-type {
	text-align: center;
	background: #fff url('images/bg-contact.jpg') 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Jaapokki';
	font-size: 45px;
	padding: 100px 25px;
	text-transform: uppercase;
	color: #FFF;
}
.page-type .header-page-type h1 {
	background: none;
	font-size: 45px;
	color: #FFF;
	padding: 0;
    margin: 0px;
}
.page-contact .intro-contact,
.page-type .intro-type {
	text-align: center;
	max-width: 620px;
	margin: 80px auto;
	padding-left: 20px;
	padding-right: 20px;
}
.page-contact .intro-contact p {
}
.page-contact .caps-form-contact {
	background: #fff url('images/bg-page-contact.jpg') 0 1px no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #FFF;
}
.page-contact .caps-form-contact form {
	max-width: 630px;
	margin: auto;
	padding: 150px 25px 300px;
	font-size: 18px;
}
.page-contact form input,
.page-contact form textarea {
	width: 100%;
	color: #60646c;
	background-color: #fff;
    border-radius: 3px;
}
.page-contact form .btn {
	width: 170px;
    font-size: 16px;
    padding: 4px 30px 7px;
    margin: auto;
    line-height: 45px;
    color: #FFF;
    background-color: transparent;
    border: 3px solid #FFF;
    border-radius: 3px;
    text-transform: uppercase;
}
.page-contact form .btn:hover {
    color: #433f3e;
    background-color: transparent;
}
.submit-contact {
	text-align:center;
}
.submit-contact span {
	display: inline-block;
	position: relative;

}
.submit-contact span::before {
	position: absolute;
	top: 3px;
	left: 3px;
	bottom: 19px;
	width: 0;
	content: '';
    background-color: #e4d9d2;
    -webkit-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.submit-contact span:hover::before {
	width:165px;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	text-align: center;
	background-color: rgba(255,255,255,0.2);
	border-color:#FFF;
	margin: -2px;
}

#wpadminbar {
	top: auto !important;
	bottom: 0 !important;
}
.corps-HP img.visible-mobile,
img.visible-mobile {
	width: 100%;
	display: block;
	margin-bottom: -1.618em;
}
@media screen and (min-width: 768px) {
	.corps-HP img.visible-mobile,
	img.visible-mobile {
		height: 0;
	}

}
.error-404 {
	margin: 0 -20px;
	padding-top: 30%;
	padding-bottom: 30%;
	background-image: url('images/bg-404.jpg');
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #FFF;
	font-size: 24px;
}
.error-404 h1 {
	color: #FFF;
	font-size: 60px;

}
.btn-fantom {
	color: #FFF;
	border-color: #FFF;
}
.btn-fantom:hover {
	color: #706762;
}
.btn-fantom::before {
	background-color: #fff;
}
.page-template-template-fullwidth-margin-bottom .site-content {
	margin-bottom: 150px;
}
.site-header {
	box-shadow: 0 5px 10px rgba(0,0,0,0.07);
}

.page-template-template-fullwidth-margin-bottom .content-area,
.page-template-template-fullwidth .content-area {
	float: none;
	width: auto;
	margin: 0 -20px;
}
.error-404::before {
    z-index: 3;
    content: '';
    position: absolute;
    top: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent url('images/dot-patern.png') 50% 50% repeat;
}
.error-404 .page-content {
	position: relative;
	z-index: 4;
}
.page-revendeurs {
	text-align: center;
}
.page-revendeurs header {
	margin-bottom: 20px;
}
.bloc-revendeur {
	display: block;
	margin: 40px;
	color: #231f20;
	font-size: 19px;
	text-align: center;
}
@media screen and (min-width:848px) {
	.bloc-revendeur {
		margin: 90px 50px;
		display: inline-block;
	}
}
.bloc-revendeur img {
	margin: auto;
}
.bloc-revendeur a {
	display: inline-block;
	padding: 0 15px;
	color: #49989d;
	text-decoration: none;
	border-bottom: 2px solid;
	border-top: 2px solid #FFF;
	margin-top: 10px;
}
.bloc-revendeur a:hover {
	border-top: 2px solid #49989d;
}
.intro-qui-sommes-nous {
	background-image: url('images/bg-intro-qui-sommes-nous.jpg');
}
.intro-qui-sommes-nous .notre-vision-HP {
	float: right;
}
.caps-nos-valeurs {
	background-image: url('images/bg-nos-valeurs.jpg');
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.caps-nos-valeurs-innovation {
	background-image: url('images/bg-nos-valeurs-innovation.jpg');
}
.caps-nos-valeurs-qualite {
	background-image: url('images/bg-nos-valeurs-qualite.jpg');
}
.caps-nos-valeurs-carbone {
	background-image: url('images/bg-nos-valeurs-carbone.jpg');
}

.liste-choix-langue {
	list-style: none;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 22px;
	right: 90px;
}

.liste-choix-langue li {
	display: inline-block;
	padding: 5px;
}
.liste-choix-langue li a {
	text-decoration: none;
}
.liste-choix-langue li a.langue-active {
	opacity: 0.6;
}
.blog .site-content#content {
	padding: 0;
}
.blog .site-content .content-area,
.single-post .site-content .content-area {
	float: none;
	width: 100%;
}
.blog .site-content .content-area .hentry .entry-header,
.single-post .site-content .content-area .hentry .entry-header {
	display: block;
	margin-top: 30px;
}
.blog .site-content .content-area .hentry .entry-header a,
.single-post .site-content .content-area .hentry .entry-header a {
	text-decoration: none;
}

.blog .site-content .content-area .hentry .entry-content,
.single-post .site-content .content-area .hentry .entry-content {
	text-align: left;
}
.single .byline, .group-blog .byline {
	display: none;
}
.woocommerce-result-count {
	display: none;
}
.products li a {
	text-decoration: none;
}
ul.products li.product {
	
    box-shadow: 0 3px 10px #ddd;
    padding: 0 0 40px;
}
ul.products li.product h3 {
	font-size: 2.5em;
    line-height: 2.9rem;
    padding: 0 20px;
    min-height: 92px;
}
ul.products li.product .price {
	font-size: 1.3rem;
}
ul.products li.product .button {
    font-size: 1rem;
    border: 2px solid;
    border-radius: 4px;
}
.woocommerce-tabs ul.tabs li a {
	padding: 17px;
	text-decoration: none;
}
.woocommerce-tabs ul.tabs li a:hover {
	background-color: #f7f7f7;
}
.woocommerce-tabs ul.tabs li.active a {
	background-color: #EFEFEF;
}
.summary .amount {
	font-size: 1.7em;
}
.storefront-sorting {
	display: none;
}
.single-product div.product .price {
    font-weight: 400;
    font-size: 1.4rem;
}
ul.products li.product.product-category h3 {
    font-size: 2.5em;
}