body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.25em;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

#dlpro_menu_mobile .popover .menuboxcontent .menuboxinfos.menuboxinfosmobile a {
  text-transform: none;
  padding: 0;
  color: #000 !important;
  background: none;
}

#dlpro_menu_mobile .menuboxinfos {
  padding: 0;
  margin-top: 10px;
}

#dlpro_menu_mobile .guidetaille {
  margin-right: 0 !important;
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
}

#dlpro_menu_mobile .guidetaille a {
  font-size: 14px;
  text-align: left;
}

#dlpro_menu_mobile .menuboxinfos>a {
  background: url(data:image/png;base64,UklGRooAAABXRUJQVlA4WAoAAAAQAAAAEAAACQAAQUxQSEkAAAARV6CgjSQ1dhIYnwV8RATkZh0fXwjYxLYV57IjgRIJtEhIFwmUaWNlMxGbed9DRP8ngP8K6DENrmj0zeCKn94r+g3qbMh+oFcEAFZQOCAaAAAAUAEAnQEqEQAKAAEAHCWkAAPBAAD+/FzQAAA=) no-repeat 0 center !important;
  padding-left: 30px !important;
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
}

#dlpro_menu_mobile .newinfos {
  background: url(data:image/png;base64,UklGRooAAABXRUJQVlA4WAoAAAAQAAAAEAAACQAAQUxQSEkAAAARV6CgjSQ1dhIYnwV8RATkZh0fXwjYxLYV57IjgRIJtEhIFwmUaWNlMxGbed9DRP8ngP8K6DENrmj0zeCKn94r+g3qbMh+oFcEAFZQOCAaAAAAUAEAnQEqEQAKAAEAHCWkAAPBAAD+/FzQAAA=) no-repeat 0 center;
  padding-left: 30px;
  margin-left: 0;
  font-size: 14px;
}

#dlpro_menu_mobile .newinfos a {
  font-size: 14px;
}

.top-menu[data-depth="0"],
.product-variants .variant_Couleur,
.displayflex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.boxbreadcrumb {
  margin: 5px 0 0;
}

.boxbreadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
}

.boxbreadcrumb .breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.boxbreadcrumb .breadcrumb ol li {
  float: left;
}

.boxbreadcrumb .breadcrumb ol li:after {
  content: "/";
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.boxbreadcrumb .breadcrumb ol li:last-child:after,
#index .boxbreadcrumb .breadcrumb ol li.retour {
  display: none;
}

.boxbreadcrumb .breadcrumb ol li.retour a {
  background: url(../img/retour.png) no-repeat 0 0px;
  padding-left: 33px;
}

.boxbreadcrumb .breadcrumb ol li,
.boxbreadcrumb .breadcrumb ol li a,
.boxbreadcrumb .breadcrumb ol li span {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  display: inline-block;
}

.boxbreadcrumb .breadcrumb ol li span {
  color: #727272;
}

.boxbreadcrumb .breadcrumb ol li {
  float: left;
}

.logosite {
  position: absolute;
  top: 0;
  left: 0;
}

.logosite h1 {
  margin: 0;
}

.headerblock1 {
  background: #ebebeb;
  padding-right: 50px;
  padding-left: 320px;
}

.headerblock1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.headerblock1 ul li {}

.headerblock1 ul li a {
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: block;
  padding: 15px 10px;
  color: #000;
}

.headerblock2 {
  justify-content: space-between;
  align-items: center;
  padding-left: 320px;
  margin-bottom: 20px;
}

.headerblock2 .nav_text {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  padding-top: 7px;
}

.displayNav2 {
  align-items: center;
}

.navlink {
  display: inline-block;
  margin-right: 25px;
  margin-top: 7px;
}

#search_widget {
  margin-top: 0;
}

.navlink:last-child {
  margin-right: 0px;
}

.navlink a {
  display: inline-block;
  color: #000;
  font-size: 12px;
  line-height: 22px;
}

.user_info {
  position: relative;
}

.user_info:before {
  content: "";
  height: 10px;
  width: 1px;
  background: #000;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 7px;
}

.user_info a {
  /*background: url(../img/user.png) no-repeat right center;*/
  background: none;
  padding-right: 0;
}

.user_info a:after {
  content: "\f007";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  margin-left: 10px;
}

.wishlist_top .block_wishlist a {
  /*background: url(../img/heart.svg) no-repeat;*/
  background: none;
}

.wishlist_top .block_wishlist a:after {
  content: "\f004";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
}

.user_info:before {
  top: 10px;
}

#header .header-nav .blockcart .header {
  background: url(../img/panier.png) no-repeat;
  background: none;
}

#header .header-nav .blockcart .header:after {
  content: "\f290";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
}

.carousel .carousel-item .caption,
#search_widget form i {
  display: none;
}

#search_widget form input {
  width: 100%;
  border: none;
  color: #fff;
  background: #000 url(../img/search.png) calc(100% - 30px) center no-repeat;
  border-radius: 0;
  background-size: 25px;
  padding: 15px 50px;
  min-width: 360px;
  font-size: 13px;
  font-weight: 300;
}

#search_widget form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

#search_widget form input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#search_widget form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#header #menu-principal,
#header .header-top .menu {
  padding: 0;
}

.menulogos {}

.top-menu[data-depth="0"],
.menulogos ul {
  align-items: center;
  justify-content: space-between;
}

.top-menu[data-depth="0"]>li,
.menulogos ul li {
  text-align: center;
}

.menulogos .menubox .menuboxlinks_cover label,
.menulogos .menubox ul li {
  text-align: left;
}

.top-menu[data-depth="0"]>li a,
.menulogos ul li a.menuicon {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  color: #000;
  padding: 10px;
  border-radius: 10px;
  font-weight: normal;

}

.top-menu[data-depth="0"]>li a br {
  display: none;
}

#header .header-top li:hover a[data-depth="0"],
.top-menu[data-depth="0"]>li:hover a,
.menulogos ul li:hover .menuicon {
  background: #ff0000;
  color: #fff;
}

.top-menu[data-depth="0"]>li:hover a+.iconmenumobile span i {
  background: none;
  color: #fff;
  text-indent: 0;
}

.top-menu[data-depth="0"]>li a .ico_menu,
.menulogos ul li .menuicon span {
  display: block;
  text-align: center;
  min-height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  position: relative;
}

.top-menu[data-depth="0"]>li a img {
  margin-left: auto;
  margin-right: auto;
  width: 50px;
}

.top-menu[data-depth="0"]>li:hover a img {
  filter: brightness(0) invert(1);
}

.menulogos ul li .menuicon img {
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.menulogos ul li .menuicon .image_hover,
.menulogos ul li .menuicon:hover img {
  display: none;
}

.menulogos ul li .menuicon:hover .image_hover {
  display: block;
}

.popover,
.menulogos .menubox {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  background: #fff;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0px 118px 70px -169px #000, 0px 125px 190px -140px rgb(0 0 0 / 40%);
  box-shadow: 0px 118px 70px -169px #000, 0px 125px 190px -140px rgb(0 0 0 / 40%);
  border: none;
}

.menulogos li:hover .menubox {
  display: block;
}

.closemenu {
  position: absolute;
  top: 24px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  font-weight: normal;
  background: red;
  border-radius: 50%;
  color: #fff;
}

.closemenu .fas {
  padding: 5px;
}

.popover .menubox_title {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  padding-left: 50px;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}

.popover .menubox_title span.number {
  font-size: 17px;
  text-transform: none;
  margin-left: 20px;
  display: inline-block;
}

.popover .menuboxlinks {
  padding: 30px 30px 30px 35px;
}

.popover .menuboxinfos {
  margin-top: 30px;
  padding-left: 15px;
}

.popover .menuboxcontent .menuboxinfos,
.popover .menuboxcontent .menuboxinfos a {
  font-size: 17px;
  line-height: normal;
}

#menu-principal .popover .menuboxcontent .menuboxinfos:not(.menuboxinfosmobile) a {
  text-transform: none;
  padding: 0;
  color: #000 !important;
  background: none !important;
}

.top-menu .popover .menuboxcontent .menuboxinfos .newinfos,
.top-menu .popover .menuboxcontent .menuboxinfos .newinfos span {
  margin-left: 50px;
}

.top-menu .popover .menuboxcontent .menuboxinfos .newinfos span,
.top-menu .popover .menuboxcontent .menuboxinfos .guidetaille {
  background: url(../img/flechemenu.png) no-repeat 0 center;
  padding-left: 30px;
}

.top-menu .popover .menuboxproduct {
  padding: 0;
}

.top-menu .popover .menuboxproduct_cover {
  background: #fbebea;
  padding: 15px 30px;
  text-align: center;
  min-height: 100%;
}

.top-menu .popover .menuboxcontent .boxprod_title {
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
}

.top-menu .popover .menuboxcontent .boxprod_image {
  margin: 20px 0;
  text-align: center;
}

.top-menu .popover .menuboxcontent .boxprod_desc {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

.top-menu .popover .menuboxcontent .boxprod_price {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}

.top-menu .popover .menuboxcontent .boxprod_desc .new_price {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
}

.top-menu .popover .menuboxcontent .boxprod_desc .old_price {
  font-size: 14px;
  margin-left: 15px;
  display: inline-block;
}

.top-menu .popover .menuboxlinks_cover .title-marques,
.top-menu .popover .menuboxlinks_cover label {
  text-align: left;
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}

.top-menu .popover .menuboxlinks_cat {}

.top-menu .popover .menuboxlinks_cover li {
  margin-bottom: 10px !important;
}

.top-menu .popover .menuboxlinks_cover li a {
  color: #aaa;
  font-size: 17px;
  line-height: normal;
  display: inline-block;
  word-break: break-word;
  text-transform: none;
  padding: 0;
  text-align: left;
  background: none !important;
  border-radius: 0;
  white-space: initial;
}

.top-menu .popover .menuboxlinks_cover .menuboxlinks_cat li a {
  font-size: 30px;
  line-height: normal;
  color: #aaa;
  font-weight: 900;
  display: inline-block;
  text-transform: uppercase;
}

.top-menu .popover .menuboxlinks_cover .menuboxlinks_cat li a small {
  color: #ff0000;
  font-size: 100%;
}

.top-menu .popover .menuboxlinks_cover li a:hover,
.top-menu .popover .menuboxlinks_cat li a:hover {
  color: #000 !important;
}

.top-menu .popover .menuboxlinks_cover li a:hover {
  font-weight: 700;
}

.top-menu .popover .menuboxlinks_cover li a:hover:before {
  content: ">";
  display: inline-block;
  margin-right: 4px;
}


.block_newsletter {
  background: #000;
  margin-bottom: 50px;
}

.block_newsletter_cover {
  padding: 30px 50px;
  justify-content: space-around;
  align-items: center;
}

.newsletter_intro {
  max-width: 250px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  margin: 0 20px;
}

.block_newsletter #block-newsletter-label {
  font-size: 11px;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.block_newsletter .newsletter_field {
  flex-wrap: initial;
  align-items: center;
}

.block_newsletter form input[type="email"] {
  width: 450px;
  padding: 0 15px !important;
  border: 1px solid #000 !important;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 55px;
  outline: none !important;
  box-shadow: none !important;
  height: 55px;
}

.block_newsletter form input[type="email"]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.block_newsletter form input[type="email"]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.block_newsletter form input[type="email"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.block_newsletter form input[type="submit"] {
  height: 55px;
  box-shadow: none;
  padding: 0;
  background: #ff0000;
  width: 55px;
  font-size: 15px;
  font-weight: 900;
  margin-left: 15px;
}

.lestendancesbad {}

#product .lestendancesbad {
  margin-bottom: 50px;
}

.lestendancesbad .tendance_nav {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 30px;
}

.lestendancesbad .tendance_nav .title_tendance {
  font-size: 27px;
  color: #000;
  margin: 0 75px 0 0;
}

.lestendancesbad .title_tendance {}

.lestendancesbad .tendance_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lestendancesbad .tendance_nav ul li {
  float: left;
}

.lestendancesbad .tendance_nav ul li a {
  display: inline-block;
  color: #000;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  padding: 10px 20px;
}

.lestendancesbad .tendance_nav ul li a:hover,
.lestendancesbad .tendance_nav ul li a.active {
  background: #000;
  color: #fff;
}

.lestendancesbad .tab-content {
  background: #fbfaf8;
}

.lestendancesbad .tabpane_content {}

.lestendancesbad .tabpane_top {
  align-items: center;
}

.lestendancesbad .tabpane_content .tabpane_top .tabpane_top_left {
  padding: 15px 40px;
  background: #fbfaf8 url(../img/bgbottom.png) no-repeat left bottom;
}

.lestendancesbad .tabpane_content .tabpane_top .tabpane_top_left .box_image {
  max-width: 425px;
}

.lestendancesbad .tabpane_content .tabpane_top .tabpane_top_right,
.lestendancesbad .tabpane_content .tabpane_top .tabpane_top_left {
  width: 50%;
  position: relative;
}

.lestendancesbad .tabpane_content .tabpane_top .tabpane_top_left .discover_link {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
}

.lestendancesbad .tabpane_top_right .new_top {
  background: #edecea;
  align-items: flex-end;
  padding: 20px 30px;
}

.lestendancesbad .tabpane_top_right .new_top .new_top_img {
  max-width: 200px;
  margin-right: 20px;
}

.lestendancesbad .tabpane_top_right .new_top .new_top_texte {
  max-width: calc(100% - 220px);
  padding-bottom: 15px;
}

.lestendancesbad .tabpane_top_right .icioncorde {
  /*background: #f4f7f5 url(../img/plus2.png) no-repeat right bottom;*/
  padding: 40px 20px 30px 40px;
}

.lestendancesbad .tabpane_top_right .new_title {
  font-weight: 100;
  font-size: 33px;
  color: #000;
  line-height: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.lestendancesbad .tabpane_top_right .new_prod_title {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.lestendancesbad .tabpane_top_right .new_prod_desc,
.lestendancesbad .tabpane_top_right .new_prod_desc p {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  margin-bottom: 25px;
}

.lestendancesbad .tabpane_content .box_title {
  font-size: 44px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
  line-height: 44px;
  margin-bottom: 20px;
}

.lestendancesbad .tabpane_content .box_title span,
.lestendancesbad .tabpane_content .box_title strong {
  font-size: 124px;
  font-weight: 900;
}

.lestendancesbad .tabpane_content .box_title strong {
  font-size: 42px;
  padding-left: 24px;
  line-height: 26px;
  display: block;
}

.lestendancesbad .tabpane_content .box_title span {
  font-size: 29px;
  color: #c3b697;
  display: block;
  line-height: 29px;
}

.lestendancesbad .tabpane_content .box_desc {
  font-size: 12px;
  color: #000;
  line-height: 20px;
  margin-bottom: 40px;
  padding-right: 75px;
}

.lestendancesbad .tabpane_content .brand_img {
  margin-right: 50px;
}

.lestendancesbad .tabpane_content .achat_link {
  margin-right: 50px;
}

.lestendancesbad .tabpane_bottom {
  background: #ff0000;
  justify-content: space-between;
  flex-wrap: initial;
  align-items: center;
  padding: 25px 30px 20px;
  color: #fff;
}

.lestendancesbad .tabpane_bottom .discover_infos,
.lestendancesbad .tabpane_bottom .tab_title {
  margin-right: 30px;
}

.lestendancesbad .tabpane_bottom .tab_title {
  font-size: 53px;
  line-height: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.lestendancesbad .tabpane_bottom .discover_infos {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  min-width: 325px;
}

.lestendancesbad .tabpane_bottom .discover_infos strong,
.lestendancesbad .tabpane_bottom .discover_article strong {
  font-weight: 700;
  font-size: 15px;
}

.lestendancesbad .tabpane_bottom .discover_article {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}

.lestendancesbad .tabpane_bottom .discover_article strong {
  margin-bottom: 10px;
  display: block;
}

.footer_before {}

.footer_before .menufooter {
  background: #222221;
  padding: 30px 0;
}

.footer_before .lestendancesbad,
#index .footer_before #block-reassurance,
#index .footer_before .block_newsletter {
  display: none;
}

.footer_before ul {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}

.footer_before ul li {
  margin: 5px;
}

.footer_before ul li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: normal;
}

.footer_title {
  margin-bottom: 15px;
}

#contact-infos label,
.footer_title,
.footer_title a {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

#contact-infos {}

#contact-infos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#contact-infos li {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
}

#contact-infos li.avis_certifies,
#contact-infos li.logofooter {
  margin-bottom: 30px;
}

#contact-infos li:last-child {
  margin: 0;
}

