/* Désactivation de la boutique */

/* A supprimer lors de l'activation du e-commerce ***************************************************************************** */

/* .header_user_info { display:none;} */

/*****
HOOK à activer
*****displayTop***
module :
- Bloc panier
- Menu Haut horizontal
- Bloc informations clients

******/
@font-face {
  font-family: 'poppins_bold';
  src: url('fonts/Poppins-Bold.ttf');
}
@font-face {
  font-family: 'roboto_black';
  src: url('fonts/Roboto-Black.ttf');
}
@font-face {
  font-family: 'roboto_bold';
  src: url('fonts/Roboto-Bold.ttf');
}
@font-face {
  font-family: 'roboto_light';
  src: url('fonts/Roboto-Light.ttf');
}
@font-face {
  font-family: 'roboto_med';
  src: url('fonts/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'roboto_reg';
  src: url('fonts/Roboto-Regular.ttf');
}

@font-face {
  font-family: 'ralewaylight';
  src: url('fonts/raleway-light-webfont.woff2') format('woff2'), url('fonts/raleway-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayextrabold_italic';
  src: url('fonts/raleway-extrabolditalic-webfont.woff2') format('woff2'), url('fonts/raleway-extrabolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaymedium';
  src: url('fonts/raleway-medium-webfont.woff2') format('woff2'), url('fonts/raleway-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'urae_niumregular';
  src: url('fonts/urae_nium-webfont.woff2') format('woff2'), url('fonts/urae_nium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {}
.clear {
  clear: both;
}
h1, h2 {
  font-family: 'poppins_bold'!important;
  font-size: 54px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 30px 0;
}
#cms h1, #cms h2{
	text-align:left;
	color: #ee5030;
}
h4, h5, h6{
	font-family: 'roboto_reg'!important;
}
h1 span, h2 span {
  color: #ee5030;
}
.span-h3{
   font-family: 'poppins_bold';
   font-size:40px;
}
.span-h2{
   font-family: 'poppins_bold';
   font-size:60px;
   margin-top: 80px;
}
.span-h4{
   font-family: 'roboto_bold';
   font-size:20px;
}
#subcategories ul li .subcategory-name{
  font-family: 'roboto_med'!important;
  font-size: 15px;
  min-height: 45px;
  display: block;
}
#cms p{
	font-family: 'roboto_light'!important;
}
ul.tree>li ul>li li:before {
  display: none;
}
ul.tree>li ul>li li a {
  background: #faf3d5;
}
/** authentication **/
#authentication .row {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#layer_cart {
    z-index: 999999;
    width: 80%;
    margin-right: 0;
    margin-left: -20%;
}

#header .cart_block {
	width: 250px!important;
    top: 130px;
    border-top: 1px solid #c9c4c4;
}
#header .shopping_cart {
    height: auto;
    margin-right: 5%;
}
.header_user_info a {
    font-family: 'roboto_light';
    text-transform: uppercase;
    font-size: 15px;
	line-height: 25px;
	text-align: center;
}
#header .shopping_cart img{
    width: 55px;
    margin-bottom: 11px;
}
#header .shopping_cart::before{
    display: none;
}
#header .shopping_cart p{
    padding-left: 5px;
}
.round-panier-nb {
    background-color: #ef502f;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'roboto_med';
    font-size: 15px;
    position: absolute;
    top: 0px;
    right: 0;
}
/** Ligne top **/
div#header-banner {
    display: flex;
    width: 100%;
    background-color: #000000;
    height: 50px;
    justify-content: space-evenly;
	align-items: center;
	margin-bottom: 10px;
}
#header-banner a{
    display: flex;
    width: 300px;
}
.banner-tel, .banner-mail{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.banner-tel p, .banner-mail p{
	margin: 0;
	padding-left: 5%;
	color:#bfbcbc;
  min-width: 100px;
  font-size:16px;
}
.banner-tel span{
	background-image: url(img/phone-call.png);
	background-size: cover;
    height: 27px;
    width: 27px;
}
.banner-mail span{
	background-image: url(img/mail.png);
	background-size: cover;
    height: 32px;
    width: 32px;
}
#textehome_block {
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 40px;
  float: left;
}
#textehome_block p {
  margin: 0;
}
/***/

@media (min-width: 1700px) {
  #header_logo {
     display: flex;
      height: 85%;
      margin-left: 5%;
  }
}

#header_logo {
   display: flex;
    width: 35%;
    margin-left: 5%;
}

.breadcrumb {
  margin-top: 15px;
}
/** Recherche **/
.house-icon {
    z-index: 9999999999;
    position: absolute;
    background-image: url(img/home-white.png);
    background-size: contain;
    left: 20%;
    top: 20%;
    display: block;
    padding: 0;
    background-repeat: no-repeat;
}
.sf-menu>li.sfHover>a.house-icon, .sf-menu>li>a.house-icon:hover, .sf-menu>li.sfHoverForce>a.house-icon {
  	background-image: url(img/home-black.png);
	background-size: contain;
    background-repeat: no-repeat;
}
.sf-menu>li:first-child {
  position: relative;
  height: 53px;
  width: 53px;
}
#block_top_menu {
    background: #ee5030;
	padding-top:15px;
	/* padding-left: 30%; */
    padding-bottom: 20px;
}
#header_logo a img{
    max-width: 100%;
}
.bloc-connexion {
    display: flex;
    width: 55%;
    justify-content: flex-start;
}
#search_block_top {
  right: 0;
  top: 0;
  width: 100%;
  margin-right: 15%;
	padding-top: 35px;
}
#search_block_top .btn.button-search:before {
  color: #ee5030;
  font-size: 20px;
}
#search_block_top .btn.button-search {
  background: transparent;
}
#search_block_top #search_query_top {
    height: 50px;
    border: 1px solid #868a8e38;
    background: none;
    border-radius: 10px;
}
.bouton-search{
    position: absolute;
    top: 0px;
    height: 100%;
    right: 0;
    color: #ffffff;
    background-color: #ed5031;
    background-image: none;
    border:none;
    border-top-right-radius: 10px;
    border-bottom-right-radius:10px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 20px;
}
.search_query:placeholder{
  color:#ffffff!important;
}
.shopping_cart p:hover{
	color:#ee5030;
}
#search_block_top ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  color: #292727;
}
#search_block_top ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  color: #292727;
}
#search_block_top :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  color: #292727;
}
#search_block_top :-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  color: #292727;
}
/* TOP MENU */
.sf-menu li a {
  color: #fff!important;
}
.sf-menu li ul.submenu-container {
    /* display: flex!important; */
    /* width: 100%; */
    /* top: 0; */
    display: none!important;
    background-color: #EF512F;
    /* justify-content: center; */
	box-shadow: none;
    padding: 26px 30px 30px;
}
/* .sf-menu {
    position: initial;
  } */
/***/
#product #page-content{
    display: flex;
    width: 100%;
    justify-content: center;
}
#product #page-content .columns-container {
    background: #fff;
    width: 90%;
}

#product .devis_uniquement #add_to_cart .exclusive {
  text-transform: none;
}
/** CMS **/
.content-qsn-bloc-left, .content-qsn-bloc-right {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
}
.content-qsn-bloc-left
{
      flex-direction: row;
}
.content-qsn-bloc-right
{
      flex-direction: row-reverse;
}
.content-qsn-bloc-right .content-left-block
{
      text-align: left;
}
.content-left-block {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    justify-content: center;
    text-align: right;
    padding: 5%;
}
.content-right-block {
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;

}
#cms img{
	height: 100%;
    width: 100%;
}
#cms .bx-wrapper-car.slider_marques{
	display: none;
}
.content-qsn-bloc-left h3, .content-qsn-bloc-right h3{
    font-size: 25px;
    font-family: 'poppins_bold';
    text-transform: uppercase;
    color: #ef502f;
}
.content-left-block .button-cto {
    margin-top: 0;
}
/** Slider **/

