
/********************************************************
			Custom Styles
********************************************************/

/* mouse grab icon */
.grabbing {
  cursor: url("../img/theme/grabbing.png") 8 8, move;
}
 
.customNavigation {
  position: absolute;
  width: 50px;
  top: -65px;
  direction: ltr !important;
  left: auto;
  right: 15px;
  z-index: 8;
}

.customNavigation a {
	  font-size: 0px;
    position: absolute;
    font-weight: 300;
    height: 25px;
    width: 10px;
    line-height: 30px;
    padding: 0px;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    border: 0;
    transition: none;
    background: rgba(0, 0, 0, 0) url(../img/theme/slide-arrow.png) no-repeat scroll 0 0;
}
.customNavigation a.btn {
    background: rgba(0, 0, 0, 0) url(../img/theme/slide-arrow.png) no-repeat scroll 0 0;
}
.customNavigation a.prev:before {
    content: '\f104';
    font-family: "FontAwesome";
    font-size: 0px;
    color: #000000;
}
.customNavigation a.next:before {
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 0px;
    color: #000000;
}
.customNavigation a.prev, 
.customNavigation a.btn.prev {
  left: 0;
  background-position: 0px -24px;
}
.customNavigation a.prev:hover  {
  background-position: 0px -56px;
}
.customNavigation a.next,
.customNavigation a.btn.next {
  right: 0;
  background-position: -32px -24px;
}
.customNavigation a.next:hover {
  background-position: -32px -56px;
}
.top_button {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 34px;
    left: auto;
    bottom: 30px;
    top: auto;
    background-image: url(../img/theme/top-button.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FF4545;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 0;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    z-index: 999;
}
.additional-carousel .slick-next {
    right: 0;
    bottom: -30px;
    left: 0;
    top: auto;
    margin: 0 auto;
}
.additional-carousel .slick-prev {
	bottom: auto;
    top: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.additional-carousel .slick-next:before {
    content: "\f107";
}
.additional-carousel .slick-prev:before {
    content: "\f106";
}
.additional-carousel .slick-prev:before, .additional-carousel .slick-next:before {
    color: #787878;
    font-size: 25px;
    font-family: 'FontAwesome';
    background: none;
    height: 20px;
    line-height: 20px;
    width: 20px;
    border: none;
}
@media (max-width: 480px) {
  .customNavigation {
      width: 35px;
  }
}

#index .spinner {
	background: url(../img/theme/loading.gif) no-repeat center center #ffffff;
    z-index: 100000;
    background-size: 64px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.owl-carousel .owl-nav button {
	display: block;
    position: absolute;
    top: 36%;
    z-index: 99;
    bottom: auto;
    width: 35px;
    height: 35px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: #6c6c6c;
    background-color: #f7f7f7 !important;
    background-size: 13px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.owl-carousel .owl-nav button.owl-next {
    background-image: url(../img/theme/prod-next.svg) !important;
    right: 2px;
    left: auto;
    cursor: pointer;
}
.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../img/theme/prod-prev.svg) !important;
    right: auto;
    left: 2px;
    cursor: pointer;
}
.owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(../img/theme/prod-next-hover.svg) !important;
    background-color: #FF4545 !important;
    border-color: #FF4545 !important;
}
.owl-carousel .owl-nav button.owl-prev:hover {
    background-image: url(../img/theme/prod-prev-hover.svg) !important;
    background-color: #FF4545 !important;
    border-color: #FF4545 !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	font-size: 0;
}
.owl-carousel:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transform: scale(1);
}
.owl-nav {
    position: static;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.owl-carousel.owl-loaded {
    text-align: center;
}
@media (min-width: 992px) {
.owl-carousel .owl-nav button {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
}
@media (max-width: 991px) {
    .additional-carousel .slick-prev {
        bottom: auto;
        top: 45%;
        left: -25px;
        right: auto;
    }
    .additional-carousel .slick-prev:before {
        content: "\f177";
    }
    .additional-carousel .slick-prev:before, .additional-carousel .slick-next:before {
        font-size: 16px;
    }
    .additional-carousel .slick-next {
        right: -25px;
        bottom: auto;
        left: auto;
        top: 45%;
    }
    .additional-carousel .slick-next:before {
        content: "\f178";
    }

    .page-cms #wrapper .container #columns_inner {
        flex-wrap: wrap;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --red-careco: #EE1C25;
    --red-hover: #820000;
    --black: #000000;
    --white: #FFF;
    --light-grey: #EFEFEF;
    --light-green: #748E59;
    --grey-taupe: #808080;
    --middle-grey: #BFBFBF;
}

body {
    color: var(--black);
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

strong {
    font-weight: 700;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .md-flex-wrap {
        flex-wrap: wrap;
    }
}

.brand {
    background-color: #FFF;
}

.adminmodulesmanage a.banner {
    display: none;
}

.liste-espas li {
    background-image: url(espas-auto-embleme.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    margin-bottom: 5px;
    padding-left: 30px;
}

/****** TITLE ******/
.products-section-title {
    border-bottom: 2px solid var(--light-grey);
    padding-bottom: 15px;
}

.products-section-title:before {
    content: '';
    height: 2px;
    width: 5%;
    display: block;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    background-color: #FF4545;
}

/****** BUTTON ******/
.btn-primary,
.btn.btn-default {
    background: var(--red-careco);
    border: 1px solid var(--red-careco);
    border-radius: 5px;
    color: var(--white);
    text-transform: uppercase;
}

.btn-primary:hover,
.btn.btn-default:hover {
    background: var(--red-hover);
    border: 1px solid var(--red-hover);
}

/****** HEADER ******/
#header .header_logo .logo {
    height: auto;
}

body .header-bottom,
#search_top .search_submit,
.product-quantity .add .add-to-cart {
    background-color: var(--black);
    transition: 0.5s;
}

body .header-bottom {
    height: 50px;
}

#header .header_logo {
    margin: 0;
}

@media screen and (max-width: 991px) {
    body .header-bottom {
        height: 0;
    }
}

@media screen and (min-width: 992px) {
    #_desktop_cart,
    #header .user-info {
        margin-top: 15px;
    }

    #header #search_top {
        margin-top: 10px;
    }

    .ttm_contactcms {
        margin-top: 5px;
    }
}