#contact-infos label {
  text-transform: none;
  display: block;
  margin-bottom: 0;
  text-align: left;
}

#contact .contact-rich .ct_adresse br,
#footer .ct_adresse br {
  display: inline-block;
  content: "";
  margin-right: 3px;
}

.footer_bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.footer_bottom .widgetsocialink {
  padding-right: 30px;
}

.footer_copyright {}

.footer_copyright ul {
  margin: 0;
}

.footer_copyright ul li {
  margin-right: 8px;
}

.footer_copyright ul li:last-child {
  margin-right: 0;
}

.footer_copyright ul li:after {
  content: "";
  height: 12px;
  width: 1px;
  background: #000;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 2px;
}

.footer_copyright ul li:last-child:after {
  display: none;
}

#block-reassurance {
  margin-top: 70px;
  margin-bottom: 70px;
}

#block-reassurance ul {
  justify-content: space-between;
  flex-wrap: initial;
}

#block-reassurance .rce_item {
  width: 33.33%;
}

#block-reassurance li .block-reassurance-item {
  text-align: center;
  padding: 35px;
  position: relative;
}

#block-reassurance li .block-reassurance-item:after {
  content: "";
  height: 60px;
  width: 1px;
  background: #222221;
  position: absolute;
  right: 0;
  top: calc(50% - 30px);
  bottom: auto;
}

#block-reassurance li:last-child .block-reassurance-item:after {
  display: none;
}

#block-reassurance .rce_item .rce_img {
  margin-bottom: 35px;
}

#block-reassurance .rce_item .rce_img img {}

#block-reassurance .rce_item .rce_desc {}

#block-reassurance .rce_item .rce_title,
#block-reassurance .rce_item .rce_title a {
  font-size: 17px;
  color: #000;
  font-weight: 500;
}

#block-reassurance .rce_item .rce_texte {
  margin: 10px 0;
}

#block-reassurance .rce_item .rce_texte,
#block-reassurance .rce_item .rce_texte a {
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

#block-reassurance .rce_item .rce_link {
  text-align: center;
}

#block-reassurance .rce_item .rce_link a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}

.nos_categories ul li a:hover,
.headerblock1 ul li a:hover,
#block-reassurance .rce_item a:hover {
  color: #ff0000;
}

#conseil_equipements {}

.ce_blocktexte .ce_left_choix,
.ce_blocktexte .ce_text_left {
  padding: 0;
}

.ce_blocktexte .ce_text_left {
  padding-right: 100px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
}

.ce_blocktexte .ce_text_left h2 {
  font-size: 25px;
  color: #000;
  margin-bottom: 15px;
}

.ce_blocktexte .ce_text_leftcover,
.ce_blocktexte .ce_text_left p {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #000;
}

.ce_blocktexte {
  margin-bottom: 50px;
}

.ce_blocktexte,
.ce_left_choix_cover {
  align-items: flex-end;
}

.ce_left_choix_cover {
  flex-wrap: initial;
}

.box_select {
  position: relative;
}

.ce_left_choix_cover .box_select label {
  font-size: 16px;
  font-weight: 700;
}

.box_select .knowmore_link {
  background: url(../img/pictodown.png) calc(100% - 20px) center no-repeat !important;
  padding-right: 50px;
  padding-left: 20px;
  min-width: 150px;
}

.box_select .knowmore_link:hover {
  border-color: #222221;
  color: #222221;
}

.box_select ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  list-style: none;
  padding: 5px 10px;
  margin: 0;
  right: 0;
  z-index: 2;
}

#conseil_equipements .conseil_equipements_right,
#conseil_equipements .conseil_equipements_left {
  padding: 0;
}

#conseil_equipements .ce_left_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

#conseil_equipements .ce_left_item,
.cta_knowmore,
.cta_reservation {
  height: 225px;
  padding: 1px;
}

.cta_reservation a {
  position: relative;
  background: #ff0000;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.cta_reservation a:after {
  content: "";
  background-color: #222221;
  width: 100%;
  height: calc(100% - 15px);
  clip-path: polygon(100% 0, 75% 100%, 100% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}

.cta_reservation a:hover {
  background-color: #222221;
}

.cta_reservation a:hover:after {
  background-color: #ff0000;
}

.cta_knowmore {}

.cta_knowmore_cover {
  align-items: center;
  justify-content: center;
  background-image: url(../img/photobg.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.product_right .product-quantity .wishlist-button-product,
.knowmore_link {
  border: 1px solid #222221;
  padding: 17px 25px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #222221;
  background: #fff;
  font-weight: 700;
  margin: 0;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  line-height: normal;
  outline: none !important;
}

.product_right .product-quantity .wishlist-button-product:hover,
.knowmore_link:hover {
  border-color: #ff0000;
  background: #ff0000;
  color: #fff;
}

.product-actions .add-to-cart:after,
.product_right .product-quantity .wishlist-button-product:after,
.knowmore_link:after {
  content: "";
  width: 50%;
  max-width: 110px;
  background: #ff0000;
  height: 5px;
  position: absolute;
  top: 100%;
  right: -1px;
}

.product-actions .add-to-cart:after {
  left: -1px;
  right: auto;
}

#carousel {
  margin-bottom: 50px;
}

.top_selection .products {}

.top_selection_intro {
  justify-content: space-between;
  padding: 0 20px 30px;
}

.top_selection_intro,
.top_selection_intro .displayflex {
  align-items: center;
}

.top_selection .products .product {
  padding: 0;
}

.top_selection .products .product .product-miniature {
  width: 100%;
}

.top_selection_intro .sort_box .sort_logo {
  margin: 0 40px;
}

.top_selection .product-miniature .product-price-and-shipping {
  position: initial;
  background: none;
  padding: 0;
  text-align: center;
  border: none;
}

.top_selection .product-miniature .thumbnail-container .product-thumbnail {
  background: none;
  padding: 50px 15px 30px;
  border: none;
}

.product-miniature .thumbnail-container .product_color {
  display: none;
  font-size: 12px;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
}

.top_selection .product-miniature .thumbnail-container .product_color {
  display: block;
}

.top_selection .product-miniature .thumbnail-container .product_description {
  display: none;
}

#product .top_selection .product-miniature .thumbnail-container .product-thumbnail {
  padding: 0;
}

.top_selection .product-miniature .product-title {
  text-align: center;
  margin-bottom: 10px;
}

.top_selection .product-miniature .product-title a {
  text-align: center;
  text-transform: uppercase;
  display: block;
}

#product .top_selection .product-miniature .product-title a {
  text-transform: none;
}

.top_selection .product-miniature .highlighted-informations {
  display: none;
}

.top_selection .product-miniature .thumbnail-container .product-price-and-shipping .price {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.top_selection .product-miniature .thumbnail-container .product-price-and-shipping .regular-price {
  font-size: 14px !important;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.top_selection .product-miniature .thumbnail-container .product-description {
  padding-bottom: 30px;
}

.titleh2 {
  font-size: 27px;
  line-height: normal;
  color: #000;
  font-weight: 700;
  text-transform: none;
}

.selectionchampion .titleh2 {
  margin-right: 20px;
  background: url(../img/fleche.png) no-repeat 0 9px;
  padding-left: 40px;
}

.selectionchampion .titleh2 span {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.selectionchampion .champion_img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.selectionchampion .champion_img img {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

#product .selectionchampion .champion_left {
  width: 100px;
}

#product .selectionchampion .champion_left .champion_name {
  font-size: 12px;
  line-height: normal;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  line-height: 16px;
}

#product .selectionchampion .champion_texte {
  max-width: calc(100% - 130px);
  margin-left: 30px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  margin-top: 10px;
  line-height: 16px;
}

#product .avantage_content {
  justify-content: space-between;
  margin-bottom: 10px;
}

#product .avantage_content .avantage_item {
  max-width: 45%;
}

#product .avantage_content .avantage_item h3 {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 15px;
}

.product-miniature .thumbnail-container {
  position: relative;
}

.top_selection .product-miniature .thumbnail-container {
  margin: 0;
}

.top_selection .products .product:nth-child(1) .product-miniature .thumbnail-container {
  background: #e8e7f1;
}

.top_selection .products .product:nth-child(2) .product-miniature .thumbnail-container {
  background: #fbeff0;
}

.top_selection .products .product:nth-child(3) .product-miniature .thumbnail-container {
  background: #fbfbfd;
}

.top_selection .products .product:nth-child(4) .product-miniature .thumbnail-container {
  background: #fbf8eb;
}

.top_selection .products .product:nth-child(4) .product-miniature .thumbnail-container {
  background: #fbf8eb;
}

#product .top_selection .products .product-miniature .thumbnail-container {
  background: #fff !important;
}

#product .top_selection .iconlang,
.iconlang {
  display: none;
}

.top_selection .iconlang {
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
}

.product-miniature .thumbnail-container .product-description {
  background: none;
}

.product-miniature .addtocartbutton {
  position: absolute;
  top: -50%;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 1s
}

.product-miniature .thumbnail-container:hover .addtocartbutton {
  top: calc(50% - 15px);
}

.product-miniature .addtocartbutton .knowmore_link:after {
  display: none;
}

#product .addtoenvies button,
.products article .wishlist-button-add {
  background: none;
  box-shadow: none;
  padding: 0;
  height: auto;
  margin: 0;
  min-width: 0;
  width: auto;
}

.products article .wishlist-button-add {
  top: 15px;
  right: 10px;
}

.allproductlink {
  text-align: right;
  padding: 0 30px;
}

.allproductlink a {
  font-size: 12px;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  text-decoration: underline;
}

.allproductlink a:hover {
  color: #ff0000;
}

div#championbox {
  width: 100%;
  margin-bottom: 40px;
}

.championbox_cover {
  position: relative;
}

.championbox_texte {
  position: absolute;
  bottom: 0;
  max-width: 515px;
  right: 0;
  background: #fff;
  padding: 35px 35px 20px;
  text-align: justify;
  color: #000;
  font-size: 12px;
  font-weight: normal;
}

.championbox_title {
  font-size: 26px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

.subdesc_cat {}

.subdesc_cat h4,
.subdesc_cat h3 {
  font-weight: 400;
  line-height: normal;
  color: #000;
  margin-top: 25px;
}

.subdesc_cat h3 {
  font-size: 32px;
}

.subdesc_cat h4 {
  font-size: 24px;
}

.subdesc_cat,
.subdesc_cat p {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 25px;
  text-align: justify;
}

.nos_categories {
  margin-top: 70px;
}

.nos_categories h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #000;
}

.nos_categories ul {
  margin: 15px -15px 0;
}

.nos_categories ul li {
  width: 16.333333%;
  padding: 5px 15px;
}

.nos_categories ul li a {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: normal;
}

.pagination {
  text-align: center;
  position: relative;
}

.pagination ul {}

.pagination .previous {
  margin-right: 20px;
}

.pagination .next {
  margin-left: 20px
}

.pagination .disabled {
  color: #949598
}

.pagination .page-list li {
  margin: 0 2px;
}

.pagination a {
  font-weight: 400;
  color: #949598;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}

.pagination .current a,
.pagination .next,
.pagination .previous {
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}

.pagination .showall {
  position: absolute;
  right: 0;
  bottom: 0;
}

.pagination .showall a {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}

.pagination .showall a:hover,
.pagination a:hover {
  color: #ff0000;
}

#product .addtoenvies button i,
.product-miniature .thumbnail-container .wishlist-button-add i {
  background: url(../img/coeur.png) no-repeat;
  font-size: 0;
  width: 20px;
  height: 20px;
}

#product .addtoenvies,
.logomarque {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 1;
}

#product .addtoenvies {
  left: auto;
  right: 20px;
}

#main .product_left .scroll-box-arrows,
#main .product_left .images-container .js-qv-mask {
  width: calc(100% - 250px);
  margin: 0 auto;
  position: relative;
}

#main .product_left .images-container .js-qv-mask {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

#main .product_left .images-container .js-qv-mask ul {
  text-align: center;
}

#main .product_left .prodimageslider .slick-slide img {
  margin: auto;
}

.product_right {
  padding-left: 30px;
}

.product_right .product-prices {
  margin-bottom: 20px;
  align-items: flex-end;
}

.product_right .current-price {
  font-size: 30px;
  font-weight: 500;
  color: #ff0000;
  line-height: 30px;
}

.product_right .product-discount .regular-price {
  margin-left: 15px;
  font-weight: 400;
  color: #221b1d;
  font-size: 16px;
  margin-right: 0;
}

.product_right h1 {
  font-weight: 900;
  color: #221b1d;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 20px;
}

.product_right .subtitleprod {
  font-size: 23px;
  line-height: normal;
  display: block;
}

.product_right .product-quantity {
  flex-wrap: wrap;
}

.product_right .personalisation_raquette {}

.product_right .personalisation_raquette .knowmore_link {
  background: #ff0000 url(../img/raquette.png) no-repeat 15px center;
  width: 100%;
  color: #fff;
  border-color: #ff0000;
}

.product_right .personalisation_raquette .knowmore_link:after {
  background: #000;
}

.product_right .personalisation_raquette .texte_intro {
  text-align: center;
}

.product_right .achat_promo {}

.product_right .achat_promo .achat_promo_content {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background: #ff0000;
  padding: 5px 20px;
}

.product_right .soldesproduct {
  font-size: 16.5px;
  font-weight: 700;
  color: #ff0000;
  text-transform: uppercase;
}

.product_right .width100,
.product_right .product-quantity .wishlist-button-product,
.product_right .product-quantity .add,
.product_right .product-quantity .guidestailles,
.product_right .product-quantity .taillesandqty {
  width: 100%;
  margin-bottom: 25px;
}

.product_right .product-quantity .wishlist-button-product:hover,
.product_right .product-quantity .wishlist-button-product {
  background-image: url(../img/coeur.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
}

.product_right .product-quantity .wishlist-button-product:hover {
  background-color: #ff0000;
  color: #000;
}

.product_right .product-quantity .wishlist-button-product i {
  display: none;
}

.product_right .product-quantity .wishlist-button-product:before {
  content: "Ajouter aux favoris";
}

.product_right .specials_offers {
  font-size: 12px;
  line-height: normal;
  color: #000;
  font-weight: 500;
}

.product_right .specials_offers span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  color: #ff0000;
}

.product-variants .variant_Couleur {}

.product_right .variant_shoes {
  width: 100%;
}

.product_right .variant_shoes ul {
  margin: 0 -5px;
}

.product_right .variant_shoes li {
  padding: 5px;
  margin: 0 !important;
  cursor: pointer;
}

.product_right .variant_shoes li img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
}

.product_right .guidestailles {
  align-items: center;
  align-content: center;
}

.product_right .guidestailles li {
  padding-left: 20px;
  position: relative;
  margin-left: 20px;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  color: #000;
}

.product_right .guidestailles li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.product_right .guidestailles li:first-child:before {
  display: none;
}

.product_right .guidestailles li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #000;
}

.product_right .accordeon_box {
  margin-top: 30px;
}

.product_right .accordeon_item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00000010;
}

.product_right .accordeon_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.product_right .tab_title {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.product_right .tab_title:after {
  content: "\E5CF";
  font-size: 22px;
  position: absolute;
  right: 0;
}

.product_right .tab_title.active:after {
  content: "\E5CE";
}

.product_right .labelcontent {
  display: none;
  margin-top: 15px;
}

.product_right #tab_livraison {
  padding-left: 30px;
}

.product_ref {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 20px;
}

.product_ref:before {
  content: "";
  width: 30px;
  height: 1px;
  display: inline-block;
  background: #221b1d;
  position: relative;
  top: -4px;
  margin-right: 15px;
}

.product-actions .control-label {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  margin-right: 10px;
}

.product-actions .product-add-to-cart .control-label {
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  display: block;
}

.vivonsplus2bad {
  background-repeat: no-repeat;
  background-position: center center;
  justify-content: space-between;
  min-height: 500px;
  align-items: center;
}

.vivonsplus2bad .vivonsplus2bad_left {
  align-content: center;
  font-size: 77px;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  align-items: center;
}

.vivonsplus2bad .vivonsplus2bad_left img {
  max-width: 275px;
  margin-top: -80px;
  margin-right: -20px;
  margin-left: -45px;
}

.vivonsplus2bad .vivonsplus2bad_right {
  max-width: 320px;
}

.vivonsplus2bad .vivonsplus2bad_right h2 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 25px;
}

