/*  ------------------------------------------------------- 
 ------------------->>> VARIABLES <<<----------------------
 -------------------------------------------------------  */
/*  ------------------------------------------------------- 
 ------------------->>> FONTS <<<----------------------
 -------------------------------------------------------  */
@font-face {
  font-family: "FuturaStd";
  src: url("../fonts/FuturaStd-Light.eot");
  src: url("../fonts/FuturaStd-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/FuturaStd-Light.woff") format('woff'), url("../fonts/FuturaStd-Light.ttf") format('truetype'), url("../fonts/FuturaStd-Light.svgFuturaStd-Light") format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStd";
  src: url("../fonts/FuturaStd-Book.eot");
  src: url("../fonts/FuturaStd-Book.eot?#iefix") format('embedded-opentype'), url("../fonts/FuturaStd-Book.woff") format('woff'), url("../fonts/FuturaStd-Book.ttf") format('truetype'), url("../fonts/FuturaStd-Book.svgFuturaStd-Book") format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStd";
  src: url("../fonts/FuturaStd-Bold.eot");
  src: url("../fonts/FuturaStd-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/FuturaStd-Bold.woff") format('woff'), url("../fonts/FuturaStd-Bold.ttf") format('truetype'), url("../fonts/FuturaStd-Bold.svgFuturaStd-Bold") format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStd";
  src: url("../fonts/FuturaStd-Heavy.eot");
  src: url("../fonts/FuturaStd-Heavy.eot?#iefix") format('embedded-opentype'), url("../fonts/FuturaStd-Heavy.woff") format('woff'), url("../fonts/FuturaStd-Heavy.ttf") format('truetype'), url("../fonts/FuturaStd-Heavy.svgFuturaStd-Heavy") format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Amatic SC';
  src: url('../fonts/AmaticSC-Regular.eot') format('embedded-opentype'), url('../fonts/AmaticSC-Regular.ttf') format('truetype'), url('../fonts/AmaticSC-Regular.woff2') format('woff2'), url('../fonts/AmaticSC-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*  -------------------------------------------------------
 ------------------->>> MIXINS <<<----------------------
 -------------------------------------------------------  */
.woocommerce div.product div.images div.thumbnails, .woocommerce div.product div.images .flex-control-thumbs, .woocommerce div.product form.cart, .woocommerce div.product form.cart .product-quantity-ctn, .woocommerce div.product.product-type-variable .variations_form.cart.swatches .single_variation_wrap .variations_button, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .product-main-infos, .product-additionnal-infos, .product-share, .product-share.product-share-home, .product-methods, .bg-line, .bloc-list-items, .site-sub-menu .menu, .site-sub-menu .menu li.wpmenucartli a.wpmenucart-contents, .header-nav, .site-branding, #footer-menu, #footer-bottom-menu, .home .btn-ctn-sharing, .home .page-share, .bloc-content-actu-in-home, .featured-bloc .bloc-item, .featured-bloc .bloc-item-btn, .intro-bloc .menu-bloc-pou ul, .site-concept .container, .right, .contact-form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.container:after, .intro-bloc:after {
  content: "";
  display: table;
  clear: both;
}
/* Usage
 @include absolute(top 100% left 0);
 */
/* Usage
 @include keyframes(animate) {
 50% {
 transform: rotate(90deg);
 }
 100% {
 transform: rotate(-90deg);
 }
 }
 */
/* Usage
 @include gradient(#07c, #06f, vertical);
 */
.woocommerce div.product .product_title, .product-subtitle, h2, h1, h1.entry-title:not(.product_title), .bloc-title, .bloc-item-title, .site-header .primary-menu a, .site-sub-menu .menu li:first-child a, #footer-menu .footer-subtitle > a, .lexique-title {
  text-transform: uppercase;
}
/* Usage
 @include placeholder {
 font-style:italic;
 color: white;
 font-weight:100;
 }*/
/*  ------------------------------------------------------- 
 ------------------->>> BUTTONS <<<----------------------
 -------------------------------------------------------  */
.btn-ctn {
  clear: both;
  text-align: center;
}
.woocommerce div.product form.cart .button, .woocommerce button.button, .btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 12px 42px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: none;
  background-color: rgba(29, 29, 27, .7);
  border-radius: 0;
  border: 2px solid transparent;
  color: white;
  text-decoration: none;
  font-weight: 900;
  font-family: 'FuturaStd', sans-serif;
  transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 479px) {
  .woocommerce div.product form.cart .button, .woocommerce button.button, .btn {
    padding: 12px 25px;
  }
}
.woocommerce div.product form.cart .button p, .woocommerce button.button p, .btn p {
  margin: 0;
}
.woocommerce div.product form.cart .button:focus, .woocommerce button.button:focus, .btn:focus {
  outline: none;
}
.woocommerce div.product form.cart .button:visited, .woocommerce button.button:visited, .btn:visited {
  color: white;
}
.woocommerce div.product form.cart .button:hover, .woocommerce button.button:hover, .btn:hover {
  background-color: transparent;
  border-color: rgba(29, 29, 27, .7);
  color: rgba(29, 29, 27, .7);
}
.woocommerce div.product form.cart .button.btn--green, .woocommerce button.button.btn--green, .btn.btn--green {
  background-color: #76da4e;
}
.woocommerce div.product form.cart .button.btn--green:hover, .woocommerce button.button.btn--green:hover, .btn.btn--green:hover {
  background-color: #fff;
  border-color: #76da4e;
  color: #76da4e;
}
.woocommerce div.product form.cart .button.btn--green.btn--picto .ico, .woocommerce button.button.btn--green.btn--picto .ico, .btn.btn--green.btn--picto .ico {
  background-color: #6c3;
}
.woocommerce div.product form.cart .button.btn--pink, .woocommerce button.button.btn--pink, .btn.btn--pink {
  background-color: #df4778;
}
.woocommerce div.product form.cart .button.btn--pink:hover, .woocommerce button.button.btn--pink:hover, .btn.btn--pink:hover {
  background-color: #fff;
  border-color: #df4778;
  color: #df4778;
}
.woocommerce div.product form.cart .button.btn--pink.btn--picto .ico, .woocommerce button.button.btn--pink.btn--picto .ico, .btn.btn--pink.btn--picto .ico {
  background-color: #d23a6b;
}
.woocommerce div.product form.cart .button.btn--blue, .woocommerce button.button.btn--blue, .btn.btn--blue {
  background-color: #4caed7;
}
.woocommerce div.product form.cart .button.btn--blue:hover, .woocommerce button.button.btn--blue:hover, .btn.btn--blue:hover {
  background-color: #fff;
  border-color: #62b4d7;
  color: #62b4d7;
}
.woocommerce div.product form.cart .button.btn--blue.btn--picto .ico, .woocommerce button.button.btn--blue.btn--picto .ico, .btn.btn--blue.btn--picto .ico {
  background-color: #4da5cb;
}
.woocommerce div.product form.cart .button.btn--picto, .woocommerce button.button.btn--picto, .btn.btn--picto {
  padding-left: 85px;
}
@media screen and (max-width: 479px) {
  .woocommerce div.product form.cart .button.btn--picto, .woocommerce button.button.btn--picto, .btn.btn--picto {
    padding-left: 72px;
  }
}
.woocommerce div.product form.cart .button.btn--picto .ico, .woocommerce button.button.btn--picto .ico, .btn.btn--picto .ico {
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  width: 60px;
  height: 60px;
  -ms-transform: rotate(-4deg) translateY(-50%);
  -webkit-transform: rotate(-4deg) translateY(-50%);
  transform: rotate(-4deg) translateY(-50%);
  border-radius: 5px;
  border: 2px solid transparent;
  background-size: 35px;
  background-color: rgba(29, 29, 27, .7);
  transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 479px) {
  .woocommerce div.product form.cart .button.btn--picto .ico, .woocommerce button.button.btn--picto .ico, .btn.btn--picto .ico {
    height: 80px;
  }
}
.woocommerce div.product form.cart .button.btn-o, .woocommerce button.button.btn-o, .btn.btn-o {
  padding: 10px 34px;
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid rgba(29, 29, 27, .7);
  color: rgba(29, 29, 27, .7);
}
@media screen and (max-width: 479px) {
  .woocommerce div.product form.cart .button.btn-o, .woocommerce button.button.btn-o, .btn.btn-o {
    padding: 10px 18px;
    font-size: 14px;
  }
}
.woocommerce div.product form.cart .button.btn-o.btn-o--green, .woocommerce button.button.btn-o.btn-o--green, .btn.btn-o.btn-o--green {
  border-color: #52b620;
  color: #52b620;
  margin-bottom: 30px;
}
.woocommerce div.product form.cart .button.btn-o:hover, .woocommerce button.button.btn-o:hover, .btn.btn-o:hover {
  background-color: rgba(29, 29, 27, .7);
  color: #fff;
}
.woocommerce div.product form.cart .button.btn-o:hover.btn-o--green, .woocommerce button.button.btn-o:hover.btn-o--green, .btn.btn-o:hover.btn-o--green {
  background-color: #52b620;
}
/*  -------------------------------------------------------
 --------------------->>> SHOP <<<----------------------
 -------------------------------------------------------  */