/*** Menu ***/

#verticalmenu-dropdown,
#search_top .search_submit:hover,
.footer-container .links.block li a::before,
#header .blockcart .blockcart-header > a.shopping-cart .mobile_count,
.footer-container .links.block li a::before,
ul.product-flags li.new,
.ttm-slideshow .ttmmainslider .slider-button a,
.top_button,
.brands .products-section-title::before,
.ttmlistcategories .products-section-title:before,
.ttm-slideshow .ttmmainslider .slider-button a:hover {
    background-color: var(--red-careco);
}

.vertical-menu .top-menu a,
.tabs .nav-tabs .nav-link,
.product-line-grid-right .cart-line-product-actions .remove-from-cart, 
.product-line-grid-right .product-price .remove-from-cart,
a {
    color: var(--black);
}

.ttm-slideshow .ttmmainslider .slider-button {
    margin-top: 0;
}

/*** Menu mobile ***/
#mobile_top_menu_wrapper .js-top-menu.mobile .menu-title,
#mobile_top_menu_wrapper .top-menu a[data-depth="0"],
#mobile_top_menu_wrapper #_mobile_main_menu.js-top-menu.mobile ul li {
    cursor: pointer;
    position: relative;
}


#mobile_top_menu_wrapper .js-top-menu.mobile .menu-title,
#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: 10px 15px;
}

#mobile_top_menu_wrapper .js-top-menu.mobile {
    padding: 0;
}

#mobile_top_menu_wrapper #_mobile_main_menu.js-top-menu.mobile ul li a {
    color: #111111;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 3px;
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 10px 15px;
}

#mobile_top_menu_wrapper #_mobile_main_menu.js-top-menu.mobile .menu-title {
    display: none;
}

#mobile_top_menu_wrapper .js-top-menu.mobile .menu-title:before {
    content: "";
    background: transparent url(chevron.png);
    height: 10px;
    right: 10px;
    position: absolute;
    top: 18px;
    transition: 0.5s;
    width: 16px;
}

#mobile_top_menu_wrapper .js-top-menu.mobile .menu-title.active:before {
    content: "";
    transform: rotate(180deg);
    transition: 0.5s;
}

/****** DIAPORAMA ******/
.ttm-slideshow .ttmmainslider .slider-title2,
.tabs .nav-tabs .nav-link,
.products-section-title .main-heading {
    text-transform: none;
}

.ttm-slideshow .ttmmainslider .slider-title2,
.ttm-slideshow .ttmmainslider .slider-title1 {
    background-color: var(--white);
}