.vivonsplus2bad .vivonsplus2bad_right h2 .blackstyle {
  font-size: 20px;
  font-weight: 900;
}

.vivonsplus2bad .vivonsplus2bad_right h2 .blackstyle span {
  color: #ff0000;
}

.vivonsplus2bad .vivonsplus2bad_right .redborderlink {
  margin-top: 30px;
}

.productcarousel {
  margin-top: 50px;
}

.productcarousel .slick-slider {
  padding-left: 50px;
  padding-right: 50px;
}

.productcarousel .prodtitleh2 {
  margin-bottom: 25px;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(../img/next.png) no-repeat;
  font-size: 0;
  padding: 0;
  border: none;
  outline: none;
  width: 27px;
  height: 26px;
  z-index: 1;
  cursor: pointer;
  right: 30px;
  background-size: contain;
}

button.slick-prev {
  background-image: url(../img/prev.png);
  left: 30px;
  right: auto;
}

#product button.slick-arrow:before {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  width: 40px;
  height: 40px;
  border: 1px solid #00000020;
}

.productcarousel .slick-arrow {
  right: 10px;
}

.productcarousel .slick-prev {
  left: 10px;
}

.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.product-miniature .thumbnail-container .product_flags_top .product-flags li.product-flag {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  z-index: 1;
}

.product-miniature .thumbnail-container .product-price-and-shipping .price {
  font-size: 12px;
  font-weight: 700;
}

.product-miniature .thumbnail-container .product-price-and-shipping .hasdiscountprice {
  color: #ff0000;
}

.top_selection .product-miniature .thumbnail-container .product-price-and-shipping .hasdiscountprice {
  color: #000;
}

.product-miniature .thumbnail-container .product-price-and-shipping .regular-price {
  font-size: 10px !important;
  font-weight: normal;
  margin-left: 10px;
}

.product-miniature .thumbnail-container .product-price-and-shipping .discount-percentage {
  color: #fff;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 0;
  background: #ff0000;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 700;
  display: block !important;
}

.top_selection .product-miniature .thumbnail-container .product_flags_top,
.top_selection .product-miniature .thumbnail-container .product-price-and-shipping .discount-percentage {
  display: none !important;
}


/* personnalisation produit */

.personnalisation {}

.personnalisation .persoetapes {
  margin-bottom: 40px;
}

.personnalisation .persoetapes h2 {
  font-size: 18px;
  font-weight: 700;
  color: #ff0000;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.personnalisation .persoetapes h2 span {
  font-size: 14px;
  font-weight: 100;
  color: #000;
  display: block;
  margin-top: 5px;
}

.personnalisation .persoetapes .list_etapes {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  justify-content: center;
}

.personnalisation .persoetapes .list_etapes li {
  color: #bcbec0;
  line-height: normal;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 10px;
  cursor: pointer;
}

.personnalisation .persoetapes .list_etapes li:after {
  content: "";
  height: 12px;
  width: 12px;
  background: #bcbec0;
  display: block;
  margin: 5px auto auto;
}

.personnalisation .persoetapes .list_etapes li.current,
.personnalisation .persoetapes .list_etapes li.done {
  color: #000;
}

.personnalisation .persoetapes .list_etapes li.current:after,
.personnalisation .persoetapes .list_etapes li.done:after {
  background: #000;
}

.personnalisation .perso_item {
  margin-bottom: 2px;
}

.persoproduct_name {
  font-size: 12px;
  text-transform: uppercase;
  background: #bcbec0;
  color: #fff;
  padding: 12px 20px 10px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  cursor: pointer;
}

.perso_item.active .persoproduct_name {
  background: #000;
}

.persoproduct_desc {
  border: 1px solid #bcbec0;
  text-align: center;
  display: none;
  padding: 10px;
}

.perso_item.active .persoproduct_desc {
  display: block;
}

.persoproduct_desc .persoproduct_title {
  font-size: 12px;
  font-weight: 12px;
  line-height: normal;
  margin: 12px 0 0;
}

.menumobile,
.produits_perso .wishlist-button-add {
  display: none;
}

.perso_rightcover h3 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 18px;
  padding-bottom: 15px;
  font-weight: normal;
  margin-bottom: 15px;
}

#personnalisation .modal-dialog {
  max-width: calc(100% - 100px);
  margin: 0 auto;
  padding: 0px;
  border-radius: 0;
}

#personnalisation .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}

#personnalisation .modal-dialog .modal-content .container {
  width: 100%;
  padding: 30px 30px;
}

#personnalisation .modal-dialog .modal-body {
  padding: 0;
}

#personnalisation .product_flags_top .discount {
  background: none;
  color: #ff0000 !important;
}

#personnalisation button {
  box-shadow: none;
  outline: none;
}

#personnalisation button.close {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 1px;
  margin: -20px -20px 20px 0;
}

#personnalisation button.close span {
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
}

#personnalisation .perso_left {
  width: 280px;
}

#personnalisation .perso_right {
  width: calc(100% - 280px);
  padding-left: 5px;
}

#personnalisation .product-thumbnail {
  padding-bottom: 50px;
}

#personnalisation .validate {
  background: #000;
  color: #fff;
  margin-left: 50px;
}

#personnalisation .validate:hover {
  background: #ff0000;
}

#personnalisation .boutonsperso .knowmore_link:after {
  left: 0;
  right: auto;
}

#personnalisation .boutonsperso {
  text-align: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

#personnalisation .boutonsperso:before {
  content: "";
  background: #bcbec0;
  left: -300px;
  right: -30px;
  top: -30px;
  bottom: -30px;
  position: absolute;
}

#personnalisation .boutonsperso .knowmore_link {
  min-width: 300px;
}

#personnalisation .product-description {
  padding-top: 5px;
}

.produits_perso {
  margin: 0 -2px;
}

.produits_perso .product {
  padding: 0 2px;
}

button.icon_menubanner {
  display: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  float: right;
  margin: 20px -20px 20px 0;
}

@media (max-width: 1199px) {
  .logosite {
    max-width: 200px;
  }

  .headerblock1 {
    padding-left: 200px;
  }

  .headerblock1 ul li a {
    padding: 10px 8px;
  }

  .headerblock2 {
    padding-left: 185px;
  }

  .block_newsletter_cover {
    padding: 30px 0px;
  }

  .newsletter_intro {
    max-width: 230px;
    font-size: 23px;
    margin: 0 15px;
  }

  .selectionchampion .titleh2 {
    margin-right: 15px;
    padding-left: 30px;
  }

  #product .selectionchampion .champion_texte {
    max-width: calc(100% - 90px);
    margin-left: 10px;
  }

  #product .selectionchampion .champion_left {
    width: 80px;
  }

  .selectionchampion .champion_img {
    height: 80px;
    width: 80px;
  }

  .titleh2 {
    font-size: 25px;
  }

  .top_selection_intro {
    padding: 0 0px 30px;
  }

  .top_selection_intro .selectionchampion,
  .top_selection_intro .sort_box {
    max-width: 50%;
  }

  .top_selection_intro .sort_box .sort_logo {
    margin: 0 20px;
  }

  .productcarousel .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
  }

  .product_right .guidestailles li {
    padding-left: 15px;
    margin-left: 15px;
    font-size: 10px;
  }

  .scroll-box-arrows .left {
    left: -30px;
  }

  .scroll-box-arrows .right {
    right: -30px;
  }

  .product_left .rotatedegre {
    bottom: 40px;
    left: 20px;
  }

  .logomarque {
    top: 40px;
    left: 20px;
  }

  .#personnalisation .validate {
    margin-left: 20px;
  }

  #personnalisation .boutonsperso .knowmore_link {
    min-width: 270px;
  }

  .menuboxlinks {
    padding: 30px 20px 30px 20px;
  }

  .menubox_title {
    font-size: 25px;
    padding-left: 35px;
  }

  .menubox .menuboxlinks_cover .menuboxlinks_cat li a {
    font-size: 20px;
  }

  .menubox .menuboxlinks_cover li a {
    font-size: 15px;
  }

  .menubox .menuboxproduct_cover {
    padding: 15px 10px;
  }

  .menubox .boxprod_title {
    font-size: 18px;
  }

  .menubox .menuboxinfos .newinfos,
  .menubox .menuboxinfos .newinfos span {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {

  #conseil_equipements .ce_left_item,
  .cta_knowmore,
  .cta_reservation {
    height: 155px;
    padding: 1px;
  }

  .ce_left_choix {
    width: 100%;
  }

  .ce_left_choix .choix_centre,
  .ce_left_choix .choix_centre label {
    margin-right: 30px;
  }

  .ce_blocktexte .ce_text_left {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .lestendancesbad .tabpane_bottom {
    flex-wrap: wrap;
  }

  .lestendancesbad .tabpane_bottom .discover_article {
    width: 100%;
    margin-top: 20px;
  }

  .top_selection_intro .sort_box {
    margin-bottom: 30px;
  }

  .top_selection_intro .selectionchampion,
  .top_selection_intro .sort_box {
    max-width: 100%;
    width: 100%;
  }

  .top_selection_intro {
    align-items: flex-start;
  }

  #products .product,
  .featured-products .product,
  .product-accessories .product,
  .product-miniature .product {
    width: 33.33%;
  }

  .newsletter_intro {
    max-width: 200px;
    font-size: 20px;
    margin: 0 15px;
  }

  .block_newsletter form input[type="email"] {
    width: 260px;
  }

  .lesfiltres,
  .plusdefiltres,
  .products-selection .sort-by,
  #category #search_filters .facet .facet-title {
    margin-right: 5px;
    font-size: 12px;
  }

  #category #search_filters .facet {
    margin-right: 15px;
  }

  .nos_categories ul li {
    width: 25%;
  }

  .headerblock2 .nav_text,
  #category #search_filters .soldes {
    display: none;
  }

  .footer_bottom .widgetsocialink {
    padding-right: 0;
  }

  #index .newsletter_form {
    width: 100%;
    margin-top: 20px;
  }

  #index .block_newsletter form .input-wrapper {
    width: 100%;
  }

  #index .block_newsletter form input[type="email"] {
    width: 100%;
  }

  #index .block_newsletter_cover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lestendancesbad .tendance_nav {
    flex-wrap: wrap;
    padding: 0;
  }

  .lestendancesbad .tendance_nav .title_tendance {
    font-size: 25px;
    width: 100%;
    margin: 0 0 20px;
  }

  .lestendancesbad .tabpane_content .box_desc {
    padding-right: 0;
  }

  .logosite {
    max-width: 180px;
  }

  .headerblock1 {
    padding-left: 160px;
    padding-right: 0;
  }

  .headerblock1 ul li a {
    padding: 10px 0;
    font-size: 10px;
  }

  .menulogos ul li a {
    font-size: 9px;
  }

  .menulogos ul li a span {
    min-height: 35px;
    line-height: 35px;
    max-width: 35px;
    margin: auto auto 15px;
  }

  .headerblock2 {
    padding-left: 165px;
  }

  .navlink {
    margin-right: 20px;
  }

  #search_widget form input {
    padding: 15px 30px;
    min-width: 230px;
  }

  .product_right,
  .product_left {
    width: 100%;
    padding-left: 15px;
  }

  .product_right {
    margin-top: 30px;
  }

  .vivonsplus2bad .vivonsplus2bad_left {
    width: calc(100% - 320px);
  }

  #product .avantage_content .avantage_item {
    max-width: 100%;
  }

  button.slick-arrow {
    right: 0;
  }

  button.slick-prev {
    left: 0;
    right: auto;
  }

  .logomarque {
    top: 20px;
    left: 10px;
  }

  .product_left .rotatedegre {
    bottom: 20px;
    left: 10px;
  }

  .lestendancesbad .tabpane_content .tabpane_top .tabpane_top_right,
  .lestendancesbad .tabpane_content .tabpane_top .tabpane_top_left {
    width: 100%;
    position: relative;
  }

  #personnalisation .perso_left {
    width: 240px;
  }

  #personnalisation .perso_right {
    width: calc(100% - 240px);
  }

  .produits_perso .product {
    width: 50%;
  }

  #personnalisation .boutonsperso .knowmore_link {
    width: calc(50% - 10px);
  }

  #personnalisation .boutonsperso:before {
    left: -260px;
  }

}

@media (max-width: 767px) {
  .headerblock1 {
    min-height: 62px;
  }

  button.icon_menubanner {
    display: block;
    z-index: 999999;
  }

  button.icon_menubanner.open {
    position: fixed;
    right: 40px;
    top: auto;
  }

  .user_info:before {
    top: 5px;
  }

  #menubanner {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background: #fff;
    padding: 15px;
    max-width: 280px;
    height: 100vh;
    overflow: auto;
    padding-top: 60px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
  }

  .icon_menubanner.open+#menubanner {
    display: block;
  }

  .iconmenu {
    width: 35px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    outline: none;
  }

  .iconmenu span {
    background: #ff0000;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .iconmenu span:nth-child(1) {
    top: 0px;
  }

  .iconmenu span:nth-child(2),
  .iconmenu span:nth-child(3) {
    top: 10px;
  }

  .iconmenu span:nth-child(4) {
    top: 20px;
  }

  .menumobile.open span:nth-child(1),
  .icon_menubanner.open .iconmenu span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
  }

  .menumobile.open span:nth-child(2),
  .icon_menubanner.open .iconmenu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menumobile.open span:nth-child(3),
  .icon_menubanner.open .iconmenu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menumobile.open span:nth-child(4),
  .icon_menubanner.open .iconmenu span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
  }

  .popover .menubox_title {
    font-size: 28px;
  }

  #mobile_top_menu_wrapper .top-menu .popover {
    position: absolute;
    left: 50%;
    opacity: 1;
    visibility: visible;
    top: auto;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
  }

  .top-menu .popover .menuboxlinks_cover .menuboxlinks_cat li a {
    font-size: 24px;
  }

  #mobile_top_menu_wrapper .top-menu .sub-menu li>a {
    padding: 0;
  }

  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a {
    text-transform: none;
    width: calc(100% - 40px);
    float: left;
  }

  .top-menu .popover .menuboxproduct,
  .top-menu .popover .menuboxlinks_pratiques,
  .top-menu .popover .menuboxlinks_marques,
  .top-menu .popover .menuboxlinks_cat,
  .top-menu[data-depth="0"]>li,
  .menulogos ul li {
    width: 100%;
    float: left;
  }

  .iconmenumobile {
    position: relative;
    top: -60px;
    z-index: 1;
  }

  .popover .menubox_title span.number {
    margin-left: 0px;
  }

  .popover .menuboxlinks,
  .popover .menubox_title {
    padding-left: 0;
    padding-right: 0;
  }

  .popover .menuboxlinks {
    padding-top: 0;
  }

  .popover .menubox_title {
    padding-right: 50px;
  }

  .headerblock1 ul li {
    width: 100%;
  }

  .headerblock1 ul li a {
    padding: 0px;
  }

  .headerblock2 {
    padding-left: 15px;
  }

  .lestendancesbad .tendance_nav ul li a {
    font-size: 16px;
    padding: 10px 15px;
  }

  #products .product,
  .featured-products .product,
  .product-accessories .product,
  .product-miniature .product {
    width: 50%;
  }

  #search_filters_wrapper,
  #category #search_filter_controls,
  #products .up {
    display: none;
  }

  #search_filters_wrapper.active {
    display: block;
    z-index: 99
  }

  #category .filtertop {
    position: relative;
  }

  #category #search_filters {
    padding: 15px;
    box-shadow: none;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 9;
    background: #ebebeb;
  }

  .championbox_texte {
    position: initial;
  }

  .newsletter_form {
    width: 100%;
    margin-top: 20px;
  }

  .block_newsletter form .input-wrapper {
    width: 100%;
  }

  .block_newsletter form input[type="email"] {
    width: 100%;
  }

  .block_newsletter_cover {
    padding-left: 15px;
    padding-right: 15px;
  }

  #category .facetedsearch {
    padding: 15px 0;
    width: auto;
  }

  .footer_bottom {
    justify-content: center;
  }

  .footer_bottom .widgetsocialink {
    margin-top: 15px;
  }

  #conseil_equipements .ce_left_item,
  .cta_knowmore,
  .cta_reservation {
    height: 114px;
  }

  #block-reassurance ul {
    flex-wrap: wrap;
    /* Ajout.JH */
    margin: 20px auto 45px;
    /*-----*/
  }

  #block-reassurance .rce_item {
    width: 100%;
    margin-bottom: 30px;
  }

  #block-reassurance .rce_item:last-child {
    margin-bottom: 0;
  }

  #block-reassurance li .block-reassurance-item:after {
    height: 1px;
    width: 60px;
    top: auto;
    bottom: 0;
    left: calc(50% - 30px);
  }

  #block-reassurance li .block-reassurance-item {
     /* Ajout.JH */
     display: grid;
     grid-template-columns: 1fr 1.5fr;
     column-gap: 18px;
     align-items: center;
     /*---------*/
    padding: 15px 15px 35px;
  }

  #block-reassurance li:last-child .block-reassurance-item {
    padding-bottom: 0;
  }

  #block-reassurance {
    margin-top: 40px;
    margin-bottom: 40px;
  }

     /* Ajout.JH */

     #block-reassurance .rce_item .block-reassurance-item .rce_img {
      margin-bottom: 0;
    }
      /*---------*/

  .productcarousel .slick-prev {
    left: -15px;
  }

  .productcarousel .slick-arrow {
    right: -15px;
  }

  .vivonsplus2bad .vivonsplus2bad_left,
  .vivonsplus2bad .vivonsplus2bad_right {
    width: 100%;
  }

  .vivonsplus2bad .vivonsplus2bad_right {
    margin-top: 30px;
  }

  .vivonsplus2bad .vivonsplus2bad_left img {
    max-width: 230px;
    margin-top: -60px;
    margin-right: -20px;
    margin-left: 0;
  }

  .vivonsplus2bad {
    padding-top: 60px;
  }

  .tabs .tab-pane {
    padding: 25px 25px 20px;
  }

  #personnalisation .perso_left,
  #personnalisation .perso_right {
    width: 100%;
    padding-left: 15px;
  }

  #personnalisation .boutonsperso:before {
    left: -30px;
  }

  .menulogos {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    width: auto;
    border: 1px solid #ff0000;
    max-width: 180px;
  }

  .menumobile {
    display: block;
  }

  .menumobile span {
    width: 35px;
    height: 3px;
    display: block;
    background: #000;
  }

  .menulogos ul li {
    width: 100%;
  }

  .menulogos ul li a.menuicon {
    border-radius: 0;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .menulogos ul li .menuicon span {
    height: 50px;
    margin: 0 15px 0 0;
    width: 50px;
  }

  .menulogos li:hover .menubox {
    display: none;
  }
}