#homepage-slider #homeslider {
  overflow: hidden;
}
#homepage-slider .homeslider-description {
  position: absolute;
  left: 72px;
  top: 132px;
  padding: 14px 25px;
  cursor: pointer;
  background: rgba(35, 34, 34, 0.40);
}
#homepage-slider .homeslider-description h3 {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: ralewaymedium;
  font-weight: 100;
  font-style: italic;
}
#homepage-slider .homeslider-description a {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: block;
  background: #f4ca09;
}
#homepage-slider .homeslider-description a {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #f4ca09;
  padding: 8px 30px 8px 10px;
  border-bottom: 5px #d0b018 solid;
  min-width: 200px;
}
/****/

/** Menu **/

.sf-menu {
  border-bottom: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sf-menu>li>a {
  /* font-family: 'Anton', sans-serif; */
  text-transform: uppercase;
  /* color: #EF512F;
  display: inline-block;
  padding: 12px 3px;
  font-size: 30px;
  border-bottom: #EF512F;
  letter-spacing: 1px;
  font-style: italic;
  font-weight: 100; */
  color: #fff;
  font-family: 'roboto_med';
  font-size: 20px;
  border: none;
}
.sf-menu>li.sfHover>a, .sf-menu>li>a:hover, .sf-menu>li.sfHoverForce>a {
  background: transparent;
  border-bottom-color: #F14D27;
  color: #1b0606;
}

.sf-menu > li {
  border: none;
}

/*.sf-menu > li > a:after {
    content: "";
    height: 4px;
    width: 100%;
    background: #1b0606;
    display: block;
    margin: 10px 0 0 0;
}*/

/* .sf-menu>li {
  float: left;
  border-right: none;
  margin-bottom: -3px;
  text-align: center;
  padding: 0 1.2%;
} */
/** Home cat **/

#htmlcontent_home {
  display: none;
}

#htmlcontent_home ul li a {
  display: block;
  position: relative;
  height: 100%;
}
#htmlcontent_home ul li a .item-html {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 31px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: 'ralewayextrabold_italic';
  line-height: 46px;
}
/*** Home actu ****/

#contentpackblock_block_left {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#contentpackblock_block_left h1 span, #contentpackblock_block_left h2 span {
  color: #F4CA09;
}
/* li.vertical-blocks-blog:nth-child(4n+1) {
  margin-left: 0;
}
li.vertical-blocks-blog {
  float: left;
  width: 23.5%;
  height: auto;
  margin-left: 2%;
  margin-bottom: 2%;
} */
.blockblog-block ul:after {
  content: "";
  display: block;
  clear: both;
}
.blockblog-block li a {
  display: block;
  padding: 0 !important;
  font-size: 14px;
  color: #4b4a4b;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
}
div.commentbody_center {
  padding: 0;
  height: 100px;
}
.vertical-blocks-blog .texte {
  border-right: 1px solid #d1cdcd;
  border-left: 1px solid #d1cdcd;
  padding: 10px 10px 10px 10px;
  border-bottom: 3px solid #f4ca09;
}
.vertical-blocks-blog .image {
  height: 135px;
  overflow: hidden;
}
.vertical-blocks-blog .image a {
  height: 100%;
}
.vertical-blocks-blog .image img {
  width: 100%;
}
/** Product **/
img.mini-brand {
    width: 100px;
    position: absolute;
    right: 0;
    margin: 5%;
    display: flex;
}
.acticles_home {
  background: #f4f4f4;
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
}
a.new-box {
  display: none;
}
ul.product_list.grid>li .product-container .product-image-container {
  border: none;
  border-bottom: 1px solid #d6d4d4;
  padding: 9px;
  margin-bottom: 13px;
  height: 100%;
}
ul.product_list.grid>li .product-container {
  background: #fff;
  padding: 0;
  position: relative;
  border: 1px solid #d6d4d4;
}
#index .left-block {
    height: 80%;
    border-bottom: 1px solid #dcdada;
}
#index ul.product_list.tab-pane>li {
  padding-bottom: 35px;
  margin-bottom: 0;
}
.product-container .right-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 150px;
    justify-content: space-evenly;
    margin-top: 15px;
    text-align: center;
}
.product-container .right-block a.view_info {
  font-size: 12px;
  color: #ee5131;
  text-transform: uppercase;
  padding: 0 0 0 10px;
  display: inline-block;
  line-height: 28px;
  float: right;
}
.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 1;
    opacity: 1;
}
/*ul.product_list.grid>li .product-container h5 {
  height: 67px;
  overflow: hidden;
}*/
ul.product_list.grid>li .product-container h5:after {
  clear: both;
  content: "";
  display: block;
}
.product-container .right-block a.view_info i {
  padding: 0 5px 0 0;
}
.product-name {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 0;
  font-family: 'roboto_med';
}
ul.product_list .availability span {
    margin-bottom: 0;
    font-family: 'poppins_bold';
    font-size: 15px;
}
.label-warning {
    background-color: #ee512f;
    border: none;
}
.label-success {
    background-color: #72c378;
    border: none;
}
.right-block h5{
	margin-bottom: 20px;
}
.page-product-box table {
  width: 100%;
  text-align: center;
}
.page-product-box table td {
  text-align: center;
  width: auto !important;
}
.page-product-box table tr {
  cursor: pointer;
}
.page-product-box table tr:first-child {
  cursor: default;
}
.page-product-box table tr:nth-child(2n) {
  background: #FBFBFB;
}
#page #columns {
  padding-bottom: 0;
  margin-top: 100px;
}
#index #page #columns {
  padding: 0;
}
#attributes {}
.page-product-box img {
  width: 100%;
  height: auto !important;
}
/** INSTAGRAM FEED **/
.ybc_instagram {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  width: 500px;
  height: 620px;
}
.instagram_list_img {
    clear: none;
    margin: 5%;
    display: flex;
    width: 100%;
    flex-flow: wrap;
    justify-content: center;
}
li.instagram_item_img {
    padding: 15px;
    display: flex;
    width: 30%;
    flex-wrap: wrap;
}
.top_instagram {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    align-items: center;
    -webkit-align-items: center;
    height: 80px;
    margin-left: 40px;
    margin-right: 40px;
}
.ybc_instagram_fancy > img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    max-width: 100%;
    perspective: 500px;
    -o-perspective: 500px;
    -ms-perspective: 500px;
    -moz-perspective: 500px;
    -webkit-perspective: 500px;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 100%;
    min-height: 115px;
    min-width: 115px;
}
/** categories **/
.alert-dispo-categ {
    background-color: #ef512f;
    padding: 10%;
    color: #ffffff;
	height:400px;
}
#index .alert-dispo-categ {
  height: auto;
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ef512f85;
}
.alert-dispo-categ h3{
    font-family: 'poppins_bold'!important;
}
.alert-dispo-categ h3 span{
    text-decoration: underline;
}
#index .alert-dispo-categ img{
    width: 50px;
    height: auto;
}
.alert-dispo-categ img{
    margin-bottom: 5%;
}
#home-featured-3 {
  background-image: url(img/auto-cross-category.jpg);
  background-size: cover;
  background-position: center;
  transform: skewY(5deg);
}
.category-599 #subcategories ul li .subcategory-image a,
.category-12 #subcategories ul li .subcategory-image a {
  height: 180px!important;
}
#subcategories ul li .subcategory-image a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#categories_block_left li a {
  font-weight: bold;
  color: #333;
  display: block;
  font-size: 18px;
  line-height: 30px;
  padding: 5px 10px 5px 35px;
  text-transform: uppercase;
  margin: 10px 0 0px 0;
  font-family: 'roboto_light';
}
#categories_block_left li ul ul li a {
  font-weight: bold;
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 10px 5px 35px;
  border: none;
  border-bottom: 1px solid #d6d4d470;
  text-transform: uppercase;
  margin: 0;
}
#categories_block_left li ul ul {
  padding: 0 10px;
}
#categories_block_left li li a {
  text-transform: none;
}
#page .rte {
  background: transparent none repeat scroll 0 0;
  padding: 8%;
	padding-top: 3%;
  font-size: 14px;
}
/* .cat_desc {
  width: 337px;
  height: 242px;
  background: #eac209;
  color: #fff;
  line-height: normal;
} */
/* #category .cat_desc {
  width: 100%;
  background: #ee512f;
  color: #fff;
  line-height: normal;
  padding: 15px
} */
#category .cat_desc {
  width: 100%;
  background: #fff;
  color: #000;
  line-height: normal;
  border: 2px solid #000;
  padding: 15px;
  font-style: italic;
  font-weight: 600;
}
#category .cat_desc a {
  display: inline-block;
  margin-top: 15px;
  color: #ee512f;
}
#category #category_description_short.rte,
#category #category_description_full.rte {
  padding: 0;
}