/*Modal juin 2020*/
sgpb-popup-dialog-main-div-theme-wrapper-1 {
  z-index: 9999999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
img.sgpb-popup-close-button-1 {
  top: 9px !important;
  bottom: inherit;
}
.sgpb-theme-1-content {
  box-shadow: none !important;
  padding: 40px 20px !important;
  border-radius: 0 !important;
  border-bottom-width: 0 !important;
  max-width: 50vw !important;
  margin: 0 auto;
}
.sgpb-theme-1-content p a {
  color: #404040;
}
.sgpb-theme-1-content p.sign {
  color: #d23a6b;
}
.woocommerce {
  font-size: 15px;
  font-weight: 300;
}
.woocommerce .woocommerce-Tabs-panel.woocommerce-Tabs-panel--notice .notice-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-Tabs-panel.woocommerce-Tabs-panel--notice .notice-video {
  position: relative;
  height: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 56.25%;
}
.woocommerce .woocommerce-Tabs-panel.woocommerce-Tabs-panel--notice iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.woocommerce .woocommerce-Tabs-panel .practice-legend {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-Tabs-panel .practice-image {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-Tabs-panel .practice-image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.woocommerce .woocommerce-Tabs-panel .mise-en-avt {
  background-color: #ed6ea2;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-Tabs-panel .mise-en-avt span.txt-intro {
  font-size: 16px;
  color: white;
}
.woocommerce div.product {
  clear: both;
  overflow: hidden;
}
.woocommerce div.product div.images {
  float: none;
  position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  overflow: hidden;
  margin: 0;
}
.woocommerce div.product div.images .woocommerce-main-image {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .woocommerce div.product div.images .woocommerce-main-image {
    max-height: none;
  }
}
.woocommerce div.product div.images div.thumbnails, .woocommerce div.product div.images .flex-control-thumbs {
  padding: 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 89px;
  background-color: rgba(0, 0, 0, .5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce div.product div.images div.thumbnails, .woocommerce div.product div.images .flex-control-thumbs {
    bottom: -89px;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce div.product div.images div.thumbnails, .woocommerce div.product div.images .flex-control-thumbs {
    position: static;
    height: auto;
    padding: 10px 0;
  }
}
.woocommerce div.product div.images div.thumbnails a, .woocommerce div.product div.images .flex-control-thumbs a, .woocommerce div.product div.images div.thumbnails li, .woocommerce div.product div.images .flex-control-thumbs li {
  width: 67px;
  margin: 0 5px;
}
.woocommerce div.product div.images div.thumbnails a img, .woocommerce div.product div.images .flex-control-thumbs a img, .woocommerce div.product div.images div.thumbnails li img, .woocommerce div.product div.images .flex-control-thumbs li img {
  border: 3px solid white;
}
.woocommerce div.product div.images div.thumbnails a img.flex-active, .woocommerce div.product div.images .flex-control-thumbs a img.flex-active, .woocommerce div.product div.images div.thumbnails li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border: 3px solid #f39320;
}
.woocommerce div.product div.summary {
  margin: 30px 0 0;
}
@media screen and (max-width: 991px) {
  .woocommerce div.product div.summary {
    margin-top: 35px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce div.product div.summary {
    margin-top: 0;
  }
}
.woocommerce div.product div.summary .product-description p {
  margin-top: 40px;
  margin-bottom: 24px;
}
.woocommerce div.product div.summary h1.product_title {
  text-align: left;
}
.woocommerce div.product div.summary h1.product_title:after {
  display: none;
}
.woocommerce div.product .product_title {
  margin-bottom: 0;
  color: #6c3;
  line-height: 1;
  font-size: 35px;
  font-weight: 700;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  margin: 0 0 40px;
  font-size: 45px;
  font-weight: 700;
  color: #6c3;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 37px;
  }
}
@media screen and (max-width: 539px) {
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 30px;
  }
}
.woocommerce div.product p.price {
  /******** START EVENT BLACK FRIDAY ******/
  /******** END EVENT BLACK FRIDAY ******/
}
.woocommerce div.product p.price ins span {
  /*color: #000; */
}
.woocommerce div.product p.price ins span.woocommerce-Price-amount.amount {
  color: #f39320;
}
.woocommerce div.product form.cart {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 539px) {
  .woocommerce div.product form.cart {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after {
  display: none;
}
.woocommerce div.product form.cart .product-quantity-ctn {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 539px) {
  .woocommerce div.product form.cart .product-quantity-ctn {
    margin-bottom: 50px;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
}
.woocommerce div.product form.cart div.quantity {
  position: relative;
  float: none;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #52b620;
}
.woocommerce div.product form.cart div.quantity:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #52b620;
  background-color: white;
}
@media screen and (max-width: 539px) {
  .woocommerce div.product form.cart div.quantity:before {
    display: none;
  }
}
.woocommerce div.product form.cart div.quantity:after {
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  top: 50%;
  left: 58px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  height: 3px;
  background-image: url("../img/dashed-green.png");
  background-repeat: repeat-x;
}
@media screen and (max-width: 539px) {
  .woocommerce div.product form.cart div.quantity:after {
    display: none;
  }
}
.woocommerce div.product form.cart div.quantity input {
  width: 58px;
  height: 45px;
  border: none;
  border-radius: 0;
  font-weight: 900;
  font-family: 'FuturaStd', sans-serif;
  font-size: 20px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
  padding-left: 85px;
  background-color: #76da4e;
  font-size: 20px;
}
@media screen and (max-width: 539px) {
  .woocommerce div.product form.cart .button.single_add_to_cart_button {
    font-size: 17px;
  }
}
@media screen and (max-width: 479px) {
  .woocommerce div.product form.cart .button.single_add_to_cart_button {
    padding-left: 72px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce div.product form.cart .button.single_add_to_cart_button {
    font-size: 16px;
  }
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  width: 60px;
  height: 60px;
  -ms-transform: rotate(-4deg) translateY(-50%);
  -webkit-transform: rotate(-4deg) translateY(-50%);
  transform: rotate(-4deg) translateY(-50%);
  border-radius: 5px;
  border: 2px solid transparent;
  background-image: url("../img/picto-cart.png");
  background-size: 30px 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #6c3;
  transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 479px) {
  .woocommerce div.product form.cart .button.single_add_to_cart_button:before {
    height: 80px;
  }
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
  background-color: white;
  border-color: #76da4e;
  color: #76da4e;
}
.woocommerce div.product p.stock {
  color: #000;
  text-transform: lowercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 35px 30px;
  border: 2px solid #ed6ea2;
}
@media screen and (max-width: 539px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 25px;
  }
}
.woocommerce div.product .woocommerce-tabs .panel:before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs .panel p {
  margin-top: 0;
}
.woocommerce div.product .woocommerce-tabs .panel p:last-child {
  margin-bottom: 0;
}
.woocommerce div.product .entry-content ul {
  margin-left: 10px;
}
.woocommerce div.product .entry-content li {
  margin-bottom: 10px;
  vertical-align: middle;
}
.woocommerce div.product .entry-content li:last-child {
  margin-bottom: 0;
}
.woocommerce div.product .entry-content li:before {
  content: '';
  position: relative;
  top: -4px;
  display: inline-block;
  width: 8px;
  height: 4px;
  margin-right: 15px;
  background-color: #000;
}
.woocommerce div.product.product-type-variable .variations_form.cart.swatches {
  display: block;
}
.woocommerce div.product.product-type-variable .variations_form.cart.swatches .single_variation_wrap .variations_button {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.woocommerce div.product.product-type-variable .variations_form.cart.swatches .variation_form_section .variations-table > tbody > tr > td.label {
  width: 35%;
  padding: 0;
  margin: 0;
  padding-top: 8px;
}
.woocommerce div.product.product-type-variable .variations_form.cart.swatches .variation_form_section .variations-table > tbody > tr > td.label label {
  font-weight: 700;
}
.woocommerce div.product.product-type-variable .variations_form.cart.swatches .variation_form_section .variations-table > tbody > tr > td:not(.label) {
  position: relative;
}
.woocommerce div.product.product-type-variable .variations_form.cart.swatches .variation_form_section .variations-table > tbody > tr > td:not(.label) select {
  max-width: 60%;
  min-width: 48%;
  height: 50px;
  border: solid 2px #52b620;
  border-radius: 5px;
  padding-left: 20px;
  color: #52b620;
}
.woocommerce div.product.product-type-variable .variations_form.cart.swatches .variation_form_section .variations-table > tbody > tr > td:not(.label) select:focus {
  outline: none;
}
.woocommerce div.product.product-type-variable .variations_form.cart.swatches .variation_form_section .variations-table > tbody > tr > td:not(.label) a.reset_variations {
  display: none !important;
}
.woocommerce div.product.product-type-variable .variations_form.cart.swatches .variation_form_section .variations-table > tbody > tr > td:not(.label):after {
  content: '';
  width: 70%;
  height: 2px;
  display: inline-block;
  background: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  border-top: dashed #52b620 2px;
}
.woocommerce div.product.product-type-variable .variations_form.cart.swatches .variation_form_section #variations_clear {
  display: none !important;
}
.woocommerce #content .entry-content, .woocommerce .entry-content, .woocommerce-page #content .entry-content, .woocommerce-page .entry-content {
  margin: 0;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
}
@media screen and (max-width: 991px) {
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    max-width: none;
    width: 100%;
  }
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: none;
  margin-bottom: 0;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
  float: none;
  width: auto;
  margin: 0 5px;
}
@media screen and (max-width: 1199px) {
  .woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    margin-bottom: 50px;
  }
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 1199px) {
  .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
    display: block;
  }
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  background-color: white;
  border-radius: 0;
  border: 2px solid #e5e5e5;
  border-bottom: none;
  border-right: none;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: block;
    border: 2px solid #e5e5e5;
    border-bottom: none;
  }
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:last-child, .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:last-child, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:last-child {
  border-right: 2px solid #e5e5e5;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  border-color: #ed6ea2;
  background-color: #ed6ea2;
  color: white;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active + li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active + li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active + li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active + li {
  border-left: none;
}
@media screen and (max-width: 991px) {
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active + li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active + li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active + li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active + li {
    border-left: 2px solid #e5e5e5;
    border-top: none;
  }
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 19px;
  font-size: 16px;
  font-weight: 900;
}
@media screen and (max-width: 539px) {
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:focus, .woocommerce div.product .woocommerce-tabs ul.tabs li a:focus, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:focus, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:focus {
  outline: none;
}
.woocommerce-message {
  display: none;
  border-top-color: #6c3;
}
.product-main-infos {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .product-main-infos {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-main-infos .woo-social-buttons {
  display: none;
}
.product-additionnal-infos {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .product-additionnal-infos {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .product-additionnal-infos {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-subtitle {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #6c3;
  text-align: left;
}
.product-quantity-txt {
  margin-right: 10px;
}
.product-share {
  z-index: 2;
  position: absolute;
  top: 9px;
  right: 0;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .product-share {
    position: static;
    margin-bottom: 50px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .product-share {
    position: static;
    margin-bottom: 35px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}
.product-share img {
  max-width: 19px;
}
.product-share .woo-social-buttons {
  margin: 0;
}
.product-share.product-share-home {
  position: static;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .product-share.product-share-home {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-share.product-share-home {
    margin-bottom: 0;
  }
}
.product-tabs {
  position: relative;
  -moz-box-flex: 2.11;
  -webkit-flex: 2.11;
  -moz-flex: 2.11;
  -ms-flex: 2.11;
  flex: 2.11;
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .product-tabs {
    max-width: none;
    margin-right: 0;
    width: 100%;
  }
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  display: block;
  padding: 10px 0;
  width: 100%;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 0;
}
.product-additionnal-infos-right {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .product-additionnal-infos-right {
    width: 100%;
  }
}
.product-methods {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 42px;
  padding: 9px;
  background-image: url("../img/bg-product-infos.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .product-methods {
    padding: 18px;
    max-width: none;
    margin-top: 35px;
  }
}
.product-methods-ctn {
  width: 100%;
  padding: 40px 55px;
  background-color: white;
  border-radius: 3px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .product-methods-ctn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
  }
}
.product-methods-ctn li:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  margin-top: 32px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  background-color: #cacacc;
}
.product-methods-ctn li:last-child:after {
  display: none;
}
.product-methods-ctn p {
  margin: 0;
}
.product-methods-ctn .ico {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.ico-payment {
  width: 40px;
  height: 51px;
  background-image: url("../img/picto-payment.png");
}
.ico-delivery {
  width: 69px;
  height: 32px;
  background-image: url("../img/picto-delivery.png");
}
/***********WooCommerce**********/
@media screen and (max-width: 799px) {
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  #checkout_timeline.text li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #checkout_timeline.text li {
    display: block;
    padding-right: 0;
  }
  #checkout_timeline.text li .timeline-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #checkout_timeline.horizontal.text li:not(:last-child) .timeline-wrapper:after {
    display: none;
  }
}
.woocommerce-account article h2 {
  margin-bottom: 30px;
  font-size: 22px;
  color: rgba(29, 29, 27, .7);
}
.woocommerce-account article h2:after {
  display: none;
}
.woocommerce-account fieldset {
  border: none;
  padding: 0;
  margin-top: 30px;
}
.woocommerce-account fieldset legend {
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .woocommerce-account .addresses .title h3, .woocommerce-account .addresses .title .edit {
    float: none;
  }
}
@media screen and (max-width: 1199px) {
  .woocommerce-account .addresses .title .edit {
    display: block;
    margin-bottom: 20px;
  }
}
.woocommerce-account .woocommerce-Address-title a {
  background-color: transparent;
  color: #6c3;
  border: solid 2px #6c3;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
}
.woocommerce-account .woocommerce-Address-title a:hover {
  background: #6c3;
  color: white !important;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin-top: 0;
}
.woocommerce-account .woocommerce-Address-title a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 18%;
  padding: 30px;
  border-top: solid 3px rgba(0, 0, 0, .1);
  background: rgba(0, 0, 0, .07);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 30px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: solid 1px rgba(74, 74, 74, .3);
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-of-type a {
  padding-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding-bottom: 10px;
  color: #000;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #6c3;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 77%;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #6c3;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #52b620;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message a {
  color: #515151;
}
.woocommerce-account .woocommerce-MyAccount-content .order-actions a {
  color: #515151;
}
.woocommerce-account .woocommerce-MyAccount-content .order-number a {
  font-weight: 600;
}
.woocommerce-page #customer_details h3 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .order-actions a {
  color: #6c3;
  background-color: transparent;
  border: solid 2px #6c3;
}
.woocommerce-account .woocommerce-MyAccount-content .order-actions a:hover {
  background: #6c3;
  color: white !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 10px;
}
.woocommerce-page table.cart td.actions input[type="submit"]::placeholder {
  color: #6c3 !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #6c3;
}
.woocommerce input.button {
  background-color: transparent;
  color: #6c3;
  border: solid 2px #6c3;
  -webkit-font-smoothing: antialiased;
}
.woocommerce input.button:hover {
  background: #6c3;
  color: white;
}
.woocommerce-checkout .lost_password a, .woocommerce .lost_password a {
  color: #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  text-decoration: none;
  font-style: normal;
  transition: all 0.4s ease-in-out;
}
.woocommerce-checkout .lost_password:hover a, .woocommerce .lost_password:hover a {
  border-bottom: none;
}
.woocommerce-checkout .woocommerce-info a, .woocommerce .woocommerce-info a {
  color: #1e85be;
}
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box, .woocommerce .woocommerce-checkout #payment div.payment_box {
  background-color: #1e85be;
}
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box p, .woocommerce .woocommerce-checkout #payment div.payment_box p {
  color: white;
}
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box::before, .woocommerce .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #1e85be;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce #r espond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: transparent;
  color: #6c3;
  border: solid 2px #6c3;
  -webkit-font-smoothing: antialiased;
}
.woocommerce #r espond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #6c3;
  color: white;
}
.woocommerce-checkout #payment {
  background: transparent;
}
/**********************************************/
/********* OVERRIDE Cart / Checkout **********/
/*********************************************/
.woocommerce-page.woocommerce-cart header.entry-header {
  display: none;
}
.woocommerce .concept-bloc.skew, .woocommerce-page .concept-bloc.skew, .woocommerce #content .concept-bloc.skew, .woocommerce-page #content .concept-bloc.skew {
  margin-top: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce .concept-bloc.skew, .woocommerce-page .concept-bloc.skew, .woocommerce #content .concept-bloc.skew, .woocommerce-page #content .concept-bloc.skew {
    margin-top: 25px;
  }
}
.woocommerce .woocommerce-order, .woocommerce-page .woocommerce-order, .woocommerce #content .woocommerce-order, .woocommerce-page #content .woocommerce-order {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f4f4f4;
  padding-top: 35px !important;
}
.woocommerce .woocommerce-order, .woocommerce-page .woocommerce-order, .woocommerce #content .woocommerce-order, .woocommerce-page #content .woocommerce-order, .woocommerce .woocommerce-MyAccount-content, .woocommerce-page .woocommerce-MyAccount-content, .woocommerce #content .woocommerce-MyAccount-content, .woocommerce-page #content .woocommerce-MyAccount-content {
  padding: 0 35px 35px;
}
@media screen and (max-width: 991px) {
  .woocommerce .woocommerce-order, .woocommerce-page .woocommerce-order, .woocommerce #content .woocommerce-order, .woocommerce-page #content .woocommerce-order, .woocommerce .woocommerce-MyAccount-content, .woocommerce-page .woocommerce-MyAccount-content, .woocommerce #content .woocommerce-MyAccount-content, .woocommerce-page #content .woocommerce-MyAccount-content {
    padding: 0;
  }
}
.woocommerce .woocommerce-order h2, .woocommerce-page .woocommerce-order h2, .woocommerce #content .woocommerce-order h2, .woocommerce-page #content .woocommerce-order h2, .woocommerce .woocommerce-MyAccount-content h2, .woocommerce-page .woocommerce-MyAccount-content h2, .woocommerce #content .woocommerce-MyAccount-content h2, .woocommerce-page #content .woocommerce-MyAccount-content h2 {
  margin-bottom: 30px;
  font-size: 22px;
  color: rgba(29, 29, 27, .7);
}
.woocommerce .woocommerce-order h2:after, .woocommerce-page .woocommerce-order h2:after, .woocommerce #content .woocommerce-order h2:after, .woocommerce-page #content .woocommerce-order h2:after, .woocommerce .woocommerce-MyAccount-content h2:after, .woocommerce-page .woocommerce-MyAccount-content h2:after, .woocommerce #content .woocommerce-MyAccount-content h2:after, .woocommerce-page #content .woocommerce-MyAccount-content h2:after {
  display: none;
}
.woocommerce .woocommerce-order .woocommerce-table--order-details, .woocommerce-page .woocommerce-order .woocommerce-table--order-details, .woocommerce #content .woocommerce-order .woocommerce-table--order-details, .woocommerce-page #content .woocommerce-order .woocommerce-table--order-details, .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-details, .woocommerce-page .woocommerce-MyAccount-content .woocommerce-table--order-details, .woocommerce #content .woocommerce-MyAccount-content .woocommerce-table--order-details, .woocommerce-page #content .woocommerce-MyAccount-content .woocommerce-table--order-details {
  margin-bottom: 50px;
}
.woocommerce .woocommerce-order table.shop_table tbody tr td, .woocommerce-page .woocommerce-order table.shop_table tbody tr td, .woocommerce #content .woocommerce-order table.shop_table tbody tr td, .woocommerce-page #content .woocommerce-order table.shop_table tbody tr td, .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td, .woocommerce-page .woocommerce-MyAccount-content table.shop_table tbody tr td, .woocommerce #content .woocommerce-MyAccount-content table.shop_table tbody tr td, .woocommerce-page #content .woocommerce-MyAccount-content table.shop_table tbody tr td, .woocommerce .woocommerce-order table.shop_table tbody tr th, .woocommerce-page .woocommerce-order table.shop_table tbody tr th, .woocommerce #content .woocommerce-order table.shop_table tbody tr th, .woocommerce-page #content .woocommerce-order table.shop_table tbody tr th, .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr th, .woocommerce-page .woocommerce-MyAccount-content table.shop_table tbody tr th, .woocommerce #content .woocommerce-MyAccount-content table.shop_table tbody tr th, .woocommerce-page #content .woocommerce-MyAccount-content table.shop_table tbody tr th {
  padding: 10px;
}
.woocommerce .woocommerce-order table.shop_table tbody tr th, .woocommerce-page .woocommerce-order table.shop_table tbody tr th, .woocommerce #content .woocommerce-order table.shop_table tbody tr th, .woocommerce-page #content .woocommerce-order table.shop_table tbody tr th, .woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr th, .woocommerce-page .woocommerce-MyAccount-content table.shop_table tbody tr th, .woocommerce #content .woocommerce-MyAccount-content table.shop_table tbody tr th, .woocommerce-page #content .woocommerce-MyAccount-content table.shop_table tbody tr th {
  border-top: none;
}
.woocommerce ul.order_details li, .woocommerce-page ul.order_details li, .woocommerce #content ul.order_details li, .woocommerce-page #content ul.order_details li {
  margin-bottom: 12px;
  float: none;
}
.woocommerce article.page, .woocommerce-page article.page, .woocommerce #content article.page, .woocommerce-page #content article.page {
  margin-bottom: 0;
}
.woocommerce input.button, .woocommerce-page input.button, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce #content a.button.alt, .woocommerce-page #content a.button.alt {
  display: inline-block;
  max-width: 100%;
  padding: 20px 37.5px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-shadow: none;
  font-size: 16px;
  letter-spacing: 0.72px;
  border-radius: 3px;
  text-transform: none;
  font-family: 'FuturaStd', sans-serif;
  font-weight: 700;
  background: #6c3 !important;
  border: 2px solid #6c3;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce #content a.button.alt:hover, .woocommerce-page #content a.button.alt:hover {
  background: #fff !important;
  color: #6c3;
}
.woocommerce input.button:focus, .woocommerce-page input.button:focus, .woocommerce #content input.button:focus, .woocommerce-page #content input.button:focus, .woocommerce a.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce #content a.button.alt:focus, .woocommerce-page #content a.button.alt:focus {
  outline: none;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals, .woocommerce #content .cart-collaterals, .woocommerce-page #content .cart-collaterals {
  padding-top: 8px;
  padding-bottom: 0;
}
.woocommerce .cart-collaterals div.cart_totals, .woocommerce-page .cart-collaterals div.cart_totals, .woocommerce #content .cart-collaterals div.cart_totals, .woocommerce-page #content .cart-collaterals div.cart_totals {
  margin-bottom: 0;
  overflow: hidden;
}
.woocommerce .cart-collaterals div.cart_totals h2, .woocommerce-page .cart-collaterals div.cart_totals h2, .woocommerce #content .cart-collaterals div.cart_totals h2, .woocommerce-page #content .cart-collaterals div.cart_totals h2 {
  display: none;
}
.woocommerce .cart-collaterals div.cart_totals table, .woocommerce-page .cart-collaterals div.cart_totals table, .woocommerce #content .cart-collaterals div.cart_totals table, .woocommerce-page #content .cart-collaterals div.cart_totals table {
  margin-top: 10px;
  margin-bottom: 0;
}
.woocommerce .cart-collaterals div.cart_totals table tbody tr.cart-subtotal, .woocommerce-page .cart-collaterals div.cart_totals table tbody tr.cart-subtotal, .woocommerce #content .cart-collaterals div.cart_totals table tbody tr.cart-subtotal, .woocommerce-page #content .cart-collaterals div.cart_totals table tbody tr.cart-subtotal {
  font-family: 'FuturaStd', sans-serif;
  font-weight: 300;
}
.woocommerce .cart-collaterals div.cart_totals table tbody tr.cart-subtotal th, .woocommerce-page .cart-collaterals div.cart_totals table tbody tr.cart-subtotal th, .woocommerce #content .cart-collaterals div.cart_totals table tbody tr.cart-subtotal th, .woocommerce-page #content .cart-collaterals div.cart_totals table tbody tr.cart-subtotal th {
  font-weight: 400;
}
.woocommerce .cart-collaterals div.cart_totals table tbody tr.cart-subtotal .amount, .woocommerce-page .cart-collaterals div.cart_totals table tbody tr.cart-subtotal .amount, .woocommerce #content .cart-collaterals div.cart_totals table tbody tr.cart-subtotal .amount, .woocommerce-page #content .cart-collaterals div.cart_totals table tbody tr.cart-subtotal .amount {
  font-family: 'FuturaStd', sans-serif;
  font-weight: 300;
}
.woocommerce .cart-collaterals div.cart_totals table tbody tr.shipping, .woocommerce-page .cart-collaterals div.cart_totals table tbody tr.shipping, .woocommerce #content .cart-collaterals div.cart_totals table tbody tr.shipping, .woocommerce-page #content .cart-collaterals div.cart_totals table tbody tr.shipping {
  font-weight: 300;
}
.woocommerce .cart-collaterals div.cart_totals table tbody tr.shipping th, .woocommerce-page .cart-collaterals div.cart_totals table tbody tr.shipping th, .woocommerce #content .cart-collaterals div.cart_totals table tbody tr.shipping th, .woocommerce-page #content .cart-collaterals div.cart_totals table tbody tr.shipping th {
  font-weight: 400;
}
.woocommerce .cart-collaterals div.cart_totals table tbody tr.order-total, .woocommerce-page .cart-collaterals div.cart_totals table tbody tr.order-total, .woocommerce #content .cart-collaterals div.cart_totals table tbody tr.order-total, .woocommerce-page #content .cart-collaterals div.cart_totals table tbody tr.order-total {
  font-family: 'FuturaStd', sans-serif;
  font-weight: 700;
}
.woocommerce .cart-collaterals div.cart_totals table tbody tr.order-total th, .woocommerce-page .cart-collaterals div.cart_totals table tbody tr.order-total th, .woocommerce #content .cart-collaterals div.cart_totals table tbody tr.order-total th, .woocommerce-page #content .cart-collaterals div.cart_totals table tbody tr.order-total th {
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce .cart-collaterals div.cart_totals table tbody tr.order-total td, .woocommerce-page .cart-collaterals div.cart_totals table tbody tr.order-total td, .woocommerce #content .cart-collaterals div.cart_totals table tbody tr.order-total td, .woocommerce-page #content .cart-collaterals div.cart_totals table tbody tr.order-total td {
  font-size: 18px;
}
.woocommerce .cart-collaterals div.cart_totals table tbody tr.order-total strong, .woocommerce-page .cart-collaterals div.cart_totals table tbody tr.order-total strong, .woocommerce #content .cart-collaterals div.cart_totals table tbody tr.order-total strong, .woocommerce-page #content .cart-collaterals div.cart_totals table tbody tr.order-total strong {
  font-family: 'FuturaStd', sans-serif;
  font-weight: 700;
}
.woocommerce .cart-collaterals div.cart_totals table tbody tr td, .woocommerce-page .cart-collaterals div.cart_totals table tbody tr td, .woocommerce #content .cart-collaterals div.cart_totals table tbody tr td, .woocommerce-page #content .cart-collaterals div.cart_totals table tbody tr td {
  padding: 0;
  vertical-align: middle;
  border-top: none;
}
.woocommerce .cart-collaterals div.cart_totals table tbody tr th, .woocommerce-page .cart-collaterals div.cart_totals table tbody tr th, .woocommerce #content .cart-collaterals div.cart_totals table tbody tr th, .woocommerce-page #content .cart-collaterals div.cart_totals table tbody tr th {
  border: none;
  text-align: right;
  font-size: 16px;
  padding: 5px 20px 5px 0;
}
.woocommerce table.cart img, .woocommerce-page table.cart img, .woocommerce #content table.cart img, .woocommerce-page #content table.cart img {
  height: auto;
  box-shadow: none;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table, .woocommerce #content table.shop_table, .woocommerce-page #content table.shop_table {
  margin-top: 20px;
  margin-bottom: 10px;
  border: none;
  border-collapse: collapse !important;
}
.woocommerce table.shop_table thead, .woocommerce-page table.shop_table thead, .woocommerce #content table.shop_table thead, .woocommerce-page #content table.shop_table thead {
  border-bottom: 1px solid #e8e8f8;
}
.woocommerce table.shop_table thead tr th, .woocommerce-page table.shop_table thead tr th, .woocommerce #content table.shop_table thead tr th, .woocommerce-page #content table.shop_table thead tr th {
  border: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05rem;
  color: #000;
  font-family: 'FuturaStd', sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .woocommerce table.shop_table thead tr th, .woocommerce-page table.shop_table thead tr th, .woocommerce #content table.shop_table thead tr th, .woocommerce-page #content table.shop_table thead tr th {
    padding: 10px 10px 22px;
  }
}
.woocommerce table.shop_table thead tr th.product-name, .woocommerce-page table.shop_table thead tr th.product-name, .woocommerce #content table.shop_table thead tr th.product-name, .woocommerce-page #content table.shop_table thead tr th.product-name {
  text-align: left;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce-page table.shop_table tbody:first-child tr:first-child td, .woocommerce #content table.shop_table tbody:first-child tr:first-child td, .woocommerce-page #content table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th, .woocommerce-page table.shop_table tbody:first-child tr:first-child th, .woocommerce #content table.shop_table tbody:first-child tr:first-child th, .woocommerce-page #content table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
}
.woocommerce table.shop_table tbody tr.cart_item:hover, .woocommerce-page table.shop_table tbody tr.cart_item:hover, .woocommerce #content table.shop_table tbody tr.cart_item:hover, .woocommerce-page #content table.shop_table tbody tr.cart_item:hover {
  background-color: transparent;
}
.woocommerce table.shop_table tbody tr td, .woocommerce-page table.shop_table tbody tr td, .woocommerce #content table.shop_table tbody tr td, .woocommerce-page #content table.shop_table tbody tr td {
  border: none;
}
@media screen and (min-width: 992px) {
  .woocommerce table.shop_table tbody tr td, .woocommerce-page table.shop_table tbody tr td, .woocommerce #content table.shop_table tbody tr td, .woocommerce-page #content table.shop_table tbody tr td {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce table.shop_table tbody tr td, .woocommerce-page table.shop_table tbody tr td, .woocommerce #content table.shop_table tbody tr td, .woocommerce-page #content table.shop_table tbody tr td {
    min-height: 45px;
    line-height: 45px;
  }
}
.woocommerce table.shop_table tbody tr td.product-price, .woocommerce-page table.shop_table tbody tr td.product-price, .woocommerce #content table.shop_table tbody tr td.product-price, .woocommerce-page #content table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-total, .woocommerce-page table.shop_table tbody tr td.product-total, .woocommerce #content table.shop_table tbody tr td.product-total, .woocommerce-page #content table.shop_table tbody tr td.product-total, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce-page table.shop_table tbody tr td.product-quantity, .woocommerce #content table.shop_table tbody tr td.product-quantity, .woocommerce-page #content table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce-page table.shop_table tbody tr td.product-subtotal, .woocommerce #content table.shop_table tbody tr td.product-subtotal, .woocommerce-page #content table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-name, .woocommerce-page table.shop_table tbody tr td.product-name, .woocommerce #content table.shop_table tbody tr td.product-name, .woocommerce-page #content table.shop_table tbody tr td.product-name, .woocommerce table.shop_table tbody tr td.product-thumbnail, .woocommerce-page table.shop_table tbody tr td.product-thumbnail, .woocommerce #content table.shop_table tbody tr td.product-thumbnail, .woocommerce-page #content table.shop_table tbody tr td.product-thumbnail, .woocommerce table.shop_table tbody tr td.product-remove, .woocommerce-page table.shop_table tbody tr td.product-remove, .woocommerce #content table.shop_table tbody tr td.product-remove, .woocommerce-page #content table.shop_table tbody tr td.product-remove {
  text-align: center;
  border-bottom: 1px solid #e8e8f8 !important;
}
@media screen and (min-width: 768px) {
  .woocommerce table.shop_table tbody tr td.product-price, .woocommerce-page table.shop_table tbody tr td.product-price, .woocommerce #content table.shop_table tbody tr td.product-price, .woocommerce-page #content table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce-page table.shop_table tbody tr td.product-quantity, .woocommerce #content table.shop_table tbody tr td.product-quantity, .woocommerce-page #content table.shop_table tbody tr td.product-quantity {
    border-right: 1px solid #e8e8f8;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce table.shop_table tbody tr td.product-price, .woocommerce-page table.shop_table tbody tr td.product-price, .woocommerce #content table.shop_table tbody tr td.product-price, .woocommerce-page #content table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce-page table.shop_table tbody tr td.product-quantity, .woocommerce #content table.shop_table tbody tr td.product-quantity, .woocommerce-page #content table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce-page table.shop_table tbody tr td.product-subtotal, .woocommerce #content table.shop_table tbody tr td.product-subtotal, .woocommerce-page #content table.shop_table tbody tr td.product-subtotal {
    width: 195px;
  }
}
.woocommerce table.shop_table tbody tr td.product-remove, .woocommerce-page table.shop_table tbody tr td.product-remove, .woocommerce #content table.shop_table tbody tr td.product-remove, .woocommerce-page #content table.shop_table tbody tr td.product-remove {
  width: 50px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .woocommerce table.shop_table tbody tr td.product-remove, .woocommerce-page table.shop_table tbody tr td.product-remove, .woocommerce #content table.shop_table tbody tr td.product-remove, .woocommerce-page #content table.shop_table tbody tr td.product-remove {
    border-bottom: none !important;
    min-height: inherit;
  }
}
.woocommerce table.shop_table tbody tr td.product-remove a.remove, .woocommerce-page table.shop_table tbody tr td.product-remove a.remove, .woocommerce #content table.shop_table tbody tr td.product-remove a.remove, .woocommerce-page #content table.shop_table tbody tr td.product-remove a.remove {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff !important;
  text-indent: -9999px;
}
@media screen and (max-width: 767px) {
  .woocommerce table.shop_table tbody tr td.product-remove a.remove, .woocommerce-page table.shop_table tbody tr td.product-remove a.remove, .woocommerce #content table.shop_table tbody tr td.product-remove a.remove, .woocommerce-page #content table.shop_table tbody tr td.product-remove a.remove {
    top: 0;
    left: 10px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.woocommerce table.shop_table tbody tr td.product-remove a.remove:before, .woocommerce-page table.shop_table tbody tr td.product-remove a.remove:before, .woocommerce #content table.shop_table tbody tr td.product-remove a.remove:before, .woocommerce-page #content table.shop_table tbody tr td.product-remove a.remove:before, .woocommerce table.shop_table tbody tr td.product-remove a.remove:after, .woocommerce-page table.shop_table tbody tr td.product-remove a.remove:after, .woocommerce #content table.shop_table tbody tr td.product-remove a.remove:after, .woocommerce-page #content table.shop_table tbody tr td.product-remove a.remove:after {
  position: absolute;
  top: 12px;
  left: 2px;
  content: "";
  display: block;
  height: 1px;
  width: 26px;
  background-color: #cbcbcb !important;
  transition: all 0.4s ease-in-out;
}
.woocommerce table.shop_table tbody tr td.product-remove a.remove:before, .woocommerce-page table.shop_table tbody tr td.product-remove a.remove:before, .woocommerce #content table.shop_table tbody tr td.product-remove a.remove:before, .woocommerce-page #content table.shop_table tbody tr td.product-remove a.remove:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.woocommerce table.shop_table tbody tr td.product-remove a.remove:after, .woocommerce-page table.shop_table tbody tr td.product-remove a.remove:after, .woocommerce #content table.shop_table tbody tr td.product-remove a.remove:after, .woocommerce-page #content table.shop_table tbody tr td.product-remove a.remove:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.woocommerce table.shop_table tbody tr td.product-remove a.remove:hover, .woocommerce-page table.shop_table tbody tr td.product-remove a.remove:hover, .woocommerce #content table.shop_table tbody tr td.product-remove a.remove:hover, .woocommerce-page #content table.shop_table tbody tr td.product-remove a.remove:hover {
  background: none;
}
.woocommerce table.shop_table tbody tr td.product-remove a.remove:hover:before, .woocommerce-page table.shop_table tbody tr td.product-remove a.remove:hover:before, .woocommerce #content table.shop_table tbody tr td.product-remove a.remove:hover:before, .woocommerce-page #content table.shop_table tbody tr td.product-remove a.remove:hover:before, .woocommerce table.shop_table tbody tr td.product-remove a.remove:hover:after, .woocommerce-page table.shop_table tbody tr td.product-remove a.remove:hover:after, .woocommerce #content table.shop_table tbody tr td.product-remove a.remove:hover:after, .woocommerce-page #content table.shop_table tbody tr td.product-remove a.remove:hover:after {
  background-color: #333;
}
.woocommerce table.shop_table tbody tr td.product-thumbnail, .woocommerce-page table.shop_table tbody tr td.product-thumbnail, .woocommerce #content table.shop_table tbody tr td.product-thumbnail, .woocommerce-page #content table.shop_table tbody tr td.product-thumbnail {
  min-width: 130px;
}
.woocommerce table.shop_table tbody tr td.product-thumbnail a, .woocommerce-page table.shop_table tbody tr td.product-thumbnail a, .woocommerce #content table.shop_table tbody tr td.product-thumbnail a, .woocommerce-page #content table.shop_table tbody tr td.product-thumbnail a {
  display: block;
}
.woocommerce table.shop_table tbody tr td.product-thumbnail img, .woocommerce-page table.shop_table tbody tr td.product-thumbnail img, .woocommerce #content table.shop_table tbody tr td.product-thumbnail img, .woocommerce-page #content table.shop_table tbody tr td.product-thumbnail img {
  display: block;
  width: auto;
  max-width: 100%;
}
.woocommerce table.shop_table tbody tr td.product-name, .woocommerce-page table.shop_table tbody tr td.product-name, .woocommerce #content table.shop_table tbody tr td.product-name, .woocommerce-page #content table.shop_table tbody tr td.product-name {
  padding-left: 25px;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  font-family: 'FuturaStd', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .woocommerce table.shop_table tbody tr td.product-name:before, .woocommerce-page table.shop_table tbody tr td.product-name:before, .woocommerce #content table.shop_table tbody tr td.product-name:before, .woocommerce-page #content table.shop_table tbody tr td.product-name:before {
    display: none;
  }
}
.woocommerce table.shop_table tbody tr td.product-name strong, .woocommerce-page table.shop_table tbody tr td.product-name strong, .woocommerce #content table.shop_table tbody tr td.product-name strong, .woocommerce-page #content table.shop_table tbody tr td.product-name strong {
  display: block;
  margin-top: 10px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .woocommerce table.shop_table tbody tr td.product-name, .woocommerce-page table.shop_table tbody tr td.product-name, .woocommerce #content table.shop_table tbody tr td.product-name, .woocommerce-page #content table.shop_table tbody tr td.product-name {
    border-right: 1px solid #e8e8f8;
  }
}
.woocommerce table.shop_table tbody tr td.product-name a, .woocommerce-page table.shop_table tbody tr td.product-name a, .woocommerce #content table.shop_table tbody tr td.product-name a, .woocommerce-page #content table.shop_table tbody tr td.product-name a {
  color: #000;
  text-decoration: none;
}
.woocommerce table.shop_table tbody tr td.product-subtotal .amount, .woocommerce-page table.shop_table tbody tr td.product-subtotal .amount, .woocommerce #content table.shop_table tbody tr td.product-subtotal .amount, .woocommerce-page #content table.shop_table tbody tr td.product-subtotal .amount, .woocommerce table.shop_table tbody tr td.product-quantity .amount, .woocommerce-page table.shop_table tbody tr td.product-quantity .amount, .woocommerce #content table.shop_table tbody tr td.product-quantity .amount, .woocommerce-page #content table.shop_table tbody tr td.product-quantity .amount, .woocommerce table.shop_table tbody tr td.product-total .amount, .woocommerce-page table.shop_table tbody tr td.product-total .amount, .woocommerce #content table.shop_table tbody tr td.product-total .amount, .woocommerce-page #content table.shop_table tbody tr td.product-total .amount, .woocommerce table.shop_table tbody tr td.product-price .amount, .woocommerce-page table.shop_table tbody tr td.product-price .amount, .woocommerce #content table.shop_table tbody tr td.product-price .amount, .woocommerce-page #content table.shop_table tbody tr td.product-price .amount {
  font-family: 'FuturaStd', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .woocommerce table.shop_table tbody tr td.product-subtotal .amount, .woocommerce-page table.shop_table tbody tr td.product-subtotal .amount, .woocommerce #content table.shop_table tbody tr td.product-subtotal .amount, .woocommerce-page #content table.shop_table tbody tr td.product-subtotal .amount, .woocommerce table.shop_table tbody tr td.product-quantity .amount, .woocommerce-page table.shop_table tbody tr td.product-quantity .amount, .woocommerce #content table.shop_table tbody tr td.product-quantity .amount, .woocommerce-page #content table.shop_table tbody tr td.product-quantity .amount, .woocommerce table.shop_table tbody tr td.product-total .amount, .woocommerce-page table.shop_table tbody tr td.product-total .amount, .woocommerce #content table.shop_table tbody tr td.product-total .amount, .woocommerce-page #content table.shop_table tbody tr td.product-total .amount, .woocommerce table.shop_table tbody tr td.product-price .amount, .woocommerce-page table.shop_table tbody tr td.product-price .amount, .woocommerce #content table.shop_table tbody tr td.product-price .amount, .woocommerce-page #content table.shop_table tbody tr td.product-price .amount {
    font-size: 19px;
  }
}
.woocommerce table.shop_table tbody tr td.actions, .woocommerce-page table.shop_table tbody tr td.actions, .woocommerce #content table.shop_table tbody tr td.actions, .woocommerce-page #content table.shop_table tbody tr td.actions {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8f8 !important;
  text-align: right;
}
.woocommerce table.shop_table tbody tr td.actions .coupon, .woocommerce-page table.shop_table tbody tr td.actions .coupon, .woocommerce #content table.shop_table tbody tr td.actions .coupon, .woocommerce-page #content table.shop_table tbody tr td.actions .coupon {
  position: relative;
}
.woocommerce table.shop_table tbody tr td.actions .coupon:before, .woocommerce-page table.shop_table tbody tr td.actions .coupon:before, .woocommerce #content table.shop_table tbody tr td.actions .coupon:before, .woocommerce-page #content table.shop_table tbody tr td.actions .coupon:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  background-color: transparent;
  background-image: url("../img/picto-coupons.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 25px;
  height: 25px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .woocommerce table.shop_table tbody tr td.actions .coupon:before, .woocommerce-page table.shop_table tbody tr td.actions .coupon:before, .woocommerce #content table.shop_table tbody tr td.actions .coupon:before, .woocommerce-page #content table.shop_table tbody tr td.actions .coupon:before {
    top: 25px;
  }
}
.woocommerce table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code, .woocommerce-page table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code, .woocommerce #content table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code, .woocommerce-page #content table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code {
  padding: 15px 20px 15px 55px;
  margin-bottom: 0;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  font-size: 14px;
  font-style: italic;
  transition: 0.3s;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .woocommerce table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code, .woocommerce-page table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code, .woocommerce #content table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code, .woocommerce-page #content table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code {
    width: auto;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code, .woocommerce-page table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code, .woocommerce #content table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code, .woocommerce-page #content table.shop_table tbody tr td.actions .coupon input.input-text#coupon_code {
    width: 100%;
  }
}
.woocommerce table.shop_table tbody tr td.actions input.button, .woocommerce-page table.shop_table tbody tr td.actions input.button, .woocommerce #content table.shop_table tbody tr td.actions input.button, .woocommerce-page #content table.shop_table tbody tr td.actions input.button, .woocommerce table.shop_table tbody tr td.actions a.button.alt, .woocommerce-page table.shop_table tbody tr td.actions a.button.alt, .woocommerce #content table.shop_table tbody tr td.actions a.button.alt, .woocommerce-page #content table.shop_table tbody tr td.actions a.button.alt {
  padding: 15px 30px;
  font-size: 12px;
  background: #4a4a4a !important;
  border: 2px solid #4a4a4a;
}
@media screen and (max-width: 767px) {
  .woocommerce table.shop_table tbody tr td.actions input.button, .woocommerce-page table.shop_table tbody tr td.actions input.button, .woocommerce #content table.shop_table tbody tr td.actions input.button, .woocommerce-page #content table.shop_table tbody tr td.actions input.button, .woocommerce table.shop_table tbody tr td.actions a.button.alt, .woocommerce-page table.shop_table tbody tr td.actions a.button.alt, .woocommerce #content table.shop_table tbody tr td.actions a.button.alt, .woocommerce-page #content table.shop_table tbody tr td.actions a.button.alt {
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100% !important;
  }
}
.woocommerce table.shop_table tbody tr td.actions input.button:hover, .woocommerce-page table.shop_table tbody tr td.actions input.button:hover, .woocommerce #content table.shop_table tbody tr td.actions input.button:hover, .woocommerce-page #content table.shop_table tbody tr td.actions input.button:hover, .woocommerce table.shop_table tbody tr td.actions a.button.alt:hover, .woocommerce-page table.shop_table tbody tr td.actions a.button.alt:hover, .woocommerce #content table.shop_table tbody tr td.actions a.button.alt:hover, .woocommerce-page #content table.shop_table tbody tr td.actions a.button.alt:hover {
  background: #fff !important;
  color: #4a4a4a;
}
.woocommerce table.shop_table tbody tr td input[type="number"], .woocommerce-page table.shop_table tbody tr td input[type="number"], .woocommerce #content table.shop_table tbody tr td input[type="number"], .woocommerce-page #content table.shop_table tbody tr td input[type="number"] {
  width: 80px;
  padding: 7px;
  background-color: #fdfdfd !important;
  color: #888;
  font-style: italic;
  transition: 0.3s;
  border-radius: 3px;
  font-size: 19px;
  border: 1px solid #888;
}
@media screen and (min-width: 992px) {
  .woocommerce table.shop_table tbody tr td input[type="number"], .woocommerce-page table.shop_table tbody tr td input[type="number"], .woocommerce #content table.shop_table tbody tr td input[type="number"], .woocommerce-page #content table.shop_table tbody tr td input[type="number"] {
    width: 115px;
    padding: 11px;
  }
}
.woocommerce table.shop_table tbody tr td input[type="number"]:focus, .woocommerce-page table.shop_table tbody tr td input[type="number"]:focus, .woocommerce #content table.shop_table tbody tr td input[type="number"]:focus, .woocommerce-page #content table.shop_table tbody tr td input[type="number"]:focus {
  outline: 0;
  border: 1px solid #ececee;
  background-color: transparent;
}
.woocommerce .wc-proceed-to-checkout, .woocommerce-page .wc-proceed-to-checkout, .woocommerce #content .wc-proceed-to-checkout, .woocommerce-page #content .wc-proceed-to-checkout {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 0;
  border-top: 1px solid #e8e8f8;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .woocommerce .wc-proceed-to-checkout, .woocommerce-page .wc-proceed-to-checkout, .woocommerce #content .wc-proceed-to-checkout, .woocommerce-page #content .wc-proceed-to-checkout {
    text-align: center;
  }
}
.woocommerce .wc-proceed-to-checkout a.button.alt, .woocommerce-page .wc-proceed-to-checkout a.button.alt, .woocommerce #content .wc-proceed-to-checkout a.button.alt, .woocommerce-page #content .wc-proceed-to-checkout a.button.alt {
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
.woocommerce .woocommerce_checkout_timeline, .woocommerce-page .woocommerce_checkout_timeline, .woocommerce #content .woocommerce_checkout_timeline, .woocommerce-page #content .woocommerce_checkout_timeline {
  margin-bottom: 50px;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields, .woocommerce-page .woocommerce-checkout .woocommerce-billing-fields, .woocommerce #content .woocommerce-checkout .woocommerce-billing-fields, .woocommerce-page #content .woocommerce-checkout .woocommerce-billing-fields, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields, .woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields, .woocommerce #content .woocommerce-checkout .woocommerce-shipping-fields, .woocommerce-page #content .woocommerce-checkout .woocommerce-shipping-fields, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order#order_info, .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order#order_info, .woocommerce #content .woocommerce-checkout .woocommerce-checkout-review-order#order_info, .woocommerce-page #content .woocommerce-checkout .woocommerce-checkout-review-order#order_info, .woocommerce .woocommerce-checkout .yith-woocommerce-checkout-payment, .woocommerce-page .woocommerce-checkout .yith-woocommerce-checkout-payment, .woocommerce #content .woocommerce-checkout .yith-woocommerce-checkout-payment, .woocommerce-page #content .woocommerce-checkout .yith-woocommerce-checkout-payment, .woocommerce .woocommerce-checkout .woocommerce-account-fields, .woocommerce-page .woocommerce-checkout .woocommerce-account-fields, .woocommerce #content .woocommerce-checkout .woocommerce-account-fields, .woocommerce-page #content .woocommerce-checkout .woocommerce-account-fields {
  background-color: #f4f4f4;
  padding: 35px;
  margin-bottom: 50px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-checkout .woocommerce-billing-fields, .woocommerce-page .woocommerce-checkout .woocommerce-billing-fields, .woocommerce #content .woocommerce-checkout .woocommerce-billing-fields, .woocommerce-page #content .woocommerce-checkout .woocommerce-billing-fields, .woocommerce .woocommerce-checkout .woocommerce-shipping-fields, .woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields, .woocommerce #content .woocommerce-checkout .woocommerce-shipping-fields, .woocommerce-page #content .woocommerce-checkout .woocommerce-shipping-fields, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order#order_info, .woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order#order_info, .woocommerce #content .woocommerce-checkout .woocommerce-checkout-review-order#order_info, .woocommerce-page #content .woocommerce-checkout .woocommerce-checkout-review-order#order_info, .woocommerce .woocommerce-checkout .yith-woocommerce-checkout-payment, .woocommerce-page .woocommerce-checkout .yith-woocommerce-checkout-payment, .woocommerce #content .woocommerce-checkout .yith-woocommerce-checkout-payment, .woocommerce-page #content .woocommerce-checkout .yith-woocommerce-checkout-payment, .woocommerce .woocommerce-checkout .woocommerce-account-fields, .woocommerce-page .woocommerce-checkout .woocommerce-account-fields, .woocommerce #content .woocommerce-checkout .woocommerce-account-fields, .woocommerce-page #content .woocommerce-checkout .woocommerce-account-fields {
    padding: 25px 15px;
  }
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce #content .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce-page #content .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  margin-top: 18px;
}
.woocommerce .woocommerce-checkout .woocommerce-additional-fields, .woocommerce-page .woocommerce-checkout .woocommerce-additional-fields, .woocommerce #content .woocommerce-checkout .woocommerce-additional-fields, .woocommerce-page #content .woocommerce-checkout .woocommerce-additional-fields {
  margin-bottom: 50px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .woocommerce-checkout h3, .woocommerce-page .woocommerce-checkout h3, .woocommerce #content .woocommerce-checkout h3, .woocommerce-page #content .woocommerce-checkout h3 {
  margin-top: 0;
}
.woocommerce .woocommerce-checkout h3#ship-to-different-address, .woocommerce-page .woocommerce-checkout h3#ship-to-different-address, .woocommerce #content .woocommerce-checkout h3#ship-to-different-address, .woocommerce-page #content .woocommerce-checkout h3#ship-to-different-address {
  margin-bottom: 0;
}
.woocommerce .woocommerce-checkout input, .woocommerce-page .woocommerce-checkout input, .woocommerce #content .woocommerce-checkout input, .woocommerce-page #content .woocommerce-checkout input {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .woocommerce form .form-row label {
    display: block !important;
    line-height: normal;
    margin-bottom: 20px;
  }
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: none;
}
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box, .woocommerce .woocommerce-checkout #payment div.payment_box {
  background-color: #4a4a4a;
}
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box::before, .woocommerce .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #4a4a4a;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  margin: 30px auto 0;
  display: block;
}
.woocommerce-form__label {
  font-size: 15px;
}
.woocommerce-form__label a {
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid #4a4a4a;
  text-decoration: none;
  font-size: 15px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: 1px solid #e8e8f8;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #6c3;
}
.woocommerce form .form-row .required {
  position: relative;
  left: -2px;
  color: #000;
  text-decoration: none;
}
.woocommerce form .form-row label {
  font-size: 17px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
}
.select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 6px;
}
#form_actions {
  text-align: center;
}
#form_actions .yith-wcms-button {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #form_actions .yith-wcms-button {
    margin-left: 0;
    display: block !important;
    width: 100%;
  }
}
#form_actions .yith-wcms-button.prev.button.alt {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #form_actions .yith-wcms-button.prev.button.alt {
    margin-bottom: 20px;
  }
}
#form_actions .yith-wcms-button#yith-wcms-back-to-cart-button {
  margin-left: 0;
  background: #4a4a4a !important;
  border: 2px solid #4a4a4a;
}
@media screen and (max-width: 767px) {
  #form_actions .yith-wcms-button#yith-wcms-back-to-cart-button {
    margin-bottom: 20px;
  }
}
#form_actions .yith-wcms-button#yith-wcms-back-to-cart-button:hover {
  background: #fff !important;
  color: #4a4a4a;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #payment div.form-row, .woocommerce-checkout #payment ul.payment_methods {
    padding-left: 0;
    padding-right: 0;
  }
}
.woocommerce .woocomerce-form.woocommerce-form-login {
  background-color: #f4f4f4;
  padding: 35px;
  border: none;
  border-radius: 0;
  margin-bottom: 50px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .woocomerce-form.woocommerce-form-login .woocommerce-form__label {
  margin-left: 0;
  display: block !important;
  margin-top: 8px;
}
.woocommerce-account form.register {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-LostPassword.lost_password {
  margin-bottom: 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
    float: none;
  }
}
.woocommerce .checkout_coupon, .woocommerce-page .checkout_coupon, .woocommerce-page #content .checkout_coupon {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: none !important;
}
.woocommerce .checkout_coupon .form-row.form-row-first, .woocommerce-page .checkout_coupon .form-row.form-row-first, .woocommerce-page #content .checkout_coupon .form-row.form-row-first {
  width: auto !important;
  position: relative;
}
.woocommerce .checkout_coupon .form-row.form-row-first:before, .woocommerce-page .checkout_coupon .form-row.form-row-first:before, .woocommerce-page #content .checkout_coupon .form-row.form-row-first:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  background-color: transparent;
  background-image: url("../img/picto-coupons.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 25px;
  height: 25px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce .checkout_coupon .form-row.form-row-first input.input-text#coupon_code, .woocommerce-page .checkout_coupon .form-row.form-row-first input.input-text#coupon_code, .woocommerce-page #content .checkout_coupon .form-row.form-row-first input.input-text#coupon_code {
  padding: 15px 20px 15px 55px;
  margin-bottom: 0;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  font-size: 14px;
  font-style: italic;
  transition: 0.3s;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .woocommerce .checkout_coupon .form-row.form-row-first input.input-text#coupon_code, .woocommerce-page .checkout_coupon .form-row.form-row-first input.input-text#coupon_code, .woocommerce-page #content .checkout_coupon .form-row.form-row-first input.input-text#coupon_code {
    width: auto;
    margin-right: 12px;
  }
}
.woocommerce .checkout_coupon .form-row.form-row-last, .woocommerce-page .checkout_coupon .form-row.form-row-last, .woocommerce-page #content .checkout_coupon .form-row.form-row-last {
  float: left;
  width: auto !important;
}
.woocommerce .checkout_coupon .form-row.form-row-last input.button, .woocommerce-page .checkout_coupon .form-row.form-row-last input.button, .woocommerce-page #content .checkout_coupon .form-row.form-row-last input.button, .woocommerce .checkout_coupon .form-row.form-row-last a.button.alt, .woocommerce-page .checkout_coupon .form-row.form-row-last a.button.alt, .woocommerce-page #content .checkout_coupon .form-row.form-row-last a.button.alt {
  padding: 15px 30px;
  font-size: 12px;
  background: #4a4a4a !important;
  border: 2px solid #4a4a4a;
}
.woocommerce .checkout_coupon .form-row.form-row-last input.button:hover, .woocommerce-page .checkout_coupon .form-row.form-row-last input.button:hover, .woocommerce-page #content .checkout_coupon .form-row.form-row-last input.button:hover, .woocommerce .checkout_coupon .form-row.form-row-last a.button.alt:hover, .woocommerce-page .checkout_coupon .form-row.form-row-last a.button.alt:hover, .woocommerce-page #content .checkout_coupon .form-row.form-row-last a.button.alt:hover {
  background: #fff !important;
  color: #4a4a4a;
}
/*  ------------------------------------------------------- 
 ------------------->>> GLOBAL <<<----------------------
 -------------------------------------------------------  */