@media (max-width: 575px) {
  .nos_categories ul li {
    width: 33.3333%;
  }

  .cta_knowmore,
  .cta_reservation {
    height: 150px;
  }

  #conseil_equipements .ce_left_item {
    width: 50%;
    height: auto;
  }

  .productcarousel .slick-prev {
    left: 0px;
  }

  .productcarousel .slick-arrow {
    right: 0px;
  }

  .tabs .tab-pane {
    padding: 15px;
  }

  #search_widget form input {
    padding: 15px;
    min-width: 190px;
  }
}

@media (max-width: 480px) {
  .nos_categories ul li {
    width: 50%;
  }

  #product .selectionchampion .champion_texte {
    max-width: calc(100% - 110px);
    margin-left: 10px;
  }

  .lestendancesbad .tabpane_top_right .new_top .new_top_texte {
    max-width: 100%;
  }

  .lestendancesbad .tabpane_top_right .new_top .new_top_img {
    max-width: 100%;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .block_newsletter {
    display: none;
  }
}

@media (max-width: 320px) {
  #conseil_equipements .ce_left_item {
    width: 100%;
    height: auto;
  }

  #product .selectionchampion .champion_left .champion_img {
    margin: auto;
  }

  #product .selectionchampion .champion_left,
  #product .selectionchampion .champion_texte {
    max-width: 100%;
    margin-left: 0px;
  }
}

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

/* ADDED BY DLPRO */
.dlpro-checkout-step-address {
  width: 170px;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
  background-color: #ff0000;
}

#blockcart-modal .cart-content .cart-content-btn a:hover {
  background-color: #ff0000;
}

#product .avantage_content {
  margin-top: 3rem !important;
}

.lestendancesbad .tabpane_content .tabpane_top .tabpane_top_left {
  padding: 0;
  background: none;
}

.product_right .accordeon_box .fas {
  margin-right: 15px;
}

.product_right .tab_title {
  font-weight: 600;
}

.wishlist-modal .modal-footer button {
  width: 170px;
  padding: 17px 20px
}

.register-form .form-control-submit,
.login-form .knowmore_link,
.wishlist-login .modal-cancel,
.wishlist-login .knowmore_link {
  width: 170px;
}

.wishlist_top .block_wishlist a {
  position: relative;
  min-width: 20px;
  min-height: 22px;
  background: url(../img/heart.svg) no-repeat;
  vertical-align: bottom;
}

#products .product-title a {
  font-weight: 500;
}

.box_select,
.tabpane_top_right .knowmore_link {
  min-width: 170px;
}

.icioncorde .discover_link {
  text-align: center;
}

.featured-products .titleh2 span.tored {
  color: #ff0000
}

.featured-products .product-miniature .thumbnail-container .addtocartbutton {
  top: calc(50% - 15px);
}

.top-menu .popover .menuboxlinks_cover .menuboxlinks_cat li a {
  font-size: 24px;
}

.top-menu .sub-menu ul[data-depth="1"]>li {
  float: inherit;
}

.page-index .block_newsletter {
  position: absolute;
  width: 100%;
  left: 0;
}

.page-index .lestendancesbad {
  margin-top: 100px;
}

span.cart-products-count {
  color: #fff;
}

.dlproStock {
  margin-top: 1.5rem;
}

.dlproStock .btn-primary {
  color: #fff !important;
  padding: 17px 15px;
  font-size: 12px;
  width: 100%;
  letter-spacing: 2px;
  position: relative;
}

.dlproStock .btn-primary:hover {
  background-color: #ff0000;
}

.dlproStock .btn-primary:after {
  content: "";
  width: 50%;
  max-width: 110px;
  background: #ff0000;
  height: 5px;
  position: absolute;
  top: 100%;
  left: -1px;
  right: auto;
}

#dlproStockModal .modal-body {
  height: 400px;
  overflow-y: scroll;
}

.product-miniature .highlighted-informations {
  text-align: center;
  position: absolute;
  top: -65px;
  left: 10px;
}

.product-flags li.product-flag:not(.dlpro-discount) {
  background: #ff0000 !important;
  color: #fff !important;
  padding: 5px 8px 3px 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.dlpro-discount {
  background: transparent !important;
  color: #ff0000 !important;
}

.grelated_products .owl_slider .owl-next,
.owl_slider .owl-prev {
  margin-top: -20px;
  position: absolute;
}

.grelated_products .owl_slider .owl-prev {
  left: -70px;
  top: 30%;
  border: 1px solid #000;
}

.grelated_products .owl_slider .owl-next {
  right: -70px;
  top: 35%;
  border: 1px solid #000;
}

.grelated_products .owl_slider .owl-nav [class*=owl-] {
  background: transparent;
  color: #333;
  font-size: 36px;
}

.grelated_products .owl_slider {
  overflow: inherit;
}

.grelated_products .products-section-title,
.grelated_products .page-product-heading {
  text-align: left;
}

body.page-index .carousel.slide {
  display: block;
}

body:not(.page-index) .carousel.slide {
  display: none;
}

.product_right .dlpro-accordeon-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00000010;
}

.product_right .dlpro-accordeon-box {
  margin-top: 30px;
}

.product_right .dlpro-tab-title {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

.closemenu {
  border-radius: 50%;
  padding: 0.5em;
  width: 40px;
  height: 40px;
  border: 2px solid #ff0000;
  color: #fff;
  position: relative;
  cursor: pointer;
  float: right;
  top: 0;
  right: 0;
}

.closemenu .fas {
  top: 0;
  position: absolute;
  left: 0;
  transform: translate(10%, 0%);
}

.votretaille .knowmore_link:after {
  content: "+";
}

.product-quantity .taillesandqty .votretaille {
  width: calc(100% - 90px);
}

.product-quantity .taillesandqty .votretaille .knowmore_link {
  width: 100%;
}

.product-quantity .taillesandqty .votretaille .btn-group {
  width: 100%;
}

.product-quantity .taillesandqty .votretaille .knowmore_link:after {
  content: "";
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-left: 20px;
  background: url(../img/plus.png) no-repeat;
  right: 25px;
  top: calc(50% - 7px);
  border: none;
}

.product-quantity .taillesandqty .votretaille .knowmore_link:hover:after {
  background-position: -17px 0;
}

.dlpro-hide .votretaille {
  display: none;
}

.dlpro-text-left {
  text-align: left !important;
}

a:hover {
  color: #ff0000;
}

.carousel .carousel-control .icon-prev,
.carousel .carousel-control .icon-next {
  width: 200px;
  height: 100px;
  background-color: #ff0000;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  border: 1px solid #ff0000;
  border-bottom: 0;
  transform: rotate(-90deg);
  right: -50px;
  top: 50%;
}

.carousel .carousel-control .icon-prev {
  left: -50px;
  transform: rotate(90deg);
}

.carousel .carousel-control .icon-prev i {
  transform: translate(20%, 50%) rotate(-90deg);
}

.carousel .carousel-control .icon-next i {
  transform: translate(-20%, 50%) rotate(90deg);
}

.carousel .carousel-control .icon-prev:hover,
.carousel .carousel-control .icon-next:hover {
  color: #ff0000;
}

.carousel .carousel-control.left:hover,
.carousel .carousel-control.right:hover {
  color: #ff0000;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
  color: #ff0000;
}

#carousel .container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

/*.carousel .carousel-control .icon-prev{
	transform: rotate(-90deg);
	top: 50%;
    left: 50%;
    right: 0;
    position: absolute;
}
.carousel .carousel-control .icon-next{
	transform: rotate(90deg);
	top: 50%;
    left: 50%;
    right: 0;
    position: absolute;
}*/
.btn-primary:hover {
  background-color: #ff0000;
  color: #fff;
}

.social-sharing .facebook:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Cg%3E%3Cimage overflow='visible' opacity='0.1' width='26' height='42' xlink:href='D795CA29.png' transform='matrix(1 0 0 1 8 0)'%3E%3C/image%3E%3Cg%3E%3Cpath fill='%234267B2' d='M22.2,27.2v-7.2h2c1.5,0,2,0,2-0.1c0-0.1,0.1-1,0.2-2.1c0.1-1.1,0.2-2.2,0.2-2.4l0-0.4l-2.2,0l-2.2,0 l0-1.6c0-0.9,0.1-1.8,0.2-1.9c0.2-0.5,0.7-0.7,2.6-0.7h1.7V8.3V5.8H24c-3,0-3.8,0.1-5,0.7c-0.8,0.4-1.6,1.2-2,1.9 c-0.5,1.1-0.7,1.8-0.7,4.3L16.2,15h-1.5h-1.5v2.5v2.5h1.5h1.5v7.2v7.2h3h3V27.2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.social-sharing .twitter:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Cg%3E%3Cimage overflow='visible' opacity='0.1' width='42' height='36' xlink:href='43D69FB1.png' transform='matrix(1 0 0 1 1 3)'%3E%3C/image%3E%3Cg%3E%3Cpath fill='%231DA1F2' d='M25.7,8L25.7,8l0.7,0h0.7l0.5,0.1c0.3,0.1,0.6,0.2,0.9,0.3s0.5,0.2,0.8,0.4C29.6,8.9,29.8,9,30,9.2 c0.2,0.1,0.4,0.3,0.6,0.5c0.2,0.2,0.4,0.2,0.8,0.1c0.3-0.1,0.7-0.2,1.1-0.3c0.4-0.1,0.8-0.3,1.2-0.5c0.4-0.2,0.6-0.3,0.7-0.3 c0.1,0,0.1-0.1,0.1-0.1l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0c0,0,0,0.1,0,0.1 S34.5,9,34.3,9.3s-0.4,0.6-0.6,0.9c-0.2,0.3-0.5,0.6-0.6,0.7c-0.2,0.2-0.3,0.3-0.4,0.3c-0.1,0.1-0.1,0.1-0.2,0.2l-0.1,0.1l0,0l0,0 l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0h0.1h0.1l0.7-0.2c0.5-0.1,1-0.2,1.4-0.4c0.5-0.2,0.7-0.2,0.7-0.2 c0,0,0.1,0,0.1,0l0,0l0,0l0,0l0,0l0,0l0.1,0l0.1,0v0v0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0 c0,0-0.1,0.2-0.3,0.5c-0.2,0.3-0.3,0.4-0.4,0.5c0,0,0,0-0.1,0.1c0,0-0.2,0.2-0.6,0.6c-0.3,0.3-0.7,0.7-1,0.9 c-0.3,0.3-0.5,0.6-0.5,1c0,0.4,0,0.8-0.1,1.3c0,0.5-0.1,1-0.2,1.6c-0.1,0.6-0.2,1.2-0.5,2c-0.2,0.7-0.5,1.4-0.7,2.1 c-0.3,0.7-0.6,1.3-0.9,1.9s-0.6,1-0.9,1.4c-0.3,0.4-0.5,0.7-0.8,1.1c-0.3,0.3-0.6,0.7-1,1.1c-0.4,0.4-0.7,0.6-0.7,0.7 c0,0-0.2,0.2-0.5,0.4c-0.3,0.3-0.6,0.5-1,0.8c-0.3,0.3-0.7,0.5-1,0.6c-0.3,0.2-0.6,0.4-1.1,0.6c-0.4,0.2-0.9,0.4-1.3,0.6 c-0.5,0.2-1,0.4-1.5,0.5c-0.5,0.2-1,0.3-1.5,0.4c-0.5,0.1-1.1,0.2-1.7,0.2l-0.9,0.1v0v0h-0.9h-0.9v0v0l-0.2,0c-0.2,0-0.3,0-0.4,0 s-0.5-0.1-1.1-0.1c-0.6-0.1-1.1-0.2-1.5-0.3s-0.9-0.3-1.6-0.5c-0.7-0.2-1.3-0.5-1.8-0.8c-0.5-0.3-0.8-0.4-1-0.5 c-0.1-0.1-0.3-0.1-0.4-0.2l-0.2-0.1l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0h0h0v0v0l0,0l0,0l0.1,0c0.1,0,0.3,0,0.7,0 s0.7,0,1.1,0s0.8-0.1,1.2-0.1c0.4-0.1,0.9-0.2,1.5-0.3c0.6-0.2,1.1-0.3,1.6-0.5c0.5-0.2,0.8-0.4,1-0.5c0.2-0.1,0.5-0.3,0.9-0.6 l0.6-0.4l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l-0.2,0c-0.1,0-0.3,0-0.4,0s-0.3,0-0.6-0.1 c-0.3-0.1-0.6-0.2-0.9-0.3c-0.3-0.1-0.6-0.3-1-0.5s-0.5-0.4-0.7-0.5c-0.1-0.1-0.3-0.3-0.5-0.5c-0.2-0.2-0.4-0.5-0.6-0.7 c-0.2-0.2-0.3-0.5-0.5-0.9l-0.2-0.5l0,0l0,0l0,0l0,0l0,0l0,0l0.3,0c0.2,0,0.5,0,0.9,0s0.7,0,0.9-0.1c0.2,0,0.3,0,0.3-0.1l0.1,0 l0.1,0l0.1,0l0,0l0,0l0,0l0,0l-0.1,0l-0.1,0l-0.1,0l-0.1,0l-0.1,0c0,0-0.1,0-0.2-0.1s-0.3-0.1-0.7-0.3c-0.4-0.2-0.7-0.3-0.9-0.5 c-0.2-0.2-0.4-0.3-0.7-0.5c-0.2-0.2-0.4-0.4-0.7-0.7c-0.2-0.3-0.5-0.7-0.7-1c-0.2-0.4-0.3-0.8-0.4-1.1c-0.1-0.4-0.2-0.7-0.2-1.1 l0-0.6l0,0l0,0l0,0l0,0l0,0l0,0l0.4,0.2c0.3,0.1,0.6,0.2,1,0.3s0.7,0.1,0.7,0.1l0.1,0h0.1h0.1l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0 l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0c0,0-0.1-0.1-0.2-0.2c-0.1-0.1-0.3-0.3-0.5-0.4c-0.2-0.2-0.3-0.4-0.5-0.6s-0.3-0.4-0.4-0.6 C8,15,7.8,14.7,7.7,14.4c-0.1-0.3-0.2-0.7-0.3-1c-0.1-0.3-0.1-0.7-0.1-1c0-0.3,0-0.6,0-0.9c0-0.2,0.1-0.5,0.2-0.8s0.2-0.6,0.3-1 L8,9.2l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0.4,0.4c0.2,0.3,0.5,0.6,0.8,0.9 C9.7,10.8,9.9,11,9.9,11c0,0,0.1,0.1,0.1,0.1c0.1,0.1,0.2,0.2,0.5,0.5c0.3,0.2,0.7,0.5,1.2,0.9s1,0.7,1.6,1 c0.6,0.3,1.2,0.6,1.9,0.9c0.7,0.3,1.2,0.4,1.4,0.5c0.3,0.1,0.7,0.2,1.4,0.3c0.7,0.1,1.2,0.2,1.5,0.2s0.6,0.1,0.7,0.1l0.2,0l0,0 l0,0L20.4,15c0-0.2-0.1-0.5-0.1-0.9s0-0.8,0.1-1.1c0.1-0.3,0.2-0.7,0.3-1c0.1-0.3,0.2-0.6,0.4-0.8c0.1-0.2,0.3-0.4,0.5-0.7 c0.2-0.3,0.4-0.5,0.8-0.8c0.3-0.3,0.7-0.5,1.1-0.8c0.4-0.2,0.8-0.4,1.1-0.5c0.3-0.1,0.6-0.2,0.8-0.2S25.7,8,25.7,8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.social-sharing .pinterest:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 42 (36781) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EArtboard 3 Copy 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-3-Copy-2' fill-rule='nonzero' fill='%23E60023'%3E%3Cg id='svg+xml' transform='translate(10.000000, 6.000000)'%3E%3Cg id='Calque_1'%3E%3Cg id='Group'%3E%3Cpath d='M11.7,1.1 C6.4,1.6 1.1,6 0.8,12.1 C0.7,15.9 1.7,18.7 5.3,19.5 C6.9,16.8 4.8,16.2 4.5,14.2 C3.2,6.1 13.9,0.5 19.5,6.2 C23.4,10.1 20.8,22.2 14.6,21 C8.6,19.8 17.5,10.2 12.8,8.3 C8.9,6.8 6.9,13 8.7,16.1 C7.6,21.4 5.3,26.4 6.2,33.1 C9.3,30.9 10.3,26.6 11.1,22.2 C12.6,23.1 13.5,24.1 15.4,24.3 C22.6,24.9 26.6,17.1 25.7,9.9 C24.8,3.5 18.5,0.3 11.7,1.1 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#block-reassurance .rce_item .rce_img img {
  width: auto;
  height: 61px;
}