.content_scene_cat span.category-name {
  color: #fff;
  margin-bottom: 12px;
  font-family: 'Anton', sans-serif;
  font-size: 44px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 20px 0;
}
#category .center_column .content_scene_cat.no_image h1 {
  position: relative;
}
.content_scene_cat.no_image .content_scene_cat_bg {
  min-height: inherit;
  position: relative;
}
.block .title_block, .block h4 {
  font-family: 'Anton', sans-serif;
  font-size: 32px;
  color: #f4ca09;
  font-weight: 100;
  text-align: center;
  font-style: italic;
}
.block .title_block:before {
  content: "\f013";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding: 0 10px 0 0;
}
#viewed-products_block_left.block .products-block li .products-block-image {
  height: 50px;
  overflow: hidden;
}
#viewed-products_block_left.block .products-block li {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d4d4;
}
#viewed-products_block_left.block .products-block .product-description {
  display: none;
}
#viewed-products_block_left.block .products-block li .product-content h5 {
  top: 5px;
}
#special_block_right.block .title_block, #viewed-products_block_left.block .title_block {
  font-family: 'Anton', sans-serif;
  font-size: 27px;
  color: #f4ca09;
  font-weight: 100;
  text-align: left;
  font-style: italic;
}
#special_block_right.block .title_block:before, #viewed-products_block_left.block .title_block:before {
  display: none;
}
#facebookhome {
  margin-bottom: 20px;
}
#right_column.col-sm-3 {
  width: 25%;
  padding: 0 1% 0 0;
}
#product .breadcrumb>.navigation_page>span:first-child {
  display: none;
}
#product .breadcrumb>.first_pipe {
  display: none;
}
#category .center_column h1 {
  text-align: left;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  letter-spacing: 1px;
  display: block;
  font-size: 41px;
  line-height: normal;
}
h1 .cat-name {
  font-family: 'Anton', sans-serif;
  font-size: 32px;
  color: #f4ca09;
  font-weight: 100;
  text-align: center;
  font-style: italic;
}
#category .center_column h1:after, #category .center_column h1:before {
  display: none;
}
#categories_block_left ul li span.grower, #categories_block_left ul:first-child li a {
  display: none;
}
#categories_block_left ul ul li span.grower, #categories_block_left ul:first-child ul li a {
  display: block;
}
div#left_column {
  padding-right: 30px;
}
ul.product_list .product-name {
  height: 50px;
  display: inline-block;
}
/***** Produit ****/

.pb-left-column, .pb-right-column {
  padding-left: 15px;
  padding-right: 15px;
}
.pb-right-column, .socialsharing_product {
  float:right;
}
.img-cat {
  width: 100%;
  height: 300px;
  background-color: white;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 5%;
}
.category-off-road .img-cat, .category-ssv .img-cat, .category-auto-cross .img-cat {
  width: 100%;
  height: 300px;
	background-size: cover;
  background-position: center;
  margin-top: 5%;
}
/*** Contenu ***/
.fancybox-overlay.fancybox-overlay-fixed {
    background-color: #0000006e!important;
    opacity: 1!important;
    z-index: 1199!important;
}

.arrow_global {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin-top: -133px;
  height: 135px;
  z-index: 9;
}
.arrow_global .arrow_image {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 359px solid #ffffff;
  border-right: 913px solid #ffffff;
  border-top: 108px solid transparent;
  right: 0;
  top: 0;
  margin-top: 0;
  margin-right: 0;
  z-index: 99;
  float: left;
  border-bottom: 54px solid #fff;
  display: none;
}
.form_left, .form_left2 {
  text-align: right;
  margin-right: 85px;
  margin-top: 40px;
  font-size: 14px;
}
.form_left2 {
  text-align: right;
  margin-right: 5px;
  margin-top: 0;
  font-size: 14px;
}
.form_left2 .bloc_contact, .form_left .bloc_contact {
  margin: 20px 0 0 0;
}
.form_left2 .bloc_contact span, .form_left .bloc_contact span {
  display: block;
}
#map_canvas {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}
/****page CMS****/

.cms .center_column table td {
  width: 50%;
  vertical-align: top;
}
.cms .center_column table *, .cms .center_column p {
  font-size: 17px;
  color: #454544;
}
.cms .center_column h1 {}
.cms .center_column blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
  color: #ee5030;
  font-size: 20px;
  text-align: right;
}
#cms #center_column img:first-child {
  width: 100%;
}
#cms #center_column .rte {
  padding: 0;
}
.index .cms-13 {
  margin: 20px 0 0 0;
}
.cms-13 .center_column table td {
  width: auto;
  vertical-align: top;
  text-align: center;
}
.cms-13 .center_column ul, .cms-13 .center_column ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0px;
  text-align: center;
}
.cms-13 .center_column ul {
  margin: 50px 0 50px 0;
}
.cms-13 .center_column ul li {
  display: inline-block;
  width: 16%;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  margin: 0 5px;
  /* border: 1px solid #000;
  padding: 15px 0; */
  background: #fff;
  /* height: 190px;
  overflow: hidden; */
}
.index .cms-13 .center_column ul li {
  width: calc(33% - 10px);
}
.cms-13 .center_column ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}
.cms-13 .center_column ul li a:after {
  content: "\f09a";
  font-family: "FontAwesome";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 60px;
  padding: 20px 0 0 0;
}
.cms-13 .center_column ul li:first-child a:after {
  content: "\f085";
}
.cms-13 .center_column ul li:nth-child(2) a:after {
  content: "\f1b3";
}
.cms-13 .center_column ul li:nth-child(3) a:after {
  content: "\f0d1 ";
}
.cms-13 .center_column ul li:nth-child(4) a:after {
  content: "\f1fb ";
}
.cms-13 .center_column ul li:nth-child(5) a:after {
  content: "\f0d1";
}

.cms-13 .center_column ul li img {
  width: 100%;
  height: auto;
}
/*** Blog ***/