.ttm-slideshow .ttmmainslider .slider-title2 {
    background-color: var(--white);
    color: var(--black);
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.ttm-slideshow .ttmmainslider .slider-title1 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display:inline-block;
    margin-bottom: 0;
    padding: 5px;
}

/*** Ttm contact cms ***/
.top-menu a[data-depth="0"]:hover,
.ttm_contactcms_icon::before,
#header .user-info .user-info-title:hover .account_title,
.vertical-menu .top-menu a[data-depth="0"].active, 
.vertical-menu .top-menu a[data-depth="0"].active:focus, 
.vertical-menu .top-menu a[data-depth="0"].active:hover, 
#ttmverticalmenublock .top-menu a[data-depth="0"]:hover,
.footer-container li a:hover,
.footer-container,
.footer-container .links.block li a:hover,
#ttm_bannercms .bannertext .bannertext1,
.tabs .nav-tabs .nav-link:hover,
.tabs .nav-tabs .nav-link.active,
.ttm-slideshow .ttmmainslider .slider-title1,
.products .product-price-and-shipping, 
.product-price,
.product-line-grid .cart-line-product-actions a:hover i, 
.page-my-account #content .links a:hover i,
a:focus,
a:hover,
a:focus-visible,
#product .singleproduct-right-column .product-prices div.current-price > span {
    color: var(--red-careco);
}

/****** PAGES ******/
#main .page-header h1 {
    border-bottom: 1px solid var(--light-grey);
    padding-bottom: 5px;
}

.page-content.page-cms {
    text-align: left;
}

p {
    margin-bottom: 20px;
}

/****** LEFT COLUMN ******/
#left-column .block-categories,
#left-column #newproduct_block,
#left-column #categories_blog_menu {
    display: none;
}

@media (min-width: 992px) {
    #left-column::before {
        left: -162%;
    }
}

@media (min-width: 1300px) {
    #left-column::before {
        left: -110%;
    }
}

@media (min-width: 1500px) {
    #left-column::before {
        left: -83%;
    }
}

/*** Desktop cart ***/
#header .blockcart .blockcart-header > a.shopping-cart,
#header .blockcart .blockcart-header > a.shopping-cart:hover,
#header .user-info .user-info-title .account_title,
#header .user-info .user-info-title:hover .account_title,
#header .user-info .user-info-title,
#header .user-info .user-info-title:hover,
#search_top .search_submit,
#search_top .search_submit:hover,
.product-line-grid .cart-line-product-actions a:hover i, 
.page-my-account #content .links a:hover i,
.product-line-grid .cart-line-product-actions a i, 
.page-my-account #content .links a i {
    transition: 0.5s;
}

/****** HOME ******/
#ttm_bannercms .bannercms h2 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.ttm-hometabcontent {
    float: none;
}

/*** Bloc categorie accueil ***/
.ttmlistcategories {
    background: transparent;
    margin: 0 0 100px 0;
    padding: 0;
}

.ttmlistcategories .thumb-category {
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
}

.ttmlistcategories .thumb-category {
    height: auto;
    margin-bottom: 18px;
    width: auto;
}

/*** Enlevement épaves home ***/
.enlevement-epave-home {
    background: var(--light-grey) url(/img/cms/Home/baniere-enlevement-epave-home.jpg);
    background-repeat: no-repeat;
    padding: 80px 0;
}

.enlevement-epave-home h2 {
    font-size: 40px;
    margin-bottom: 50px;
}

.enlevement-epave-home .tel-epave-home {
    font-size: 20px;
    font-weight: bold;
}

.enlevement-epave-home .tel-epave-home span {
    color:var(--red-careco);
}

/*** Reassurance home ***/
.reassurance-home {
    margin-bottom: 60px;
    margin-top: 60px;
}

.reassurance-home .garantie-1an,
.reassurance-home .button {
    align-items: center;
    display: flex;
    justify-content: center;
}

.reassurance-home .garantie-1an {
    margin-bottom: 20px;
}

.reassurance-home  h2 {
    color: var(--red-careco);
    font-size: 40px;
}

.reassurance-home  .img {
    margin-right: 20px;
}

.reassurance-home  .btn-primary {
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .reassurance-home .garantie-1an,
    .reassurance-home .button {
        flex-wrap: wrap;
    }

    .reassurance-home .garantie-1an  div,
    .reassurance-home .button  a {
        text-align: center;
        width: 100%;
    }

    .reassurance-home .garantie-1an  .img,
    .reassurance-home .button  a:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .reassurance-home .button  a {
        margin-right: 0;
    }
}