.footer_bottom .facebook a {
  background-image: url(../img/facebook.svg) !important;
}

.footer_bottom .twitter a {
  background-image: url(../img/twitter.svg) !important;
}

.footer_bottom .rss a {
  background-image: url(../img/rss.svg) !important;
}

.footer_bottom .youtube a {
  background-image: url(../img/youtube.svg) !important;
}

.footer_bottom .pinterest a {
  background-image: url(../img/pinterest.svg) !important;
}

.footer_bottom .block-social ul li a {
  background-size: cover;
}

.footer_bottom .block-social ul li a {
  background-position: unset !important;
}

.dlpro-info-magazin .dlpro-title {
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 2.5rem;
  padding-bottom: 15px;
}

.dlpro-info-magazin .dlpro-list-contact,
.dlpro-info-magazin .dlpro-list-opening-hours,
.dlpro-info-magazin .dlpro-social {
  list-style: none !important;
}

.dlpro-info-magazin h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.dlpro-list-contact li i {
  margin-right: 15px;
}

.dlpro-info-magazin .dlpro-list-contact li {
  margin-left: 20px;
  margin-bottom: 20px;
}

.dlpro-info-magazin .dlpro-list-opening-hours li {
  margin-left: 20px;
  margin-bottom: 20px;
}

.dlpro-info-magazin iframe {
  border: none;
}

.dlpro-info-magazin .dlpro-col-b1:after {
  content: "";
  border-right: 1px solid #000;
  position: absolute;
  top: 25%;
  right: 3%;
  height: 200px;
}

.dlpro-info-magazin .dlpro-list-opening-hours .dlpro-days,
.dlpro-info-magazin .dlpro-list-opening-hours .dlpro-hours {
  display: flex;
  flex-direction: column;
}

.dlpro-info-magazin .dlpro-list-opening-hours .dlpro-days .days,
.dlpro-info-magazin .dlpro-list-opening-hours .dlpro-hours div {
  margin-bottom: 10px;
}

.dlpro-opening-hours-footer {
  margin-top: 30px;
}

.dlpro-info-magazin .dlpro-social .fab {
  font-size: 30px;
}

.dlpro-info-magazin2 {
  margin-top: 40px;
}

.dlpro-info-magazin .dlpro-dt-from .hour,
.dlpro-info-magazin .dlpro-dt-to .hour {
  font-weight: bold;
  font-size: 16px;
}

.dlpro-info-magazin .dlpro-dt-from .minute,
.dlpro-info-magazin .dlpro-dt-to .minute {
  font-weight: bold;
  font-size: 12px;
}

.dlpro-info-magazin2 .dlpro-info-magazin2-col1 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dlpro-info-magazin2-col1 h1 {
  margin-bottom: 20px;
}

.dlpro-bold {
  font-weight: bold;
}

.dlpro-mag-closed {
  font-weight: bold;
}

.dlpro-info-magazin .dlpro-list-opening-hours .dlpro-days .days {
  margin-bottom: 11px;
}

.cms-id-10 .page-header,
.cms-id-22 .page-header,
.cms-id-25 .page-header,
.cms-id-54 .page-header,
.cms-id-18 .page-header,
.cms-id-37 .page-header,
.cms-id-38 .page-header {
  display: none;
}

.dlpro-info-magazin2-col2 iframe {
  width: 100%;
  height: 200px;
}

.dlpro-list-mags a {
  position: absolute;
  left: 40%;
  top: 35%;
  background: #fff;
  font-size: 30px;
  padding: 10px;
}

.dlpro-list-mags .row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.dlpro-list-mags img {
  height: 150px;
}

.navlink i {
  font-size: 20px;
}

.conseil_equipements .span_select.knowmore_link {
  min-width: 170px;
}

.product_right .product-quantity .wishlist-button-product,
.knowmore_link {
  width: 170px;
}

.dlpro-accordeon-box .fas {
  margin-right: 15px;
}

.dlpro-accordeon-box #headingOne,
.dlpro-accordeon-box #headingTwo {
  padding-left: 0;
  font-size: .9375rem;
  font-weight: 700;
}

.product-miniature .addtocartbutton {
  top: calc(50% - 15px);
  transition: none;
  display: none;
}

.product-miniature .thumbnail-container:hover .addtocartbutton {
  display: block;
}

.lestendancesbad .tab-content {
  margin-top: 180px;
}

@media screen and (max-width: 50em) {
  .lestendancesbad .tab-content {
    margin-top: auto;
  }

  .page-cart .bootstrap-touchspin {
    display: flex;
  }

  .headerblock2 {
    position: relative;
  }

  #search_widget {
    width: 100%;
    display: block;
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: 50px;
    padding-left: 15px;
  }

  button.icon_menubanner {
    margin-right: 0;
  }

  #header .header-top {
    padding-top: 0;
  }

  #wrapper {
    padding-top: 40px;
  }

  #footer {
    padding-top: 20px;
  }

  .championbox_texte {
    padding-left: 0;
    padding-right: 0;

  }

  #championbox {
    margin-bottom: 0;
  }

  #block-reassurance {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .block_newsletter {
    margin-bottom: 10px;
  }

  .footer-container {
    margin-top: 0;
  }
}



#cms #content .clearfix:before,
#cms #content .clearfix:after {
  content: " ";
  display: table;
}

#contact.hide-right-column div.uploader span.filename,
#contact.hide-left-column div.uploader span.filename {
  width: 97px;
}

@media (min-width: 992px) and (max-width: 1199px) {

  #contact.hide-right-column div.uploader span.filename,
  #contact.hide-left-column div.uploader span.filename {
    width: 53px;
  }
}

#contact.hide-right-column.hide-left-column div.uploader span.filename {
  width: 172px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #contact.hide-right-column.hide-left-column div.uploader span.filename {
    width: 114px;
  }
}

@media (min-width: 320px) and (max-width: 340px) {
  #contact.hide-right-column.hide-left-column div.uploader span.filename {
    width: 155px;
  }
}

#listeContact li:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 6px;
  color: #ee4236;
  margin-right: 5px;
}

#listeContact {
  margin-bottom: 30px;

}

body.category-id-6 #search_filters .facet {
  display: block !important;
}

/*
* @subsection   CMS Pages Styles
*/
#cms #content .material-design-ico,
#cms #content .fa {
  font: normal 16px/22px "Arimo", sans-serif;
}

#cms #content .fa:before {
  font-family: "FontAwesome";
}

#cms #content .block-cms {
  padding-bottom: 20px;
}

#cms #content h1 {
  margin-bottom: 20px;
  margin-top: 0px;
  font: 700 30px/36px 'Roboto', cursive;
  color: #263238;
}

#cms #content h1#instant_search_results.page-heading {
  font: bold 34px/46px "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
}

#cms #content h1 a {
  color: #263238;
}

#cms #content h1 a:hover {
  color: #858586;
}

#cms #content h2 {
  /*border-top: dotted 2px #ee4236;
	border-bottom: dotted 2px #ee4236;*/
  margin-bottom: 20px !important;
  font-size: 20px !important;
  padding-top: 10px;
  color: #4b4b4b;

  font: 700 20px/24px 'Roboto';
}



@media (max-width: 567px) {
  #cms #content h1 {
    font: 700 24px/26px 'Roboto';
  }

  #cms #content h2 {
    border-top: dotted 2px #ee4236;
    border-bottom: dotted 2px #ee4236;
    margin-bottom: 20px !important;
    font-size: 20px !important;
    padding-top: 10px;
    color: #4b4b4b;
    padding-bottom: 10px;
  }
}

#cms #content h2.icon:before {
  line-height: 45px;
  font-size: 56px;
  display: inline-block;
  margin-right: 12px;
}

@media (max-width: 567px) {
  #cms #content h2 {
    font: bold 18px/20px "Roboto", sans-serif;
  }

  .col-md-mag {
    font-size: 10px !important;
  }

}

#cms #content h3 {
  font-size: 18px !important;
  border-bottom: none;
  margin: 15px 0 20px;
  padding-left: 30px;
  color: #263238;
  background: url("/img/cms/bg_h3.png") no-repeat;
  line-height: 30px;
}






@media (max-width: 567px) {
  #cms #content h3 {
    font: bold 16px/24px 'Roboto', cursive
  }
}

#cms #content p+h3 {
  margin-top: 45px;
}

#cms #content h4 {
  font-size: 30px;
  color: #263238;
  margin: 0 0 15px;
}

#cms #content h4:after {
  display: none;
}

@media (max-width: 567px) {
  #cms #content h4 {
    font: bold 22px/26px 'Roboto', cursive;
  }
}

#cms #content .border_bottom {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 50px 82px;
  margin-bottom: 69px;
}

@media (max-width: 567px) {
  #cms #content .border_bottom {
    padding: 0 10px 32px;
    margin-bottom: 39px;
  }
}

#cms #content .border_bottom2 {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 70px;
  margin-bottom: 69px;
}

@media (max-width: 567px) {
  #cms #content .border_bottom2 {
    padding: 0 0 32px;
    margin-bottom: 39px;
  }
}

#cms #content ul {
  list-style: none;
}

#cms #content .animateCount li {
  text-align: center;
  font: bold 56px/45px "Roboto", sans-serif;
  color: #263238;
  padding: 6px 15px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  #cms #content .animateCount li {
    font: bold 46px/35px "Roboto", sans-serif;
  }
}

@media (max-width: 567px) {
  #cms #content .animateCount li {
    font: bold 36px/30px "Roboto", sans-serif;
  }
}

@media (max-width: 479px) {
  #cms #content .animateCount li {
    width: 100%;
  }
}

#cms #content .animateCount li h3 {
  margin-top: 21px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #cms #content .animateCount li h3 {
    font: bold 16px/24px "Roboto", sans-serif;
  }
}

#cms #content .iconBox li {
  padding-top: 41px;
}

@media (max-width: 580px) {
  #cms #content .iconBox li {
    width: 100%;
  }
}

#cms #content .iconBox li>a {
  display: block;
  height: 270px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #858586;
  background: #fbfbfb;
  padding: 54px 50px 0;
  font: bold 20px/34px "Arimo", sans-serif;
  text-transform: uppercase;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

#cms #content .iconBox li>a:before {
  font-size: 81px;
  line-height: 1em;
  display: block;
  margin-bottom: 17px;
}

#cms #content .iconBox li>a:hover {
  background: #263238;
  color: white;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #cms #content .iconBox li>a {
    padding: 54px 20px 0;
  }
}

#cms #content .list-1 {
  list-style: none;
}

#cms #content .list-1 li {
  padding: 4px 0 6px 0;
  font-weight: bold;
  color: #00b06c;
  border-top: 1px solid #e1e1e1;
}

#cms #content .list-1 li:first-child {
  border: none;
}

#cms #content .list-1 li em {
  font-size: 20px;
  line-height: 20px;
  padding-right: 15px;
  vertical-align: -2px;
}

#cms #content .list-2 {
  padding-top: 40px;
}

#cms #content .list-2.border_bottom {
  padding: 40px 0 40px;
}

#cms #content .list-2 li {
  clear: both;
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}

#cms #content .list-2 li:before {
  font-size: 70px;
  line-height: 148px;
  width: 148px;
  height: 148px;
  text-align: center;
  background: #fbfbfb;
  display: block;
  float: left;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 35px;
  color: #858586;
  margin-bottom: 10px;
}

@media (max-width: 580px) {
  #cms #content .list-2 li:before {
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
  }
}

#cms #content .list-3 {
  overflow: hidden;
  padding: 23px 0 64px;
  border: none;
  position: relative;
}

#cms #content .list-3:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  border-bottom: 1px solid #e1e1e1;
  bottom: 0;
}

#cms #content .list-3 li {
  padding-bottom: 20px;
}

#cms #content .list-3.countBox {
  counter-reset: li;
}

#cms #content .list-3.countBox li h4:before {
  display: inline-block;
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  font-size: 36px;
  line-height: 30px;
  margin-right: 15px;
  font-weight: 300;
  color: #858586;
}

#cms #content .list-3.disk {
  padding-top: 31px;
}

#cms #content .list-3.disk li h4:before {
  display: inline-block;
  content: "";
  height: 14px;
  width: 14px;
  background: #263238;
  margin-right: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: -1px;
}

#cms #content .list-4 li {
  text-align: center;
  padding-top: 14px;
}

@media (max-width: 479px) {
  #cms #content .list-4 li {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #cms #content .list-4 li h3 {
    font: bold 16px/24px "Arimo", sans-serif;
  }
}

#cms #content .list-4 li:before {
  font-size: 86px;
  line-height: 1em;
  color: #263238;
  margin: 0 0 8px;
  display: inline-block;
}

#cms #content #testimonials li {
  font: bold 16px/28px "Roboto", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 15px 40px;
}

@media (max-width: 479px) {
  #cms #content #testimonials li {
    font: normal 13px/22px "Roboto", sans-serif;
  }
}

#cms #content #testimonials li:before {
  font-size: 84px;
  line-height: 1em;
  color: #263238;
  margin: 0 0 38px;
  display: block;
  text-align: center;
}

#cms #content #testimonials li p {
  margin-bottom: 33px;
}

#cms #content .bx-wrapper .bx-controls-direction a {
  font-size: 0;
  height: 30px;
  line-height: 0;
  margin-top: 0;
  top: auto;
  bottom: 0;
  width: auto;
  left: 50%;
  margin-left: -30px;
  text-align: center;
}

#cms #content .bx-wrapper .bx-controls-direction a:before {
  font-family: "FontAwesome";
  content: "\f053";
  font-size: 20px;
  line-height: 40px;
}

#cms #content .bx-wrapper .bx-controls-direction a.bx-next {
  left: auto;
  margin-left: 0;
  right: 50%;
  margin-right: -30px;
}

#cms #content .bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "\f054";
}

#cms #content .bx-wrapper .bx-controls-direction a:hover {
  color: #263238;
}

#cms #content .list-accordion>li>h3 {
  margin-bottom: 9px;
  cursor: pointer;
  display: inline-block;
}