#columns.pageblog #left_column {
  display: none;
}
#columns.pageblog #center_column {
  width: 100%;
}
#columns.pageblog #center_column .blog-post-item {
  margin-top: 10px;
  border: none;
  padding: 10px;
  overflow: hidden;
  font-size: 12px;
}
#columns.pageblog #center_column .blog-post-item img.news {
  float: left;
  margin: 0 15px 0 0;
  max-width: 50%;
}
#columns.pageblog #center_column .blog-post-item .arrow_global {
  height: 133px;
}
#columns.pageblog #center_column .blog-post-item .text_content {
  margin: 20px 0 0 0;
  font-size: 14px;
}
#columns.pageblog #center_column .blog-post-item #contentleft {
  float: none;
  padding: 10px 0 0 0;
}
.prestablogfont table {
  margin-bottom: 20px;
}
.prestablogfont table tr {}
.prestablogfont table tr td {
  border: 1px solid #ccc;
}
.prestablogfont p {
  font-size: 14px;
}
#contentimg {
  padding: 10px 0 0 0;
}
#contentimg p {
  overflow: hidden;
  padding: 0 0.5%;
  max-width: 1000px;
  margin: auto;
}
#contentimg p img {
  width: 100%;
  height: auto;
}
.sortTools {
  background: transparent;
}
.pages span.nums b {
  background: #f4ca09;
  color: #fff;
}
.toolbar-bottom {
  margin: 10px 0 0 0;
}
a.btn_yellow {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #f4ca09;
  padding: 10px 10px 10px 10px;
  border-bottom: 5px #d0b018 solid;
}
#homepage-slider .homeslider-description a:after, a.btn_yellow:after {
  content: "";
  z-index: 2000;
  width: 14px;
  height: 14px;
  border: 4px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin: auto;
  margin-top: 3px;
  margin-left: 27px;
  border-left: none;
  border-bottom: none;
  margin-left: 8px;
  margin-right: 0px;
  position: absolute;
}
a.center {
  margin: auto;
}
.btn_block {
  text-align: center;
  margin-top: 45px;
}

#module-prestablog-blog h1, #module-prestablog-blog h2 {
  color: #1b0606;
}

#module-prestablog-blog h1.blog-cat-title {
  color: #ee5030;
  text-transform: uppercase;
  display: block;
}

#module-prestablog-blog .blog-post-item h1:before, #module-prestablog-blog .blog-post-item h1:after, #module-prestablog-blog .blog-post-item h2:before, #module-prestablog-blog .blog-post-item h2:after {
  width: 15%;
  border-top: 1px solid #000;
  height: 5px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0px;
  border-bottom: 1px solid #000;
  margin: 0 20px 0 20px;
}

#module-prestablog-blog #columns {
  padding: 30px;
}

#module-prestablog-blog #columns #blog_list {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#module-prestablog-blog #columns #blog_list .vertical-blocks-blog {
  margin-bottom: 20px;
  background-color: #000;
  height: 300px;
  overflow: hidden;
  position: relative;
}
#module-prestablog-blog #columns #blog_list .vertical-blocks-blog:hover img{
   transform: scale(1.2);
   filter: grayscale(1);
}
#module-prestablog-blog #columns #blog_list .vertical-blocks-blog .image {
  height: 100%;
  float: left;
  overflow: hidden;
  width: 50%;
  position: relative;
  z-index: 0;
}

#module-prestablog-blog #columns #blog_list .vertical-blocks-blog .image img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

#module-prestablog-blog #columns #blog_list .vertical-blocks-blog .texte {
  float: left;
  width: 50%;
  height: 100%;
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -77px 0px 50px 28px rgb(0 0 0);
  position: relative;
  z-index: 1;
}

#module-prestablog-blog #columns #blog_list .vertical-blocks-blog-odd .texte {
  box-shadow: 77px 0px 50px 28px rgb(0 0 0) !important;
}

#module-prestablog-blog #columns #blog_list .vertical-blocks-blog .texte a h2 {
  font-size: 3rem;
  color: #fff;
  font-family: 'roboto_med' !important;
}

#module-prestablog-blog #columns #blog_list .vertical-blocks-blog .texte a p {
  margin: 0;
  color: #fff;
}

#columns.pageblog .blog-post-item img.news {
  float: left;
  margin: 0 15px 0 0;
  max-width: 50%;
}


@media (max-width: 767px) {
  #module-prestablog-blog #columns #blog_list .vertical-blocks-blog .texte, #module-prestablog-blog #columns #blog_list .vertical-blocks-blog .image {
    width: 100%;
    float: none;
  }
  #module-prestablog-blog #columns #blog_list .vertical-blocks-blog .texte {
    padding: 30px 10px 30px 10px;
  }
  #module-prestablog-blog #columns #blog_list .vertical-blocks-blog {
    height: auto;
    display: flex;
  }

  #module-prestablog-blog #columns #blog_list .vertical-blocks-blog-even {
    flex-direction: column;
  }

  #module-prestablog-blog #columns #blog_list .vertical-blocks-blog-odd {
    flex-direction: column-reverse;
  }

  #module-prestablog-blog #columns #blog_list .vertical-blocks-blog .texte {
    box-shadow: 0px -20px 50px 28px rgb(0 0 0) !important;
  }
}

/* FOOTER BLOCK */
.block_content.toggle-footer{
  display: block!important;
}
.footer-container #footer #social_block {
    float: none;
    padding: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}
#social_block li {
    color: #ffffff;
    font-family: 'roboto_reg';
    font-size: 15px;
}
.container.footerinner {
    background-color: #ed5031;
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    justify-content: center;
    flex-flow: wrap;
}
.footerinner #footerlinks, .footerinner .block_contact_infos,
.footerinner .footer-block, .footer-container #footer #social_block, .footerinner #block_contact_infos{
    display: flex;
    flex-direction: column;
    padding-right: 15px;
    width: 130px!important;
}
.footer-block span a, .footer-container #footer span {
  font-family: 'roboto_black';
  color: #ffffff!important;
  font-size: 17px;
  text-transform: uppercase;
}
.footer-block span {
    margin-bottom: 15px;
}
.footer-container #footer ul li a, .footer-container #footer
.block_contact_infos > div ul li, #social_block ul li {
  color:#ffffff;
  font-family: 'roboto_reg';
  font-size: 12px;
}
.bottom-footer {
  line-height: 56px;
  text-align: center;
  background: #000;
}
.footer-container #footer #social_block ul.icon li {
  width: 45px;
  height: 45px;
  border: 1px solid #ee5131;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 36px;
  margin: 0 10px;
}
.footer-container #footer #social_block ul.icon li a {
  color: #ee5131;
}
.footer-container {
  background: url(../img/footer_bg.jpg) no-repeat #232122;
  background-position: center top;
  background-size: contain;
}


/*.footer-container #footer .slider_marques a {
  display: table-cell;
  vertical-align: middle;
}*/

.footer-container #footer .slider_marques .block-img {
  display: table-cell;
  vertical-align: middle;
}

.bx-wrapper-car.slider_marques {
  margin: 0;
  padding:0;
}
.slider_marques .slider2{
	height: 100%;
}
.slider_marques .slider2 .slide{
	  display: table;
	height: 100%;
}
 .slider_marques .slider2 {height: 100%}


.slider_marques.bx-wrapper-car img {
  max-width: 100%;
  display: table-cell;
}