#ttmcategorytabs {
    display: none;
}

/****** VIGNETTE PRODUCT ******/
.products .product_list li .btn.add-to-cart {
    border: 1px solid var(--middle-grey);
    background-color: var(--light-grey);
}

.products .product_list li .btn.add-to-cart:hover {
    border: 1px solid var(--red-careco);
    background-color: var(--red-careco);
}

.products .product_list li .btn.add-to-cart:disabled,
.products .product_list li .btn.add-to-cart:disabled:hover {
    background-color: var(--light-grey);
    border: 1px solid var(--light-grey);
    color: var(--white);
}

.product-add-to-cart p a {
    text-decoration: underline;
}

/****** FOOTER ******/
.footer-container .links.block li a,
.footer-container {
    color: var(--light-grey-secondary);
}

#ttmblockaboutus .aboutus-img {
    height: 66px;
    width: 172px;
}

.footer-container li,
.footer-container li a,
.footer-container {
    color: var(--middle-grey);
}

.block-social .social-wrapper li.facebook:hover a::before {
    color: #3B5998;
}

.page-footer a {
    background-color: var(--red-careco);
    color: var(--white);
    border-radius: 5px;
    padding: 12px 20px;
}

.page-footer a:hover {
    background-color: var(--red-careco);
    border-radius: 5px;
    color: var(--white);
    opacity: 0.8;
    padding: 12px 20px;
}

/****** PAGE PRODUIT ******/
.product-quantity .add .add-to-cart {
    border: 1px solid var(--red-careco);
    background-color: var(--red-careco);
}

.product-quantity .add .add-to-cart:hover {
    border: 1px solid var(--black);
    background-color: var(--black);
}

.product-quantities span {
    color: var(--light-green);
}

.page-cms #wrapper .container #columns_inner,
.page-my-account #wrapper .container #columns_inner {
    display: flex;
}

#product-details .product-reference,
#product-details .product-quantities,
.product-quantity .qty,
.product-features h3.h6,
#product-availability,
.product-variants .product-quantities {
    display: none;
}

.product-quantity .add {
    margin-left: 0;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name,
.product-features > dl.data-sheet dd.value:nth-of-type(2n),
.product-features > dl.data-sheet dt.name:nth-of-type(2n) {
    background: transparent;
    min-height: auto;
    padding: 0;
}

.product-features > dl.data-sheet dt.name {
    font-weight: bold;
}

.product-features > dl.data-sheet dd.value {
    color: #808080;
}

/***** FORMULAIRE *****/
.wpcf7-submit {
    background-color: var(--red-careco);
    border-radius: 5px;
    padding: 12px 20px 8px 20px;
    transition: 0.5s;
}

.wpcf7-submit:hover {
    background-color: var(--red-careco);
    opacity: 0.8;
    transition: 0.5s;
}

.wpcf7 h3 {
    display: none;
}

#identity .radio-inline,
#authentication .radio-inline {
    margin-right: 10px;
}

.custom-radio {
    top: 0 !important;
}

/****** POP-IN ******/
.modal {
    visibility: hidden;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, .7);
    transition: all .4s;
}

.modal:target {
    visibility: visible;
    opacity: 1;
}

.modal__content {
    border-radius: 4px;
    position: relative;
    width: auto;
    max-width: 90%;
    background: #fff;
    padding: 1em 2em;
}

.modal__close {
    font-size: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #585858;
    text-decoration: none;
}

.facet-dropdown .dropdown-menu {
    padding: 10px;
    width: 100%;
}

.facet-dropdown .dropdown-menu .select-list {
    border-bottom: 1px solid #f1f1f1;
    display:block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%;
}

.facet-dropdown .dropdown-menu .select-list:last-child {
    border-bottom: 0px solid transparent;
    padding-bottom: 0;
    margin-bottom: 0;
}

.products .product-thumbnail img {
    height: 249px;
}

#blockcart-modal .modal-dialog {
   visibility: visible;
}

.product-actions  .tab-pane.fade{
   opacity: 1;
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
    #_desktop_main_menu .top-menu a {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
  .bannercms-wrapper .bannercms_content.col-md-4 {
    float: left;
    width: 50%;
  }
}

body .ttm-hometabcontent {
    display: none;
}

/* Cache le texte "More" */
#more_menu > a {
  color: transparent !important;
  position: relative;
}

/* Affiche le texte traduit */
#more_menu > a::after {
  content: "Plus";
  color: #FFF; /* adapte si nécessaire */
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}