#cms #content .list-accordion>li>h3:hover,
#cms #content .list-accordion>li>h3.active {
  color: #ffbb33;
}

#cms #content .list-accordion>li>h3:before {
  height: 41px;
  width: 41px;
  background: #263238;
  color: white;
  content: "+";
  line-height: 38px;
  font-size: 28px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  vertical-align: -2px;
  margin-bottom: 10px;
}

#cms #content .list-accordion>li>h3.active:before {
  content: "-";
}

#cms #content .list-accordion>li .list-3 {
  overflow: hidden;
  padding: 0 0 11px 60px;
  border: none;
  position: relative;
}

@media (max-width: 580px) {
  #cms #content .list-accordion>li .list-3 {
    padding: 0 0 11px 20px;
  }
}

#cms #content .list-accordion>li .list-3:after {
  display: none;
}

#cms #content .list-accordion>li .list-3 li {
  padding-bottom: 0;
}

#cms #content .list-accordion>li .list-3 li h4 {
  margin-bottom: 13px;
}

#cms #content .list-accordion>li .list-3 li.text {
  margin-left: -60px;
  padding-bottom: 26px;
}

@media (max-width: 580px) {
  #cms #content .list-accordion>li .list-3 li.text {
    margin-left: -20px;
  }
}

#cms #content .list-accordion>li .list-3 li.text:before {
  display: none;
}

#cms #content img {
  margin: 4px 0 17px;
  max-width: 100%;
  height: auto;
}

#cms #content #admin-action-cms {
  background: none repeat 0 0 #F6F6F6;
  border: 1px solid #d2d0d0;
  padding: 10px;
}

#cms #content #admin-action-cms p {
  margin: 0;
}

#cms #content #admin-action-cms p span {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #263238;
}

#cms #content #admin-action-cms p .btn {
  font: 700 17px/21px "Arimo", sans-serif;
  padding: 0;
  border: 1px solid;
  padding: 10px 14px;
  display: inline-block;
}

#cms #content #admin-action-cms p .btn.publish_button {
  color: #333;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  border-color: #0079b6 #006fa8 #012740 #006fa8;
  background: #009ad0;
  background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
  background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
  background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0);
}

#cms #content #admin-action-cms p .btn.publish_button:hover {
  border-color: #01314e #004b74 #0079b6 #004b74;
  filter: none;
  background: #0084bf;
}

#cms #content #admin-action-cms p .btn.lnk_view {
  color: #858586;
  text-shadow: 1px 1px white;
  border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
}

#cms #content #admin-action-cms p .btn.lnk_view:hover {
  border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
  filter: none;
  background: #e7e7e7;
}

@media (max-width: 768px) {

  #cms #content .table.table-bordered thead>tr>th,
  #cms #content .table.table-bordered thead>tr>td,
  #cms #content .table.table-bordered>tbody>tr>th,
  #cms #content .table.table-bordered>tbody>tr>td,
  #cms #content .table.table-bordered>tfoot>tr>th,
  #cms #content .table.table-bordered>tfoot>tr>td {
    padding: 9px 5px 11px 4px;
  }
}

@media (max-width: 479px) {
  #cms.cms-pages-configuration .table {
    font-size: 10px;
  }
}

#cms #content .listePuce li:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 6px;
  color: #ee4236;
  margin-right: 5px;
}





#cms #content #lesChampions ul li:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 6px;
  color: #ee4236;
  margin-right: 5px;
}

#cms #content .listePuce {
  margin-bottom: 20px;
}


/*
* @subsection   Contact Page Styles
*/
.contact-title {
  margin: -5px 0 27px 0;
  line-height: 23px;
}

.contact-title i {
  font-size: 23px;
  color: #858586;
  padding: 0 8px 0 0;
}

.contact-form-box {
  padding: 23px 0 0 0;
  margin: 0 0 30px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
  box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
}

.contact-form-box fieldset {
  padding: 0 19px 21px 19px;
  background: url(../img/form-contact-shadow.png) center bottom no-repeat;
  background-size: contain;
}

.contact-form-box label {
  margin: 0 0 6px 0;
}

.contact-form-box .page-subheading {
  padding-left: 0;
  border: none;
}

.contact-form-box .col-md-3 {
  padding-left: 0;
}

@media (max-width: 991px) {
  .contact-form-box .col-md-3 {
    padding-right: 0;
  }
}

.contact-form-box .col-md-9 {
  padding-right: 0;
}

@media (max-width: 991px) {
  .contact-form-box .col-md-9 {
    padding-left: 0;
  }
}

.contact-form-box #desc_contact0 {
  display: none;
}

.contact-form-box .form-group {
  margin-bottom: 7px;
}

.contact-form-box textarea {
  height: 257px;
}

.contact-form-box .submit {
  margin-top: 13px;
}

.contact-form-box select.form-control {
  max-width: 270px;
  width: 100%;
}

.contact-form-box input.form-control {
  max-width: 270px;
}

.top-menu .sub-menu {
  visibility: visible;
  display: none;
  opacity: 1;
}

.dlpro-sub-menu-popup,
.menulogos .menubox {
  display: none;
  position: absolute;
  left: 0;
  /*transform: translate(-50%);*/
  background: #fff;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0px 118px 70px -169px #000, 0px 125px 190px -140px rgb(0 0 0 / 40%);
  box-shadow: 0px 118px 70px -169px #000, 0px 125px 190px -140px rgb(0 0 0 / 40%);
  border: none;
}

.dlpro-sub-menu-popup .menubox_title {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  padding-left: 50px;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}

.dlpro-sub-menu-popup .menubox_title span.number {
  font-size: 17px;
  text-transform: none;
  margin-left: 20px;
  display: inline-block;
}

.dlpro-sub-menu-popup .menuboxlinks {
  padding: 30px 30px 30px 35px;
}

.dlpro-sub-menu-popup .menuboxinfos {
  margin-top: 30px;
  padding-left: 15px;
}

.dlpro-sub-menu-popup .menuboxcontent .menuboxinfos,
.dlpro-sub-menu-popup .menuboxcontent .menuboxinfos a {
  font-size: 17px;
  line-height: normal;
}

#menu-principal .dlpro-sub-menu-popup .menuboxcontent .menuboxinfos a {
  text-transform: none;
  padding: 0;
  color: #000 !important;
  background: none !important;
}

.top-menu .dlpro-sub-menu-popup .menuboxcontent .menuboxinfos .newinfos,
.top-menu .dlpro-sub-menu-popup .menuboxcontent .menuboxinfos .newinfos span {
  margin-left: 50px;
}

.top-menu .dlpro-sub-menu-popup .menuboxcontent .menuboxinfos .newinfos span,
.top-menu .dlpro-sub-menu-popup .menuboxcontent .menuboxinfos .guidetaille {
  background: url(../img/flechemenu.png) no-repeat 0 center;
  padding-left: 30px;
}

.top-menu .dlpro-sub-menu-popup .menuboxproduct {
  padding: 0;
}

.top-menu .dlpro-sub-menu-popup .menuboxproduct_cover {
  background: #fbebea;
  padding: 15px 30px;
  text-align: center;
  min-height: 100%;
}

.top-menu .dlpro-sub-menu-popup .menuboxcontent .boxprod_title {
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
}

.top-menu .dlpro-sub-menu-popup .menuboxcontent .boxprod_image {
  margin: 20px 0;
  text-align: center;
}

.top-menu .dlpro-sub-menu-popup .menuboxcontent .boxprod_desc {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

.top-menu .dlpro-sub-menu-popup .menuboxcontent .boxprod_price {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}

.top-menu .dlpro-sub-menu-popup .menuboxcontent .boxprod_desc .new_price {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.top-menu .dlpro-sub-menu-popup .menuboxcontent .boxprod_desc .new_price .current-price {
  margin-right: 15px;
}

.top-menu .dlpro-sub-menu-popup .menuboxcontent .boxprod_desc .old_price {
  font-size: 14px;
  margin-left: 15px;
  display: inline-block;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover .title-marques,
.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover label {
  text-align: left;
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cat {}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover li {
  margin-bottom: 10px !important;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover li a {
  color: #aaa;
  font-size: 17px;
  line-height: normal;
  display: inline-block;
  word-break: break-word;
  text-transform: none;
  padding: 0;
  text-align: left;
  background: none !important;
  border-radius: 0;
  white-space: initial;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover .menuboxlinks_cat li a {
  font-size: 30px;
  line-height: normal;
  color: #aaa;
  font-weight: 900;
  display: inline-block;
  text-transform: inherit;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover .menuboxlinks_cat li a small {
  color: #ff0000;
  font-size: 100%;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover li a:hover,
.top-menu .dlpro-sub-menu-popup .menuboxlinks_cat li a:hover {
  color: #000 !important;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover li a:hover {
  font-weight: 700;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover li a:hover:before {
  content: ">";
  display: inline-block;
  margin-right: 4px;
}

.dlpro-sub-menu-popup .menubox_title {
  font-size: 28px;
}

#mobile_top_menu_wrapper .top-menu .dlpro-sub-menu-popup {
  position: absolute;
  left: 50%;
  opacity: 1;
  visibility: visible;
  top: auto;
  z-index: 99;
  padding-right: 15px;
  padding-left: 15px;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover .menuboxlinks_cat li a {
  font-size: 24px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li>a {
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a {
  text-transform: none;
  width: calc(100% - 40px);
  float: left;
}

.iconmenumobile {
  position: relative;
  top: -60px;
  z-index: 1;
}

.dlpro-sub-menu-popup .menubox_title span.number {
  margin-left: 0px;
}

.dlpro-sub-menu-popup .menuboxlinks,
.dlpro-sub-menu-popup .menubox_title {
  padding-left: 0;
  padding-right: 0;
}

.dlpro-sub-menu-popup .menuboxlinks {
  padding-top: 0;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover .menuboxlinks_cat li a {
  font-size: 24px;
}

.category-id-161 .plusdefiltres,
.category-id-6 .plusdefiltres,
.category-id-8 .plusdefiltres,
.category-id-35 .plusdefiltres,
.category-id-7 .plusdefiltres,
.category-id-79 .plusdefiltres,
.category-id-105 .plusdefiltres {
  display: none;
}

#_desktop_top_menu #dlpro_menu_mobile {
  display: none !important;
}

.logofooter img {
  width: 174px;
}

.featured-products a:hover,
.choix_centre a:hover {
  color: #ff0000;
}

@media screen and (max-width: 50em) {

  .top-menu[data-depth="0"]>li,
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li {
    display: block;
    width: 100%;
    float: left;
    position: relative;
  }

  .iconmenumobile {
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 999;
  }

  .popover .menubox_title,
  .dlpro-sub-menu-popup .menubox_title {
    padding-right: 0;
  }

  .top-menu[data-depth="0"]>li:hover a+.iconmenumobile span i {
    background: url(../img/down.png) no-repeat center center;
    text-indent: -1000000px;
    color: #333;
  }

  .closemenu {
    display: none;
  }

  #_dlpro_menu_mobile {
    display: block;
  }

  #_mobile_top_menu #menu-principal {
    display: none;
  }

  #_desktop_top_menu #dlpro_menu_mobile {
    display: block !important;
  }

  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] li .iconmenumobile:active+ul {
    display: block;
  }

}

/* Responsive Table Style */
.responsive-table {
  background-color: #fefefe;
  border-collapse: collapse;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  width: 100%;
  margin: 2rem 0;
  overflow: hidden;
}

.responsive-table__row {
  border-bottom: 1px solid #edeef2;
  padding: 0 1.5rem;
}

.responsive-table__row th,
.responsive-table__row td {
  padding: 1rem;
}

.responsive-table__head {
  background-color: #e1e8f2;
}

@media (max-width: 991px) {
  .responsive-table__head {
    display: none;
  }
}

.responsive-table__head__title {
  align-items: center;
  font-weight: 500;
  text-transform: capitalize;
}

.responsive-table__body .responsive-table__row {
  transition: 0.1s linear;
  transition-property: color, background;
}

.responsive-table__body .responsive-table__row:last-child {
  border-bottom: none;
}

.responsive-table__body .responsive-table__row:hover {
  color: #ffffff;
  background-color: #ff0000;
}

.responsive-table__body__text::before {
  margin-right: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .responsive-table__body__text::before {
    content: attr(data-title) " :";
  }
}

@media (max-width: 400px) {
  .responsive-table__body__text::before {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.responsive-table__body__text--name {
  font-weight: 600;
}

/* Status Indicator Style */
.status-indicator {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #222222;
  margin-right: 0.5rem;
}

.status-indicator--active {
  background: #25be64;
}

.status-indicator--inactive {
  background: #dadde4;
}

.status-indicator--new {
  background: #febf02;
}

.block-social ul li a {
  background-image: none;
  font-size: 22px;
}

.dropdown-item:hover {
  color: #ff0000;
}

.custom-radio input[type="radio"]:checked+span {
  background-color: #ff0000;
}

body#checkout a:hover {
  color: #ff0000;
}

.product-quantity .taillesandqty .qty {
  display: flex;
  flex-direction: column;
}

.product-actions .product-add-to-cart .control-label {
  text-align: left;
}

.dlpro-visibility {
  visibility: hidden;
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
}

.product_right .product-discount .regular-price {
  font-size: 18px;
  line-height: 35px;
}

.grelated_products .product-miniature .thumbnail-container .product-thumbnail {
  border: none;
}

.dlpro-2bad-vivons h3 {
  text-transform: uppercase;
  font-weight: 400;
}

.dlpro-2bad-vivons h3 span span {
  color: #ff0000;
  font-weight: 600;
}

.dlpro-2bad-vivons h3 span {
  font-weight: 600;
}

.dlpro-2bad-vivons ul {
  padding-top: 20px;
  padding-bottom: 30px;
}

.dlpro-2bad-vivons .knowmore_link {
  width: 180px;
}

.dlpro-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}

.dlpro-row>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.dlpro-center-vivons {
  justify-content: center;
}

.grelated_products .product-miniature .highlighted-informations {
  position: relative;
  background: transparent;
  display: none;
}

.grelated_products .product-price-and-shipping {
  position: relative;
  background: transparent;
  border: none;
  top: 0;
  left: 0;
}

.grelated_products .product {
  padding: 10px;
}

.grelated_products .product-miniature .thumbnail-container .product-thumbnail {
  padding: 0;
}

.grelated_products .owl-theme .owl-nav .disabled {
  display: none;
}

.grelated_products .owl_slider .owl-next,
.grelated_products .owl_slider .owl-prev {
  border: none;
}

.add-to-cart-or-refresh .wishlist-button-product {
  border: 1px solid #222221;
  padding: 17px 25px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #222221;
  background: #fff;
  font-weight: 700;
  margin: 0;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  line-height: normal;
  outline: none !important;
}

.dlpro-block-color {
  display: flex;
  align-items: center;
}

.dlpro-list-colors {
  display: flex;
}

.dlpro-list-colors li {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
}

.dlpro-list-colors li span {
  display: none;
}

.dlpro-attribute-red {}

.dlpro-attribute-green {}

.product_right .product-quantity .taillesandqty {
  align-items: end;
}

.product_right .product-quantity .add {
  flex-direction: column;
}

.product_right .product-quantity .add .wishlist-button-add {
  width: 100%;
  margin-top: 30px;
}

.grelated_products .product-miniature .thumbnail-container .product-price-and-shipping .price {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.grelated_products .product-miniature .product-title a {
  font-size: 15px;
  font-weight: 500;
}

.grelated_products .product-miniature .product-title {
  text-align: center;
  height: 40px;
}

.grelated_products {
  margin-top: 30px;
}

.grelated_products .product-miniature .thumbnail-container .product_flags_top .product-flags li.product-flag {
  display: none;
}

.product_right .product-quantity .add {
  margin-bottom: 0;
}

.dlpro-list-colors li.active {
  border: 1px solid #ff0000;
}

.collapse.in {
  display: block !important;
}

#category #search_filters .facet ul {
  z-index: 12;
}

#products .product-miniature .product-flags li.product-flag {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#cart .discount.discount-amount {
  display: none;
}

.has-discount.product-price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

#cart .current-price {
  margin-right: 15px;
  color: red;
}

.block-social i {
  font-size: 35px;
}

.block-social .dlpro-facebook:hover {
  color: #1877F2;
}

.block-social .dlpro-twitter:hover {
  color: #1DA1F2;
}

.block-social .dlpro-youtube:hover {
  color: #CD201F;
}

.block-social .dlpro-pinterest:hover {
  color: #BD081C;
}

.block-social .dlpro-rss:hover {
  color: #f26522;
}

.displayNav2 {
  justify-content: center;
  align-items: center;
}

.dlpro-nav-right {
  justify-content: center;
  align-items: end;
  margin-right: 20px;
}

.dlpro-nav-right i {
  color: #000 !important;
  font-size: 22px;
}

.dlpro-nav-right li a {
  font-size: 12px;
  line-height: 22px;
}

.dlpro-nav-right li {
  margin-right: 20px;
}

.dlpro-nav-right li.dlpro-user a i {
  margin-left: 10px;
}

.dlpro-nav-right span.cart-products-count {
  position: absolute;
  right: -7px;
  bottom: -5px;
  font-size: 10px;
  color: #fff;
  background: #ff0000;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 15px;
  padding: 0;
}

.dlpro-nav-right .blockcart,
.dlpro-nav-right li.dlpro-help {
  position: relative;
}

.dlpro-nav-right li.dlpro-help:after {
  content: "";
  height: 10px;
  width: 1px;
  background: #000;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

a:active {
  color: #ff0000;
}

@media (max-width: 50em) {
  .dlpro-nav-right {
    margin-top: 10px;
    margin-right: 0;
  }

  #cart .product-line-grid-body br {
    display: none;
  }

  .product-price {
    margin-top: 0.5rem;
  }

  .block_newsletter p {
    text-align: center;
    margin-top: 20px;
  }

  .block_newsletter form input[type="submit"] {
    margin-left: 0;
  }

  .page-index .lestendancesbad {
    margin-top: 50%;
  }

  #block-reassurance {
    margin-top: auto;
  }

  #mobile_top_menu_wrapper .top-menu .popover {
    z-index: 9999;
  }
}

.contact-form-box .form-group {
  margin-bottom: 1rem;
}

.pfg-forms .form-group>label {
  text-align: left;
}

.contact-form-box .col-md-3 {
  padding-left: 10px;
}

label[for="field_nom_du_club"] {
  float: left;
  width: 12%;
  padding-left: 10px;
}

label[for="field_nom_du_club"]+div {
  width: 85%;
}

label[for="field_message"] {
  width: 13%;
  padding-left: 10px;
}

label[for="field_message"]+div {
  width: 80%;
}

.top_selection .products .product .product-miniature .thumbnail-container {
  background: transparent !important;
}

.top_selection .products .product .product-miniature .thumbnail-container {
  background: transparent !important;
}

.featured-products .product {
  width: 100% !important;
}

.featured-products .item {
  position: relative;
}

.featured-products .wishlist-button-add {
  position: absolute;
  top: 10px;
  right: 5px;
}

.featured-products .product-thumbnail img {
  height: 300px;
}

.featured-products .owl-next,
.featured-products .owl-prev {
  margin-top: -20px;
  position: absolute;
}

.featured-products .owl-prev {
  left: -70px;
  top: 50%;
}

.featured-products .owl-next {
  right: -70px;
  top: 50%;
}

.featured-products .owl-nav [class*=owl-] {
  background: transparent;
  color: #333;
  font-size: 36px;
}

.featured-products .owl_slider {
  overflow: inherit;
}

.featured-products .products-section-title,
.featured-products .page-product-heading {
  text-align: left;
}

.featured-products .owl-theme .owl-nav .disabled {
  display: none;
}

.dlpro-customize-raquette .product-flags li.product-flag:not(.dlpro-discount) {
  display: none;
}

.dlpro-customize-raquette .produits_perso {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.dlpro-customize-raquette .boutonsperso:before {
  content: none !important;
  background: transparent !important;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  bottom: unset !important;
  position: unset !important;
}

.dlpro-customize-raquette .modal-footer {
  background: #bcbec0;
}

.dlpro-sticky {
  /*position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3*/
}

.dlpro-customize-raquette-items article {
  position: relative;
  width: 140px;
  height: 100px;
  margin: 5px;
  float: left;
  border: 2px solid #ff0000;
  box-sizing: border-box;
}

.dlpro-customize-raquette-items article div {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: .5s ease;
}

.dlpro-customize-raquette-items article input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.dlpro-customize-raquette-items input[type=radio]:checked~div,
.dlpro-customize-raquette-items input[type=checkbox]:checked~div {
  background-color: #ff0000;
  color: #fff;
}

.product_right .tab_title {
  padding-left: 0;
  font-size: .9375rem;
  font-weight: 700;
}

.filtertop {
  background: #f6f6f6;

}

.filtertop .soldes {
  margin-left: 10px;
}

.filtertop .products-selection .sort-by-row {
  margin-right: 10px;
}

.filtertop .products-sort-order .select-title {
  background: transparent;
}

.headerblock1 {
  background: #e60012;
}

.headerblock1 ul li a {
  color: #fff;
}

.headerblock1 ul li a:hover {
  color: #000;
}

#search_filters .facet .collapse {
  display: none !important;
}

#search_filters .facet .collapse.in {
  display: block !important
}

.logomarque img {
  width: 150px;
}

.product-actions .add-to-cart {
  /*background-color: #ff0000;*/
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  /*background-color: #ff0000;*/
}

.dlpro-widget-marque-img {
  width: 150px;
  display: none;
}

.dlpro-block-no-raquette,
.dlpro-block-no-raquette .texte_intro {
  margin-bottom: 0 !important;
}

.product_right .personalisation_raquette {
  margin-top: 25px;
}

.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:active .open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  background-color: #ff0000;
}

.popover .menubox_title {
  /*font-size: 20px;*/
}

.has-discount.product-price {
  display: flex;
  justify-content: left;
  flex-direction: row;
}

.has-discount .discount {
  background-color: #ff0000;
}

.dlpro-product-list-discount-price {
  position: absolute;
  top: -55px;
  background-color: #f00;
  color: #fff;
  padding: 2px;
  font-size: 12px;
  font-weight: 700;
  left: 10px;
}

.top-menu .popover .menuboxlinks_cover .menuboxlinks_cat li a,
.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover .menuboxlinks_cat li a {
  font-size: 20px;
}

.featured-products .wishlist-button-add {
  box-shadow: none;
}

.dlpro_menu .dlpro_submenu {
  display: none;
  position: absolute;
  z-index: 99;
  left: -9px;
  top: 45px;
  min-width: 150px;
  background-color: #ebebeb;
}

.dlpro_menu li {
  position: relative;
}

.dlpro_menu .dlpro_submenu {
  display: none;
  position: absolute;
  z-index: 99;
  left: -9px;
  top: 45px;
  min-width: 150px;
  background-color: #ebebeb;
}

/*.dlpro_menu li:hover .dlpro_submenu {
    display: block;
}*/
.dlpro_menu .dlpro_submenu li {
  border-top: 1px solid #a9a9a9;
  height: fit-content;
  min-width: 150px;
  display: block;
}

.dlpro_menu .dlpro_submenu li a {
  color: #000
}

#header .top-menu a[data-depth="0"]:hover {
  padding: 5px;
}