[class^="bloc-item-ico"], [class*=" bloc-item-ico"], [class^="ico"], [class*=" ico"] {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
html {
  overflow-x: hidden !important;
}
body {
  overflow-x: hidden !important;
  font-family: 'FuturaStd', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  /* ----------- Smartphone Iphone Tablette ----------- */
  /* ----------- iPhone 6 ----------- */
  /* ----------- iPad mini ----------- */
}
@media screen and (max-width: 990px) {
  body h2, body h1, body h1.entry-title:not(.product_title), body .bloc-title {
    font-size: 23px;
  }
  body div.col-xs-12 {
    width: 100%;
  }
  body article div.col-xs-12 {
    width: 100%;
    height: auto;
  }
  body article div.col-xs-12 img {
    /* margin: 25px; */
    max-width: 78%;
    height: auto;
    max-height: unset;
    min-height: unset;
  }
  body article svg {
    display: none;
  }
  body article .content-poux-actus {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  body section#categories-2 {
    margin-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
  }
  body div.product-additionnal-infos-right {
    width: 100% !important;
  }
  body div.one-actus {
    padding: 0 20px;
  }
  body div.one-actus svg {
    display: none;
  }
  body div.widget_recent_entries {
    margin-top: 35px;
  }
  body section.widget {
    padding: 0 30px;
  }
  body div.link_actus {
    text-align: center;
    margin: 30px 0;
  }
  body ul.mobile-menu ul.sub-menu {
    display: block;
    padding-top: 25px !important;
    z-index: 1.0E+17 !important;
    position: absolute;
    box-shadow: none;
    margin-left: 22px;
  }
  body ul.mobile-menu ul.sub-menu li {
    border: 2px solid #d23a6b;
    background: #fff;
  }
  body ul.mobile-menu ul.sub-menu li:hover {
    background-color: #d23a6b;
  }
  body ul.mobile-menu ul.sub-menu li:hover a {
    color: #fff !important;
  }
  body ul.mobile-menu ul.sub-menu li a {
    color: #000 !important;
    width: 150px;
    padding: 9px 15px !important;
  }
  body ul.mobile-menu ul.sub-menu li a:before {
    top: -5px;
    left: 49% !important;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  body ul.mobile-menu ul.sub-menu li a:before {
    width: 10px;
    height: 10px;
  }
  body ul.mobile-menu ul.sub-menu li a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #d23a6b;
    background-color: white;
  }
  body .site-header .primary-menu.mobile-menu > li:nth-child(3) {
    margin-top: 92px !important;
  }
  body ul.mobile-menu ul.sub-menu li:before {
    top: -14px;
    left: 50%;
    -ms-transform: translate(-50%, 0) rotate(90deg);
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
  body ul.mobile-menu ul.sub-menu li:before {
    content: '';
    z-index: -1;
    display: block;
    position: absolute;
    top: 3%;
    left: 53px;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(90deg);
    width: 23px;
    height: 25px;
    background-image: url(../img/dashed-menu.png);
    background-repeat: repeat-x;
  }
  body div.doc-presse {
    width: 80% !important;
  }
}
@media screen and (max-width: 375px) {
  body body {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 768px) {
  body body {
    overflow: hidden !important;
  }
}
body.opened-menu {
  position: fixed;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
body.opened-menu #page {
  height: auto;
}
body #page {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  body #page {
    position: fixed;
  }
}
a.scrollup-right {
  color: #d23a6b;
}
a.scrollup-right:hover {
  color: #df4778;
}
blockquote {
  padding: 1px 20px;
  margin: 50px 0 30px;
  font-size: 17.5px;
  border-left: 5px solid #6c3;
}
blockquote:first-of-type {
  margin-top: 0;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container .retour {
  position: relative;
  top: -15px;
  left: -15px;
}
.container .retour a {
  color: #d23a6b;
  border: solid 1px;
  padding: 13px 20px;
  display: block;
  width: 275px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  border-radius: 2px;
}
@media screen and (min-width: 800px) and (max-width: 991px) {
  .container {
    width: 780px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container.container-nopad {
  padding: 0;
}
.container header.woocommerce-products-header.test {
  background: transparent url(/wp-content/themes/speedipou/img/header-bck-listing-product.jpg) no-repeat center;
  background-size: 100%;
  width: 100%;
  height: 270px;
  margin-bottom: 3%;
}
.container #woorelatedproducts .owl-wrapper-outer {
  width: 95%;
  margin: 0 auto;
}
.container #woorelatedproducts .owl-wrapper-outer li.product {
  width: 85%;
}
@media screen and (max-width: 600px) {
  .container #woorelatedproducts .owl-wrapper-outer li.product {
    width: 95%;
  }
}
.container #woorelatedproducts .owl-wrapper-outer li.product .woocommerce-LoopProduct-link {
  min-height: 475px;
}
.container #woorelatedproducts .owl-wrapper-outer li.product .woocommerce-LoopProduct-link span.learn-more {
  height: 320px;
  line-height: 320px;
}
.container .woo-related-products-container {
  position: relative;
}
.container .woo-related-products-container .customNavigation {
  position: absolute;
  top: 50%;
  width: 100%;
}
.container .woo-related-products-container .customNavigation a.wprr.btn {
  background-color: #6c3;
  padding: 12px 15px;
  font-size: 0;
  color: #6c3;
}
.container .woo-related-products-container .customNavigation a.wprr.btn::before {
  content: '';
  display: block;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 14px;
  height: 26px;
}
.container .woo-related-products-container .customNavigation a.wprr.btn.prev {
  position: absolute;
  left: -6%;
}
.container .woo-related-products-container .customNavigation a.wprr.btn.prev::before {
  background: transparent url(/wp-content/themes/speedipou/img/picto-related-prev.png) no-repeat center;
}
.container .woo-related-products-container .customNavigation a.wprr.btn.next {
  position: absolute;
  right: -6%;
}
.container .woo-related-products-container .customNavigation a.wprr.btn.next::before {
  background: transparent url(/wp-content/themes/speedipou/img/picto-related-next.png) no-repeat center;
}
.container #listing-product {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media screen and (max-width: 991px) and (min-width: 721px) {
  .container #listing-product {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 720px) {
  .container #listing-product {
    flex-direction: column;
    align-items: center;
  }
}
.container #listing-product div.first-child {
  width: 71%;
  /****** HIDDEN PROVISOIR *******/
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .container #listing-product div.first-child {
    width: 65%;
  }
}
@media screen and (max-width: 991px) and (min-width: 721px) {
  .container #listing-product div.first-child {
    width: 76%;
  }
}
@media screen and (max-width: 720px) {
  .container #listing-product div.first-child {
    width: 86%;
  }
}
@media screen and (max-width: 600px) {
  .container #listing-product div.first-child {
    width: 96%;
  }
}
.container #listing-product div.first-child p.woocommerce-result-count, .container #listing-product div.first-child form.woocommerce-result-count, .container #listing-product div.first-child p.woocommerce-ordering, .container #listing-product div.first-child form.woocommerce-ordering {
  display: none;
}
.container #listing-product div.first-child li#test {
  width: 31%;
  clear: none;
  margin: 3% 1%;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .container #listing-product div.first-child li#test {
    width: 47%;
  }
}
@media screen and (max-width: 991px) and (min-width: 721px) {
  .container #listing-product div.first-child li#test {
    width: 44%;
    margin: 3% 3%;
  }
}
@media screen and (max-width: 720px) {
  .container #listing-product div.first-child li#test {
    width: 43%;
  }
}
@media screen and (max-width: 600px) and (min-width: 541px) {
  .container #listing-product div.first-child li#test {
    width: 47%;
  }
}
@media screen and (max-width: 540px) {
  .container #listing-product div.first-child li#test {
    width: 70%;
    margin: 0 auto;
    float: none;
    margin-bottom: 2em;
  }
}
.container #listing-product .col-md-4 {
  width: 24%;
  margin-right: 4%;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .container #listing-product .col-md-4 {
    width: 40%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 991px) and (min-width: 721px) {
  .container #listing-product .col-md-4 {
    width: 72%;
    margin-right: 0;
  }
}
@media screen and (max-width: 720px) {
  .container #listing-product .col-md-4 {
    width: 80%;
    margin-right: 0;
  }
}
#breadcrumbs {
  margin: 0 -15px 30px;
  padding: 8px 30px;
  border-top: 2px solid rgba(0, 0, 0, .07);
  background-color: rgba(0, 0, 0, .07);
}
@media screen and (max-width: 1229px) {
  #breadcrumbs {
    margin-left: 0;
    margin-right: 0;
  }
}
#breadcrumbs a, #breadcrumbs span {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, .6);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #breadcrumbs a, #breadcrumbs span {
    margin-left: 5px;
    margin-right: 5px;
  }
}
#breadcrumbs a:first-child, #breadcrumbs span:first-child {
  margin-left: 0;
}
b, strong {
  font-weight: 700;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* .skew {
 overflow: hidden;
 //@include skewY(-2.3deg);
 @include skewY(177.7deg);
 -webkit-backface-visibility: hidden;
 backface-visibility: initial;
 &.skew--inverse {
 @include skewY(2.4deg);
 -webkit-backface-visibility: hidden;
 backface-visibility: initial;
 }
 }
 .skew-reverse {
 @include skewY(2.3deg);
 -webkit-backface-visibility: hidden;
 backface-visibility: initial;
 &.skew-reverse--inverse {
 //@include skewY(-2.4deg);
 @include skewY(177.6deg);
 -webkit-backface-visibility: hidden;
 backface-visibility: initial;
 }
 } */
.page-template-template-home .skew-reverse .bloc-title {
  text-align: center;
}
.bg-line {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url("../img/bg-line.png");
  background-position: center;
  background-repeat: repeat-x;
  margin-top: 1rem;
}
.bg-line .btn-o {
  background-color: white;
  margin-bottom: 0 !important;
}
.bg-line p {
  margin: 0;
  padding: 0 0 5px 15px;
  background-color: white;
}
h2.product-subtitle:after {
  margin-left: 0;
  margin-right: 0;
}
h2, h1, h1.entry-title:not(.product_title), .bloc-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 23px;
  /*font-size: 30px;*/
  color: #52b620;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2, h1, h1.entry-title:not(.product_title), .bloc-title {
    font-size: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h2, h1, h1.entry-title:not(.product_title), .bloc-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  h2, h1, h1.entry-title:not(.product_title), .bloc-title {
    font-size: 27px;
  }
}
h2:after, h1:after, h1.entry-title:not(.product_title):after, .bloc-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  background-color: #52b620;
}
h2.bloc-title--left, h1.bloc-title--left, h1.entry-title:not(.product_title).bloc-title--left, .bloc-title.bloc-title--left {
  text-align: left;
}
h2.bloc-title--left:after, h1.bloc-title--left:after, h1.entry-title:not(.product_title).bloc-title--left:after, .bloc-title.bloc-title--left:after {
  margin-left: 0;
  margin-right: 0;
}
h1.entry-title {
  color: #000;
}
h1.entry-title:after {
  margin-left: 0;
  margin-right: 0;
  background-color: #000;
}
.bloc-list-items {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 799px) {
  .bloc-list-items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 800px) and (max-width: 991px) {
  .bloc-list-items {
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
}
@media screen and (max-width: 1199px) {
  .bloc-list-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
.bloc-list-items .bloc-item:nth-child(n+2) {
  margin-left: 25px;
}
@media screen and (max-width: 1199px) {
  .bloc-list-items .bloc-item:nth-child(n+2) {
    margin-left: 0;
  }
}
.bloc-list-items.bloc-list-items--3 .bloc-item {
  width: 33.33%;
  max-width: 350px;
}
@media screen and (max-width: 991px) {
  .bloc-list-items.bloc-list-items--3 .bloc-item {
    width: 100%;
    margin-bottom: 27px;
  }
  .bloc-list-items.bloc-list-items--3 .bloc-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bloc-list-items.bloc-list-items--3 .bloc-item {
    width: 31.33%;
  }
}
@media screen and (max-width: 767px) {
  .bloc-list-items.bloc-list-items--4 {
    max-width: 650px;
  }
}
.bloc-list-items.bloc-list-items--4 .bloc-item {
  width: 19%;
  max-width: 290px;
}
@media screen and (max-width: 779px) {
  .bloc-list-items.bloc-list-items--4 .bloc-item {
    width: 27%;
    margin: 0 5%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 667px) {
  .bloc-list-items.bloc-list-items--4 .bloc-item {
    width: 32%;
    margin: 0 5%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .bloc-list-items.bloc-list-items--4 .bloc-item {
    width: 150px;
  }
}
@media screen and (max-width: 410px) {
  .bloc-list-items.bloc-list-items--4 .bloc-item {
    width: 125px;
    margin: 0 2%;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 780px) and (max-width: 1199px) {
  .bloc-list-items.bloc-list-items--4 .bloc-item {
    width: 23%;
    margin: 0 1%;
    margin-bottom: 20px;
  }
}
.bloc-item-title p {
  margin: 0;
}
/* Header */
.site-header {
  border-top: 11px solid #d23a6b;
}
@media screen and (max-width: 991px) {
  .site-header {
    border-bottom: 1px solid #ed6ea2;
  }
}
.site-header .container {
  position: relative;
}
.site-header .primary-menu {
  clear: both;
}
.site-header .primary-menu > li {
  border: 2px solid #d23a6b;
  background-color: white;
  border-radius: 3px;
  text-align: center;
  transition: background-color 0.35s ease-in-out;
}
.site-header .primary-menu > li:focus {
  outline: none;
}
.site-header .primary-menu > li.current-menu-item {
  background-color: #d23a6b;
}
.site-header .primary-menu > li.current-menu-item a {
  color: white;
}
.site-header .primary-menu > li:hover {
  background-color: #d23a6b;
}
.site-header .primary-menu > li:hover a {
  color: white;
}
.site-header .primary-menu > li:first-child {
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  text-indent: -99999px;
  background-color: #d23a6b;
}
.site-header .primary-menu > li:first-child:hover {
  background-color: #df4778;
}
.site-header .primary-menu > li:first-child:before {
  display: none;
}
.site-header .primary-menu > li:first-child a {
  -ms-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  width: 60px;
  height: 60px;
  background-image: url("../img/picto-home.png");
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header .primary-menu > li:first-child a {
    width: 45px;
    height: 45px;
    background-size: 20px;
  }
}
.site-header .primary-menu > li:first-child a:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: -160px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 147px;
  height: 76px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  background-image: url("../img/dashed-menu-first.png");
  background-repeat: no-repeat;
}
.site-header .primary-menu > li:first-child a:after {
  top: 42%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header .primary-menu > li:first-child a:after {
    top: 48%;
  }
}
.site-header .primary-menu > li:last-child {
  background-color: #6c3;
  border-color: #6c3;
}
.site-header .primary-menu > li:last-child:hover {
  background-color: #9ad680;
  border-color: #9ad680;
}
.site-header .primary-menu > li:last-child a {
  color: white;
}
.site-header .primary-menu > li:last-child a:before, .site-header .primary-menu > li:last-child a:after {
  border-color: #6c3;
}
.site-header .primary-menu > li:last-child:after {
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  top: -3px;
  right: -23px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 60px;
  background-image: url("../img/dashed-menu-last.png");
  background-repeat: no-repeat;
}
.site-header .primary-menu > li:nth-child(n+2) {
  margin-left: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header .primary-menu > li:nth-child(n+2) {
    margin-left: 30px;
  }
}
.site-header .primary-menu > li:before {
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  top: 50%;
  left: -41px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 41px;
  height: 3px;
  background-image: url("../img/dashed-menu.png");
  background-repeat: repeat-x;
}
.site-header .primary-menu a {
  display: block;
  position: relative;
  padding: 9px 25px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  transition: color 0.35s ease-in-out;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header .primary-menu a {
    padding: 7px 20px;
    font-size: 11px;
  }
}
.site-header .primary-menu a:before, .site-header .primary-menu a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #d23a6b;
  background-color: white;
}
.site-header .primary-menu a:before {
  left: -8px;
}
.site-header .primary-menu a:after {
  right: -8px;
}
.site-header .primary-menu.mobile-menu {
  margin-top: 20px;
}
@media screen and (max-height: 550px) {
  .site-header .primary-menu.mobile-menu {
    margin-top: -48px;
  }
}
.site-header .primary-menu.mobile-menu > li {
  position: relative;
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.site-header .primary-menu.mobile-menu > li:before {
  top: -14px;
  left: 50%;
  -ms-transform: translate(-50%, 0) rotate(90deg);
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}
.site-header .primary-menu.mobile-menu > li:nth-child(n+2) {
  margin-left: auto;
  margin-top: 26px;
}
.site-header .primary-menu.mobile-menu > li:first-child {
  width: 60px;
  height: 60px;
}
@media screen and (max-height: 550px) {
  .site-header .primary-menu.mobile-menu > li:first-child a:before {
    display: none;
  }
}
.site-header .primary-menu.mobile-menu > li:first-child a:after {
  top: auto;
  bottom: -2px;
  left: 47%;
}
.site-header .primary-menu.mobile-menu > li:last-child a:after {
  display: none;
}
.site-header .primary-menu.mobile-menu > li:last-child:after {
  display: none;
}
.site-header .primary-menu.mobile-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-header .primary-menu.mobile-menu a:before, .site-header .primary-menu.mobile-menu a:after {
  width: 10px;
  height: 10px;
}
.site-header .primary-menu.mobile-menu a:before {
  top: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.site-header .primary-menu.mobile-menu a:after {
  top: auto;
  bottom: -5px;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.site-sub-menu > p {
  position: absolute;
  top: -8px;
  left: 28%;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-sub-menu > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .site-sub-menu > p {
    display: none;
  }
}
.site-sub-menu .menu-menu-top-header-container {
  position: absolute;
  top: -16px;
  right: 17px;
}
@media screen and (max-width: 479px) {
  .site-sub-menu .menu-menu-top-header-container {
    top: -20px;
    right: auto;
    left: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 649px) {
  .site-sub-menu .menu-menu-top-header-container {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 650px) and (max-width: 991px) {
  .site-sub-menu .menu-menu-top-header-container {
    right: 110px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-sub-menu .menu-menu-top-header-container {
    right: -7px;
  }
}
.site-sub-menu .menu {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.site-sub-menu .menu li {
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  background-color: #d23a6b;
  border-radius: 3px;
  transition: all 0.35s ease-in-out;
}
.site-sub-menu .menu li:hover {
  background-color: #df4778;
}
.site-sub-menu .menu li:first-of-type {
  position: relative;
  top: -5px;
}
.site-sub-menu .menu li:first-of-type a {
  padding-top: 25px;
}
.site-sub-menu .menu li a {
  -ms-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  display: block;
  padding: 14px 20px;
  color: white;
  text-decoration: none;
  text-align: center;
}
.site-sub-menu .menu li:nth-child(n +2) {
  margin-left: 4px;
}
.site-sub-menu .menu li:first-child a {
  font-size: 13px;
  letter-spacing: 0.1rem;
  font-weight: 900;
}
@media screen and (max-width: 649px) {
  .site-sub-menu .menu li:first-child {
    display: none;
  }
}
.site-sub-menu .menu li:nth-child(2) {
  background-color: #ed6ea2;
}
.site-sub-menu .menu li:nth-child(2):hover {
  background-color: #ffb1d6;
}
.site-sub-menu .menu li:nth-child(2) a {
  width: 60px;
  height: 60px;
  padding: 0;
  background-image: url("../img/picto-account.png");
  background-size: 21px 24px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
@media screen and (max-width: 479px) {
  .site-sub-menu .menu li:nth-child(2) a {
    width: 52px;
    height: 52px;
  }
}
.site-sub-menu .menu li:last-child {
  margin-left: 6px;
  margin-right: 50px;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  position: relative;
  top: -10px;
  background-color: white;
  border: 2px solid #6c3;
}
@media screen and (max-width: 479px) {
  .site-sub-menu .menu li:last-child {
    top: -5px;
  }
}
.site-sub-menu .menu li:last-child:hover a:after {
  background-color: #9ad680;
}
.site-sub-menu .menu li:last-child:before {
  content: '';
  display: block;
  position: absolute;
  left: -6px;
  bottom: -2px;
  width: 7px;
  height: 47px;
  background-size: contain;
  background-image: url("../img/before-cart-menu.png");
}
.site-sub-menu .menu li:last-child a {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  padding: 19px 25px 5px;
  color: #000;
}
@media screen and (max-width: 649px) {
  .site-sub-menu .menu li:last-child a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-sub-menu .menu li:last-child a:after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  right: -50px;
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  width: 60px;
  height: 60px;
  background-color: #6c3;
  border-radius: 4px;
  background-image: url("../img/picto-cart.png");
  background-size: 30px 27px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 479px) {
  .site-sub-menu .menu li:last-child a:after {
    width: 52px;
    height: 52px;
  }
}
.site-sub-menu .menu li.wpmenucartli a.wpmenucart-contents {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.site-sub-menu .menu li.wpmenucartli a.wpmenucart-contents span {
  display: block !important;
  letter-spacing: 0.1rem;
}
.site-sub-menu .menu li.wpmenucartli a.wpmenucart-contents span.amount {
  font-size: 13px;
  font-weight: 700;
}
.site-sub-menu .menu li.wpmenucartli a.wpmenucart-contents span.amount:before {
  display: none;
}
.site-sub-menu .menu li.wpmenucartli a.wpmenucart-contents span.cartcontents {
  font-size: 11px;
}
.header-nav {
  overflow: hidden;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 479px) {
  .header-nav {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.site-branding {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 479px) {
  .site-branding {
    margin-top: 50px;
  }
}
.site-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.site-title img {
  display: block;
  max-width: 128px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-title img {
    max-width: 95px;
  }
}
@media screen and (max-width: 991px) {
  .site-title img {
    max-width: 80px;
  }
}
.site-title:after {
  display: none;
}
.site-description {
  max-width: 110px;
  margin-left: 14px;
  font-weight: 900;
  font-size: 22px;
  color: rgba(29, 29, 27, .7);
  text-transform: lowercase;
  line-height: 1.1;
}
@media screen and (max-width: 479px) {
  .site-description {
    font-size: 18px;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .site-description {
    max-width: none;
    position: relative;
    top: 20px;
    margin-bottom: 0;
    margin-left: 24px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-description {
    font-size: 17px;
  }
}
.site-navigation, .main-navigation {
  float: none;
  width: auto;
  margin-top: 65px;
  margin-left: 65px;
  margin-right: 48px;
  min-height: 125px;
}
@media screen and (max-width: 649px) {
  .site-navigation, .main-navigation {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-navigation, .main-navigation {
    margin-top: 45px;
    margin-left: 30px;
    margin-right: 25px;
  }
}
.site-navigation .trigger-menu-toggle, .main-navigation .trigger-menu-toggle {
  display: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  position: absolute;
  top: -19px;
  right: 17px;
  width: 60px;
  height: 60px;
  background-color: #f39320;
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
@media screen and (max-width: 479px) {
  .site-navigation .trigger-menu-toggle, .main-navigation .trigger-menu-toggle {
    width: 52px;
    height: 52px;
    top: -14px;
  }
}
@media screen and (max-width: 991px) {
  .site-navigation .trigger-menu-toggle, .main-navigation .trigger-menu-toggle {
    display: block;
  }
}
.site-navigation .trigger-menu-toggle span, .main-navigation .trigger-menu-toggle span {
  display: block;
  width: 35px;
  height: 51px;
  background-image: url("../img/picto-menu.png");
  background-size: 22px 18px;
  background-repeat: no-repeat;
  background-position: center;
  -ms-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
@media screen and (max-width: 479px) {
  .site-navigation .trigger-menu-toggle span, .main-navigation .trigger-menu-toggle span {
    width: 28px;
    height: 40px;
  }
}
.site-navigation .trigger-menu-toggle:focus, .main-navigation .trigger-menu-toggle:focus {
  outline: none;
}
@media screen and (max-width: 991px) {
  .site-navigation.toggled ul, .main-navigation.toggled ul, .site-navigation ul, .main-navigation ul {
    display: none;
  }
}
.menu-mobile-wrapper {
  z-index: 20;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background: white;
  transition: all 0.6s ease-in-out;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}
@media screen and (max-width: 991px) {
  .menu-mobile-wrapper {
    display: block;
  }
}
.menu-mobile-wrapper.open-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.menu-mobile-wrapper .close-menu {
  z-index: 3;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
  border: none;
  background: none;
  vertical-align: top;
  overflow: hidden;
  text-indent: -9999px;
}
.menu-mobile-wrapper .close-menu:focus {
  outline: none;
}
.menu-mobile-wrapper .close-menu:before, .menu-mobile-wrapper .close-menu::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
  background-color: #4a4a4a;
  top: 45%;
}
.menu-mobile-wrapper .close-menu:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-mobile-wrapper .close-menu::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-mobile-wrapper li:first-child a:before {
  display: none;
}
.logo-mobile {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  margin-left: calc(50% - 200px);
}
@media screen and (max-width: 479px) {
  .logo-mobile {
    margin-left: 0;
  }
}
.logo-mobile a {
  display: inline-block;
  background-color: #fff;
}
.logo-mobile img {
  max-width: 75px;
}
/*.mobile-menu {
 list-style: none;
 margin: 0 auto;
 //padding: 25px 25px;
 //width: 70%;
 width: 100%;
 max-width: 270px;
 padding: 25px 0;
 li {
 position: relative;
 margin-bottom: 10px;
 a {
 position: relative;
 display: block;
 padding: 5px 7px;
 text-align: center;
 color: black;
 text-decoration: none;
 text-transform: uppercase;
 border: solid white 1px;
 transition: all, .3s, ease-in-out;
 font-weight:300;
 &:after {
 position: absolute;
 content: "";
 width: 100%;
 height: 100%;
 top: 0;
 left: 4px;
 border: solid white 1px;
 transition: all, .3s, ease-in-out;
 }
 &:hover {
 border: solid $cGreen 1px;
 &:after {
 position: absolute;
 content: "";
 width: 100%;
 height: 100%;
 top: -5px;
 left: 4px;
 border: solid black 1px;
 }
 }
 }
 &.current_page_item {
 a {
 border: solid $cGreen 1px;
 &:after {
 position: absolute;
 content: "";
 width: 100%;
 height: 100%;
 top: -5px;
 left: 4px;
 border: solid black 1px;
 }
 }
 }
 }
 }*/
/* Footer */
.site-footer {
  position: relative;
  z-index: 4;
  margin-top: -40px;
  padding: 45px 0 15px;
  background-color: #4a4a4a;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #6c3;
}
#footer-menu {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #footer-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#footer-menu > li {
  width: 25%;
}
@media screen and (max-width: 649px) {
  #footer-menu > li {
    width: 100%;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 650px) and (max-width: 991px) {
  #footer-menu > li {
    width: 50%;
    margin-bottom: 45px;
  }
}
#footer-menu > li .sub-menu li {
  padding: 5px 0;
}
#footer-menu .footer-subtitle > a {
  cursor: default;
  margin-bottom: 20px;
  font-weight: 900;
  letter-spacing: 0.075rem;
  display: block;
}
@media screen and (max-width: 649px) {
  #footer-menu .footer-subtitle > a {
    margin-bottom: 20px;
  }
}
#footer-menu .footer-subtitle > a:hover {
  color: #fff;
}
#footer-menu li > ul {
  margin: 0;
}
.footer-divider {
  position: relative;
  margin: 40px 0 20px;
  padding-left: 30px;
  border: 1px solid #6c3;
}
.footer-divider .ico-lice {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 41px;
  background-image: url("../img/picto-lice.jpg");
}
.footer-divider .ico-speedipou {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 76px;
  height: 85px;
  background-image: url("../img/spritesheet-anim.png");
}
#footer-bottom-menu {
  position: relative;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 649px) {
  #footer-bottom-menu {
    display: block;
  }
}
#footer-bottom-menu li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 649px) {
  #footer-bottom-menu li {
    display: block;
    text-align: center;
    margin: 8px 0;
  }
}
#footer-bottom-menu li:last-child {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
}
@media screen and (max-width: 649px) {
  #footer-bottom-menu li:last-child {
    position: relative;
    right: auto;
    top: -8px;
    margin-bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#footer-bottom-menu li:last-child .ico {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 30px;
  height: 29px;
  margin-left: 5px;
  background-image: url("../img/picto-definima.png");
}
#footer-bottom-menu a {
  margin-bottom: 0;
}
/* Home intro bloc */
.home .intro-bloc {
  min-height: 685px;
}
@media screen and (max-width: 576px) {
  .home .intro-bloc {
    /*min-height: 566px;*/
  }
}
@media screen and (max-width: 480px) {
  .home .intro-bloc {
    /* min-height: 566px;*/
    height: auto;
    padding: 0;
  }
}
.home .intro-bloc:nth-child(2) {
  /*background:#fff !important;*/
}
.home .intro-bloc.side-speedipou {
  background-size: cover;
  background-position: top right 75%;
}
@media screen and (min-width: 1435px) {
  .home .intro-bloc.side-speedipou {
    background-size: contain;
    background-position: top center;
  }
}
.home .intro-bloc.side-speedipou .intro-bloc-content {
  background: rgba(255, 255, 255, 0.60);
  border-radius: 10px;
}
.home .intro-bloc.side-speedipou1 {
  background-size: cover;
}
.home .intro-bloc.side-speedipou2 {
  background-size: cover;
  background-position: 65%;
}
@media screen and (min-width: 1024px) {
  .home .intro-bloc.side-speedipou2 {
    background-position: top center;
  }
}
@media screen and (min-width: 1435px) {
  .home .intro-bloc.side-speedipou2 {
    background-size: contain;
  }
}
.home .intro-bloc.side-speedipou3 {
  background-size: cover;
}
@media screen and (min-width: 1435px) {
  .home .intro-bloc.side-speedipou3 {
    background-size: contain;
  }
}
.home .intro-bloc.side-blackfriday, .home .intro-bloc.side- {
  position: relative;
}
.home .intro-bloc.side-blackfriday .intro-bloc-content .bloc-content, .home .intro-bloc.side- .intro-bloc-content .bloc-content, .home .intro-bloc.side-blackfriday .intro-bloc-content h2.bloc-title, .home .intro-bloc.side- .intro-bloc-content h2.bloc-title {
  display: none;
}
.home .intro-bloc.side-blackfriday .intro-bloc-content .btn-ctn, .home .intro-bloc.side- .intro-bloc-content .btn-ctn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  .home .intro-bloc.side-blackfriday, .home .intro-bloc.side- {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 1200px) {
  .home .intro-bloc.side-blackfriday, .home .intro-bloc.side- {
    background-size: 190%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #64cc33;
  }
  .home .intro-bloc.side-blackfriday .intro-bloc-content .btn-ctn, .home .intro-bloc.side- .intro-bloc-content .btn-ctn {
    bottom: 60px;
  }
}
@media screen and (max-width: 990px) {
  .home .intro-bloc.side-blackfriday, .home .intro-bloc.side- {
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #6c3;
  }
  .home .intro-bloc.side-blackfriday .intro-bloc-content .btn-ctn, .home .intro-bloc.side- .intro-bloc-content .btn-ctn {
    bottom: 19%;
  }
  .home .intro-bloc.side-blackfriday .intro-bloc-content .btn-ctn .btn-o.btn-o--green, .home .intro-bloc.side- .intro-bloc-content .btn-ctn .btn-o.btn-o--green {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 900px) {
  .home .intro-bloc.side-blackfriday .intro-bloc-content .btn-ctn, .home .intro-bloc.side- .intro-bloc-content .btn-ctn {
    bottom: 25%;
  }
}
@media screen and (max-width: 850px) {
  .home .intro-bloc.side-blackfriday .intro-bloc-content .btn-ctn, .home .intro-bloc.side- .intro-bloc-content .btn-ctn {
    bottom: 28%;
  }
}
@media screen and (max-width: 799px) {
  .home .intro-bloc.side-blackfriday, .home .intro-bloc.side- {
    background-size: 317%;
    background-position: 4% 0;
  }
  .home .intro-bloc.side-blackfriday .intro-bloc-content, .home .intro-bloc.side- .intro-bloc-content {
    padding-top: 30%;
  }
  .home .intro-bloc.side-blackfriday .intro-bloc-content h2.bloc-title, .home .intro-bloc.side- .intro-bloc-content h2.bloc-title {
    display: block;
    color: #ececf4;
    font-size: 42px;
  }
  .home .intro-bloc.side-blackfriday .intro-bloc-content .bloc-content, .home .intro-bloc.side- .intro-bloc-content .bloc-content {
    display: block;
    font-size: 22px;
  }
  .home .intro-bloc.side-blackfriday .intro-bloc-content .bloc-content p:first-child, .home .intro-bloc.side- .intro-bloc-content .bloc-content p:first-child {
    margin-bottom: 0;
  }
  .home .intro-bloc.side-blackfriday .intro-bloc-content .bloc-content p:last-child, .home .intro-bloc.side- .intro-bloc-content .bloc-content p:last-child {
    margin-top: 8px;
  }
  .home .intro-bloc.side-blackfriday .intro-bloc-content .btn-ctn, .home .intro-bloc.side- .intro-bloc-content .btn-ctn {
    bottom: 23%;
  }
}
@media screen and (max-width: 576px) {
  .home .intro-bloc.side-blackfriday, .home .intro-bloc.side- {
    background-size: cover;
    background-position: 100% 0;
  }
  .home .intro-bloc.side-blackfriday .intro-bloc-content, .home .intro-bloc.side- .intro-bloc-content {
    padding-top: 50%;
  }
  .home .intro-bloc.side-blackfriday .intro-bloc-content .btn-ctn, .home .intro-bloc.side- .intro-bloc-content .btn-ctn {
    bottom: 15%;
  }
}
.home .intro-bloc.side-blackfriday .bloc-content p, .home .intro-bloc.side- .bloc-content p {
  color: #60a65d;
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title {
  font-size: 56px;
  text-align: center;
  color: #6c3;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title {
    font-size: 32px;
  }
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title:after {
  display: none;
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title.bloc-title--center {
  text-align: center !important;
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title.bloc-title--center:first-child p {
  margin: 0;
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title .containerAccroche {
  display: flex;
  justify-content: center;
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title span.subtitle {
  display: block;
  color: white;
  font-family: 'Amatic SC';
  font-weight: bold;
  font-size: 52pt;
}
@media screen and (min-width: 996px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.subtitle {
    font-size: 62pt;
  }
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title span.subtitle.middle {
  margin-bottom: 0;
  letter-spacing: 6.3px;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.subtitle.middle {
    letter-spacing: 0;
    font-size: 32px;
  }
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title span.new-year {
  text-transform: uppercase;
  font-size: 50px;
  color: #d33a69;
}
@media screen and (min-width: 1025px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.new-year {
    font-size: 55pt;
  }
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title span.accroche {
  display: block;
  width: 76%;
  padding-bottom: 20px;
  color: white;
  font-family: 'FuturaStd', sans-serif;
  font-size: 29px;
  text-transform: initial;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.accroche {
    font-size: 26pt;
    font-family: 'FuturaStd', sans-serif;
  }
}
@media screen and (min-width: 992px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.accroche {
    font-size: 36pt;
    font-family: 'FuturaStd', sans-serif;
  }
}
@media screen and (min-width: 1025px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.accroche {
    width: 60%;
    font-size: 36pt;
  }
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title span.accroche-2 {
  color: white;
  font-size: 35px;
  text-transform: uppercase;
  font-family: 'Amatic SC', sans-serif;
  font-weight: normal;
  display: block;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.accroche-2 {
    font-size: 42px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.accroche-2 {
    font-size: 60px;
  }
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title span.baseline {
  display: block;
  padding-top: 40px;
  padding-bottom: 35px;
  color: white;
  text-transform: uppercase;
  font-size: 18pt;
}
@media screen and (min-width: 768px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.baseline {
    font-size: 16.75pt;
  }
}
@media screen and (min-width: 992px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.baseline {
    font-size: 20pt;
  }
}
@media screen and (min-width: 1025px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.baseline {
    font-size: 23pt;
  }
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title span.subbaseline {
  display: block;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 11pt;
  text-transform: initial;
  color: white;
}
@media screen and (min-width: 1025px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.subbaseline {
    font-size: 15pt;
  }
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title span.baseline-big {
  color: #d33a69;
  text-transform: uppercase;
  font-size: 18.75pt;
  display: block;
  letter-spacing: 6.3px;
  padding-top: 10px;
  padding-bottom: 65px;
  margin-top: 50px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.baseline-big {
    font-size: 22.1pt;
  }
}
@media screen and (min-width: 992px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.baseline-big {
    font-size: 32pt;
  }
}
@media screen and (min-width: 1025px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.baseline-big {
    font-size: 46pt;
  }
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title span.offer {
  color: #6479fa;
  text-transform: uppercase;
  font-size: 35px;
  display: block;
  font-family: 'Amatic SC', sans-serif;
  font-weight: normal;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.offer {
    padding-bottom: 10px;
    padding-top: 0;
    font-size: 42px;
  }
}
@media screen and (min-width: 992px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.offer {
    font-size: 60px;
  }
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title span.title-principal {
  color: #69ca3f;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.title-principal {
    font-size: 32px;
  }
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title span.title-principal.white {
  color: white;
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title span.title-principal.big {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.title-principal.big {
    font-size: 32px;
  }
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title span.title-principal.very-big {
  font-size: 80px;
  letter-spacing: 10.8px;
}
@media screen and (max-width: 768px) {
  .home .intro-bloc .skew .intro-bloc-content .bloc-title span.title-principal.very-big {
    font-size: 32px;
    letter-spacing: 0;
  }
}
.home .intro-bloc .skew .intro-bloc-content .bloc-title span.last {
  padding-bottom: 30px;
  display: inline-block;
}
@media screen and (max-width: 996px) {
  .home .intro-bloc .skew .intro-bloc-content p.accroche {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .home .intro-bloc .skew .intro-bloc-content p.accroche {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .home .intro-bloc .skew .intro-bloc-content p.accroche {
    font-size: 20px;
  }
}
.home .intro-bloc .skew .intro-bloc-content p.accroche span {
  font-size: 30px;
}
@media screen and (max-width: 996px) {
  .home .intro-bloc .skew .intro-bloc-content p.accroche span {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .home .intro-bloc .skew .intro-bloc-content p.accroche span {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .home .intro-bloc .skew .intro-bloc-content p.accroche span {
    font-size: 20px;
  }
}
.home .intro-bloc .skew .intro-bloc-content p.accroche span.codepromo {
  font-size: 40px;
}
@media screen and (max-width: 996px) {
  .home .intro-bloc .skew .intro-bloc-content p.accroche span.codepromo {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .home .intro-bloc .skew .intro-bloc-content p.accroche span.codepromo {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .home .intro-bloc .skew .intro-bloc-content p.accroche span.codepromo {
    font-size: 24px;
  }
}
@media screen and (max-width: 359px) {
  .home .intro-bloc .container {
    padding: 0;
  }
}
.home .slideshow .slick-arrow {
  background: #f39420;
  top: 45%;
  height: 50px;
  width: 50px;
  border-radius: 0;
  z-index: 99;
}
@media screen and (max-width: 990px) {
  .home .slideshow .slick-arrow {
    display: none !important;
  }
}
.home .slideshow .slick-prev {
  left: 16%;
}
@media screen and (max-width: 1400px) {
  .home .slideshow .slick-prev {
    left: 8%;
  }
}
.home .slideshow .slick-prev:before {
  content: url('/wp-content/themes/speedipou/img/prev.png');
  font-family: unset;
}
.home .slideshow .slick-next {
  right: 16%;
}
@media screen and (max-width: 1400px) {
  .home .slideshow .slick-next {
    right: 8%;
  }
}
.home .slideshow .slick-next:before {
  content: url('/wp-content/themes/speedipou/img/next.png');
  font-family: unset;
}
.home .btn-ctn-sharing {
  position: absolute;
  top: 28%;
  right: 18%;
  margin-left: 58px;
  margin-right: 58px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .home .btn-ctn-sharing {
    width: calc(100% - 80px);
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 539px) and (min-width: 360px) {
  .home .btn-ctn-sharing {
    width: calc(100% - 70px);
    margin-right: 35px;
    margin-left: 35px;
  }
}
@media screen and (max-width: 639px) {
  .home .btn-ctn-sharing {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 479px) {
  .home .btn-ctn-sharing {
    font-size: 13px;
  }
}
@media screen and (max-width: 359px) {
  .home .btn-ctn-sharing {
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
.home .btn-ctn-sharing .woo-social-buttons span.custom {
  margin-bottom: 0;
}
.home .page-share {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 639px) {
  .home .page-share {
    margin-bottom: 15px;
  }
}
.home .page-share a {
  color: #404040;
  text-decoration: none;
  border-bottom: 1px solid rgba(64, 64, 64, .5);
  margin-right: 10px;
}
.intro-bloc {
  overflow: hidden;
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 359px) {
  .intro-bloc {
    padding-bottom: 0;
    background-position: center left -350px;
  }
}
@media screen and (min-width: 360px) and (max-width: 479px) {
  .intro-bloc {
    background-position: center left -750px;
  }
}
@media screen and (min-width: 480px) and (max-width: 799px) {
  .intro-bloc {
    background-position: center left -500px;
  }
}
@media screen and (min-width: 768px) {
  .intro-bloc {
    background-size: contain;
  }
}
.intro-bloc .skew {
  width: 100%;
  padding: 30px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .intro-bloc .bloc-title {
    max-width: unset;
  }
}
.intro-bloc .bloc-content {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .intro-bloc .bloc-content {
    font-size: 16px;
  }
}
.intro-bloc .bloc-content b, .intro-bloc .bloc-content strong {
  font-size: inherit;
  color: #6c3;
}
.intro-bloc .btn-ctn {
  margin-bottom: 0;
}
.intro-bloc .btn-ctn .btn-o.btn-o--green {
  padding: 15px 50px;
  background-color: #6c3;
  color: #fff;
  font-size: 20px;
  border-color: #6c3;
}
@media screen and (max-width: 576px) {
  .intro-bloc .btn-ctn .btn-o.btn-o--green {
    font-size: 16px;
  }
}
.intro-bloc .btn-ctn .btn-o.btn-o--green:hover {
  background-color: #fff;
  border-color: #6c3;
  color: #6c3;
}
.intro-bloc li {
  margin-bottom: 18px;
  vertical-align: middle;
}
.intro-bloc li:last-child {
  margin-bottom: 38px;
}
.intro-bloc li:before {
  content: '';
  position: relative;
  top: -4px;
  display: inline-block;
  width: 8px;
  height: 4px;
  margin-right: 15px;
  background-color: #000;
}
.intro-bloc b, .intro-bloc strong {
  font-size: 18px;
}
@media screen and (max-width: 799px) {
  .intro-bloc b, .intro-bloc strong {
    font-size: 15px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .intro-bloc b, .intro-bloc strong {
    font-size: 16px;
  }
}
/* Concept bloc */
.home .concept-bloc.skew {
  margin-top: -135px;
  height: 120px;
  background: #6c3;
  z-index: 9;
  padding: 0;
}
.home .concept-bloc.skew .skew-reverse {
  position: relative;
  top: -40px;
  z-index: 9;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .home .concept-bloc.skew {
    margin-top: -25px;
  }
}
@media screen and (min-width: 780px) and (max-width: 1200px) {
  .home .concept-bloc.skew {
    margin-top: -100px;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
  }
}
@media screen and (min-width: 780px) and (max-width: 990px) {
  .home .concept-bloc.skew {
    margin-top: -75px;
    padding-top: 75px;
  }
  .home .concept-bloc.skew .skew-reverse {
    top: -190px;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .home .concept-bloc.skew {
    margin-top: -112px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .home .concept-bloc.skew .skew-reverse {
    top: -110px;
  }
}
@media screen and (max-width: 779px) {
  .home .concept-bloc.skew {
    height: 260px;
  }
  .home .concept-bloc.skew .skew-reverse {
    top: -90px;
  }
}
@media screen and (max-width: 410px) {
  .home .concept-bloc.skew {
    height: 220px;
  }
}
@media screen and (max-width: 576px) {
  .home .concept-bloc.skew .skew-reverse {
    top: -20px;
  }
}
.home .home-product.skew {
  background-position: 0 10%;
  padding-top: 135px;
}
@media screen and (max-width: 799px) {
  .home .home-product.skew {
    background-position: 0 205%;
  }
}
@media screen and (max-width: 576px) {
  .home .home-product.skew .container {
    padding: 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 991px) {
  .home .home-product.skew .container {
    width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 990px) {
  .home .home-product.skew .woocommerce ul.products {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 991px) {
  .home .home-product.skew .woocommerce ul.products li.product {
    width: 100%;
    clear: none;
    margin: unset;
    margin-right: 1%;
  }
}
.home .home-product.skew .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  background: #fff;
}
.home .home-product.skew .woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
  box-shadow: none;
  max-height: 250px;
}
.home .home-product.skew .btn-prod-home {
  margin-bottom: 150px;
  padding-top: 30px;
}
.sharing-bloc.skew {
  background-image: url('/wp-content/uploads/2017/04/fond.png');
  min-height: 730px;
  height: auto;
  padding: 145px 0;
  margin-bottom: 90px;
}
.sharing-bloc.skew .titre-page h2 {
  color: #f39320;
  padding-top: 70px;
  font-size: 32px;
}
@media screen and (max-width: 576px) {
  .sharing-bloc.skew .titre-page h2 {
    font-size: 28px;
  }
}
.sharing-bloc.skew .titre-page h2:after {
  background-color: #f39320;
}
.sharing-bloc.skew .central-bloc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 799px) {
  .sharing-bloc.skew .central-bloc {
    flex-direction: column;
    margin: 0 2%;
  }
}
.sharing-bloc.skew .central-bloc .newsletter-register {
  background: #f39320;
  display: flex;
  height: 280px;
  text-align: center;
  justify-content: center;
  margin: 10px;
  width: 49%;
  position: relative;
}
@media screen and (max-width: 799px) {
  .sharing-bloc.skew .central-bloc .newsletter-register {
    width: 100% !important;
  }
}
.sharing-bloc.skew .central-bloc .newsletter-register p {
  color: #fff;
  font-size: 28px;
}
@media screen and (max-width: 799px) {
  .sharing-bloc.skew .central-bloc .newsletter-register p {
    font-size: 22px;
    width: 100%;
  }
}
.sharing-bloc.skew .central-bloc .newsletter-register p strong {
  display: block;
}
.sharing-bloc.skew .central-bloc .newsletter-register .es_form_container {
  height: 55px;
  position: absolute;
  top: 145px;
  width: 70%;
  color: #f39320;
  padding-left: 20px;
}
@media screen and (max-width: 799px) {
  .sharing-bloc.skew .central-bloc .newsletter-register .es_form_container {
    width: 90%;
    height: 70px;
    top: 130px;
  }
}
.sharing-bloc.skew .central-bloc .newsletter-register .es_form_container .es_lablebox {
  display: none;
}
.sharing-bloc.skew .central-bloc .newsletter-register .es_form_container input[type="email"] {
  height: 55px;
  width: 100%;
  color: #f39320;
  padding-left: 20px;
}
.sharing-bloc.skew .central-bloc .newsletter-register .es_button {
  padding: 0;
  display: block;
  height: 35px;
}
.sharing-bloc.skew .central-bloc .newsletter-register .es_button input#es_txt_button {
  top: 35px;
  border: solid 2px #f39320;
  color: #f39320;
  font-weight: 600;
  right: 17px;
  text-decoration: none;
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  width: 115px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
  line-height: 45px;
  text-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  padding: 0;
  font-size: 16px;
  font-family: 'FuturaStd', sans-serif;
}
@media screen and (max-width: 1200px) {
  .sharing-bloc.skew .central-bloc .newsletter-register .es_button input#es_txt_button {
    top: 190px;
  }
}
@media screen and (max-width: 799px) {
  .sharing-bloc.skew .central-bloc .newsletter-register .es_button input#es_txt_button {
    right: 70px;
    top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sharing-bloc.skew .central-bloc .newsletter-register .es_button input#es_txt_button {
    right: 22px;
    top: 45px;
  }
}
.sharing-bloc.skew .central-bloc .newsletter-register .es_button input#es_txt_button:hover {
  border: solid 2px #f8b462 !important;
  color: #f8b462 !important;
}
.sharing-bloc.skew .central-bloc .socialink-bloc {
  background: #fff;
  height: 280px;
  width: 49%;
  display: flex;
  margin: 10px;
  border: solid 2px #f39320;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .sharing-bloc.skew .central-bloc .socialink-bloc {
    width: 100%;
  }
}
.sharing-bloc.skew .central-bloc .socialink-bloc a {
  padding: 0 10px;
}
.sharing-bloc.skew .central-bloc .socialink-bloc a span.ico {
  display: inline-block;
  width: 50px;
  height: 46px;
}
.sharing-bloc.skew .central-bloc .socialink-bloc p {
  color: #f39320;
  font-size: 28px;
}
.sharing-bloc.skew .central-bloc .socialink-bloc p strong {
  display: block;
}
.page-template-le-concept .concept-bloc.skew {
  margin-top: -110px;
  padding-top: 160px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-template-le-concept .concept-bloc.skew {
    margin-top: -90px;
    padding-top: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-le-concept .concept-bloc.skew {
    margin-top: -180px;
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-le-concept .concept-bloc.skew {
    margin-top: -170px;
    padding-top: 200px;
  }
}
.page-template-idee-recue .concept-bloc.skew {
  margin-top: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-template-idee-recue .concept-bloc.skew {
    margin-top: -55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-idee-recue .concept-bloc.skew {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-idee-recue .concept-bloc.skew {
    margin-top: -60px;
  }
}
.concept-bloc {
  position: relative;
  z-index: 2;
  padding-top: 170px;
  padding-bottom: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .concept-bloc {
    padding-top: 180px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .concept-bloc {
    padding-top: 160px;
    padding-bottom: 200px;
    margin-top: -55px;
  }
}
@media screen and (max-width: 767px) {
  .concept-bloc {
    padding-top: 200px;
    padding-bottom: 260px;
    margin-top: -105px;
  }
}
.concept-bloc.skew {
  margin-top: -5px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .concept-bloc.skew {
    margin-top: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .concept-bloc.skew {
    margin-top: -80px;
  }
}
@media screen and (max-width: 1199px) {
  .concept-bloc .bloc-list-items {
    margin-top: 80px;
  }
}
@media screen and (max-width: 799px) {
  .concept-bloc .bloc-list-items {
    flex-direction: row;
    margin-top: 0;
  }
}
.concept-bloc .bloc-item-content {
  padding: 40px 30px;
}
@media screen and (max-width: 779px) {
  .concept-bloc .bloc-item-content {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 410px) {
  .concept-bloc .bloc-item-content {
    padding: 10px 10px;
  }
}
@media screen and (min-width: 780px) and (max-width: 1199px) {
  .concept-bloc .bloc-item-content {
    padding: 20px 15px;
  }
}
.concept-bloc .bloc-item-content a {
  text-decoration: none;
  color: #fff;
}
.concept-bloc .bloc-item-ico {
  margin-bottom: 20px;
  height: 48px;
}
@media screen and (max-width: 779px) {
  .concept-bloc .bloc-item-ico {
    height: 48px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .concept-bloc .bloc-item-ico {
    height: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 780px) and (max-width: 1199px) {
  .concept-bloc .bloc-item-ico {
    height: 48px;
    margin-bottom: 20px;
  }
}
.concept-bloc .bloc-item-title p {
  margin: 0;
  line-height: 1.3;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .concept-bloc .bloc-item-title p {
    font-size: 11px;
  }
}
.concept-bloc .bloc-item-ico.hovered, .concept-bloc .bloc-item-title.hovered {
  -webkit-animation: disappear-init 350ms 1 ease-in-out 0ms forwards normal;
  -moz-animation: disappear-init 350ms 1 ease-in-out 0ms forwards normal;
  -o-animation: disappear-init 350ms 1 ease-in-out 0ms forwards normal;
  animation: disappear-init 350ms 1 ease-in-out 0ms forwards normal;
}
.concept-bloc .bloc-item {
  cursor: pointer;
  position: relative;
}
.bloc-item-bg--fade {
  position: absolute;
  top: -16px;
  left: 9px;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.bloc-item-bg--green path {
  fill: #60a65d;
}
.bloc-item-bg--orange path {
  fill: #f39320;
}
.bloc-item-bg--pink path {
  fill: #d23a6b;
}
.bloc-item-bg--blue path {
  fill: #4caed7;
}
.bloc-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.bloc-item-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 10px 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  font-size: 13px;
  line-height: 1.2;
}
.bloc-item-hover.hovered {
  -webkit-animation: appear-init 350ms 1 ease-in-out 0ms forwards normal;
  -moz-animation: appear-init 350ms 1 ease-in-out 0ms forwards normal;
  -o-animation: appear-init 350ms 1 ease-in-out 0ms forwards normal;
  animation: appear-init 350ms 1 ease-in-out 0ms forwards normal;
}
.bloc-item-hover p {
  margin: 0;
}
.social-bar {
  position: fixed;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.30);
  width: auto;
  top: 24%;
  right: 12%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .social-bar {
    display: none;
  }
}
.social-bar .item-social {
  padding: 0;
  margin: 0;
}
.social-bar .item-social .btn-social {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px 0;
}
@media screen and (min-width: 992px) {
  .bloc-content-actu-in-home {
    -webkit-justify-content: row;
    -ms-flex-pack: row;
    justify-content: row;
    -webkit-flex-direction: space-between;
    -ms-flex-direction: space-between;
    flex-direction: space-between;
  }
}
.actu-bloc {
  z-index: 3;
  position: relative;
  padding-top: 31px;
  padding-bottom: 40px;
  background-color: #df4778;
}
.actu-bloc h2 {
  color: white;
}
.actu-bloc h2:after {
  background-color: white;
}
.item-actu {
  margin: 0 15px;
  background: white;
  padding: 25px;
}
@media screen and (min-width: 992px) {
  .item-actu {
    width: calc(100% / 3);
  }
}
.item-actu .items-bloc-actu .head-img-actus {
  max-height: 215px;
  overflow: hidden;
}
.item-actu .items-bloc-actu .content-poux-actus .titre-section-actus h3 a {
  font-family: 'FuturaStd', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #df4778;
  text-decoration: none;
  position: relative;
}
.item-actu .items-bloc-actu .content-poux-actus .titre-section-actus h3 a:after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 18px;
  background-color: #df4778;
  margin-top: 12px;
}
.item-actu .items-bloc-actu .content-poux-actus .content-section-actus p {
  color: black;
}
.item-actu .items-bloc-actu .voir-plus a {
  border: solid 2px #df4778;
  color: #df4778;
}
.see-all-press {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .see-all-press {
    margin-top: 80px;
  }
}
/* Featured bloc */
.featured-bloc {
  z-index: 3;
  position: relative;
  padding-top: 25px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1199px) {
  .featured-bloc {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .featured-bloc {
    margin-top: -30px;
  }
}
.featured-bloc:before {
  content: '';
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 350px;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transform: skewY(3.6deg) translateZ(0);
  -ms-transform: skewY(3.6deg) translateZ(0);
  transform: skewY(3.6deg) translateZ(0);
  background-color: #4caed7;
}
.featured-bloc .bloc-video {
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 799px) {
  .featured-bloc .bloc-video {
    margin: 2%;
  }
}
.featured-bloc .bloc-video .item-video {
  background: #fff;
  display: block;
  width: 45%;
  z-index: 9;
  padding: 15px;
}
@media screen and (max-width: 799px) {
  .featured-bloc .bloc-video .item-video {
    width: 100% !important;
    margin-bottom: 5%;
  }
}
.featured-bloc .bloc-video .item-video a {
  text-decoration: none;
}
.featured-bloc .bloc-video .item-video .titre-section-actus {
  text-align: center;
}
.featured-bloc .bloc-video .item-video .titre-section-actus .title-video {
  color: #6ab9da;
  text-decoration: none;
  min-height: 40px;
  display: block;
  position: relative;
  font-size: 16px;
}
.featured-bloc .bloc-video .item-video .titre-section-actus .title-video:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 0;
  background-color: #6ab9da;
  position: absolute;
  bottom: 0;
  right: 50%;
}
.featured-bloc .bloc-video .item-video .bloc-image {
  height: 290px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.featured-bloc .bloc-video .item-video .bloc-image .bloc-item-header {
  position: relative;
  z-index: 2;
  padding-top: 82px;
  padding-bottom: 70px;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-bloc .bloc-video .item-video .bloc-image .bloc-item-header span {
  display: inline-block;
  width: 72px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/picto-play.png);
}
.featured-bloc .bloc-video .item-video .bloc-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}
.featured-bloc .bloc-video .item-video .bloc-image:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.featured-bloc .see-all-press {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}
.featured-bloc.skew {
  background-color: #6ab9da;
}
.featured-bloc .bloc-item {
  position: relative;
  min-height: 356px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.featured-bloc .bloc-item a {
  display: block;
  width: 100%;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
}
.featured-bloc .bloc-item:hover .bloc-item-btn {
  background-color: #6ab9da;
}
.featured-bloc .bloc-item:first-child .bloc-item-footer:after {
  bottom: 0;
  left: 12px;
  background-position: 0 0;
}
.featured-bloc .bloc-item:nth-child(2) .bloc-item-footer:after {
  top: -60px;
  right: 12px;
  background-position: -59px 0;
}
.featured-bloc .bloc-item:last-child .bloc-item-footer:after {
  top: -60px;
  left: 12px;
  background-position: -118px 0;
}
.featured-bloc .bloc-item--video:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}
.featured-bloc .bloc-item--video .bloc-item-header {
  position: relative;
  z-index: 2;
  padding-top: 82px;
  padding-bottom: 70px;
  text-align: center;
}
.featured-bloc .bloc-item--video .bloc-item-header span {
  display: inline-block;
  width: 72px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/picto-play.png");
}
.featured-bloc .bloc-item--video .bloc-item-footer {
  padding: 24px 52px 35px 55px;
  background-color: rgba(0, 0, 0, .5);
}
.featured-bloc .bloc-item--video .bloc-item-footer:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url("../img/video-player.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.featured-bloc .bloc-item--video .bloc-item-btn .ico {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/picto-camera.png");
  background-size: 25px;
}
.featured-bloc .bloc-item-header {
  padding-bottom: 60%;
}
.featured-bloc .bloc-item-footer {
  position: relative;
  width: 100%;
  padding: 35px 64px 40px 25px;
  background-color: rgba(0, 0, 0, .8);
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .featured-bloc .bloc-item-footer {
    font-size: 16px;
  }
  .featured-bloc .bloc-item-footer .bloc-item-subtitle {
    font-size: 14px;
  }
}
.featured-bloc .bloc-item-footer:after {
  content: '';
  display: block;
  position: absolute;
  width: 59px;
  height: 65px;
  background-image: url("../img/spritesheet.png");
  background-repeat: no-repeat;
  background-position: -59px 0;
}
.featured-bloc .bloc-item-btn {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: -11px;
  bottom: 43px;
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  width: 60px;
  height: 60px;
  background-color: #4caed7;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
}
.featured-bloc .bloc-item-btn span {
  -ms-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
/* a propos */
.page-template-a-propos .concept-bloc.skew {
  margin-top: -50px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-template-a-propos .concept-bloc.skew {
    margin-top: -110px;
  }
}
.page-template-a-propos .intro-bloc {
  padding-bottom: 15px;
}
.site-a-propos .text-intro {
  background-color: white;
}
.site-a-propos .intro-bloc {
  background-size: contain;
  background-repeat: repeat-y;
  background-position: top -295px center !important;
}
.site-a-propos .intro-bloc li:last-child {
  margin-bottom: 0px;
}
.site-a-propos .intro-bloc .content-a-propos .bloc-a-propos .content-conception {
  background-color: rgba(243, 147, 32, 1);
  padding: 20px;
  color: white;
}
.site-a-propos .intro-bloc .content-a-propos .bloc-a-propos .content-conception .titre-item {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
}
.site-a-propos .intro-bloc .content-a-propos .bloc-a-propos .content-concept {
  background-color: rgba(223, 71, 120, 1);
  padding: 20px;
  color: white;
}
.site-a-propos .intro-bloc .content-a-propos .bloc-a-propos .content-concept .titre-item {
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
}
.site-a-propos .intro-bloc .content-a-propos .bloc-a-propos .text-remerciement {
  clear: both;
  background-color: white;
}
.site-a-propos .intro-bloc .content-a-propos .bloc-a-propos .text-remerciement .titre-remerciement {
  text-transform: uppercase;
  font-size: 20px;
}
/* FAQ */
.page-template-faq .bloc-infos-poux .content-poux .titre-section .titre-item {
  font-size: 22px;
}
.page-template-faq .concept-bloc.skew {
  margin-top: -80px;
}
/* idee reÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ue */
.site-idee .bloc-content {
  letter-spacing: 0;
}
.site-idee .bloc-content p {
  font-size: 15px;
}
.site-idee .intro-bloc {
  padding-bottom: 0;
  background-size: contain;
  background-repeat: repeat-y;
  background-position: top -135px center !important;
}
.site-idee .intro-bloc .content-idee-recue .bloc-infos-poux > div {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-idee .intro-bloc .content-idee-recue .bloc-infos-poux > div:last-of-type {
    min-height: inherit;
  }
}
@media screen and (max-width: 1199px) {
  .site-idee .intro-bloc .content-idee-recue .bloc-infos-poux > div {
    min-height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .site-idee .intro-bloc .content-idee-recue .bloc-infos-poux > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.site-idee .intro-bloc .content-idee-recue .bloc-infos-poux .content-poux .titre-item {
  font-size: 20px;
}
.site-idee .intro-bloc .content-idee-recue .bloc-infos-poux .content-poux .img-reponse img {
  height: auto;
  max-width: 25%;
  margin: 0 auto;
  display: block;
}
.content-idee-recue svg {
  margin-top: -1px;
}
@media screen and (max-width: 479px) {
  .content-idee-recue svg {
    display: none;
  }
}
.content-idee-recue .bloc-infos-poux div:nth-child(8) {
  background-image: url('../img/bg-product-infos.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
}
.content-idee-recue .bloc-infos-poux div:nth-child(8) svg {
  display: none;
}
.content-idee-recue .bloc-infos-poux div:nth-child(8) .content-poux {
  background-color: white;
}
.content-idee-recue .bloc-infos-poux div:nth-child(8) .content-poux .content-section {
  text-align: center;
}
.content-idee-recue .bloc-infos-poux div:nth-child(8) .content-poux .content-section a {
  transition: all 0.6s ease-in-out;
  color: #6c3;
  border: solid 2px #6c3;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
}
.content-idee-recue .bloc-infos-poux div:nth-child(8) .content-poux .content-section a:hover {
  background-color: #6c3;
  color: white;
}
.content-idee-recue .bloc-infos-poux div:nth-child(8) .content-poux .titre-item {
  color: black;
  text-transform: uppercase;
  text-align: center;
}
.content-idee-recue .bloc-infos-poux div:nth-child(8) .content-poux .titre-item strong {
  color: #d23a6b;
}
.content-idee-recue .bloc-infos-poux div:nth-child(8) .content-poux .titre-item:before {
  display: none;
}
.site-savoir.site-concept .intro-bloc svg {
  position: static;
  height: inherit;
  margin-top: -1px;
}
@media screen and (max-width: 479px) {
  .site-savoir.site-concept .intro-bloc svg {
    display: none;
  }
}
.site-savoir .lexique {
  margin-bottom: 50px;
  margin-top: 8px;
  width: 100%;
  background: white;
  padding: 2em;
  border: solid 1px rgba(102, 204, 51, .7);
}
.site-savoir .lexique .list-lexique li {
  font-size: 16px;
}
.site-savoir .intro-bloc {
  background-size: contain;
  background-repeat: repeat-y;
  background-position: top -295px center !important;
}
/* En savoir plus */
.intro-bloc .titre-page {
  text-align: center;
}
.intro-bloc .menu-bloc-pou {
  margin-top: 50px;
  margin-bottom: 40px;
}
.intro-bloc .menu-bloc-pou ul {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.intro-bloc .menu-bloc-pou ul li {
  padding: 10px 15px 10px 65px;
  background-color: black;
  position: relative;
  width: 32%;
  border-radius: 5px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .intro-bloc .menu-bloc-pou ul li {
    width: 47%;
  }
}
@media screen and (max-width: 599px) {
  .intro-bloc .menu-bloc-pou ul li {
    width: 100%;
  }
}
.intro-bloc .menu-bloc-pou ul li:before {
  display: none;
}
.intro-bloc .menu-bloc-pou ul li:last-child {
  margin-bottom: 17px;
}
.intro-bloc .menu-bloc-pou ul li.green {
  background-color: #6c3;
}
.intro-bloc .menu-bloc-pou ul li.green a:before {
  background-color: #52b620;
}
.intro-bloc .menu-bloc-pou ul li.orange {
  background-color: #f39320;
}
.intro-bloc .menu-bloc-pou ul li.orange a:before {
  background-color: #f38720;
}
.intro-bloc .menu-bloc-pou ul li.pink {
  background-color: #df4778;
}
.intro-bloc .menu-bloc-pou ul li.pink a:before {
  background-color: #d23a6b;
}
.intro-bloc .menu-bloc-pou ul li.blue {
  background-color: #62b4d7;
}
.intro-bloc .menu-bloc-pou ul li.blue a:before {
  background-color: #6293d7;
}
.intro-bloc .menu-bloc-pou ul li.lpink {
  background-color: #ed6ea2;
}
.intro-bloc .menu-bloc-pou ul li.lpink a:before {
  background-color: #df4778;
}
.intro-bloc .menu-bloc-pou ul li.biblio {
  background-color: rgba(165, 164, 164, 1);
}
.intro-bloc .menu-bloc-pou ul li.biblio a:before {
  background-color: #515151;
}
.intro-bloc .menu-bloc-pou ul li a {
  display: block;
  font-size: 14px;
  color: white;
  text-decoration: none;
}
.intro-bloc .menu-bloc-pou ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  left: 0;
  background-image: url('../img/poux.png');
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  color: white;
  line-height: 30px;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-template-template-home .bloc-title {
  text-align: left;
}
.bloc-infos-poux li:before {
  background-color: #fff;
}
.bloc-infos-poux .col-md-6 {
  width: 45%;
  float: left;
  margin-right: 2.5%;
  margin-left: 2.5%;
}
@media screen and (max-width: 799px) {
  .bloc-infos-poux .col-md-6 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.bloc-infos-poux .col-md-12 {
  width: 100%;
  float: left;
}
.bloc-infos-poux .content-poux {
  position: relative;
  padding: 25px 35px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bloc-infos-poux .content-poux {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.bloc-infos-poux .content-poux svg {
  width: 100%;
}
.bloc-infos-poux .content-poux .titre-section .titre-item {
  font-size: 32px;
  position: relative;
  margin-top: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .bloc-infos-poux .content-poux .titre-section .titre-item {
    font-size: 22px;
  }
}
@media screen and (min-width: 580px) and (max-width: 991px) {
  .bloc-infos-poux .content-poux .titre-section .titre-item {
    font-size: 20px;
  }
}
@media screen and (max-width: 579px) {
  .bloc-infos-poux .content-poux .titre-section .titre-item {
    font-size: 18px;
  }
}
.bloc-infos-poux .content-poux .titre-section .titre-item .titre-details {
  display: block;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
}
.bloc-infos-poux .content-poux .titre-section .titre-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -50px;
  width: 32px;
  height: 32px;
  -ms-transform: rotate(-4deg) translateY(-50%);
  -webkit-transform: rotate(-4deg) translateY(-50%);
  transform: rotate(-4deg) translateY(-50%);
  border-radius: 5px;
  border: 2px solid transparent;
  background-image: url('../img/ico-lice-white.png');
  background-size: 13px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #6c3;
  transition: all 0.35s ease-in-out;
}
.bloc-infos-poux > div {
  margin-bottom: 89px;
}
@media screen and (max-width: 479px) {
  .bloc-infos-poux > div {
    margin-bottom: 30px;
  }
}
.bloc-infos-poux > div:nth-child(1) .content-poux, .bloc-infos-poux > div:nth-child(9) .content-poux {
  background-color: rgba(102, 204, 51, 1);
}
.bloc-infos-poux > div:nth-child(1) svg polygon, .bloc-infos-poux > div:nth-child(9) svg polygon {
  fill: rgba(102, 204, 51, 1);
}
.bloc-infos-poux > div:nth-child(2) .content-poux {
  background-color: rgba(243, 147, 32, 1);
}
.bloc-infos-poux > div:nth-child(2) .content-poux .titre-item:before {
  background-color: #f39320;
}
.bloc-infos-poux > div:nth-child(2) svg polygon {
  fill: rgba(243, 147, 32, 1);
}
.bloc-infos-poux > div:nth-child(3) .content-poux {
  background-color: rgba(223, 71, 120, 1);
}
.bloc-infos-poux > div:nth-child(3) .content-poux .titre-item:before {
  background-color: #df4778;
}
.bloc-infos-poux > div:nth-child(3) svg polygon {
  fill: rgba(223, 71, 120, 1);
}
.bloc-infos-poux > div:nth-child(4) .content-poux {
  background-color: rgba(98, 180, 215, 1);
}
.bloc-infos-poux > div:nth-child(4) .content-poux .titre-item:before {
  background-color: #62b4d7;
}
.bloc-infos-poux > div:nth-child(4) svg polygon {
  fill: rgba(98, 180, 215, 1);
}
.bloc-infos-poux > div:nth-child(5) .content-poux {
  background-color: rgba(237, 110, 162, 1);
}
.bloc-infos-poux > div:nth-child(5) .content-poux .titre-item:before {
  background-color: #ed6ea2;
}
.bloc-infos-poux > div:nth-child(5) svg polygon {
  fill: rgba(237, 110, 162, 1);
}
.bloc-infos-poux > div:nth-child(6) .content-poux {
  background-color: rgba(243, 147, 32, 1);
}
.bloc-infos-poux > div:nth-child(6) .content-poux .titre-item:before {
  background-color: #f39320;
}
.bloc-infos-poux > div:nth-child(6) svg polygon {
  fill: rgba(243, 147, 32, 1);
}
.bloc-infos-poux > div:nth-child(7) .content-poux {
  background-color: rgba(223, 71, 120, 1);
}
.bloc-infos-poux > div:nth-child(7) .content-poux .titre-item:before {
  background-color: #df4778;
}
.bloc-infos-poux > div:nth-child(7) svg polygon {
  fill: rgba(223, 71, 120, 1);
}
.bloc-infos-poux > div:nth-child(8) .content-poux {
  background-color: rgba(98, 180, 215, 1);
}
.bloc-infos-poux > div:nth-child(8) .content-poux .titre-item:before {
  background-color: #62b4d7;
}
.bloc-infos-poux > div:nth-child(8) svg polygon {
  fill: rgba(98, 180, 215, 1);
}
.col-md-12 {
  width: 100%;
  float: left;
}
.site-concept .intro-bloc .bibliographie {
  width: 45%;
  float: left;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
@media screen and (max-width: 799px) {
  .site-concept .intro-bloc .bibliographie {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.site-concept .intro-bloc .bibliographie svg polygon {
  fill: rgba(165, 164, 164, 1);
}
.site-concept .intro-bloc .bibliographie .contenu-bibliographie {
  position: relative;
  padding: 25px 35px;
  color: #fff;
  background-color: rgba(165, 164, 164, 1);
}
.site-concept .intro-bloc .bibliographie .contenu-bibliographie .content p {
  font-size: 11px !important;
}
.site-concept .intro-bloc .bibliographie .contenu-bibliographie .content a {
  color: white;
  background: rgba(119, 119, 119, .7);
  text-decoration: none;
  padding: 4px 5px;
  display: inline-block;
}
.site-concept .intro-bloc .bibliographie .title h2 {
  color: #fff;
  position: relative;
}
.site-concept .intro-bloc .bibliographie .title h2::after {
  display: none;
}
.site-concept .intro-bloc .bibliographie .title h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -50px;
  width: 50px;
  height: 50px;
  -ms-transform: rotate(-4deg) translateY(-50%);
  -webkit-transform: rotate(-4deg) translateY(-50%);
  transform: rotate(-4deg) translateY(-50%);
  border-radius: 5px;
  border: 2px solid transparent;
  background-image: url(../img/picto-pen.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #a5a4a4;
  transition: all 0.35s ease-in-out;
}
svg {
  width: 100%;
}
.mention-legale a {
  color: #df4778;
  text-decoration: none;
}
/*****************/
/* Concept */
.site-concept .container {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 1199px) {
  .site-concept .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.site-concept .container:after {
  display: none;
}
.site-concept .container.container-video {
  display: block;
  margin-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .site-concept .container.container-video {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .site-concept .titre-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-concept .intro-bloc {
  position: relative;
  padding-bottom: 80px;
  background-position: top 340px center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-concept .intro-bloc {
    background-position: top 160px center;
  }
}
@media screen and (max-width: 991px) {
  .site-concept .intro-bloc {
    padding-bottom: 125px;
    background-position: top -50px center;
  }
}
.site-concept .intro-bloc .skew {
  margin-top: 0;
  min-width: 54%;
  margin-bottom: 78px;
  float: none;
  padding: 15px 50px 20px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .site-concept .intro-bloc .skew {
    min-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-concept .intro-bloc .skew {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.site-concept .intro-bloc svg polygon {
  fill: rgba(255, 255, 255, .8);
}
.site-concept .intro-bloc svg {
  position: absolute;
  top: 100%;
  left: 0;
}
.site-concept .intro-bloc .intro-image svg {
  top: auto;
  bottom: 100%;
}
.site-concept .intro-bloc .intro-image svg polygon {
  fill: rgba(255, 255, 255, .9);
}
.site-concept .intro-bloc .intro-video svg {
  position: absolute;
  bottom: -21px;
  left: 0;
}
.site-concept .intro-bloc .intro-video svg polygon {
  fill: rgba(102, 204, 51, .9);
}
.site-concept .bloc-title {
  max-width: none;
  font-size: 22px;
}
@media screen and (max-width: 479px) {
  .site-concept .bloc-title {
    font-size: 18px;
  }
}
.site-concept .bloc-title strong {
  display: block;
  font-size: 35px;
}
@media screen and (max-width: 479px) {
  .site-concept .bloc-title strong {
    display: inline-block;
    font-size: 24px;
  }
}
.site-concept .bloc-title p {
  margin-bottom: 0;
}
.site-concept .bloc-content {
  letter-spacing: 0;
}
.site-concept .bloc-content p {
  font-size: 15px;
}
.site-concept .bloc-content p strong {
  font-size: 15px;
}
.site-concept .bloc-content p:last-child {
  margin-bottom: 0;
}
.lexique {
  margin-top: 35px;
  display: block;
}
.lexique-title {
  position: relative;
  font-size: 20px;
  font-family: 'FuturaStd', sans-serif;
  font-weight: 700;
  color: #52b620;
  padding-left: 42px;
}
.lexique-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  width: 32px;
  height: 32px;
  -ms-transform: rotate(-4deg) translateY(-50%);
  -webkit-transform: rotate(-4deg) translateY(-50%);
  transform: rotate(-4deg) translateY(-50%);
  border-radius: 5px;
  border: 2px solid transparent;
  background-image: url("../img/ico-lice-white.png");
  background-size: 13px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #6c3;
  transition: all 0.35s ease-in-out;
}
.list-lexique {
  margin-top: 12px;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .list-lexique {
    padding-left: 15px;
  }
}
.list-lexique li {
  margin-bottom: 4px;
  font-size: 11px;
}
.list-lexique li:before {
  display: none;
}
.list-lexique li:last-child {
  margin-bottom: 0;
}
.list-lexique span {
  color: #52b620;
  display: inline-block;
}
.list-lexique span:before {
  content: '-';
  display: inline-block;
  margin-right: 6px;
  color: #52b620;
}
.list-lexique span:after {
  content: ':';
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  color: #000;
}
.list-lexique p {
  display: inline;
}
.right {
  width: 450px;
}
@media screen and (min-width: 1200px) {
  .right {
    display: block !important;
  }
}
@media screen and (max-width: 1199px) {
  .right {
    width: 100%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .right {
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 799px) {
  .right {
    display: block !important;
  }
}
.intro-image {
  margin-bottom: 35px;
  background-color: rgba(255, 255, 255, .9);
  position: relative;
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .intro-image {
    min-width: 450px;
    margin-left: 50px;
  }
  .intro-image svg {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .intro-image svg {
    display: none;
  }
}
.intro-image strong {
  font-weight: bold;
}
.intro-image img {
  width: 100%;
  padding: 20px;
}
.intro-image-title {
  margin-bottom: 15px;
  padding: 20px 20px 0;
  color: black;
}
.intro-video {
  position: relative;
  margin-bottom: 89px;
  padding: 25px 35px;
  background-color: rgba(102, 204, 51, .9);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .intro-video {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.intro-video p, .intro-video strong {
  margin: 0;
  font-size: 16px;
}
.intro-video .ico-play {
  z-index: 2;
  position: absolute;
  bottom: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ico {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ico.ico-play {
  width: 59px;
  height: 57px;
  background-image: url("../img/ico-play.png");
}
#video {
  z-index: 3;
  position: relative;
  width: 80%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 0;
  padding-bottom: 44.2%;
  border: 8px solid #fff;
  border-radius: 6px;
}
@media screen and (max-width: 991px) {
  #video {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.page-template-default .entry-header {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .page-template-default .entry-header {
    margin-top: 10px;
  }
}
.page-template-default .entry-content a {
  color: #6c3;
  text-decoration: none;
}
.page-template-default h3 {
  margin-top: 50px;
}
/**********Contact Pro***********/
.site-contact-pro {
  margin-bottom: 0 !important;
}
.contact-pro {
  display: block;
}
.contact-pro .text-pro {
  display: block;
  padding: 30px;
  text-align: center;
}
.contact-pro .text-pro a {
  text-decoration: none;
  color: #6c3;
}
.contact-pro .formulaire {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .contact-pro .formulaire {
    margin-bottom: 0;
  }
}
.contact-pro .formulaire .wpcf7 {
  padding: 45px 30px 15px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(235, 235, 235, 1);
}
.contact-pro .formulaire svg polygon {
  fill: rgba(235, 235, 235, 1);
}
/*****  lising product *****/
.site-content header.listing-product-head {
  height: 290px;
  background-size: cover;
  margin-bottom: 2%;
}
.site-content header.listing-product-head h1 {
  color: #fff;
  text-align: left;
  padding-top: 70px;
  font-size: 38px;
  padding-left: 263px;
  text-shadow: 3px 1px 0px rgba(150, 150, 150, 0.35);
  width: 60%;
  line-height: 49px;
}
@media screen and (max-width: 1400px) and (min-width: 992px) {
  .site-content header.listing-product-head h1 {
    padding-top: 55px;
    font-size: 38px;
    padding-left: 50px;
    width: 61%;
    line-height: 39px;
  }
}
@media screen and (max-width: 991px) and (min-width: 721px) {
  .site-content header.listing-product-head h1 {
    padding-top: 50px;
    font-size: 32px;
    padding-left: 35px;
    width: 65%;
    line-height: 39px;
  }
}
@media screen and (max-width: 720px) {
  .site-content header.listing-product-head h1 {
    padding-top: 50px;
    font-size: 32px;
    padding-left: 35px;
    width: 90%;
    line-height: 39px;
  }
}
.site-content header.listing-product-head h1:after {
  display: none;
}
/**********Contact*********/
.contact-form {
  margin-top: 60px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-form p {
  margin: 0;
}
.contact-form h4 {
  font-size: 23px;
  text-transform: uppercase;
  padding-bottom: 0px;
  position: relative;
  font-weight: bold;
  color: white;
  margin-top: 0;
}
.contact-form h4 strong {
  color: white;
  font-weight: bold;
}
.contact-form h4:after {
  display: block;
  content: "";
  margin-top: 10px;
  width: 70px;
  height: 2px;
  background: white;
}
.contact-form .coordonner .mail, .contact-form .coordonner .tel, .contact-form .coordonner .adresse {
  padding-bottom: 10px;
  display: block;
  font-size: 14px;
  color: white;
}
.contact-form .coordonner .mail a, .contact-form .coordonner .tel a, .contact-form .coordonner .adresse a {
  color: white;
  text-decoration: none;
}
.contact-form .coordonner span {
  font-weight: 700;
}
.contact-form .bloc-left {
  width: 320px;
  padding: 20px 25px;
  background-color: #6c3;
  position: relative;
}
@media screen and (max-width: 799px) {
  .contact-form .bloc-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact-form .bloc-left:before {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 320px 40px 0;
  border-color: transparent rgba(102, 204, 51, 1) transparent transparent;
}
@media screen and (max-width: 799px) {
  .contact-form .bloc-left:before {
    display: none;
  }
}
.contact-form form > p {
  text-align: center;
}
.contact-form .formulaire .form-group {
  margin-bottom: 20px;
}
.contact-form .formulaire select {
  width: 100%;
}
.contact-form .formulaire .btn-primary {
  border: 2px solid #6c3;
  transition: all 0.5s ease-in-out;
  color: #6c3;
  font-size: 18px;
  padding: 15px;
  background-color: transparent;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-form .formulaire .btn-primary:hover {
  background-color: #6c3;
  color: white;
}
.contact-form .formulaire .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-form .formulaire label {
  margin-left: 25px;
  position: relative;
  color: #404040;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.contact-form .formulaire label:before {
  position: absolute;
  content: "";
  top: 3px;
  border-radius: 50%;
  left: -20px;
  width: 15px;
  height: 15px;
  border: 2px solid #6c3;
}
.contact-form .formulaire textarea {
  height: 100px !important;
}
.contact-form .bloc-right {
  padding: 25px;
  position: relative;
  width: calc(96% - 320px);
  margin-left: 4%;
  background-color: rgba(235, 235, 235, 1);
}
@media screen and (max-width: 799px) {
  .contact-form .bloc-right {
    margin-left: 0;
    width: 100%;
  }
}
.contact-form .bloc-right svg {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-left: -25px;
}
.contact-form .bloc-right svg polygon {
  fill: rgba(235, 235, 235, 1);
}
.site-contact {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .site-contact {
    margin-bottom: 0;
  }
}
.site-contact .titre-page {
  text-align: center;
}
.site-contact .titre-page h1 {
  margin-bottom: 0;
}
.error-404 .page-title {
  font-size: 80px;
  text-align: center;
  color: #6c3;
}
/* Animations */
@-webkit-keyframes appear-init {
  0% {
    display: none;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  5% {
    display: block;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
}
@-moz-keyframes appear-init {
  0% {
    display: none;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  5% {
    display: block;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
}
@keyframes appear-init {
  0% {
    display: none;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  5% {
    display: block;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
}
@-webkit-keyframes appear {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  5% {
    display: block;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@-moz-keyframes appear {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  5% {
    display: block;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes appear {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  5% {
    display: block;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes disappear-init {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes disappear-init {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes disappear-init {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes disappear {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes disappear {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes disappear {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.single-product #breadcrumbs > span > span > span {
  margin-left: -9px;
  color: transparent;
}
.single-product #breadcrumbs a[href*='boutique'] {
  display: none;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-9 {
  width: 75%;
  float: left;
}
.col-md-3 {
  width: 25%;
  float: left;
}
article {
  min-height: 260px;
}
article .content-poux-actus {
  position: relative;
  padding: 25px;
  margin: 0px;
}
article div.col-md-8 {
  padding: 0 40px;
}
article .col-md-4 {
  width: 33.33333%;
  float: left;
  overflow: hidden;
  height: 213px;
}
article .col-md-8 {
  width: 66.66667%;
  float: left;
}
article > div.col-md-8 > div > div.titre-section-actus > h3::before {
  top: 22% !important;
  left: -23px !important;
}
article h3 > a {
  text-decoration: none;
  color: #fff;
}
article:nth-child(1) .content-poux-actus {
  background-color: rgba(102, 204, 51, 1);
}
article:nth-child(1) svg polygon {
  fill: rgba(102, 204, 51, 1);
}
article:nth-child(1) div.voir-plus a {
  color: rgba(102, 204, 51, 1);
  border: rgba(102, 204, 51, 1) solid;
}
article:nth-child(1) div.voir-plus a:hover {
  background: rgba(102, 204, 51, 1) !important;
}
article:nth-child(2) > div.col-md-8 > div > div.titre-section-actus > h3:before {
  background-color: #f39320;
}
article:nth-child(2) .content-poux-actus {
  background-color: rgba(243, 147, 32, 1);
}
article:nth-child(2) svg polygon {
  fill: rgba(243, 147, 32, 1);
}
article:nth-child(2) div.voir-plus a {
  color: rgba(243, 147, 32, 1);
  border: rgba(243, 147, 32, 1) solid;
}
article:nth-child(2) div.voir-plus a:hover {
  background: rgba(243, 147, 32, 1) !important;
}
article:nth-child(3) > div.col-md-8 > div > div.titre-section-actus > h3:before {
  background-color: #df4778;
}
article:nth-child(3) .content-poux-actus {
  background-color: rgba(223, 71, 120, 1);
}
article:nth-child(3) svg polygon {
  fill: rgba(223, 71, 120, 1);
}
article:nth-child(3) div.voir-plus a {
  color: rgba(223, 71, 120, 1);
  border: rgba(223, 71, 120, 1) solid;
}
article:nth-child(3) div.voir-plus a:hover {
  background: rgba(223, 71, 120, 1) !important;
}
article:nth-child(4) > div.col-md-8 > div > div.titre-section-actus > h3:before {
  background-color: #62b4d7;
}
article:nth-child(4) .content-poux-actus {
  background-color: rgba(98, 180, 215, 1);
}
article:nth-child(4) svg polygon {
  fill: rgba(98, 180, 215, 1);
}
article:nth-child(4) div.voir-plus a {
  color: #62b4d7;
  border: #62b4d7 solid;
}
article:nth-child(4) div.voir-plus a:hover {
  background: #62b4d7 !important;
}
article:nth-child(5) > div.col-md-8 > div > div.titre-section-actus > h3:before {
  background-color: #ed6ea2;
}
article:nth-child(5) .content-poux-actus {
  background-color: #ed6ea2;
}
article:nth-child(6) .content-poux-actus {
  background-color: rgba(165, 164, 164, 1);
}
.widget_categories ul li.cat-item {
  padding: 10px 15px 10px 65px;
  position: relative;
  border-radius: 5px;
  border: transparent 1px solid;
  background-color: rgba(165, 164, 164, 1);
}
.widget_categories ul li.cat-item a {
  display: block;
  font-size: 14px;
  color: white;
  text-decoration: none;
  color: white;
}
.widget_categories ul li.cat-item a:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  left: 0;
  background-image: url(/wp-content/themes/speedipou/img/poux.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  color: white;
  line-height: 30px;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #515151;
}
.widget_categories ul li.cat-item:hover {
  background: #fff;
  border: solid #d23a6b 1px;
}
.widget_categories ul li.cat-item:hover a {
  color: #d23a6b;
}
.widget_categories ul li.cat-item:hover a:before {
  background-color: #d23a6b;
}
.widget_categories ul li.cat-item::before {
  display: none;
}
.widget_archive ul {
  background: rgba(255, 255, 255, 0.8);
  width: 65%;
  margin: 0 auto;
}
.widget_archive ul li, .widget_recent_entries ul li {
  position: relative;
  margin: 24px 0;
}
.widget_archive ul li a, .widget_recent_entries ul li a {
  position: relative;
  font-family: 'FuturaStd', sans-serif;
  font-weight: 700;
  color: rgba(165, 164, 164, 1);
  padding-left: 40px;
  text-align: left;
  display: block;
}
.widget_archive ul li:hover:before, .widget_recent_entries ul li:hover:before {
  background-color: #d23a6b;
}
.widget_archive ul li:hover a, .widget_recent_entries ul li:hover a {
  color: #d23a6b;
}
.widget_archive ul li:before, .widget_recent_entries ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  width: 32px;
  height: 32px;
  -ms-transform: rotate(-4deg) translateY(-50%);
  -webkit-transform: rotate(-4deg) translateY(-50%);
  transform: rotate(-4deg) translateY(-50%);
  border-radius: 5px;
  border: 2px solid transparent;
  background-image: url(https://www.speedipou.com/wp-content/uploads/2017/01/picto-fast.png);
  background-size: 19px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #515151;
  transition: all 0.35s ease-in-out;
}
.widget_recent_entries ul li a {
  text-decoration: none;
}
nav.pagination {
  text-align: center;
  margin: 0px auto;
  background: #fff;
  padding: 7px 0;
  display: block;
}
ul.page-numbers {
  border: none !important;
}
.page-numbers {
  background: #fff;
  border: solid 1px #d23a6b;
  width: auto;
  height: 32px;
  display: inline-block;
  line-height: 35px;
  text-decoration: none;
  color: #d23a6b;
  border-radius: 3px;
}
.page-numbers > li {
  margin: 0 5px !important;
}
.page-numbers > li > .page-numbers.current {
  background: #d23a6b !important;
  color: #fff !important;
}
.page-numbers > li:hover > a.page-numbers {
  background: #d23a6b !important;
  color: #fff !important;
}
a.next.page-numbers {
  width: 115px;
  border-radius: 3px;
}
a.prev.page-numbers {
  width: 115px;
  border-radius: 3px;
}
a.prev.page-numbers:hover, a.next.page-numbers:hover {
  background: #d23a6b;
  color: #fff;
}
span.current {
  background: #d23a6b;
  color: #fff;
}
.actu-all div.intro-bloc {
  padding-bottom: 0;
  background-size: contain;
  background-repeat: repeat-y;
  background-position: top -115px center !important;
  min-height: 820px;
}
.actu-all div.intro-bloc .titre-page {
  background: #fff;
}
.actu-all div.intro-bloc article h3 {
  margin: 0;
  color: #fff;
  min-height: 52px;
}
.actu-all div.intro-bloc article h3:before {
  content: '';
  display: block;
  position: absolute;
  top: 22%;
  left: -23px;
  width: 32px;
  height: 32px;
  -ms-transform: rotate(-4deg) translateY(-50%);
  -webkit-transform: rotate(-4deg) translateY(-50%);
  transform: rotate(-4deg) translateY(-50%);
  border-radius: 5px;
  border: 2px solid transparent;
  background-image: url('../img/ico-lice-white.png');
  background-size: 13px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #6c3;
  transition: all 0.35s ease-in-out;
}
.actu-all div.intro-bloc article p {
  margin: 0;
  padding-top: 10px;
  color: #fff;
}
.actu-all div.intro-bloc article img {
  max-height: 250px;
  width: auto;
  max-width: 140%;
  display: block;
  margin: 0 auto;
  min-height: 213px;
}
#primary-menu li:hover ul.sub-menu {
  padding-top: 48px !important;
  z-index: 1.0E+17 !important;
  position: absolute;
  box-shadow: none;
}
#primary-menu ul.sub-menu li {
  border: 2px solid #d23a6b;
  background: #fff;
}
#primary-menu ul.sub-menu li a {
  color: #000 !important;
  width: 150px;
  padding: 9px 15px !important;
}
#primary-menu ul.sub-menu li:last-child:after {
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  top: -137%;
  left: -20px;
  width: 17px;
  height: 66px;
  border-left: dashed #d23a6b;
  border-bottom: dashed #d23a6b;
}
#primary-menu ul.sub-menu li:hover {
  background-color: #d23a6b;
}
#primary-menu ul.sub-menu li:hover a {
  color: white !important;
}
main.site-single-actus .intro-bloc {
  background-size: contain;
  background-repeat: repeat-y;
}
p.docpr {
  color: #000;
  text-align: center;
  font-size: 12px;
  padding-top: 4px;
}
#style-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: #f5f5f5 !important;
  border-radius: 10px !important;
}
#style-7::-webkit-scrollbar {
  width: 10px !important;
  background-color: #f5f5f5 !important;
}
#style-7::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background-color: #5182c2 !important;
}
div.voir-plus {
  display: block;
  height: 35px;
  position: relative;
}
div.voir-plus a {
  text-decoration: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: -32px;
  top: 2px;
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  width: 115px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
  line-height: 45px;
  text-align: center;
}
div.voir-plus a:hover {
  color: #fff !important;
  border: transparent solid !important;
}
div.pagination {
  min-height: 50px;
}
div.nav-previous a {
  color: #fff;
  text-decoration: none;
}
div.nav-previous:hover {
  background-color: #408f18;
}
div.publi p strong {
  color: #52b620;
}
div.paragraphe {
  background-color: rgba(102, 204, 51, 1);
  padding: 1px 30px;
  margin-top: 35px;
}
div.paragraphe p {
  color: #fff;
}
div.paragraphe li {
  color: #fff;
}
div.paragraphe li:before {
  background-color: #fff;
}
div.image_actus img {
  display: block;
  margin: 0 auto;
  max-height: 600px;
}
div.row div.one-actus {
  padding-right: 40px;
  background: #fff;
}
div.row div.one-actus svg polygon {
  fill: rgba(102, 204, 51, 1);
}
div.row div.col-md-3 {
  background: #fff;
}
div.link_actus a {
  transition: all 0.6s ease-in-out;
  color: #6c3;
  border: solid 2px #6c3;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
}
div.link_actus a:hover {
  background-color: #6c3;
  color: white;
}
div.product-additionnal-infos-right {
  width: 32%;
}
div.wp-facebook-content-inner {
  height: 375px !important;
  overflow-y: scroll !important;
}
div.avis-facebook {
  margin-top: 55px;
}
div.avis-facebook h2.fbrev-widget-title.widget-title {
  color: #4080ff !important;
}
div.avis-facebook h2.fbrev-widget-title.widget-title::after {
  background-color: #4080ff !important;
}
div.doc-presse {
  margin-bottom: 0px;
  border-radius: 4px;
  border: 2px solid #52b620;
  text-decoration: none;
  font-weight: 900;
  font-family: 'FuturaStd', sans-serif;
  transition: all 0.35s ease-in-out;
  -webkit-appearance: none;
  display: block;
  padding: 12px 42px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: none;
  margin-left: auto;
  width: 36%;
  text-align: center;
  margin-right: auto;
}
div.doc-presse a {
  color: #52b620;
  text-decoration: none;
}
div.doc-presse a > strong {
  text-transform: uppercase;
}
div.doc-presse:hover {
  background: #52b620;
}
div.doc-presse:hover a {
  color: #fff;
}
.contact-presse {
  display: block;
  margin-top: 0 !important;
}
.contact-presse .text-pro {
  display: block;
  padding: 30px;
  text-align: center;
}
.contact-presse .formulaire {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.contact-presse .formulaire .wpcf7 {
  padding: 45px 30px 15px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(235, 235, 235, 1);
}
.contact-presse .formulaire svg polygon {
  fill: rgba(235, 235, 235, 1);
}
.content-section-actus p {
  color: #fff;
}
.content-section-actus li {
  color: #fff;
}
.home #trustedshops-productreviews-sticker-wrapper > div.ts-wrapper > div.ts-reviews {
  width: 965px;
  overflow: hidden;
  margin: 0 auto;
  min-height: 215px;
}
.home #trustedshops-productreviews-sticker-wrapper > div.ts-wrapper > div.ts-reviews ul.ts-reviews-list {
  width: 400%;
  margin: 0 auto;
  height: 178px;
  overflow: hidden;
}
.home #trustedshops-productreviews-sticker-wrapper > div.ts-wrapper > div.ts-reviews ul.ts-reviews-list li {
  margin: 15px 15px;
  width: 290px;
}
.home #trustedshops-productreviews-sticker-wrapper > div.ts-wrapper > div.ts-reviews ul.ts-reviews-list li .ts-review {
  min-height: 120px;
}
.home #trustedshops-productreviews-sticker-wrapper > div.ts-wrapper > div.ts-reviews ul.ts-reviews-list li .ts-review-footer-arrow {
  border-width: 23px 35px 0 0;
}
.home #trustedshops-productreviews-sticker-wrapper > div.ts-wrapper > div.ts-reviews ul.ts-reviews-list li .ts-review-footer-arrow .ts-review-footer-arrow-inner {
  top: -30px;
  border-width: 28px 42px 0 0;
  border-color: #fff transparent transparent;
}
.home #trustedshops-productreviews-sticker-wrapper > div.ts-wrapper > div.ts-reviews > ul > li > div.ts-review > div > div.ts-review-avatar {
  display: none;
}
.home #trustedshops-productreviews-sticker-wrapper > div.ts-wrapper > div.ts-header {
  display: none;
}
.home #trustedshops-productreviews-sticker-wrapper {
  border: none;
}
.home #trustedshops-productreviews-sticker-wrapper > div.ts-wrapper > div.ts-header-logo.ts-icon.ts-e-trustedshops {
  display: none;
}
.home #trustedshops-productreviews-sticker-wrapper > div.ts-wrapper > div.ts-reviews ul.ts-reviews-list li .ts-review-info .ts-review-stars {
  float: right;
}
.home #trustedshops-productreviews-sticker-wrapper > div.ts-wrapper > div.ts-reviews ul.ts-reviews-list li .ts-review .ts-review-text {
  margin-top: 15px;
}
.home .avisClient {
  margin-top: 40px;
}
.home .avisClient .bloc-title {
  text-align: center;
  color: #d23a6b;
}
.home .avisClient .bloc-title:after {
  background-color: #d23a6b;
}
.home .avisClient .bloc-title span {
  color: #000;
  font-size: 24px;
}
.home .avisClient #homeReview {
  position: relative;
}
.home .avisClient #homeReview .ts-rating-light.vertical {
  border: none;
  background: none;
}
.home .avisClient #homeReview .ts-rating-light.vertical .ts-wrapper {
  height: auto;
  margin-bottom: 7%;
}
.home .avisClient #homeReview .ts-rating-light.vertical .ts-wrapper .ts-header {
  display: none;
}
.home .avisClient #homeReview .ts-rating-light.vertical .ts-wrapper .ts-reviews {
  height: 295px;
  padding-bottom: 25px;
  width: 1140px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
.home .avisClient #homeReview .ts-rating-light.vertical .ts-wrapper .ts-reviews .ts-reviews-list {
  width: 340%;
  margin: 0 auto;
  height: 250px;
}
.home .avisClient #homeReview .ts-rating-light.vertical .ts-wrapper .ts-reviews .ts-reviews-list li {
  width: 379px;
  padding-right: 15px;
}
.home .avisClient #homeReview .ts-rating-light.vertical .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review {
  height: auto;
  border-color: #d23a6b;
}
.home .avisClient #homeReview .ts-rating-light.vertical .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review .ts-review-text {
  height: auto;
  font-family: 'FuturaStd', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 15px;
  padding: 5px 10px;
  color: #404040;
}
.home .avisClient #homeReview .ts-rating-light.vertical .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-footerArrow:before {
  border-top-color: #d23a6b;
}
.home .avisClient #homeReview .ts-rating-light.vertical .ts-wrapper .ts-reviews .ts-reviews-list li .ts-review-date-info-box-line {
  font-size: 11px;
}
.woocommerce span.onsale {
  min-height: 3.236em;
  /* min-width: 3.236em;
   border-radius: 100%; 
   margin: 0;
   color: $highlightext;
   background-color: $highlight;*/
  transform: rotate(-1.5deg);
  margin: 1.5em 0 0 0;
  border-radius: 0.2em;
  background-color: #f39320;
  /*background-color: #000;/**** BLACK FRIDAY *****/
  width: 350px;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  color: white;
  font-size: 0.857em;
  -webkit-font-smoothing: antialiased;
  z-index: 9;
}
.woocommerce p#breadcrumbs, .woocommerce p .woocommerce-page p#breadcrumbs {
  display: none;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  min-height: 436px;
  display: block;
  height: 100%;
  border: solid 2px #e8e8e8;
  border-bottom: none;
}
@media screen and (max-width: 600px) and (min-width: 540px) {
  .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    min-height: 420px;
  }
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
  color: #000;
  font-weight: 500;
  text-transform: inherit;
  text-align: left;
  padding-left: 1.8em;
  font-size: 16px;
  min-height: 73px;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2.woocommerce-loop-product__title:after {
  display: none;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link span.price {
  margin-top: 2em;
  margin-left: 2em;
  min-height: 57px;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link span.price span.woocommerce-Price-amount.amount {
  font-size: 1.8em;
  font-weight: 600;
  color: #6c3;
  line-height: 58px;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link span.price ins span.woocommerce-Price-amount.amount {
  color: #f39320;
  /*color: #000000;/**** BLACK FRIDAY *****/
  font-size: 1.8em;
  line-height: initial;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link span.price del span.woocommerce-Price-amount.amount {
  font-weight: bold;
  color: #349d00;
  font-size: 0.857em;
  line-height: initial;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link span.learn-more {
  opacity: 0;
  position: absolute;
  width: 99%;
  height: 255px;
  background: rgba(102, 204, 51, 0.83);
  text-align: center;
  line-height: 258px;
  font-size: 21px;
  transition: all 0.8s;
  color: #fff;
  text-decoration: underline !important;
  font-weight: 400;
}
@media screen and (max-width: 600px) and (min-width: 540px) {
  .woocommerce ul.products li.product .woocommerce-LoopProduct-link span.learn-more {
    height: 200px;
    line-height: 200px;
  }
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link span.onsale {
  background-color: #f39320;
  /*background-color: #000000;/**** BLACK FRIDAY *****/
  transform: none;
  line-height: 2;
  width: auto;
  font-size: 0.657em;
  font-weight: 300;
  padding-left: 6%;
  padding-right: 6%;
  margin: 10px;
  left: 0;
  right: unset;
  min-height: 2em;
}
.woocommerce ul.products li.product a.button.product_type_simple, .woocommerce ul.products li.product a.button.product_type_variable {
  background: #6c3;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 0;
  margin: 0;
  font-weight: 400;
  padding: 1em 0;
  font-size: 1.2em;
  text-decoration: underline;
}
.woocommerce ul.products li.product a.button.product_type_simple i.fa-shopping-cart, .woocommerce ul.products li.product a.button.product_type_variable i.fa-shopping-cart {
  font-size: 19px;
  padding-right: 15px;
}
.woocommerce ul.products li.product a.button.product_type_simple:hover, .woocommerce ul.products li.product a.button.product_type_variable:hover {
  background: #d23a6b;
}
.woocommerce ul.products li.product:hover span.learn-more {
  opacity: 1;
}
.woocommerce section#berocket_aapf_widget-2 {
  background: #f6f6f6 78;
  padding: 1em 2em;
}
.woocommerce section#berocket_aapf_widget-2 .berocket_aapf_widget-wrapper li {
  margin: 1.3em 0;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
  display: block;
  width: 100%;
}
.woocommerce section#berocket_aapf_widget-2 .berocket_aapf_widget-wrapper li:first-child {
  display: none !important;
}
.woocommerce section#berocket_aapf_widget-2 .berocket_aapf_widget-wrapper li label.berocket_label_widgets {
  cursor: pointer;
}
.woocommerce section#berocket_aapf_widget-2 .berocket_aapf_widget-wrapper li label.berocket_label_widgets:hover {
  color: #4caed7;
}
.woocommerce section#berocket_aapf_widget-2 .berocket_aapf_widget-wrapper li label.berocket_label_widgets.berocket_checked {
  font-weight: 500;
  color: #1e89b7;
  font-size: 18px;
}
.woocommerce section#berocket_aapf_widget-2 .berocket_aapf_widget-wrapper li label.berocket_label_widgets.berocket_checked::before {
  background-position: -18px 0;
}
.woocommerce section#berocket_aapf_widget-2 .berocket_aapf_widget-wrapper li label.berocket_label_widgets::before {
  background: url('../img/sprite-blue.jpg') no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 0.4em;
}
.woocommerce section#berocket_aapf_widget-2 .berocket_aapf_widget-wrapper h3.widget-title.berocket_aapf_widget-title {
  color: #4caed7;
  text-transform: uppercase;
  padding-left: 0.5em;
  font-size: 1.1em;
}
.product-template-default.single.single-product.woocommerce.woocommerce-page p#breadcrumbs {
  display: block;
}
#avisTrusted .ts-rating-light.productreviewsSummary .ts-stars-wrapper {
  width: 85px !important;
}
#avisTrusted .ts-rating-light.productreviewsSummary .ts-stars-wrapper .ts-stars-emptyBar {
  display: inline-flex !important;
}
.ts-rating-light.productreviewsSummary {
  margin: 10px 0;
}
.ts-rating-light.productreviewsSummary .ts-stars-wrapper {
  padding-right: 15px !important;
}
.ts-rating-light.productreviewsSummary .ts-stars-wrapper .icon-star-empty, .ts-rating-light.productreviewsSummary .ts-stars-wrapper .icon-star-full {
  display: inline-block !important;
}
p.promo {
  border: solid #6c3;
  padding: 15px 20px;
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}
p.promo strong {
  color: #69ca3f;
  font-size: 16px;
}
p.promo span {
  text-align: center;
  color: #f3931d;
  font-weight: 700;
  font-size: 19px;
}
p.promo span.code {
  font-size: 20px;
}
p.promo ~ em {
  font-size: 13px;
  font-weight: 300;
}
.site-single-actus h3#comments {
  margin-top: 60px;
}
.site-single-actus .commentlist {
  list-style: none;
}
.site-single-actus .commentlist li:before {
  display: none;
}
.site-single-actus .commentlist li article.comment-body {
  min-height: auto;
}
.site-single-actus .commentlist li article.comment-body .comment-metadata > a {
  text-decoration: none;
  color: #4a4a4a;
  cursor: default;
}
.site-single-actus .commentlist li article.comment-body .comment-metadata .edit-link a {
  color: #f39320;
}
.site-single-actus .commentlist li article.comment-body .reply a {
  color: #f39320;
}
.site-single-actus .commentlist li small a {
  color: #f39320;
}
.site-single-actus .comment-respond {
  margin-top: 20px;
}
.site-single-actus .comment-respond form.comment-form input {
  transition: all 0.6s ease-in-out;
  color: #f39320;
  border: solid 2px #f39320;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  font-family: 'FuturaStd', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 1rem;
}
.site-single-actus .comment-respond form.comment-form input:hover {
  background-color: #f39320;
  color: #fff;
}
.site-single-actus .comment-respond form.comment-form .logged-in-as {
  color: #f39320;
}
.site-single-actus .comment-respond form.comment-form .logged-in-as a {
  color: #f39320;
}
.site-single-actus .comment-respond form.comment-form .logged-in-as a:first-of-type {
  cursor: default;
  text-decoration: none;
  color: #4a4a4a;
}