.footer-container #footer ul li {
  padding-bottom: 15px;
}
.footer-container #footer #social_block ul {
  margin-bottom: 8px;
  margin-top: 9px;
}
.footer-container #footer #block_contact_infos2 {
  padding: 0 0 0 4%;
}
.footer-container #footer .block_contact_infos img {
  margin-bottom: 20px;
}
.footer-container #footer .block_contact_infos [class^="icon-"] {
  color: #fff;
  font-size: 17px;
  width: auto;
  line-height: 30px;
  padding-right: 8px;
}
/* .slider_marques .slider2 .slide {
    margin-right: 50px!important;
} */
/* .bx-viewport .bx-wrapper-car{
    max-width: 1320px!important;
} */
.bx-wrapper-car.slider_marques {
    background: #ffffff;
}
a.bx-prev:after, a.bx-next:after {
  content: "";
  z-index: 2000;
  width: 25px;
  height: 25px;
  border: 10px solid #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin: auto;
  margin-top: -15px;
  margin-left: 27px;
}
a.bx-next:after {
  border-left: none;
  border-bottom: none;
  margin-left: 0px;
}
a.bx-prev:after {
  border-right: none;
  border-top: none;
}
.prfb-clear {
  clear: both;
}
/** FOOTER **/
#footer #newsletter_block_left{
  display: flex;
  flex-flow: wrap;
  position: relative;
  width: 100%;
  padding: 0;
  height: 250px;
  justify-content: space-evenly;
  align-items: center;
  background-image: url(img/fond-fumee.jpg);
  background-size: cover;
}

#newsletter_block_left span {
    display: flex;
    color: #ffffff;
    font-size: 22px;
    font-family: 'roboto_med';
    z-index: 2;
}
.logos-social-container {
    display: flex;
    flex-flow: wrap;
    width: 25%;
    flex-direction: row;
    z-index: 2;
    justify-content: space-evenly;
    align-items: center;
}
.logos-sociaux{
    display: flex;
    justify-content: space-evenly;
    width: 50%;
    flex-flow: wrap;
}
a.fcbk {
  background-image: url(img/facebook-offroad.png);
  background-position: center;
background-size: contain;
}
a.insta{
  background-image: url(img/instagram-offroad.png);
  background-position: center;
background-size: contain;
}
a.fcbk, a.insta{
  display: flex;
  width: 64px;
  height: 64px;
  margin:5px;
}
#footer #newsletter_block_left .block_content {
    z-index: 2;
    width: 25%;
}
form.news-form {
    width: 100%;
}
#footer #newsletter_block_left .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
#footer #newsletter_block_left .form-group .form-control {
    height: 100%;
    width: 60%;
    background: #ffffff;
    border-color: #ffffff;
    color: #afaeae;
    color: #b5b5b5;
    padding: 10px 43px 10px 12px;
    display: inline-block;
    float: left;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
#footer #newsletter_block_left .form-group .button-small:before {
    display: none;
}
#footer #newsletter_block_left .form-group .button-small {
    margin-left: 0;
    border: none;
    background: none;
    text-align: center;
    color: #ffffff;
    padding: 0;
    background-color: #ed5031;
    height: 100%;
    width: 30%;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}
body#module-prestablog-blog #left_column {
  display: none;
}
body#module-prestablog-blog #center_column {
  width: 100%;
}
body#module-prestablog-blog #block_trois_actus {
  display: none;
}
#block_trois_actus {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
#sub-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: black;
    text-align: center;
}
#sub-footer p, #sub-footer p a{
    font-size: 20px;
    color: #ffffff;
    font-family: 'roboto_reg';
}

@media (min-width: 1200px) {
  .footerinner #footerlinks, .footerinner .block_contact_infos,
  .footerinner .footer-block, .footer-container #footer #social_block, .footerinner #block_contact_infos{
    display: flex;
    flex-direction: column;
    padding-right: 5%;
    width: auto!important;
  }
	.prices-drop .columns-container{
		width: 65%;
		margin: auto;
	}

}

/* @media (max-width: 1480px) {
  .bx-viewport .bx-wrapper-car{
      max-width: 1200px!important;
  }
} */
@media (max-width: 1200px) {
  .sf-menu>li {
    width: auto;
    padding: 0 1.9%;
  }
  /* .sf-menu>li>a {
    font-size: 23px;
  } */
  .arrow_global .arrow_image {
    border-right: 731px solid #ffffff;
  }
  #htmlcontent_home ul li a .item-html {
    font-size: 23px;
    line-height: 26px;
  }
  #htmlcontent_home ul li img {
    max-height: 100%;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 968px) {
  .sf-menu>li>a {
    font-size: 18px;
  }
  .news-form, #newsletter_block_left span.news-titre{
	  display: none;
  }
  .logos-social-container {
	  display: flex;
	  flex-flow: wrap;
	  width: 100%;
	  flex-direction: row;
	  z-index: 2;
	  justify-content: center;
	  align-items: center;
	  margin-top: -135px;
	}
  .logos-sociaux {
	  display: flex;
	  justify-content: center;
	  width: 100%;
	  flex-flow: wrap;
   }
}

@media (max-width: 900px) {
  .sf-menu>li {
    padding: 0 0.6%;
  }
}
@media (max-width: 800px) {
  .sf-menu>li {
    padding: 0 0.3%;
  }
  .sf-menu>li>a {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  h1, h2 {
    font-size: 35px;
  }
  #right_column {
    display: none;
  }
  #htmlcontent_home ul li a .item-html {
    font-size: 20px;
    line-height: 25px;
    left: 10px;
  }
  #homepage-slider .homeslider-description h3 {
    font-size: 20px;
  }
  #homepage-slider .homeslider-description {
    position: absolute;
    left: 15px;
    top: 15px;
  }
  #homepage-slider .homeslider-description a {
    font-size: 13px;
    border-bottom: 4px #d0b018 solid;
    padding: 8px 8px 8px 8px;
  }
  #homepage-slider .homeslider-description a:after, a.btn_yellow:after {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  #homepage-slider .homeslider-description p {
    width: 90%;
  }
  .cms-13 .center_column ul li {
    display: inline-block;
    width: 29%;
    margin: 20px 2%;
  }
  .bx-wrapper-car img {
    height: 200px;
    height: auto;
  }
  .sf-menu>li {
    float: none;
    width: 100%;
    text-align: center;
  }
  #search_block_top {
    position: relative;
    right: 0;
    width: 100%;
    margin: auto;
    padding: 4px 0 0 0;
  }
  .functional-buttons {
    display: none;
  }
  .nbrItemPage {
    display: none;
  }
  .arrow_global {
    display: none;
  }
  li.vertical-blocks-blog {
    float: none;
    width: 69%;
    margin: auto;
  }
  li.vertical-blocks-blog:first-child {
    margin: auto;
  }
  .footer-container #footer .block_contact_infos {
    text-align: center;
  }
  .footer-container #footer #social_block ul {
    text-align: center;
    display: block;
  }
  .footer-container #footer #social_block ul.icon li {
    display: inline-block;
    float: none;
  }
  a.bx-prev, a.bx-next {
    display: none;
  }
  .footer-container {
    background-size: cover;
  }
  div#left_column {
    padding-right: 0;
  }
  .block .title_block {
    border-bottom: 3px solid #e9e9e9;
    background: #f6f6f6;
    text-align: left;
    padding: 0 0 0 20px;
    position: relative;
    font-size: 33px;
  }
  .block .title_block:before {
    font-size: 30px;
  }
  .block .title_block:after {
    display: block;
    font-family: "FontAwesome";
    content: "\f067";
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 26px;
    width: auto;
    height: auto;
  }
  .block .title_block.active:after {
    content: "\f068";
  }
  .contact iframe {
    height: 200px !important;
  }
  .cataloguelien {
    padding: 0 5px 10px;
    height: 120px;
    overflow: hidden;
    width: 81%;
    margin: auto;
    display: block;
    float: none;
    margin-bottom: 7px;
  }
  .cataloguelien a .item-html {
    font-size: 27px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: 'ralewayextrabold_italic';
    line-height: 33px;
  }
  .cms-13 .center_column ul {
    margin: 0px 0 0px 0;
  }
  #homepage-slider .homeslider-description {
    padding: 5px 10px;
  }
  .bx-wrapper-car img {
    max-width: 99%;
    display: block;
    margin: auto;
  }
  #index #page #columns {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .cms-13 .center_column ul li a:after {
    font-size: 44px;
    padding: 15px 0 0 0;
  }
  .cms-13 .center_column ul li {
    height: auto;
  }
  .footer-container #footer #social_block {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .footer-container #footer h4 {
    position: relative;
  }
  #subcategories ul li {
    width: 48%;
    margin: 0 1% 0 1%;
  }
  .footer-container #footer h4:after {
    display: none;
  }
  .footer-container #footer .footer-block {
    text-align: center;
  }
  .footerinner #footerlinks, .footerinner .block_contact_infos, .footerinner .footer-block {
      width: auto;
  }
  .bx-wrapper-car.slider_marques {
    display: none;
  }
  #subcategories ul {
    margin: 0 0 0 0px;
  }
}
@media (max-width: 479px) {
  #htmlcontent_home ul li a .item-html {
    font-size: 33px;
  }
  li.vertical-blocks-blog {
    float: none;
    width: 99%;
    margin: auto;
  }
  li.vertical-blocks-blog:first-child {
    margin: auto;
  }
  #page .rte {
    padding: 0;
  }
  .page-product-box table td, .page-product-box table th {
    padding: 5px 1%;
    text-align: left;
    font-size: 10px;
  }
  .cms-13 .center_column ul li {
    display: inline-block;
    width: 46%;
    margin: 20px 2%;
  }
  .socialsharing_product.list-inline.no-print {
    text-align: center;
  }
  .socialsharing_product button {
    width: 48%;
  }
}
#htmlcontent_home ul li {
  padding: 0 5px 10px;
  height: 190px;
  overflow: hidden;
}
/*** cataloguelien* ***/