/*#header .top-menu a[data-depth="0"]{
	padding: 0;
}*/
.dlpro-list-contact .btn-group i {
  float: left;
  line-height: 30px;
}

#search_by_calendar .sortByDate {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  margin-top: 15px;
}

#lyoreservation_previous,
#lyoreservation_next {
  border: 1px solid #222221;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #222221;
  background: #fff;
  font-weight: 700;
  margin: 0;
  min-width: 170px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  line-height: normal;
  outline: none !important;
}

#lyoreservation_previous:after,
#lyoreservation_next:after {
  content: "";
  width: 50%;
  max-width: 110px;
  background: #ff0000;
  height: 5px;
  position: absolute;
  top: 100%;
  right: -1px;
}

#lyoreservation_previous:hover,
#lyoreservation_next:hover,
#module-lyoreservation-book .table a:hover {
  border-color: #ff0000;
  background: #ff0000;
  color: #fff;
}

#module-lyoreservation-book .table td:hover {
  background: transparent;
}

.dlpro-container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.top-menu[data-depth="0"],
.product-variants .variant_Couleur,
.displayflex {
  flex-wrap: nowrap;
}

.dlpro-sub-first {
  margin-left: 10px;
}

.dlpro-sub-second {
  margin-left: 20px;
}

#category-0 {
  display: none;
}

#_desktop_top_menu .top-menu[data-depth="0"] li .sub-menu {
  top: 27% !important;
}

.dlpro-container-fluid {
  position: relative;
}

#_desktop_top_menu .top-menu[data-depth="0"] li .sub-menu {
  top: unset !important;
}

.top-menu[data-depth="0"]>li a,
.menulogos ul li a.menuicon {
  padding: 8px;
}

body {
  overflow-x: hidden;
}

.top-menu[data-depth="0"]>li a img {
  width: 50px;
  height: 50px;
}

.dlpro_menu .dlpro_submenu li a:hover {
  color: #D3D3D3 !important;
}

.dlpro-account-user {
  margin-left: 20px;
  position: relative;
  font-size: 12px;
  line-height: 22px;
  text-transform: capitalize;
}

.dlpro-account-user:before {
  content: "";
  height: 10px;
  width: 1px;
  background: #000;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.dlpro-container-fluid {
  display: flex;
  justify-content: center;
  justify-items: center;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #ff0000;
}

.dlpro_product_mobile {
  display: none;
}

@media (max-width: 50em) {

  .top-menu[data-depth="0"],
  .product-variants .variant_Couleur,
  .displayflex {
    flex-wrap: wrap;
  }

  .featured-products .owl-nav {
    display: none;
  }

  .headerblock1 ul li a {
    color: #000000;
  }

  #_mobile_top_menu #menu-principal {
    display: block;
  }

  #_mobile_top_menu #menu-principal .annonce-menu {
    display: none;
  }

  #header .header-top-right {
    position: relative;
  }

  #mobile_top_menu_wrapper {
    position: absolute;
    top: -10px;
  }

  .dlpro_menu .dlpro_submenu {
    position: relative;
    left: 10px;
    top: 0;
    min-width: 150px;
    background-color: #fff;
  }

  .lestendancesbad {
    margin-top: 0 !important;
  }

  #conseil_equipements .ce_left_choix_cover {
    flex-wrap: nowrap !important;
  }

  .page-index .block_newsletter {
    position: relative;
  }

  .lestendancesbad .tendance_nav {
    display: none;
  }

  .dlpro-account-user {
    display: none;
  }

  .dlpro-customize-raquette-items article {
    width: 100%;
  }

  #personnalisation .product-miniature .product-price-and-shipping {
    position: relative;
    top: 0;
    left: 0;
  }

  .dlpro-customize-raquette .modal-footer .knowmore_link {
    min-width: auto !important;
    width: 100% !important;
  }

  .dlpro-customize-raquette .modal-footer form {
    width: 100%
  }

  #personnalisation .modal-footer form button {
    margin-top: 10px;
    margin-left: 0;
  }

  .personnalisation .persoetapes .list_etapes li {}

  .top_selection_intro .sort_box,
  .top_selection_intro .selectionchampion {
    flex-wrap: nowrap;
  }

  .headerblock1 .iconmenu span {
    background: #fff;
  }

  .menufooter ul {
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
  }

  .dlpro-nav-right li a {
    line-height: auto;
  }

  #blockcart-modal .cart-content {
    padding-left: 0;
  }

  #blockcart-modal .cart-content-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  #blockcart-modal .cart-content-btn button,
  #blockcart-modal .cart-content-btn a {
    width: 100%;
  }

  .dlpro_product_mobile {
    display: block;
  }

  .taillesandqty.displayflex {
    flex-wrap: nowrap;
  }

  .wishlist-login .modal-footer {
    display: flex;
  }

  .dlpro-filter-facets {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }

  #search_filters .facet ul {
    position: relative;
  }

  .tabs .nav-tabs {
    clear: both;
  }

  #_mobile_top_menu #menu-principal {
    display: none;
  }

  #_mobile_top_menu #menu-principal {
    display: none;
  }

  #_mobile_top_menu #dlpro_menu_mobile {
    display: block;
  }

  #dlpro_menu_mobile #menu-principal {
    display: block
  }
}

.menuboxlinks_cat ul {
  text-align: left;
}

/*#_desktop_top_menu .top-menu[data-depth="0"] li:hover .dlpro-sub-menu-popup{
	display: block;
}*/
.wishlist-modal .modal-footer button,
.wishlist-modal .modal-footer a {
  width: 170px;
}

.wishlist-modal .modal-footer button {
  padding: 0.5rem 1.25rem;
}

.votretaille {
  display: block;
}

.dlpro-btn-group-1 {
  margin-bottom: 10px
}

.dlpro-qty-group {
  width: 60px !important;
}

.product-quantity .taillesandqty .votretaille {
  width: 100%;
}

[class*="dlpro-btn-group-"] button {
  letter-spacing: 1px;
}

#module-smartblog-category .pagination {
  width: auto;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px;
}

#module-smartblog-category .bottom-pagination-content ul.pagination {
  display: inline-block;
  margin-bottom: 30px;
}

#module-smartblog-category .bottom-pagination-content {
  border-top: 1px solid #e1e1e1;
}

#module-smartblog-category .bottom-pagination-content {
  padding-top: 22px;
  text-align: center;
}

#module-smartblog-category .bottom-pagination-content ul.pagination li {
  display: inline-block;
  text-align: center;
  padding: 0 3px;
}

#module-smartblog-category .bottom-pagination-content ul.pagination li>span,
#module-smartblog-category .bottom-pagination-content ul.pagination li>a {
  display: inline-block;
  position: relative;
  border: none;
  float: none;
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  color: #858586;
  background: none;
}

#module-smartblog-category .bottom-pagination-content ul.pagination li.active>span,
#module-smartblog-category .bottom-pagination-content ul.pagination li.active>a {
  color: #263238;
}

#module-smartblog-category .post-count {
  float: left;
  padding: 5px 0 0 0;
  font-size: 12px;
  font-style: italic;
}

.dlpro-filter-facets {
  display: flex;
  flex-wrap: wrap;
}

#module-smartblog-category .bottom-pagination-content ul.pagination {
  margin-top: 5px;
}

#module-smartblog-category .bottom-pagination-content {
  margin-top: 22px;
}

.hi-oosn-email-content .oosn-button {
  background-color: #2276d2 !important;
}

.dlpro-info-magazin .dlpro-title,
.dlpro-info-magazin h2,
.dlpro-info-magazin2 h2 {
  font-family: 'Roboto' !important;
}

.product_right .discount.discount-amount {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logomarque img {
  width: 100px;
}

.grelated_products .products-section-title,
.grelated_products .page-product-heading {
  text-align: center;
}

.grelated_products {
  margin-top: 60px;
}

.social-sharing li .fab {
  font-size: 22px
}

.top-menu .dlpro-sub-menu-popup .menuboxcontent .menuboxinfos .guidetaille,
.dlpro-sub-menu-popup .menuboxcontent .menuboxinfos {
  padding-left: 0;
}

.dlpro-sub-menu-popup .menuboxcontent .menuboxinfos {
  display: flex;
  justify-content: left;
  justify-items: left;
}

.plusdefiltres {
  display: none !important;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover .menuboxlinks_cat li a {
  color: #000;
}

.product-miniature .thumbnail-container:hover .addtocartbutton {
  top: calc(50% - 70px);
}

.icioncorde .discover_link {
  text-align: left;
}

.icioncorde .discover_link {
  margin-left: 210px;
}

.dlpro-sub-menu-popup {
  box-shadow: 0px 0px 6px grey !important;
}

.featured-products .material-icons,
#category .thumbnail-container .material-icons {
  display: none;
}

.featured-products .wishlist-button-add:before,
#category .wishlist-button-add:before {
  content: "\f004";
}

.featured-products .wishlist-button-add,
#category .wishlist-button-add {
  background: transparent !important;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
}

.featured-products .wishlist-button-add:hover,
#category .wishlist-button-add:hover {
  font-weight: 900;
}

.featured-products .top_selection_intro {
  align-items: center;
}

#header .header-top li:hover a[data-depth="0"],
.top-menu[data-depth="0"]>li:hover a,
.menulogos ul li:hover .menuicon {
  padding: 8px;
}