.cataloguelien {
  padding: 0 5px 10px;
  height: 190px;
  overflow: hidden;
}
.cataloguelien img {
  min-width: 100%;
  max-height: 101%;
}
.cataloguelien a {
  display: block;
  position: relative;
  height: 100%;
}
.cataloguelien a .item-html {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 31px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: 'ralewayextrabold_italic';
  line-height: 46px;
}

/*** Calalogue PDF link ***/

.link_pdf_cataloque {
  display: block;
  background: #EE5030;
  color: #fff;
  padding: 15px;
  margin: 10px 5px;
  font-family: "Anton",sans-serif;
  font-size: 2rem;
  font-weight: 100;
  font-style: italic;
}

/*** Nos Véhicules ***/

#block_trois_actus ul {
  padding: 0 5px;
}

/** Background  **/


#page > .header-container {

}

header#header {
  background: none;
  padding: 0;
  z-index: 1100;
}

#header > .menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 200px;
}

.sf-menu > li > ul > li > a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'roboto_med';
    font-size: 20px;
}

#header > .menu > .container {
  background: #fff;
  padding-bottom: 15px;
}

#page > .columns-container {
  background: none;
}

#page > .columns-container > #columns {
  background: #fff;
}
.bx-wrapper-car .bx-viewport {
  left: 0;
}

#right_column.col-sm-3, #left_column {
  padding-left: 5px;
}
#center_column {
  padding-right: 5px;
}

#cms #center_column {
  padding-right: 5px;
  padding-left: 5px;
}

/* HEADER */
.header_user_info{
   width: auto;
}
.header_user_info a {
    color: #000;
}
.header_user_info a:hover {
    color: #ee5030;
    background-color: #ffffff;
}
.shopping_cart > a:first-child {
  padding: 0 10px 0 20px;
}
.shopping_cart > a:first-child:before {
	display:none;
}
.shopping_cart > a:first-child b, .shopping_cart > a:first-child {
    color: #000;
	background: none;
	font-family: 'roboto_light';
    text-transform: uppercase;
    font-size: 15px;
}
.shopping_cart {
    width: auto;
}
.shopping_cart::before{
	content:url(../img/panier.svg);
	display: block;
    width: 45px;
    margin: 20px 0px 5px 20px;
}
.header_user_info::before{
	content:url(../img/user.svg);
    width: 45px;
    display: block;
    margin: auto;
  /* padding-top: 30px; */
  margin-bottom: 4px;
}
#subheader{
	height: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.subheader-content	{
	z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 515px;
	margin:10% 0 0 15%;
}
.subheader-content h1{
	font-family: 'poppins_bold';
	font-size: 75px;
	margin:0;
  text-align: left;
  line-height: 75px;
}
.subheader-content h2{
	color: #ffffff;
    font-family: 'roboto_bold';
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}
.layer{
	background-color:#000000;
	opacity:0.3;
	position:absolute;
	height:100%;
	width:100%;
	z-index:-1;
}
.background-subheader{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom;
	position:relative;
	z-index:0;
}
.button-cto{
	font-family: 'roboto_bold';
	display: flex;
    width: max-content;
    background-color: #EE502F;
    color: #ffffff;
    font-size: 25px;
    padding: 10px 30px 10px 30px;
    margin-top: 15%;
	cursor:pointer;
}
.button-cto:hover{
    color: #EE502F;
    background-color: #ffffff;
}
.texte-orange{
	color:#ee5030;
}
.texte-noir{
	color:#000000;
}
.texte-blanc{
	color:#ffffff;
}
/* PAGE CATEGORIES */

#category .center_column .content_scene_cat.no_image h1 {
    /* position: absolute; */
    font-family: 'poppins_bold';
    color: #ee502f;
}
.content_scene_cat {
    border: 0px solid #000000;
    color: #ef502f;
}
.content_scene_cat h1, .content_scene_cat h2 {
    font-family: 'poppins_bold';
    font-size: 60px;
    color: #ee512f;
    text-align: center;
    margin:0;
    text-transform: uppercase;
}
#category .center_column h1 {
    margin: 0;
    letter-spacing: 0;
    background: none;
    font-size: 50px;
    line-height:45px;
    height: 80px;
}
#subcategories {
    border-top: 0px solid #d6d4d4;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 35px;
}
#subcategories p.subcategory-heading {
	font-family: 'roboto_bold';
    font-size: 25px;
    margin: 0 0 15px 15px;
}
#subcategories ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
}
#subcategories ul li {
  display: flex;
  flex-direction: column;
  margin: 0 4px;
  text-align: center;
  vertical-align: top;
  flex-grow: 4;
  max-width: 24%;
}
#categories_block_left .title_block{
  display: none;
}
.page-heading {
    color: #ef502f;
    font-family: 'poppins_bold';
    font-size: 35px;
    overflow: visible;
    line-height: 35px;
}
.page-heading span.heading-counter {
    font-family: 'roboto_light';
    float: left;
    color: #a09f9f;
    text-transform: none;
    margin-bottom: 0px;
}
/* PROMO */
div#promo {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    padding: 35px;
    align-items: center;
    padding-top: 80px;
padding-bottom: 80px;
}
.logo-promo{
	background-image: url(img/backfridyOffRoad.png);
  display: flex;
  width: 35%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 250px;
  background-position: center;
}
.promo-content {
    display: flex;
	align-items: center;
    flex-direction: column;
    width: 35%;
}
.promo-content p{
   text-align:center;
   font-family:'roboto_med';
   color:#000000;
	font-size: 18px;
}
.promo-content .button-cto{
   margin:0;
}
/*BLOCK CATALOGUE*/

#bloc-catalogue{
	background-color: #000000;
    display: flex;
    height: 700px;
	  padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1;
    position: relative;
    margin-bottom: -5%;
}

/*** LEFT BLOC ***/


.left-bloc {
    display: flex;
    width: 40%;
	flex-direction: column;
    align-items: center;
}
.left-bloc a, .right-bloc a {
	display: flex;
	height: 100%;
  width: 100%;
}
.left-categorie-1 img, .left-categorie-2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: bottom right;
  /* object-position: bottom; */
}
.right-categorie-1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: bottom right;
}
.right-categorie-2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.left-categorie-1{
	background-position: bottom;
	margin: 20px 0px 10px 0px;
  position: relative;
}
.left-categorie-2{
	background-position: bottom;
	margin: 10px 0px 20px 0px;
  position: relative;
}
.left-categorie-1, .left-categorie-2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	background-size: cover;
}
/*** MIDDLE BLOC ***/
.middle-bloc {
  display: flex;
  background-color: #D48283;
  width: 20%;
	background-image: url(img/pattern-brands.jpg);
	border: 20px solid #000000;
	justify-content: center;
  align-items: baseline;
	position:relative;
	background-size: cover;
  background-position: center;
  min-width: 300px;

}
.middle-bloc a{
	z-index: 2;
  display: flex;
  width: 80%;
  justify-content: center;
}
.middle-bloc a:hover .middle-promo{
	background-color: #ffffff;
	color:#000000;

}
.black-layer {
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 100%;
	opacity: 0.8;
	z-index: 1;
}
.middle-bloc .black-layer {
	opacity: 0.35;
}
.middle-promo {
  display: flex;
  flex-direction: column;
  height: 200px;
  border: 2px solid #ffffff;
  text-align: center;
  margin-top: 20%;
  padding: 5%;
	justify-content: center;
  color: #ffffff;
	transition:0.5s;
}
.middle-promo .middle-title{
	font-family: 'roboto_bold';
	font-size:45px;
}
.middle-promo .middle-sub-title{
	font-family: 'roboto_light';
	font-size:40px;
}

/*** RIGHT BLOC ***/
.right-bloc{
	display: flex;
  width: 40%;
	flex-direction: column;
  align-items: center;
}
.right-categorie-1{
  background-position: center;
	margin: 20px 0px 10px 0px;
  position: relative;
}
.right-categorie-2{
  background-position: center;
	margin: 10px 0px 20px 0px;
  position: relative;
}

.right-categorie-1, .right-categorie-2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	background-size: cover;
}
/*** TEXTS INLINE BLOC ***/
.red-layer-title {
  position: absolute;
  background-color: #ee502f;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotate(-2deg);
	margin-left: -5px;
	transition:0.35s;
  opacity: 0.85;
}
.title-category{
	z-index:2;
	position:relative;
	padding-right: 15px;
  width: max-content;
}
.title-category h3{
  font-family: 'poppins_bold';
  font-size: 40px;
  color: #ffffff;
}
.text-category {
  display: flex;
  flex-direction: column;
  width: 50%;
	margin-left: 10%;
}
.left-bloc a:hover .red-layer-title, .right-bloc a:hover .red-layer-title{
	transform: rotate(2deg);
}
.left-bloc a:hover div:first-child img, .right-bloc a:hover div:first-child img{
  filter: blur(3.5px) sepia(0.4) saturate(1.5);
}
.sub-title-category {
  font-family: 'roboto_med';
  color: #ffffff;
  padding-top: 5%;
  font-size: 15px;
}
/* PRODUITS PHARES*/
.slick-slide {
    margin: 10px;
}
.slick-list.draggable{
  width:70%;
}

#columns {
    padding-top: 0;
}
.layer-categories {
    background-color: #000000;
    opacity: 0.65;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}
#index .container{
	max-width:100%;
}
.container-featured {
    position: relative;
    overflow: hidden;
    margin-top: -115px;
    margin-bottom: -115px;
    z-index: 0;
}
.container-feat-skew {
    transform: skewY(5deg);
}
.titre-categ-produits {
	  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: skewY(-5deg);
    margin-bottom: 30px;
    z-index: 1;
    text-align: center;
}
.titre-categ-produits h3{
	font-family:'poppins_bold';
	font-size:60px;
}
.titre-categ-produits p{
	font-family: 'roboto_light';
    color: #ffffff;
    font-size: 22px;
}
.produits-phares-container {
    display: flex;
    flex-direction: column;
    padding: 5%;
    align-items: center;
    width: 100%;
    height: auto;
    justify-content: space-evenly;
	  position: relative;
    margin-top: -2px;

}
.liste-produits-phares {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
	  margin-bottom: 150px;
    transform: skewY(-5deg);
	max-width: 1400px;
}
ul#homefeatured {
    display: contents;
}
#home-featured-1 .titre-categ-produits{
  margin-top:150px;
}
#home-featured-1{
/*  background-image: url(img/off-road-category.jpg);*/
  background-image: url(img/Bandeau_Rallye_Raid.jpeg);
  background-size: cover;
  background-position: center;
}
#home-featured-2{
/*  background-image: url(img/ssv-category.jpg);*/
  background-image: url(img/Bandeau_New_Energy.jpeg);
  background-size: cover;
  background-position: center;

}
#home-featured-3{
/*  background-image: url(img/auto-cross-category.jpg);*/
  background-image: url(img/Autocross.JPG);
  background-size: cover;
  background-position: center;
}
.ajax_block_product {
    display: flex;
    flex-direction: column;
    height: 550px;
    margin-top: 5%;
    background-color: #ffffff;
    padding-bottom: 25px;
}
#index .ajax_block_product {
  height: auto;
}
#category .ajax_block_product {
    height: auto;
}
.product-container{
  height:100%;
}
ul.product_list.grid>li .product-container {
    background: #fff;
    border: none;
    height: 100%;
}
.product-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px;
}
a.product_img_link {
    width: 100%;
}
img.img-responsive {
    height: 100%;
    width: 100%;
}
.price.product-price {
    color: #ee5030;
    font-family: 'roboto_bold';
    font-size: 30px;
}
.submenu-container li:first-child{
  display: none;
}
a.house-icon{
  display: none;
}
/* SOCIAL PART */
#index #social-part{
  background-color: #f2f2f2;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
	padding-bottom: 5%;
  position: relative;
}
#social-part {
  display: none;
}
#social-part h3{
	margin:3%;
	font-size:50px;
	font-family: 'poppins_bold';
  text-align: center;
}
.social-container {
    display: flex;
    flex-direction: row;
    width: 90%;
    justify-content: space-evenly;
}
.social-left, .social-right {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
	width: 35%;
    align-items: center;
}
.title-social{
	font-family: 'poppins_bold';
    font-size: 35px;
    margin: 5%;
}