.dlpro-info-magazin iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.social-sharing .pinterest:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 42 (36781) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EArtboard 3 Copy 2%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-3-Copy-2' fill-rule='nonzero' fill='%23E60023'%3E%3Cg id='svg+xml' transform='translate(10.000000, 6.000000)'%3E%3Cg id='Calque_1'%3E%3Cg id='Group'%3E%3Cpath d='M11.7,1.1 C6.4,1.6 1.1,6 0.8,12.1 C0.7,15.9 1.7,18.7 5.3,19.5 C6.9,16.8 4.8,16.2 4.5,14.2 C3.2,6.1 13.9,0.5 19.5,6.2 C23.4,10.1 20.8,22.2 14.6,21 C8.6,19.8 17.5,10.2 12.8,8.3 C8.9,6.8 6.9,13 8.7,16.1 C7.6,21.4 5.3,26.4 6.2,33.1 C9.3,30.9 10.3,26.6 11.1,22.2 C12.6,23.1 13.5,24.1 15.4,24.3 C22.6,24.9 26.6,17.1 25.7,9.9 C24.8,3.5 18.5,0.3 11.7,1.1 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#search_filters .soldes {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.closemenu {
  padding: 0;
  font-size: 26px;
}

.closemenu .fas {
  transform: inherit;
  padding: 0;
}

.closemenu .fas,
.closemenu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover .menuboxlinks_cat li a:hover {
  color: #ff0000 !important;
}

#block-newsletter-label {
  text-align: left !important;
}

.dropdown-toggle::after {
  border: none;
}

.top_selection_intro,
.top_selection_intro .displayflex {
  align-items: baseline;
}

#header .header-top li a[data-depth="0"] {
  width: 104px !important;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover li {
  margin-bottom: 0 !important;
}

.dlpro-wishlist {
  position: relative;
  margin-right: 20px !important;
}

.dlpro-wishlist .fa {
  position: absolute;
  top: -25px;
  left: -10px;
}

.dlpro-list-mags img {
  width: 100%;
  height: 300px !important;
}

.ls-nav-prev,
.ls-nav-next {
  display: block !important;
  visibility: visible !important;
}

.ls-v6 .ls-nav-prev,
.ls-v6 .ls-nav-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.ls-v6 .ls-nav-prev,
.ls-v6 .ls-nav-next {
  width: 250px !important;
  height: 150px !important;
  background-color: #ff0000;
  border-top-left-radius: 110px !important;
  border-top-right-radius: 110px !important;
  border: 1px solid #f4f8fa !important;
  border-bottom: 0 !important;
  transform: rotate(-90deg) !important;
  top: 50% !important;
}

.ls-v6 .ls-nav-next {
  right: -125px !important;
}

.ls-v6 .ls-nav-prev {
  left: -125px !important;
  transform: rotate(90deg) !important;
}

.ls-v6 .ls-nav-prev:after {
  transform: translate(20%, 50%) rotate(-140deg) !important;
  top: 15% !important;
  left: 40% !important;
}

.ls-v6 .ls-nav-next:after {
  transform: translate(-20%, 50%) rotate(140deg) !important;
  top: 10% !important;
  right: 40% !important;
}

.dlpro-button-slider:after {
  content: "";
  width: 50%;
  max-width: 110px;
  background: #000;
  height: 5px;
  position: absolute;
  top: 100%;
  right: -1px;
}

.dlpro-qty-no-margin {
  margin: 0 !important;
}

.dlpro-sub-menu-popup,
.menulogos .menubox {
  z-index: 99999;
}

.dlpro-icon-down {
  display: none;
}

@media screen and (max-width: 50em) {

  .iconmenumobile,
  #mobile_top_menu_wrapper {
    z-index: 9999999;
  }

  .ls-v6 .ls-nav-prev,
  .ls-v6 .ls-nav-next {
    display: none !important
  }

  .icioncorde .discover_link {
    margin-left: 0;
  }

  .lestendancesbad .tabpane_bottom .discover_infos {
    min-width: auto;
  }

  .dlpro-icon-down {
    display: block;
    float: right;
  }

  .closemenu {
    display: none;
  }

  .top-menu[data-depth="0"]>li,
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #header .header-top li a[data-depth="0"] {
    width: auto !important;
  }

  .top-menu[data-depth="0"]>li,
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #mobile_top_menu_wrapper .top-menu .popover {
    position: relative;
  }
}

.grelated_products .products-section-title {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  font-size: 1.3125rem;

}

.grelated_products .product-title {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
}

.product-comment-modal .modal-header div,
.persoetapes .dlpro-heading-etp,
.product-comment-modal .dlpro-comment-title,
.product-comment-modal .dlpro-totle-cm,
.dlpro-cookie-title {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  font-size: 1.3125rem;
}

.persoetapes .dlpro-heading-etp {}

#subcategories ul {
  margin: 0 0 0px -30px;
}

#subcategories ul li {
  float: left;
  width: 128px;
  margin: 0px 0 13px 30px;
  text-align: center;
}

#subcategories ul li .subcategory-image {
  padding: 0 0 2px 0;
}

#subcategories ul li .subcategory-image a {
  display: block;
  position: relative;
  display: block;
  position: relative;
  background: white;
}

#subcategories ul li .subcategory-image a img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

#subcategories ul li h5 {
  border-radius: 10px;
  padding: 5px;
  border: dotted 1px #fa505d;
  margin: 0;
  position: relative;
  top: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#subcategories ul li .cat_desc {
  display: none;
}

#subcategories ul li:hover .subcategory-image a:before {
  visibility: visible;
  opacity: 1;
}

#subcategories ul li .subcategory-image a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.38);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#subcategories ul li .subcategory-image a:hover {
  color: #ee4236;
}

#subcategories ul li:hover h5 {
  top: 5px;
}

#subcategories ul li:hover .subcategory-image a {
  padding: 5px;
  border: 5px solid #ee4236;
}

#subcategories {
  margin-bottom: 20px;
  margin-top: 20px;
}

#subcategories ul li .subcategory-name:hover {
  color: #ee4236;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover .title-marques,
.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover label {
  font-size: 22px;
  color: #ff1100;
  margin-bottom: 5px;
}

.dlpro-menu-par-type,
.dlpro-menu-par-marques {
  font-size: 20px !important;
  color: #000 !important;
  padding: 5px;
  padding-left: 10px;
}

#header .header-top li:hover a[data-depth="0"],
.top-menu[data-depth="0"]>li:hover a,
.menulogos ul li:hover .menuicon {
  padding: 5px;

}

.dlpro-menu-par-marques {
  margin-top: 5px;
}

.dlposubmenu {
  padding-left: 15px;
}

.headerblock1 ul li {
  position: relative;
}

.dlpro_menu .dlpro_submenu .dlpro_submenu {
  left: 100% !important;
  top: 0 !important;
}

.headerblock1 li:hover>.dlpro_submenu {
  display: block;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover .menuboxlinks_cat li a {
  color: #A4A3A3;
  font-weight: 500;
}

.featured-products .product:hover {
  border: 1px solid rgba(0, 0, 0, .2);
}

#dlprooosn {
  margin-bottom: -30px;
  margin-top: 10px;
}

#category #footer {
  padding-top: 0;
}

.has-discount .discount {
  font-size: 14px;
}

.dlpro_menu .dlpro_submenu li a:hover {
  color: #e60012 !important;
}

.dlpro-list-contact .btn-secondary {
  background-color: #f00;
  color: #fff !important;
}

.dlpro-list-contact .btn-group>.btn:hover {
  background-color: #000;
}

.header-top-right {
  position: relative;
}

.top-menu .sub-menu {
  max-width: 1200px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover .title-marques {
  font-size: 18px;
  color: #f00 !important;
}

.dlpro-sub-menu-popup .menubox_title .title-sub-menu {
  font-size: 18px !important;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover .menuboxlinks_cat li a {
  font-size: 14px;
}

.dlpro-info-magazin .dlpro-col-b1:after {
  right: 0;
}

.dlpro-discount {
  color: #000000 !important;
}

.block-category {
  text-align: center;
}

.dlpro_is_chauss {
  margin-left: 0 !important;
}

.dlpro-active {
  border: 1px solid #000;
}

.dlpro-total-price {
  font-size: 26px !important;
}

.persoetapes .dlpro-heading-etp {
  text-align: center;
}

#product .has-discount.product-price {
  display: block;
}

#product .current-price,
#product .product-discount {
  display: inline-block;
}

#product .product_right .discount.discount-amount {
  display: block;
  width: 50%;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 5px;
}

.dlpro-list-colors li {
  border: 1px solid #ccc;
}

.dlpro-attribute-bleu {
  background-color: blue !important;
}

.dlpro-attribute-rose {
  background-color: pink !important;
}

.dlpro-attribute-vert {
  background-color: green !important;
}

.dlpro-attribute-orange {
  background-color: orange !important;
}

.dlpro-attribute-noir {
  background-color: black !important;
}

.dlpro-attribute-violet {
  background-color: purple !important;
}

.dlpro-attribute-jaune {
  background-color: yellow !important;
}

.dlpro-attribute-rouge {
  background-color: red !important;
}

.dlpro-attribute-blanc {
  background-color: white !important;
}

.dlpro-attribute-french.pink {
  background-color: pink !important;
}

.dlpro-attribute-new.green {
  background-color: green !important;
}

#products .product-price-and-shipping .price {
  font-size: 16px !important;
  color: #f00 !important;
}

.product-quantity .votretaille .knowmore_link:after {
  content: none !important;
}

.product-quantity .votretaille .knowmore_link .fa-angle-down {
  font-size: 28px;
  position: absolute;
  right: 25px;
}

.product-quantity .votretaille .knowmore_link {
  display: flex;
  align-items: center;
}

.dlpro-step-content {
  overflow-y: scroll;
  height: 466px;
  overflow-x: hidden;
}

.dlpro-sticky {
  position: sticky;
  width: 100%;
  bottom: 0;
  z-index: 99;
}

.produits_perso {
  margin: 0 !important;
}

.product-quantity .votretaille .knowmore_link {
  justify-content: center;
}

.dlpro-customize-raquette-items article div {
  flex-direction: column;
  justify-content: center;
}

.color_to_pick_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.color_to_pick_list li {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 2px;
}

.dlpro-block-color-customize {
  position: absolute;
  top: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 20%;
  display: none;
  z-index: 999;
}

.dlpro-block-color-customize span {
  font-size: 14px;
  color: #fff;
}

.dlpro-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.color_to_pick_list li[data-name="NOIR"] {
  background-color: #000 !important;
}

.color_to_pick_list li[data-name="AMBRE"] {
  background-color: #FFBF00 !important;
}

.color_to_pick_list li[data-name="NEON PINK"] {
  background-color: #FF10F0 !important;
}

.color_to_pick_list li[data-name="OR"] {
  background-color: #FFD700 !important;
}

.color_to_pick_list li[data-name="PEARL NAVY"] {
  background-color: #EAE0C8 !important;
}

.color_to_pick_list li[data-name="SILVER"] {
  background-color: #C0C0C0 !important;
}

.color_to_pick_list li[data-name="COSMIC GOLD"] {
  background-color: #ff9913 !important;
}

.color_to_pick_list li[data-name="CYAN"] {
  background-color: #00FFFF !important;
}

.color_to_pick_list li[data-name="YELLOW"] {
  background-color: #FFFF00 !important;
}

.color_to_pick_list li[data-name="BRIGHT PINK"] {
  background-color: #ff007f !important;
}

.color_to_pick_list li[data-name="PURPLE"] {
  background-color: #800080 !important;
}

.color_to_pick_list li[data-name="WHITE"] {
  background-color: #fff !important;
}

.color_to_pick_list li[data-name="BLANC/ROUGE"] {
  background-color: #F3E8EA !important;
}

.color_to_pick_list li[data-name="FRENCH PINK"] {
  background-color: #fd6c9e !important;
}

.color_to_pick_list li[data-name="NEW GREEN"] {
  background-color: #008000 !important;
}

.color_to_pick_list li[data-name="BLACK"] {
  background-color: #000 !important;
}

.color_to_pick_list li[data-name="BLACK"] {
  background-color: #000 !important;
}

.color_to_pick_list li[data-name="BLACK GOLD"] {
  background-color: #1e1e1a !important;
}

.color_to_pick_list li[data-name="BLACK GREEN"] {
  background-color: #001308 !important;
}

.color_to_pick_list li[data-name="BLACK RED"] {
  background-color: #8b0000 !important;
}

.color_to_pick_list li[data-name="RED"] {
  background-color: #FF0000 !important;
}

.color_to_pick_list li[data-name="WHITE"] {
  background-color: #fff !important;
}

.color_to_pick_list li[data-name="BLUE"] {
  background-color: #0000FF !important;
}

.color_to_pick_list li[data-name="PINK"] {
  background-color: #FFC0CB !important;
}

.color_to_pick_list li[data-name="GREY"] {
  background-color: #808080 !important;
}

.color_to_pick_list li[data-name="ASSORTIMENT"] {
  background-color: #fff !important;
}

.color_to_pick_list li[data-name="GRAY"] {
  background-color: #808080 !important;
}

.color_to_pick_list li[data-name="GREEN"] {
  background-color: #00FF00 !important;
}

.product_right .product-quantity .wishlist-button-product:hover {
  color: #fff !important;
}

.product_right .product-quantity .wishlist-button-product:hover i {
  color: #fff !important;
}

.dlpro-list-contact .dropdown-menu {
  z-index: 99;
}

.dlpro-info-magazin .dlpro-dt-from .minute,
.dlpro-info-magazin .dlpro-dt-to .minute {
  font-weight: inherit !important;
  font-size: inherit !important;
}

.dlpro-info-magazin .dlpro-dt-from .hour,
.dlpro-info-magazin .dlpro-dt-to .hour {
  font-weight: inherit !important;
  font-size: inherit !important;
}

.product_right .product-quantity .wishlist-button-product:hover,
.product_right .product-quantity .wishlist-button-product {
  background-image: none !important;
  background-repeat: inherit !important;
  background-position: unset !important;
}

.product_right .product-quantity .wishlist-button-product i {
  display: inline-block !important;
  right: 20px;
  position: absolute;
  font-size: 32px;
  font-weight: normal;
}

.product_right .product-quantity .add .wishlist-button-add {
  display: flex;
  justify-content: center;
  align-items: center;
}

#_desktop_top_menu .top-menu[data-depth="0"] li .sub-menu {
  top: 95px !important;
}

.hi-oosn-email-content .oosn-button {
  background-color: #ff0000 !important;
}

.dlpro-filter-facets .facet {
  display: block;
}

.dlpro-flex-row-hide {
  display: none !important;
}

.plusdefiltres-show {
  display: block !important;
}

.dlpro-show-item {
  display: block !important;
}

.top-menu .dlpro-sub-menu-popup .menuboxlinks_cover .menuboxlinks_cat li a {
  color: #1a1a1a;
}

.dlpro-delete-product {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  display: none;
}

.dlpro-active .dlpro-delete-product {
  display: block;
}

.dlpro-info-magazin .dlpro-title {
  text-align: initial;
}

.block-category-inner {
  margin-bottom: 30px;
}

/* Bouton de Retour produit (Julien H.) */

.btn-retour-produit{
  min-width: 250px !important;
  border: 0.5px solid #222221;
  padding: 17px 25px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: white;
  background: red;
  font-weight: 700;
  margin: 0;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  line-height: normal;
  outline: none !important;
}

.btn-retour-produit:hover{
  background: black;
  color: white;
}

h5.warning-retour-produit{
  margin-top: 1.8rem;
}

.lien-condition-retour{
  text-decoration-line: underline;
}

/* ---- */

.ls-container img {
  width: calc(100% - 250px) !important;
  height: 100%!important;
  transform: translateX(125px) translateY(0)!important;
  object-fit: contain;
}

@media (max-width: 800px) {
  .ls-container img {
    width: calc(100%) !important;
    height: 100%!important;
    transform: translateX(0) translateY(0)!important;
    object-fit: contain;
  }
}

.productcarousel .prodtitleh2 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  font-size: 1.3125rem;
}

#blockcart-modal.modal.in {
  display: block;
}

.modal-backdrop {
  opacity: 0.5;
  z-index: 0;
}

.full-desc {
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 12px;
  transition: max-height 1s ease-in;
  position: relative;
}

.full-desc:not(.full-desc-show):after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100%);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#scroll_to_top {
  bottom: 120px !important;
  right: 24px !important;
}

.text-center {
  text-align: center;
}

#product .images-container div .plabel_div {
  margin-bottom: 50px;
  margin-top: 50px;
}

.plabel_div {
  z-index: 1 !important;
}

#personnalisation .product-miniature .product-price-and-shipping {
  position: unset;
}

#mobile_top_menu_wrapper #top-menu {
  margin-bottom: 4rem;
}

#mobile_top_menu_wrapper {
  overflow-x: hidden;
}