#my-account .addresses-lists {
    justify-content: center;
    display: flex;
	flex-flow: wrap;
}
#my-account .columns-container {
    width: 80%;
    margin: auto;
}
/* PROMOTIONS */
.prices-drop #page-content{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}
.category #page-content{
  display: flex;
    width: 100%;
    justify-content: center;
}
.category .columns-container{
  margin: auto;
}
.content_scene_cat_bg{
  background-image: none!important;
  min-height: 0!important;
}
.category-599 #subcategories li:first-child {
  margin-left: 12%;
}
.category-599 #subcategories li:nth-child(3) {
  margin-right: 12%;
}
.category-12 #subcategories li:first-child {
  margin-left: calc(24% + 4px);
}
.category-12 #subcategories li:nth-child(2) {
  margin-right: calc(24% + 4px);
}
@media (max-width: 1024px) {
  .category-auto-cross .img-cat, .img-cat {
    height: 300px;
    margin-top: -20px;
    background-position: center;
  }


  .bouton-search {
      padding: 5px;
  }
  .social-container {
      flex-direction: column;
      justify-content: center;
  }
  .social-left, .social-right {
      width: 100%;
  }
  #search_block_top {
      width: 100%;
      margin-right: 5%;
  }
  .container.footerinner {
      padding: 5%!important;
  }
  #footer #newsletter_block_left .form-group .button-small {
      width: 25%;
  }
  #bloc-catalogue {
      flex-direction: column;
  }
  .left-bloc, .right-bloc, .middle-bloc {
      width: 100%;
  }
  #bloc-catalogue {
      height: auto;
  }
  .left-categorie-1, .left-categorie-2, .right-categorie-1, .right-categorie-2 {
      height: 280px;
  }
  .middle-promo {
      margin-top: 0;
  }
  .subheader-content {
      margin: 8% 0 0 5%;
  }
  #subheader {
    height: 500px;
  }
  div#promo {
    flex-flow: column;
    padding-top:0;
    padding-bottom: 50px;
  }
  .slick-prev {
      left: 5%;
  }
  .slick-next {
      right: 5%;
  }
}
@media (max-width: 900px){
  .container.footerinner {
      justify-content: flex-start;
  }
}
@media (min-width: 768px){
	/* #header .shopping_cart {
    	top: 10px;
	} */
}
@media (max-width: 768px) {
  .container.footerinner {
      justify-content: flex-start;
  }
  #header .shopping_cart {
	margin-right: 0;
	top: 6px;
  }
  #layer_cart {
    margin-left: 0;
  }
  .content-qsn-bloc-left, .content-qsn-bloc-right{
    flex-direction: column;
  }
  .content-right-block, .content-left-block {
    display: flex;
    width: 100%;
  }
  .bloc-facebook iframe{
    width: 300px!important;
  }
  li.instagram_item_img {
      width: 100%;
  }
  .ybc_instagram {
      width: auto;
      height: auto;
  }
  .promo-content {
      width: 40%;
      text-align: center;
  }
  .subheader-content h1 {
      font-size: 40px;
          line-height: 40px;
  }
  .subheader-content p {
    font-size: 15px;
    line-height: 20px;
    width: 50%;
  }
  .button-cto {
      font-size: 20px;
      padding: 5px 15px 5px 15px;
  }
  .subheader-content {
      margin: 10% 0 0 5%;
      width: 90%;
  }
  #subheader {
    height: 500px;
  }
  #header > .menu {
      width: 100%;
      height: auto;
      flex-flow: wrap;
      justify-content: center;
      padding-bottom: 5%;
  }
  #header_logo {
	width: 70%;
  margin-left: 0;
  margin-bottom: 15px;
  }
  #header_logo a img {
      max-width: 100%;
  }
  .bloc-connexion {
      width: 80%;
      justify-content:center;
      align-items: center;
      flex-flow: wrap-reverse;
  }
  #header .shopping_cart > a:first-child:after {
    content: unset;
  }
  #search_block_top {
      margin-right: 0;
      margin-top: 15px;
  }
  .shopping_cart {
      margin: 0;
  }
  .logo-promo {
      width: 80%;
  }
  #footer #newsletter_block_left .block_content {
      width: 100%;
  }
  #block_top_menu {
    padding-left: 0;
  }
  .cat-title {
      font-family: 'roboto_bold';
      font-size: 20px;
      border-bottom: 0px solid #ee512f;
      background: #ee512f;
      color:#fff;
  }
  .cat-title:hover {
      background: #e86c51;
  }
  .house-icon {
    top: 25%;
    left: 45%;
  }
  .sf-menu > li > ul > li {
      width: 100%;
      margin: 20px;
  }
  .ajax_block_product {
    height: 400px;
  }
  #index .left-block {
      height: 70%;
  }
  .product-container .right-block {
      height: 30%;
      padding:15px;
    }
    .submenu-container li:first-child{
      display: block;
    }
    a.house-icon{
      display: none!important;
    }
}
@media (max-width:767px){
  .sf-menu li ul.submenu-container {
      align-items: center;
      top: -65px;
      flex-wrap: wrap;
      justify-content: center;
	  left: 0;
  }
  .category-off-road .img-cat, .category-ssv .img-cat, .category-auto-cross .img-cat, .img-cat {
      margin-top: 20px;
      height: 150px;
      margin-top: 20px;
      background-position: center;
  }
}
@media (max-width: 600px) {
  .container.footerinner {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .img-cat, .category-off-road .img-cat,
  .category-ssv .img-cat,
  .category-auto-cross .img-cat {
      margin-top:15%;
      width: 100%;
/*      margin-left: -15%;*/
  }
  div#header-banner {
      flex-direction: column;
      height: 80px;
  }
  .banner-tel span {
      height: 20px;
      width: 20px;
  }
  .banner-mail span {
      height: 25px;
      width: 25px;
  }
}
@media (max-width: 480px){
  .shopping_cart {
      padding-top: 0;
  }
}
@media (max-width: 425px) {
  #social-part{
    display: none!important;
  }
  /* .round-panier-nb {
    top: 30px;
  } */
  #category .center_column h1 {
    font-size: 32px;
  }
  .banner-tel span {
    height: 15px;
    width: 15px;
  }
  .banner-mail span {
    height: 15px;
    width: 15px;
  }
  .banner-tel p, .banner-mail p {
      font-size: 10px;
      padding-left: 7px;
  }
  .category-auto-cross .img-cat, .img-cat {
    margin-top: 20px;
    height: 125px;
    margin-top: 20px;
    background-position: center;
  }

}

@media (max-width: 1400px) {
	#index .title-category h3 {
		font-size: 35px;
	}
}

@media (max-width: 1250px) {
	#index .title-category h3 {
		font-size: 26px;
	}
}

@media (max-width: 1199px) {
	#subcategories ul li {
		max-width: 32%;
	}
  .category-599 #subcategories li:first-child{
    margin-left: 4px;
  }

  .category-599 #subcategories li:nth-child(3){
    margin-right: 4px;
  }
  .category-12 #subcategories li:first-child {
    margin-left: 12%;
  }
  .category-12 #subcategories li:nth-child(2) {
    margin-right: 12%;
  }
  
}

@media (max-width: 1024px) {
	#index .title-category h3 {
		font-size: 40px;
	}
}

@media (max-width: 907px) {
	#subcategories ul li {
		max-width: 31%;
	}
}

@media (max-width: 768px) {
	.header_user_info::before {
		margin: 0 auto 7px auto;
	}

	/* .header_user_info {
		width: 30%;
	} */
  #block_top_menu ul.sf-menu {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
	#index .title-category h3 {
		font-size: 30px;
	}
}

@media (max-width: 463px) {
	#subcategories ul li {
		max-width: 47%;
	}
  .category-12 #subcategories li:first-child{
    margin-left: 4px;
  }

  .category-12 #subcategories li:nth-child(2){
    margin-right: 4px;
  }
}

@media (max-width: 367px) {
	#subcategories ul li {
		max-width: 46%;
	}
}

@media (max-width: 420px) {
	#index .title-category h3 {
		font-size: 25px;
	}
}

#block_top_menu .menu-mobile-grover {
  display: none!important;
}