@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url(../fonts/MaterialIcons-Regular.eot);src:local("Material Icons"),local("MaterialIcons-Regular"),url(../fonts/MaterialIcons-Regular.woff2) format("woff2"),url(../fonts/MaterialIcons-Regular.woff) format("woff"),url(../fonts/MaterialIcons-Regular.ttf) format("truetype")} 

@font-face {
    font-family: 'Euclid Circular B';
    src: url('../fonts/EuclidCircularB-Light.eot');
    src: local('Euclid Circular B Light'), local('EuclidCircularB-Light'),
        url('../fonts/EuclidCircularB-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularB-Light.woff2') format('woff2'),
        url('../fonts/EuclidCircularB-Light.woff') format('woff'),
        url('../fonts/EuclidCircularB-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Euclid Circular B';
    src: url('../fonts/EuclidCircularB-Regular.eot');
    src: local('Euclid Circular B Regular'), local('EuclidCircularB-Regular'),
        url('../fonts/EuclidCircularB-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularB-Regular.woff2') format('woff2'),
        url('../fonts/EuclidCircularB-Regular.woff') format('woff'),
        url('../fonts/EuclidCircularB-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Euclid Circular B';
    src: url('../fonts/EuclidCircularB-Medium.eot');
    src: local('Euclid Circular B Medium'), local('EuclidCircularB-Medium'),
        url('../fonts/EuclidCircularB-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EuclidCircularB-Medium.woff2') format('woff2'),
        url('../fonts/EuclidCircularB-Medium.woff') format('woff'),
        url('../fonts/EuclidCircularB-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'SignPainter HouseScript';
    src: url('../fonts/SignPainterHouseScript.eot');
    src: url('../fonts/SignPainterHouseScript.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SignPainterHouseScript.woff2') format('woff2'),
        url('../fonts/SignPainterHouseScript.woff') format('woff'),
        url('../fonts/SignPainterHouseScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}



/* full width index */
/* #index .l-wrapper, .l-wrapper--boxed, main>.notifications-container {
    max-width: 100%;
} */
/* full width index */

body{
    font-family: 'Euclid Circular B';
    line-height: 1.4;
    background-color: #fff!important;
    box-shadow: none!important;
    overflow-x: hidden;
}




.h1, .h2, .h3, .h4, .h5, .h6, .products-section-title, h1, h2, h3, h4, h5, h6, p, a {
font-family: 'Euclid Circular B';
}

/* product section custom title */




#index h3.products-section-title
{ 
  
    font-size: 2rem;
    color: #111111;
    padding-top:2rem;
    padding-bottom:2.5rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;

}



#index h3.products-section-title::before {
    content: "";
    display: block;
    position: relative;
    height: 2px;
    width: 70px;
    top: 40px;
    margin-left: 49%;
    background-color:  #062E3F;
}

#index h3.products-section-title::after {
        content: "";
        display: block;
        position: relative;
        height: 2px;
        width: 70px;
        top: 7px;
        margin-left: 45%;
        background-color: #EB4C21;
    }

@media (max-width:650px){


    #index h3.products-section-title{font-size: 1.3rem;}

}    

@media (max-width:768px){

    
    #index h3.products-section-title::after {margin-left: 40%;}
    #index h3.products-section-title::before {margin-left: 47%;}

}

/* boutons */

.btn{border-radius: 5px!important;}
a .btn{color: #fff!important;}
a .btn.btn-primary{color: #fff!important;}
a:not([href]), a:not([href]):hover {color: #fff!important;}
.btn-primary{background-color: #0D2C3D!important;border:none!important;}
.btn-secondary{background-color: #EB4C21!important;border: none!important;}
.btn-featured-product{width: 100%; max-width: 250px; margin: auto; margin-top: 1rem; display: block;}
.btn-featured-product a{color: #0D2C3D; border: 1px solid #0D2C3D; font-size: 1.2rem; font-size: 500; border-radius: 5px; padding: 10px 10px 10px 10px; transition: ease-in-out .3s;}
.btn-featured-product a:hover{color: #fff; background-color: #0D2C3D; transition: ease-in-out .3s;}
.btn-featured-product i{font-size: 1.9rem;}

.btn-new-product{width: 100%; max-width: 350px; margin: auto; margin-top: 1rem; margin-bottom: 1rem; display: block;}
.btn-new-product a{color: #EB4C21; border: 1px solid #EB4C21; font-size: 1.2rem; font-size: 500; border-radius: 5px; padding: 15px 10px 15px 10px; transition: ease-in-out .3s;}
.btn-new-product a:hover{color: #fff; background-color: #EB4C21; transition: ease-in-out .3s;}
.btn-new-product i{font-size: 1.9rem;}

.btn-promo-product{width: 100%; max-width: 400px; margin: auto; margin-top: 2rem; display: block;}
.btn-promo-product a{color: #eb2121; border: 2px solid #eb2121; font-size: 1.2rem; font-weight:500; border-radius: 5px; padding: 15px 10px 15px 10px;  transition: ease-in-out .3s;}
.btn-promo-product a:hover{color: #fff; background-color: #eb2121; transition: ease-in-out .3s;}
.btn-promo-product i{font-size: 1.9rem;}

.bootstrap-touchspin .btn {
    z-index: inherit;
}

/* boutons */


/* background blanc general */
#index main {
    background: #fff;
}
.account-links .link-item, .address, .block-categories, .card, .card-block, .left-column .search_filters, .page-wrapper {
    border: none;
}
/* background blanc general */



/* suppression hombres et marge bas du header */

.l-header {
    margin-bottom:0;
    box-shadow:none;
}

/* suppression hombres et marge bas du header */

/* logo size */

#header .img-fluid, .img-thumbnail {

    width: 170px;
}
#header .contact-header-r {font-size: .8rem; text-align: left;}

/* logo size */


/* supprime bleu autour des boutons */
button:focus {outline:0;}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.btn.focus, .btn:focus {
    box-shadow:none;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
     box-shadow: none;
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.form-control:focus {
    border-color: #e94e26;
    box-shadow: none;


}


/* header nav 1 microban */

#header .u-a-i-c {
    justify-content: center;
}

#header .u-bor-bot {
    padding: 5px;
    border-bottom: none;
    background-color:#EB4C21;
    /* background-color: #4b5255; */
}

#header .header-top-text {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8rem;
    margin: 0;
    padding: 0;
}

/* header nav 1 microban */


/* couleur loupe dans le carré de recherche */

i.material-icons.search{    color: #4b5255ba;}
i.material-icons.search:hover{    color: #4b5255;}


/* couleur loupe dans le carré de recherche */

/* mise en forme du header  */

.header--fixed {
    background-color: #F5F9FA;;
    width: 100%;
    /* activer for JS */
    /* position: fixed; */
    top: 0;
    /* activer for JS */
    /* top: 28px; */
    left: 0;
    display: block;
    /* z-index: 900; */
    z-index: 500;
    transition: top .3s;
}

/* activer for JS */
/* 
.header--smaller{
    top: 0;
} */

/* media pour le top header mobile */

@media (max-width : 768px)  {
    .header--fixed {
        top: auto;
    }
    }


/* encapsuler menu --> row   transition menu padding*/
.header--fixed .header__row {
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-left: 0;
    height: 100%;
    width: 100%;
    transition: width .7s,top .7s;
}

.header--smaller .header__row{
    padding-top: 10px;
    padding-bottom: 5px;

}

/* menu left desktop */

.header__left{    
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;

}

.header__left .btn{
padding: 0;
margin-right: 10px;

}   

.header__search{
    max-width: 50%;
    padding: 0;
    margin: 0;
}

/* .header__search .search-widget__input-right{
    border-radius: 50px;

} */

/* header nav center */

.header__nav__center{    


}

/* largeur barre de recherche centre*/
.header__container  .search-widget {width: 350px;}

/* largeur barre de recherche centre*/



/* activer for JS */
/* header logo & transition logo */
/* .header--fixed .logo {
    width: 220px;
    transition: width .7s,top .7s;
}
.header--smaller .logo {
    width: 180px;
} */


/* menu right desktop */

.header__right{    
    width: 50%;
    height: 100%;
}


/* icon header connexion panier autres elements */

.header__left svg{width: 20px; fill: #4b5255;  vertical-align: middle;}
/* header droite mobile */
/* span.icon-header svg{width: 20px; fill: #4b5255; } */

.header__rightitem:not(:last-child) {margin-right: 10px;}
/*  */

.cart-products-count.small.blockcart__count {
    background-color:#0D2C3D;
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -28px;
    margin-left: 15px;
    text-align: center;
    font-size: .6rem;
    border-radius: 100%;
    color: #fff;
}



/* mise en forme du header */

/* mise en forme search widget JS */


@media (min-width: 768px){

    .searchbar-overlay{
    top: 70px!important;
    }}
    
    @media (max-width: 992px){
    
    .searchbar-overlay{
    display: none;
    background-color: #F5F9FA;
    position: fixed;
    top: 60px;
    transition: 0.2s ease-out;
    padding: 15px;
    width: 100%;
    z-index: 999;
    }
    
    .searchbar-overlay.short{
    top: 40px!important;
    transition: 0.2s ease-in;
    }
    
    
    .searchbar-overlay.active{
    display: block;
        }
    
    .searchbar-overlay .container{
        display: flex;
        align-items: center;
    }
    
    .searchbar-overlay 
    .searchbar-overlay__container{
        position: relative;
    }
    
    /* .searchbar-overlay .search-widget__group input{border-radius: 50px;} */
    
    
    }
    
    /* search filter opacity */
    
    .search-opacityfilter{
        cursor: pointer;
        width: 100%;
        height: 100vh;
        background: #000;
        display: none;
        z-index: 500;
        opacity: .5;
        position: fixed;
        top: 0;
        left:0;
    }
    
    .search-opacityfilter.active{
    
        display: block;
    
    }
    
    /* search filter opacity */
    
    .remove-icon{
    cursor: pointer;
    color: #0D2C3D;
    opacity: .8;
    transition: all .5s;
    }
    
    /* barre de recherche mobile */
    

/* mise en forme search widget JS */

/* mise en forme du menu Desktop & elements connections panier */

/* suppression padding menu desktop */

.menu{
    padding: 0;
}


/* menu desktop background & co */

.menu-desktop{background-color: #062E3F;border-bottom: 4px solid #EB4C21;}
.menu-desktop .menu-top{justify-content: left;}

/* couleur et police menu principale */



/* couleur et police menu item video */
#_desktop_top_menu #cms-page-10{color: red;}

.menu-desktop .menu__item-link--top {
    color: #FFF;
    font-weight: bold;
    font-size: .6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    padding-left: 0;
    padding-right: 1.2rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
}

@media (min-width: 1200px) { 
    
.menu-desktop .menu__item-link--top {
    font-size: .7rem;

}    
}


/* disposition menu colone */

@media (min-width: 992px){


    .menu-desktop a.menu__item-link--top.menu__item-link--hassubmenu::after{
        border-style: solid;
        border-width: 0.14em 0.14em 0 0;
        content: '';
        display: inline-block;
        height: 0.55em;
        left: 0.15em;
        position: relative;
        top: .35em;
        transform: rotate(135deg);
        transition:  ease-in-out .5s;
        vertical-align: top;
        width: 0.55em;
        margin-left: .5em;
    }

    .menu-desktop a.menu__item-link--top.menu__item-link--hassubmenu:hover::after{
        transform: rotate(-45deg);
        top: .45em;
        transition:  ease-in-out .5s;
    }




.menu-desktop .menu__item--0.menu__item--active .menu-sub {visibility: visible!important}

.menu__item--0 .menu-sub {
        width: auto;
        display: block;
        left: auto;
        visibility: hidden;
    }

.menu-sub__content>ul {
    padding: 1em 2em;
}
.menu-sub__content .menu-sub__list--1 {
    flex-direction: column;
    overflow: hidden;
    max-height: 600px;
    overflow-y: auto;
}

.menu-sub__content .menu-sub__list--1 .menu__item--1{
    padding-top: .2rem;
    padding-bottom: .2rem;
}

/*  couleurs et mise en page menu desktop */

.menu-sub__content .menu-sub__list--1 .menu__item-link--nosubmenu { padding-top: .3rem; padding-bottom: .3rem; font-weight: 700; font-size: 1.3; color: #0D2C3D;}
.menu-sub__content .menu-sub__list--1 .menu__item-header{ padding-top: .3rem; padding-bottom: .3rem; font-weight: 700; font-size: 1.2;}
.menu-sub__content .menu-sub__list--1 .menu__item-header a  {color: #0D2C3D;}
.menu-sub__list.menu-sub__list--2 {padding-left: .6rem; padding-top: .5rem; color: #e94e26; font-size: 0.8rem;} 
.menu-sub__list.menu-sub__list--2 li{ list-style: none; padding: .1rem;}
.menu-sub__list.menu-sub__list--2 li a{ color: #e94e26; }
.menu-sub__list.menu-sub__list--2 .menu__item-link--nosubmenu { color: #e94e26; }

}

/* disposition menu colone */
/* header droite taille et couleur */

.header__right span{font-weight: bold; font-size: 1rem; color: #4b5255; margin: .1rem;}
.header__right span.help-text{color: #4c5356; font-size: .7rem;margin: auto;}
.header__right span.help-text a{color: #0D2C3D;}

/* custom menu mobile */
@media (max-width: 991.98px){

.modal-body .top-menu-mobile .menu-sub .menu-sub__content ul.menu-sub__list a{

    color: #0D2C3D;
    background: #fff;
    margin-left: 0!important;
    font-weight: 500;
    
}


.menu__item {background: #fff;}

.menu__item--1 .menu__item-header, .menu__item--1 .menu__item-link--nosubmenu {
    background: #fff;
}

.modal.fade .modal-dialog__offcanvas {
    width: 100%;
    max-width: inherit;
}
}
/* custom menu mobile */



/* custom image catégories */
.category.menu__item #category-32,
.category.menu__item #category-33,
.category.menu__item #category-34,
.category.menu__item #category-35,
.category.menu__item #category-53,
.category.menu__item #category-48,
.category.menu__item #category-59,
.category.menu__item #category-67,
.category.menu__item #category-66,
.category.menu__item #category-65,
.category.menu__item #category-80,
.category.menu__item #category-77,
.category.menu__item #category-79,
.category.menu__item #category-75,
.category.menu__item #category-69,
.category.menu__item #category-74,
.category.menu__item #category-70,
.category.menu__item #category-71,
.category.menu__item #category-72,
.category.menu__item #category-73,
.category.menu__item #category-83,
.category.menu__item #category-82,
.category.menu__item #category-84,
.category.menu__item #category-335,
.category.menu__item #category-85,
.category.menu__item #category-92,
.category.menu__item #category-95,
.category.menu__item #category-87,
.category.menu__item #category-89,
.category.menu__item #category-90,
.category.menu__item #category-91,
.category.menu__item #category-88,
.category.menu__item #category-86,
.category.menu__item #category-140,
.category.menu__item #category-141,
.category.menu__item #category-103,
.category.menu__item #category-104,
.category.menu__item #category-105,
.category.menu__item #category-116,
.category.menu__item #category-112,
.category.menu__item #category-115,
.category.menu__item #category-114,
.category.menu__item #category-127,
.category.menu__item #category-128,
.category.menu__item #category-145,
.category.menu__item #category-146,
.category.menu__item #category-149,
.category.menu__item #category-155,
.category.menu__item #category-156,
.category.menu__item #category-157,
.category.menu__item #category-158,
.category.menu__item #category-159,
.category.menu__item #category-160,
.category.menu__item #category-163,
.category.menu__item #category-161,
.category.menu__item #category-162,
.category.menu__item #category-172
{
    display :flex;

}


.category.menu__item #category-32,
.category.menu__item #category-33,
.category.menu__item #category-34,
.category.menu__item #category-35,
.category.menu__item #category-53,
.category.menu__item #category-48,
.category.menu__item #category-59,
.category.menu__item #category-82,
.category.menu__item #category-92,
.category.menu__item #category-104,
.category.menu__item #category-103,
.category.menu__item #category-127,
.category.menu__item #category-128,
.category.menu__item #category-145,
.category.menu__item #category-146
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row!important;
}


.category.menu__item #category-32:before{
    content:url(../img/pictos_menu/trottinette_adulte.svg) ;
    width: 30px;
    margin-right: 1rem;


   }



.category.menu__item #category-33:before{
    content:url(../img/pictos_menu/trotinette_enfant.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-34:before{
    content:url(../img/pictos_menu/moto.svg) ;
    width: 30px;
    margin-right: 1rem;

   }


   .category.menu__item #category-35:before{
    content:url(../img/pictos_menu/pieces_detachees.svg) ;
    width: 30px;
    margin-right: 1rem;


   }


   .category.menu__item #category-53:before{
    content:url(../img/pictos_menu/etageres.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-48:before{
    content:url(../img/pictos_menu/serre_jardin.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-59:before{
    content:url(../img/pictos_menu/chateau_gonflable.svg) ;
    width: 30px;
    margin-right: 1rem;

   }


   .category.menu__item #category-67 .menu__item-header a:before{
    content:url(../img/pictos_menu/bouee.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-65:before{
    content:url(../img/pictos_menu/bouee_gonflable.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-66:before{
    content:url(../img/pictos_menu/brassards.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-80 .menu__item-header a:before{
    content:url(../img/pictos_menu/trampoline_dejardin.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-77:before{
    content:url(../img/pictos_menu/trampoline.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-79:before{
    content:url(../img/pictos_menu/access_trampo.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-75 .menu__item-header a:before{
    content:url(../img/pictos_menu/vehicule_enfants.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-69:before{
    content:url(../img/pictos_menu/camion_electrique.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-74:before{
    content:url(../img/pictos_menu/kart.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-70:before{
    content:url(../img/pictos_menu/voiture_electrique.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-71:before{
    content:url(../img/pictos_menu/moto_electrique.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-72:before{
    content:url(../img/pictos_menu/quad.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-73:before{
    content:url(../img/pictos_menu/tracteur.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-82:before{
    content:url(../img/pictos_menu/badminton.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-83 .menu__item-header a:before{
    content:url(../img/pictos_menu/basket.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-84:before{
    content:url(../img/pictos_menu/pan_basket.svg) ;
    width: 30px;
    margin-right: 1rem;


   }


   .category.menu__item #category-335:before{
    content:url(../img/pictos_menu/panier_basket.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-85:before{
    content:url(../img/pictos_menu/access_basket.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-92:before{
    content:url(../img/pictos_menu/football.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-95 .menu__item-header a:before{
    content:url(../img/pictos_menu/fitness.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-87:before{
    content:url(../img/pictos_menu/tapis_course.svg) ;
    width: 30px;
    margin-right: 1rem;


   }
   .category.menu__item #category-89:before{
    content:url(../img/pictos_menu/velo_fitness.svg) ;
    width: 30px;
    margin-right: 1rem;


   }
   .category.menu__item #category-90:before{
    content:url(../img/pictos_menu/velo_elliptique.svg) ;
    width: 30px;
    margin-right: 1rem;


   }
   .category.menu__item #category-91:before{
    content:url(../img/pictos_menu/mini_trampo.svg) ;
    width: 30px;
    margin-right: 1rem;


   }
   .category.menu__item #category-88:before{
    content:url(../img/pictos_menu/access_musculation.svg) ;
    width: 30px;
    margin-right: 1rem;


   }
   .category.menu__item #category-86:before{
    content:url(../img/pictos_menu/rameur.svg) ;
    width: 30px;
    margin-right: 1rem;


   }

   .category.menu__item #category-140 .menu__item-header a:before{
    content:url(../img/pictos_menu/golf.svg) ;
    width: 30px;
    margin-right: 1rem;

   }

   .category.menu__item #category-141:before{
    content:url(../img/pictos_menu/filet_golf.svg) ;
    width: 30px;
    margin-right: 1rem;


   } 

   .category.menu__item #category-103:before{
    content:url(../img/pictos_menu/air_hockey.svg) ;
    width: 30px;
    margin-right: 1rem;


   }
   
   .category.menu__item #category-104:before{
    content:url(../img/pictos_menu/table_multi.svg) ;
    width: 30px;
    margin-right: 1rem;


   }   

   .category.menu__item #category-105 .menu__item-header a:before{
    content:url(../img/pictos_menu/baby_foot.svg) ;
    width: 30px;
    margin-right: 1rem;

   }
   
   
    .category.menu__item #category-149:before{
    content:url(../img/pictos_menu/access_babyfoot.svg) ;
    width: 30px;
    margin-right: 1rem;


   }   
   
   
   .category.menu__item #category-116 .menu__item-header a:before{
    content:url(../img/pictos_menu/billard.svg) ;
    width: 30px;
    margin-right: 1rem;


   }   
   .category.menu__item #category-112:before{
    content:url(../img/pictos_menu/table_billard.svg) ;
    width: 30px;
    margin-right: 1rem;


   }   
   .category.menu__item #category-115:before{
    content:url(../img/pictos_menu/plateau_dinatoire.svg) ;
    width: 30px;
    margin-right: 1rem;


   }   
   .category.menu__item #category-114:before{
    content:url(../img/pictos_menu/access_billard.svg) ;
    width: 30px;
    margin-right: 1rem;


   }   
   .category.menu__item #category-127:before{
    content:url(../img/pictos_menu/paddle.svg) ;
    width: 30px;
    margin-right: 1rem;


   }   
   .category.menu__item #category-128:before{
    content:url(../img/pictos_menu/access_paddle.svg) ;
    width: 30px;
    margin-right: 1rem;


   }  
   .category.menu__item #category-145:before{
    content:url(../img/pictos_menu/access_surf.svg) ;
    width: 30px;
    margin-right: 1rem;


   }  
   .category.menu__item #category-146:before{
    content:url(../img/pictos_menu/surf.svg) ;
    width: 30px;
    margin-right: 1rem;


   }  
   
    .category.menu__item #category-155 .menu__item-header a:before{
    content:url(../img/pictos_menu/meuble_interieur.svg) ;
    width: 30px;
    margin-right: 1rem;

   }
   
    .category.menu__item #category-156 .menu__item-header a:before{
    content:url(../img/pictos_menu/meuble_exterieur.svg) ;
    width: 30px;
    margin-right: 1rem;

   }
   
   
       .category.menu__item #category-157:before{
    content:url(../img/pictos_menu/table_convertible.svg) ;
    width: 30px;
    margin-right: 1rem;


   }   
   
     .category.menu__item #category-158:before{
    content:url(../img/pictos_menu/table_barbecue.svg) ;
    width: 30px;
    margin-right: 1rem;


   }   

        .category.menu__item #category-159:before{
    content:url(../img/pictos_menu/banc_muscu.svg) ;
    width: 30px;
    margin-right: 1rem;


   }  

        .category.menu__item #category-160:before{
    content:url(../img/pictos_menu/velo.svg) ;
    width: 30px;
    margin-right: 1rem;


   }  


        .category.menu__item #category-163:before{
    content:url(../img/pictos_menu/access_bbq.svg) ;
    width: 30px;
    margin-right: 1rem;


   }   

   .category.menu__item #category-161:before{
    content:url(../img/pictos_menu/machine_de_squat.svg) ;
    width: 30px;
    margin-right: 1rem;


   }   
   

   .category.menu__item #category-162:before{
    content:url(../img/pictos_menu/stepper.svg) ;
    width: 30px;
    margin-right: 1rem;


   }   
   

   .category.menu__item #category-172:before{
    content:url(../img/pictos_menu/station_de_traction.svg) ;
    width: 30px;
    margin-right: 1rem;


   }   
   
   
   
.menu__item--1.category.menu__item.menu__item--sub {flex-direction:column!important;}

  
.menu__item--2.category.menu__item.menu__item--sub {flex-direction: row!important; align-items: center;}


.menu__item--1.category.menu__item.menu__item--sub>*,
.menu__item--2.category.menu__item.menu__item--sub>*

{
    align-items: center;
}

  

   @media (max-width: 991.98px){

    .category.menu__item #category-32::before,
    .category.menu__item #category-33::before,
    .category.menu__item #category-34::before,
    .category.menu__item #category-35::before,
    .category.menu__item #category-53::before,
    .category.menu__item #category-48::before,
    .category.menu__item #category-59::before,
    .category.menu__item #category-67::before,
    .category.menu__item #category-66::before,
    .category.menu__item #category-65::before,
    .category.menu__item #category-80::before,
    .category.menu__item #category-77::before,
    .category.menu__item #category-79::before,
    .category.menu__item #category-75::before,
    .category.menu__item #category-69::before,
    .category.menu__item #category-74::before,
    .category.menu__item #category-70::before,
    .category.menu__item #category-71::before,
    .category.menu__item #category-72::before,   
    .category.menu__item #category-73::before, 
    .category.menu__item #category-82::before, 
    .category.menu__item #category-84::before, 
    .category.menu__item #category-335::before, 
    .category.menu__item #category-83::before,
    .category.menu__item #category-85::before,
    .category.menu__item #category-92::before,
    .category.menu__item #category-95::before,
    .category.menu__item #category-87::before,
    .category.menu__item #category-89::before,
    .category.menu__item #category-90::before,
    .category.menu__item #category-91::before,
    .category.menu__item #category-88::before,
    .category.menu__item #category-86::before,
    .category.menu__item #category-140::before,
    .category.menu__item #category-141::before,
    .category.menu__item #category-103::before,
    .category.menu__item #category-104::before,
    .category.menu__item #category-105::before,
    .category.menu__item #category-116::before,
    .category.menu__item #category-112::before,
    .category.menu__item #category-115::before,
    .category.menu__item #category-114::before,
    .category.menu__item #category-127::before,
    .category.menu__item #category-128::before,
    .category.menu__item #category-145::before,
    .category.menu__item #category-146::before,
    .category.menu__item #category-149::before,
    .category.menu__item #category-155::before,
    .category.menu__item #category-156::before,
    .category.menu__item #category-157::before,
    .category.menu__item #category-158::before,
    .category.menu__item #category-159::before,
    .category.menu__item #category-160::before,
    .category.menu__item #category-163::before,
    .category.menu__item #category-161::before,
    .category.menu__item #category-162::before,
    .category.menu__item #category-172::before
    {
        margin-left: 1.7rem;
        
    
    
       }   
       
       


.category.menu__item #category-67 .menu__item-header a:before,
.category.menu__item #category-80 .menu__item-header a:before,
.category.menu__item #category-75 .menu__item-header a:before,
.category.menu__item #category-83 .menu__item-header a:before,
.category.menu__item #category-95 .menu__item-header a:before,
.category.menu__item #category-140 .menu__item-header a:before,


.category.menu__item #category-116 .menu__item-header a:before,
.category.menu__item #category-105 .menu__item-header a:before,
.category.menu__item #category-155 .menu__item-header a:before,
.category.menu__item #category-156 .menu__item-header a:before
{ display:none;}









   .category.menu__item #category-67 .menu__item-header:before{
    content:url(../img/pictos_menu/bouee.svg) ;
    width: 55px;
    margin-right: 1rem;


   }


   .category.menu__item #category-80 .menu__item-header:before{
    content:url(../img/pictos_menu/trampoline_dejardin.svg) ;
    width: 55px;
    margin-right: 1rem;


   }


   .category.menu__item #category-75 .menu__item-header:before{
    content:url(../img/pictos_menu/enfant.svg) ;
    width: 55px;
    margin-right: 1rem;


   }



   .category.menu__item #category-83 .menu__item-header:before{
    content:url(../img/pictos_menu/basket.svg) ;
    width: 55px;
    margin-right: 1rem;


   }



   .category.menu__item #category-95 .menu__item-header:before{
    content:url(../img/pictos_menu/fitness.svg) ;
    width: 55px;
    margin-right: 1rem;


   }


   .category.menu__item #category-105 .menu__item-header:before{
    content:url(../img/pictos_menu/baby_foot.svg) ;
    width: 55px;
    margin-right: 1rem;


   } 



   
   .category.menu__item #category-116 .menu__item-header:before{
    content:url(../img/pictos_menu/billard.svg) ;
    width: 55px;
    margin-right: 1rem;


   } 
   
   .category.menu__item #category-140 .menu__item-header:before{
    content:url(../img/pictos_menu/golf.svg) ;
    width: 55px;
    margin-right: 1rem;

   }
   
    .category.menu__item #category-155 .menu__item-header:before{
    content:url(../img/pictos_menu/meuble_interieur.svg) ;
    width: 55px;
    margin-right: 1rem;


   }  
    .category.menu__item #category-156 .menu__item-header:before{
    content:url(../img/pictos_menu/meuble_exterieur.svg) ;
    width: 55px;
    margin-right: 1rem;


   }  

.menu__item--1.category.menu__item.menu__item--sub {flex-direction:column!important;}

  
.menu__item--2.category.menu__item.menu__item--sub {flex-direction: row!important; align-items: center;}


}




/* mise en forme du menu Desktop & elements connections panier */




/* section small banner */

/********
category-block
********/
#index #home-category {padding-top: .5rem;}

.ht-category-section {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 0;
    margin-bottom: 25px;
}

.ht-category-section  .category-wrapper {
    display: block;
    float: left;
    width: 100%;
}


.ht-category-section .category-wrapper .category-wrapper-inner {
    display: block;
    float: left;
    width: 20%;
    padding: 0 15px;
}

.ht-category-section .category-block-bottom .category-wrapper {
    display: block;
    float: left;
    padding: .5rem;
}

.ht-category-section .category-block-bottom .category-wrapper.one {
    width: 33.33%;
  
}

.ht-category-section .category-block-bottom .category-wrapper.two {
    width: 33.33%;
  
}

.ht-category-section .category-block-bottom .category-wrapper.three {
    width: 33.33%;
  
}

.img-block {
    display: block;
    width: 100%;
}

.img-block a {
    display: block;
    position: relative;
    overflow: hidden;
}

.img-block a img {
    display: block;
    width: 100%;
    transition: 0.3s ease all;
}

.img-block a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

@media (max-width: 767px) {
    .ht-category-section .category-wrapper .category-wrapper-inner {
        padding: 15px 0;
        width: 100%;
    }

    .ht-category-section .category-block-bottom .category-wrapper.one,
    .ht-category-section .category-block-bottom .category-wrapper.two,
    .ht-category-section .category-block-bottom .category-wrapper.three
     {
        width: 100%;
        padding: 15px 0;
    }

}


/* section small banner */

/* section home seo */

#index #custom-text{
    background: #F4F4F4;
    position: relative;
    margin: 8em 0 6.5em;
    padding-top: 4rem;
}

#index #custom-text::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -60px;
    transform: translateX(-50%);
    width: 350px;
    height: -webkit-fill-available;
    background: url(../img/logo.svg);
    background-size: contain;
    /* background: url(../img/logo.svg); */
    background-repeat: no-repeat;
    z-index: 0;
}

@media (max-width: 767px) {

    #index #custom-text::before{
        width: 250px;
        margin-top: -50px;
    }
    
}

#index #custom-text .home-seo{
    z-index: 1;
    position: relative;
}

#index #custom-text .home-seo span {
    font-size: 1.5rem;
    text-align: center;
    padding: 1.5rem;
    display: block;
    font-family: SignPainter HouseScript;
    color: #EB4C21;
  
}

#index #custom-text .home-seo p.intro{
    font-size: 1.1rem;
}

#index #custom-text .home-seo p{
    color: #6b6b6b;
    padding: .7rem;
    line-height: normal;
    margin: 0;
}


#index #custom-text .home-seo p strong{
    color: #062E3F!important;
    font-weight: 600;
}


/* home reassurance */

#index #custom-text h3.reassurance-title {

    color: #062E3F;

}

#index #custom-text .reassurance-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#index #custom-text .reassurance-footer-text{
    padding-top: 1rem;
    width: 120px;
    text-align: center;
    font-size: .6rem;
    text-transform: uppercase;
    color: #6b6b6b;
}


#index #custom-text .reassurance-footer-text strong{
font-family: SignPainter HouseScript;
color: #EB4C21;
font-size: 1.2rem;
}

/* home reassurance */





/* section big banner */


 
/********
promo-block
********/
.ht-promotion-section {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 0;
    margin-bottom: 25px;
}

.ht-promotion-section .promotion-wrapper {
    display: block;
    float: left;
    width: 100%;
}


.ht-promotion-section .promotion-wrapper .promotion-wrapper-inner {
    display: block;
    float: left;
    width: 33.33%;
    padding: 0 15px;
}

.ht-promotion-section .promotion-block-bottom .promotion-wrapper {
    display: block;
    float: left;
}

.ht-promotion-section .promotion-block-bottom .promotion-wrapper.left {
    width: 50%;
    padding-right: 15px;
}

.ht-promotion-section .promotion-block-bottom .promotion-wrapper.right {
    width: 50%;
    padding-left: 15px;
}



.img-block {
    display: block;
    width: 100%;
}

.img-block a {
    display: block;
    position: relative;
    overflow: hidden;
}

.img-block a img {
    display: block;
    width: 100%;
    transition: 0.3s ease all;
}

.img-block a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

@media (max-width: 639px) {
    .ht-promotion-section .promotion-wrapper .promotion-wrapper-inner {
        padding: 15px 0;
        width: 100%;
    }

    .ht-promotion-section .promotion-block-bottom .promotion-wrapper.left,
    .ht-promotion-section .promotion-block-bottom .promotion-wrapper.right {
        width: 100%;
        padding: 15px 0;
    }

}

/* section big banner */


/* section slider image brand */

#index .brand-slider-images .slick-slide img {
margin: auto;
max-width: 200px;
}

/* -----------------slick arrows----------------- */

#index #carousel .slick-arrow>i {color: #fff; border-radius: 0; background-color: #EB4C21; opacity: .6;}
#index .featured-products  .slick-arrow>i{color: #fff;; background-color: #062E3F; opacity: .8;}    
#index .new-products  .slick-arrow>i{color: #fff;; background-color: #EB4C21; opacity: .8;}                                    
#index .promo-products  .slick-arrow>i{color: #fff;; background-color: #EB4C21; opacity: .9;}                                    


i.icon-next{background: url(../img/prev.svg); border-radius:inherit; transform: rotate(180deg); opacity: .8; background-color: #fff; width: 35px; height: 35px; z-index: 1; transition-duration: .5s;}

i.icon-prev{background: url(../img/prev.svg); border-radius:inherit; opacity: .8; background-color: #fff; width: 35px; height: 35px; z-index: 1; transition-duration: .5s;}

i.icon-next:hover{background-color: rgb(223, 223, 223); }

i.icon-prev:hover{background-color: rgb(223, 223, 223); }

/* @media (min-width : 1280px)  {

    .slick-next {
        right: -60px;
    }
    .slick-prev {
        left: -60px;
    }
} */


/* section slider image brand */


/* section hide store reviews */

#index #revws-home {display: none;}

/* section hide store reviews */

/* hide revws produit page */

#product #revws-product-buttons {display: none;}
.revws-product-list {display: none!important;}


/* hide revws produit page */


/* custom cookies widget */
.bepVfn svg path {
    fill: rgb(6, 46, 63)!important;
}
.bepVfn svg path:last-child {
    fill: rgb(255, 255, 255)!important;}
/* custom cookies widget */

/*//////////////////////////////////////////////////////////////////////////// custom breadcrumb /////////////////////*/


.breadcrumb {
    background-color: #F5F9FA;
        text-transform: uppercase;
        font-size: .7rem;
        background-color: inherit;
        justify-content: left;
        margin-top: 1rem;
        padding: 0;
    
}

.breadcrumb a {
    text-decoration: none;
    color: inherit;
}

.breadcrumb-item.active {
    color: #EB4C21;
}

.breadcrumb-item {
    margin-right: 5px;
}


/*//////////////////////////////////////////////////////////////////////////// custom breadcrumb /////////////////////*/

/*//////////////////////////////////////////////////////////////////////////// custom page cms /////////////////////*/

#cms .page-header h1 {
    margin-top: 1rem;
    text-align: center;
}

#csm .address-header, .card-header, .page-header {
    background-color: inherit; 
    border-bottom: inherit; 
}


/*//////////////////////////////////////////////////////////////////////////// custom page cms /////////////////////*/


/*//////////////////////////////////////////////////////////////////////////// custom video page  /////////////////////*/

/********
video page
********/

.ht-video-section {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 0;
    margin-bottom: 25px;
}

.ht-video-section  .video-wrapper {
    display: block;
    float: left;
    width: 100%;
}


.ht-video-section .video-wrapper .video-wrapper-inner {
    display: block;
    float: left;
    width: 20%;
    padding: 0 15px;
}

.ht-video-section .video-block-bottom .video-wrapper {
    display: block;
    float: left;
    padding: .5rem;
    width: 33.33%;
}

/* .ht-video-section .video-block-bottom .video-wrapper.one {
    width: 33.33%;
  
}

.ht-video-section .video-block-bottom .video-wrapper.two {
    width: 33.33%;
  
}

.ht-video-section .video-block-bottom .video-wrapper.three {
    width: 33.33%;
  
} */

.video-block {
    display: block;
    width: 100%;
}

.video-block a {
    display: block;
    position: relative;
    overflow: hidden;
}

.video-block a iframe, .video-block a object, .video-block a embed {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s ease all;
}

.video-block a:hover iframe {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

@media (max-width: 767px) {
    .ht-video-section .video-wrapper .video-wrapper-inner {
        padding: 15px 0;
        width: 100%;
    }

    /* .ht-video-section .video-block-bottom .video-wrapper.one,
    .ht-video-section .video-block-bottom .video-wrapper.two,
    .ht-video-section .video-block-bottom .video-wrapper.three */
    .ht-video-section .video-block-bottom .video-wrapper
     {
        width: 100%;
        padding: 15px 0;
    }

}

/*//////////////////////////////////////////////////////////////////////////// custom video page  /////////////////////*/

/*//////////////////////////////////////////////////////////////////////////// custom video page slider /////////////////////*/
#cms.cms-id-7 .main-slider .slick-slide{
    margin-left: 10px;
    margin-right: 10px;

}

#cms.cms-id-7 .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#cms.cms-id-7 .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slick-dots {
    text-align: center;
    padding-top: 15px;
  }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
  }
  .slick-dots li button {
    width: 16px;
    height: 16px;
    font-size: 0; 
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #062E3F;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #062E3F;
    background-color: #062E3F;
    transition: all 0.3s ease;
    opacity: 0.8;
  }
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover {
    opacity: 1;
  }
  .slick-dots li.slick-active button {
    border-color: #2d3042;
    box-shadow: 0 0 0 2px #EB4C21;
    opacity: 1;
  }


/*//////////////////////////////////////////////////////////////////////////// custom video page slider /////////////////////*/




/*//////////////////////////////////////////////////////////////////////////// custom product miniature /////////////////////*/

.product-miniature .card-body .product-description  p.h3.product-title, 
.product-miniature .card-body .product-description  h2.h3.product-title 
{font-size: 1rem; font-weight: 500;}

.product-miniature .card-body .product-description  p.h3.product-title a,
.product-miniature .card-body .product-description  h2.h3.product-title a
{color: #000}

.product-miniature .card-body .revws-product-list  .revws-count-text {color:#062E3F;}

.product-miniature .card-body .product-description  p.h3.product-title a:hover{color:#EB4C21!important;}
.product-miniature .highlighted-informations .variant-links {margin-top: .5rem;}
.product-miniature .highlighted-informations .variant-links a.color {width: 1rem; height: 1rem;border: 1px solid transparent;border-radius: 50%;}
.product-miniature .product-price-and-shipping{margin-top: .5rem;}
.product-miniature .price.current-price-discount{font-size: 1.2rem; font-weight: 500; color: #eb3921;}


/*//////////////////////////////////////////////////////////////////////////// custom product miniature /////////////////////*/



/*//////////////////////////////////////////////////////////////////////////// custom product flag /////////////////////*/
.product-flags {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#products .product-flags > li, .product-flags > li {
   
    /*- right: 0; */
    /* position: absolute; */
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    padding: 1px 10px;
    border-radius: 0;
}

#products .product-flags .new,  .product-flags .new {
    color: #EB4C21;
    border: 1px solid #EB4C21;
    border-radius: 5px;
    background: none;
    box-shadow: none;
}



#products .product-flag.discount-product ,  .product-flag.discount-product, .product-flag.on-sale  {
    color: #062E3F;
    border: 1px solid #062E3F;
    border-radius: 5px;
    background: none;
    box-shadow: none;
}

/*//////////////////////////////////////////////////////////////////////////// custom product flag /////////////////////*/


/*//////////////////////////////////////////////////////////////////////////// custom product button colors /////////////////////*/


#product .current-price-display.price.current-price-discount{
    font-size: 1.5rem;
}

#product .current-price-display.price{
font-size: 1.8rem;
color: #EB4C21;
}

#product .price.current-price-discount {
    margin-top: .5rem;
    color: #eb3921;
    margin-left: .5rem;
    font-size: 1rem;
    font-weight: 500;
}

#product .tax-shipping-delivery-label {display: none;}

#product .discount  {
    margin-top: .5rem;
    margin-left: .5rem;
    background-color: #fff;
    color: #eb3921;
    border: 1px solid #eb3921;
    
}

/*//////////////////////////////////////////////////////////////////////////// custom product button colors /////////////////////*/



/*//////////////////////////////////////////////////////////////////////////// custom product button /////////////////////*/




#product .product-variants .form-group.product-variants-item{

    margin-top: .8rem;

}

.product-variants-item .color {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid transparent;
    border-radius: 50%;
}


#product .custom-select,
#product .input-group {
 
    box-shadow: none;
    border-radius: 5px;
}



#product #revws-product-buttons a.revws-product-buttons-link{ color: #EB4C21;}


/*//////////////////////////////////////////////////////////////////////////// custom product button /////////////////////*/


/*//////////////////////////////////////////////////////////////////////////// custom product tabs /////////////////////*/


#product .row .tabs .nav.nav-tabs >*{border-left: 1px solid #00000021; border-top: 1px solid #00000021; border-bottom:1px solid #0D2C3D40;  margin-bottom: 8px;}
#product .row .tabs .nav-tabs{ border-bottom: none;}
#product .row .tabs .nav.nav-tabs .nav-item:last-child{border-right: 1px solid #00000021;}
#product .row .tabs .nav-tabs a.nav-link:hover{border-bottom: none;}
#product .row .tabs .nav-tabs a.nav-link.active:hover{border-bottom: 1px solid #0D2C3D; }
#product .row .tabs .nav-tabs .nav-link {margin: 1rem;}    
#product .row .tabs .nav-tabs .nav-link.active {    color: #0D2C3D; background-color: #fff; border-color: transparent transparent #00000021;}
#product .row .tabs .nav-tabs a.nav-link.active{color: #0D2C3D; border-color: transparent transparent #0D2C3D; border-bottom-width:1px}
/* #product .row .tabs .nav-tabs a.nav-link.active::after{  content: ''; display: block; position: relative; margin: auto; bottom: -23px; width: 0; height: 0; border-color: transparent transparent transparent #e35531; border-style: solid; border-width: 7px; transform: rotate(90deg);} */


/* product tabs pack accessoires */


#product .row .tabs .tab-content .tab-pane .row.pack-accessories{background-color: #f8f8f8;}
#product .row .tabs .tab-content .tab-pane .row .slider-accessories>*{
display: inline-block;} 
#product .row .tabs .tab-content .tab-pane  .slider-accessories p.accessorie-name{
font-size: 1rem!important;
font-weight: 500;}
#product .row .tabs .tab-content .tab-pane  .slider-accessories img.accessorie-image{
max-width: 165px;
border: 1px solid rgba(85, 84, 84, 0.1);
background-color: #f1f1f1;
}


/* product tabs pack accessoires */



/* product tabs mobile */

@media (max-width: 992px){

    #product   .product-tabs .tab-pane {
            display: block;
            opacity: 1;
        }
    }
    
    #product .product-tabs .tab-pane {
                padding: 1rem 0;
            }
    
    /* product tabs mobile */
    
    


/*//////////////////////////////////////////////////////////////////////////// custom product tabs /////////////////////*/




/*//////////////////////////////////////////////////////////////////////////// custom product tabs for paddles /////////////////////*/



#product .row .tabs .tab-content .tab-pane .row.product-description img.image-cercle{max-width: 240px; margin: auto; display: inline-block;}
@media screen and (min-width:1200px){#product .row .tabs .tab-content .tab-pane .row.product-description img.image-cercle{max-width: 340px;}}
#product .row .tabs .tab-content .tab-pane .row.product-description img.planche-description{    max-width: 60px; position: relative; display: inline-block; height: auto; top: 15px; right: 60px; -webkit-filter: drop-shadow(12px 12px 12px rgba(0,0,0,0.2));}
#product .row .tabs .tab-content .tab-pane .row.product-description span.taille-paddle{font-size: 2rem; color: #e35531; background-color: #fdfdfd; border: 1px solid #80808026;; padding-left: 10px; padding-right: 15px;}
#product .row .tabs .tab-content .tab-pane  .row.description-pictos >*{display: flex; align-items: center;}
#product .row .tabs .tab-content .tab-pane  .row.description-pictos img{width: 80px; height: auto; padding-right: 10px;}
#product .row .tabs .tab-content .tab-pane  .row.description-pictos p{font-size: .7rem; padding-top: 15px;}
/* #product .row .tabs .tab-content .tab-pane  .row.level-guide{background-color: #707070;} */
/* #product .row .tabs .tab-content .tab-pane  .row.level-guide{background-image: -moz-linear-gradient( -30deg, rgb(20,25,27) 0%, rgb(75,82,85) 100%);background-image: -webkit-linear-gradient( -30deg, rgb(20,25,27) 0%, rgb(75,82,85) 100%);background-image: -ms-linear-gradient( -30deg, rgb(20,25,27) 0%, rgb(75,82,85) 100%);}*/
#product .row .tabs .tab-content .tab-pane  .row.level-guide .image-level-guide{height: 450px;  left: 0;  z-index: -1;  object-fit: cover;  position: absolute; max-width: inherit;  width: 100vw; left: 50%;  margin-left: -50vw;}


@media screen and (max-width:768px){#product .row .tabs .tab-content .tab-pane  .row.level-guide .image-level-guide{height: 515px;}}
@media screen and (max-width:650px){#product .row .tabs .tab-content .tab-pane  .row.level-guide .image-level-guide{height: 700px;}}
/* @media screen and (max-width:650px){#product .row .tabs .tab-content .tab-pane  .row.level-guide .image-level-guide{height: 700px;}} */
#product .row .tabs .tab-content .tab-pane  .row.level-guide {padding-top: 4rem!important; padding-bottom: 4rem!important;}
#product .row .tabs .tab-content .tab-pane  .row.level-guide img.paddle-3d-back{width: 100%; height: auto;}
#product .row .tabs .tab-content .tab-pane  .row.level-guide .list-weight-title {font-size: 1.5rem; color: #fff;}
#product .row .tabs .tab-content .tab-pane  .row.level-guide .weight-levels-list >*{padding-top: 1rem; color: #fff;}
#product .row .tabs .tab-content .tab-pane  .row.level-guide ul.weight-levels-list li.list-level-item::before{background-image: url(../img/valid-orange.png);background-size: 20px 20px;display: inline-flex; width: 20px; height: 20px; align-items: center; margin-right: 10px; content:""; }
#product .row .tabs .tab-content .tab-pane .row.product-description-2 img.image-cercle-2{max-width: 240px; margin: auto; display: block;}
#product .row .tabs .tab-content .tab-pane .row.product-description-2 img.planche-description-2{ width: 220px; position: relative; display: block; margin: auto; height: auto; bottom: 55px; -webkit-filter: drop-shadow(12px 12px 12px rgba(0,0,0,0.2));}

@media screen and (min-width:1200px){
    #product .row .tabs .tab-content .tab-pane .row.product-description-2 img.image-cercle-2{max-width: 340px; }
    #product .row .tabs .tab-content .tab-pane .row.product-description-2 img.planche-description-2{ width: 260px;}
}



/*//////////////////////////////////////////////////////////////////////////// custom product tabs for paddles /////////////////////*/







/*//////////////////////////////////////////////////////////////////////////// custom datasheet tabs /////////////////////*/


#product .product-manufacturer{text-align: center;}
#product .product-manufacturer .img-thumbnail {box-shadow: none; border: none;}
#product .product-manufacturer .product-manufacturer-title{ font-size: 1.5rem;padding-top: 1rem; padding-bottom: 1rem;}
#product .product-features .product-features-title{text-align: center; font-size: 1.5rem;padding-top: 1rem; padding-bottom: 1.5rem;}
#product .product-features{margin-top: 1rem;}

#product .product-features>dl.data-sheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#product .product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    font-weight: 400;
    background: #f1f1f1;
    padding: .625rem;
    margin-right: .625rem;
    min-height: 2.5rem;
    word-break: normal;
    text-transform: capitalize;
    margin-bottom: .5rem;
    display:flex;
}

#product .product-features>dl.data-sheet dd.value br{display:none;}



/*//////////////////////////////////////////////////////////////////////////// custom datasheet tabs /////////////////////*/






/*//////////////////////////////////////////////////////////////////////////// custom cart page  /////////////////////*/



#cart .remove-from-cart .material-icons {color: #0D2C3D;}



/* custom + - spin buttom for product and shopping card */
.bootstrap-touchspin .input-group-btn-vertical {width: 2em; height: 2.6em; display: flex;flex-direction: column;  justify-content: center;}
.bootstrap-touchspin {border: 1px solid #0D2C3D; box-shadow: none; border-radius: 5px;}
.bootstrap-touchspin .btn {position: relative; z-index: 2; color: #0D2C3D; background: transparent; padding: 0; flex: 1; width: auto;}
.bootstrap-touchspin-up::after {position: relative; top: 4px; content: "\E5CE";}
.bootstrap-touchspin-down::before {position: relative;bottom: 4px;content: "\E5CF";}
.bootstrap-touchspin>input {border: none; box-shadow: none; text-align: center; font-weight: 400; max-width: 50px; background: #f4f4f4; height: 2.75rem;}

/* input number product page */
#product .product-add-to-cart .input-group>.form-control{height: 2.5em; color: #0D2C3D;background-color: rgba(255, 255, 255, 0);}
/* input number product page */

/* input number card page */
#cart .cart-items .input-group>.form-control{height: 2.5em; color: #0D2C3D;background-color: rgba(255, 255, 255, 0);}
/* input number card page */
/* custom + - spin buttom for product and shopping card */

/* page panier */


/*//////////////////////////////////////////////////////////////////////////// custom cart page /////////////////////*/





/*//////////////////////////////////////////////////////////////////////////// custom checkout page /////////////////////*/




#checkout .l-header{background-color: #F5F9FA;;}

#module-thecheckout-order select.form-control.orig-field.form-control-select.js-country.live {padding: none!important;}



/*//////////////////////////////////////////////////////////////////////////// custom checkout page /////////////////////*/




/*//////////////////////////////////////////////////////////////////////////// custom conf order page /////////////////////*/



#order-confirmation #content-hook_order_confirmation {background-color: rgb(63, 155, 63);}


/*//////////////////////////////////////////////////////////////////////////// custom conf order page /////////////////////*/




/*//////////////////////////////////////////////////////////////////////////// custom page contact /////////////////////*/


@media (min-width:768px){
    #contact .contact-info{border-left: 1px solid rgba(0, 0, 0, 0.473);}}
    #contact .formulaire-contact-right{ justify-content: flex-start; align-items: flex-start;}
    #contact .formulaire-contact-right>*{margin-bottom: 2rem;}
    #contact .formulaire-contact-right .picto-contact{margin-right: 1rem;}


/*//////////////////////////////////////////////////////////////////////////// custom page contact /////////////////////*/

/*//////////////////////////////////////////////////////////////////////////// custom page category /////////////////////*/


/*#category .sort-by-row.justify-content-md-end .form-inline{ margin-bottom: 15px;}*/

#category .PM_ASBlockOutputHorizontal .PM_ASCriterionsGroup select, select#select-sort-order.custom-select {
    position: relative;
    cursor: pointer;
    font-size: .875rem;
    border: 1px solid #ddd;
    margin: 0;
    color: #545453;
    border-radius: 10px;
    font-family: "Martel Sans",sans-serif;
    font-weight: 400;
}


#category .page-item.active .page-link, .page-item.active .product-comments__pagination li span, .product-comments__pagination li.active .page-link, .product-comments__pagination li.active span, .product-comments__pagination li .page-item.active span,
#module-pm_advancedsearch4-searchresults .page-item.active .page-link, .page-item.active .product-comments__pagination li span, .product-comments__pagination li.active .page-link, .product-comments__pagination li.active span, .product-comments__pagination li .page-item.active span{
    background-color: #062e3f;
    border-color: #062e3f;
    color: #fff;
}

#category .page-link, .product-comments__pagination li span,
#module-pm_advancedsearch4-searchresults .page-link, .product-comments__pagination li span {color:#062e3f;}

#category ul.page-list.pagination,
#module-pm_advancedsearch4-searchresults ul.page-list.pagination{margin-bottom:2rem!important;}

/*//////////////////////////////////////////////////////////////////////////// custom page category /////////////////////*/


/*//////////////////////////////////////////////////////////////////////////// custom footer ////////////////////////////////////////////*/


footer#footer .footer-links {
    display: flex;
    /* align-items: flex-start; */
    align-items: center;
    justify-content: space-around;
    /* padding: 70px 0 30px; */
    padding: 30px 0 30px;
}


footer#footer .footer-links-block {
    text-align: center;
}


footer#footer .footer-link-block .footer-list-title a.text {
    font-size: 18px;
    font-weight: 600
}

footer#footer .footer-links-block .footer-list-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

footer#footer .footer-links-block .footer-list li {
    margin: 5px auto
}

footer#footer .footer-links-block .footer-list li a,
footer#footer .footer-links-block .footer-list li span
 {
    font-size: 15px !important;
    font-weight: 400;
     color:#fff;
}

footer#footer .footer-links .contact-info .contact-btn {
    display: block;
    margin: 40px auto 20px;
}

/* button footer style */

.contact-btn{display:block;box-sizing:border-box;padding:15px 20px;min-width:194px;font-size: 14px!important; font-weight: 500;text-transform:uppercase;letter-spacing:1px;border:none;cursor:pointer}
.contact-btn-secondary{position:relative;z-index:0;overflow:hidden; color: #ffffff; background-color: #e35531;}
.contact-btn-secondary:hover{color: #4b5255!important;}
/* .contact-btn-secondary svg path,
.contact-btn-secondary svg g{fill:#00571F}
.contact-btn-secondary:before,
.contact-btn-secondary:after{content:'';position:absolute;z-index:-1;background:url(/themes/classic-rocket-child/assets/img/masque2.svg) repeat-x;top:100%;left:0;background-size:100%;width:300%;height:300%;opacity:0.7;transform:translate3d(0, 0, 0)}
.contact-btn-secondary:after{left:50%;opacity:1}
.contact-btn-secondary:hover:not(input){animation:color-to-green 0.2s cubic-bezier(0.36, 0.45, 0.63, 0.53) 0.2s forwards}
.contact-btn-secondary:hover:before{animation:wave2 0.4s cubic-bezier(0.36, 0.45, 0.63, 0.53) forwards}
.contact-btn-secondary:hover:after{animation:wave2 0.4s cubic-bezier(0.36, 0.45, 0.63, 0.53) forwards}
.contact-btn-secondary:hover svg path,
.contact-btn-secondary:hover svg g{fill:#ffffff} */
/* 
@keyframes wave2{0%{margin-left:0;top:100%}
100%{margin-left:-150%;top:-30%}
}

@keyframes color-to-green{0%{color:#fff}
100%{color:#fff;border-color:#00571F;path{fill:#00571F}
}
}  */

/* button footer style */


@media screen and (max-width: 991px){
footer#footer .footer-links .contact-info {padding-right: 10px;box-sizing: border-box;}
footer#footer .footer-links .contact-info, footer#footer .footer-links .footer-links-block {max-width: 170px;}
footer#footer .footer-links-block .footer-list li a, 
footer#footer .footer-links-block .footer-list li span
{font-size: 14px!important;}
.contact-info .contact-social-list .contact-social-list-item { margin-right: 20px;}
footer#footer .footer-links .contact-info .contact-btn {max-width: 100%;width: 100%;min-width: 100%;padding: 15px 10px;}
}



@media screen and (max-width:768px) {   

footer#footer .footer-links {padding-top: 30px;flex-flow: column}
.contact-info .contact-social-list .contact-social-list-item { margin-right: 25px;}
footer#footer .footer-links .contact-info, footer#footer .footer-links .footer-links-block {max-width: 100%;}
footer#footer .footer-links .contact-info {max-width: 100%;width: 100%;margin-bottom: 40px}
footer#footer .footer-links .contact-info img {display: none}
footer#footer .footer-links .contact-info .contact-btn {max-width: 70%;min-width: 70%;padding: 15px 10px;margin: 40px auto;}
footer#footer .footer-links-block {max-width: 100%;width: 90%;margin: auto}
/* footer#footer .footer-links-block {border-top: 1px solid  #4b5255;} */
footer#footer .footer-links-block .footer-list-title {padding: 25px 20px;margin-bottom: 0;position: relative;cursor: pointer;text-align: left}
footer#footer .footer-links-block .footer-list-title:before,
footer#footer .footer-links-block .footer-list-title:after {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

footer#footer .footer-links-block .footer-list-title:after {
        content: '';
        display: block;
        height: 1px;
        width: 21px;
        position: absolute;
        top: 50%;
        right: 20px;
        background: #e94e26;
    }
    footer#footer .footer-links-block .footer-list-title:before {
        content: '';
        display: block;
        height: 20px;
        width: 1px;
        position: absolute;
        top: 50%;
        right: 30px;
        background:  #e94e26;
    }
    footer#footer .footer-links-block .footer-list-title a.text {
        font-size: 14px;
        color:  #424242;
        text-decoration: none;
        text-transform: uppercase;
        text-align: left;
        font-weight: 600
    }
    footer#footer .footer-links-block .footer-list-title[data-opened='true']+.footer-list {
        display: block
    }
    footer#footer .footer-links-block .footer-list {
        display: none;
        padding: 0 25px 20px
    }
    footer#footer .footer-links-block .footer-list li {
        margin-bottom: 10px
    }
    footer#footer .footer-links-block .footer-list li a,
    footer#footer .footer-links-block .footer-list li span {
        font-size: 13px;
        color:  #fff;
        text-decoration: none
    }
    footer#footer .footer-links-block .footer-list-title[data-opened='true']:before {
        display: none
    }
}


/* logos paiements */

/* footer#footer .footer-links-block .footer-list-title[data-opened='true']+.footer-paiment-list img{
    width: 80px;
    filter: grayscale(1);
    opacity: .7;

}


@media screen and (max-width: 768px){
footer#footer .footer-links-block .footer-list-title[data-opened='true']+.footer-paiment-list {
    display: flex;
}
footer#footer .footer-links-block .footer-list-title[data-opened='true']+.footer-paiment-list img{
    height: 20px;

}
} */

/*end logos paiements */


/* custom background-footer */

.l-footer{ background-color: #0D2C3D;}

#footer .footer-main{
    position: relative;
    padding: 3em 0;
}

#footer .footer-background{
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    z-index: -1;
}


#footer .footer-background img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
}


@media screen and (max-width:767px){

#footer .footer-background img {
    height: inherit;
    width: inherit;
    bottom: 0!important;
}

#footer .footer-main {
    padding: none; 
}

}

footer#footer .logo-footer-mobile{width: 100px;margin: auto; margin-bottom: 1rem;}

/*////////////////////////////////////// custom footer //////////////////////////////////////*/


/*////////////////////////////////////// custom account index page //////////////////////////////////////*/

#my-account .page-header--my-account {
    text-align: center;
    padding-top: 1rem;
}

#my-account .account-links .link-item {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border: 1px solid #062e3fd9;
    padding: 1rem;
}

#my-account .account-links .link-item:hover {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);
    border: 1px solid #062e3f6b;
    padding: 1rem;
}



#my-account .account-links a{color:#062e3f;}
#my-account .page-footer--my-account a{color:#fff;}




/*////////////////////////////////////// custom account index page //////////////////////////////////////*/



  /* ------------------------- Responsive video ------------- */

  /* optimisation 1 youtube paul */
  #product iframe{width:100%!important}

  /* optimisation 2 - youtube paul  */
  .video-container {
      position:relative;
      padding-bottom:56.25%;
      padding-top:30px;
      border-radius: 20px;
      height:0;
      overflow:hidden;
      min-height: 500px;
  }
  .video-container iframe, .video-container object, .video-container embed {
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
  }
  
    /* ------------------------- Responsive video ------------- */


    
/*////////////////////////////////////// desactiver ref stock JT2D //////////////////////////////////////*/


#product .product-reference, #product .product-quantities {display: none;}


/*////////////////////////////////////// desactiver ref stock JT2D //////////////////////////////////////*/

/* custom checkout page */


#checkout .header-nav--checkout {align-items: center!important; justify-content: space-between!important;}


    /* ////////////////////////////////////////////////////////////////////checkout page //////////////////////////////////////////////////////////////////////////////////////////////////////*/
    @media (max-width: 767.98px){#checkout ul.nav-tabs-info{font-size: .6rem;}
    #checkout .checkout-step .step-title {font-size: 1em!important;}
    #checkout .nav-tabs-info .nav-link {padding: .5rem .7rem;}
    }
    #checkout .l-header{background-color: #fff; margin-bottom: 1rem; border-bottom: 1px solid #000; box-shadow: 0 2px 6px 0 #e3553117;}
    #checkout  .l-wrapper, .l-wrapper--boxed, main>.notifications-container {max-width: inherit!important;}
    #checkout .checkout-step {box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%); padding: 1em;}
    #checkout .checkout-step .card-header{padding: 1em;}
    #checkout .checkout-step .step-title {cursor: pointer; margin-bottom: 0; font-size: 1.35em;text-align: center; color: #000000b5;}
    #checkout section.card.js-cart{ box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);  border: 1px solid #000;; padding: .8em;}
    #checkout .promo-code__content {background-color: inherit;}
    #checkout .promo-code__content .input-group-append .btn.btn-primary{ border-top-left-radius:0; border-bottom-left-radius: 0;}
    #checkout section.card.js-cart .card-footer{background-color: inherit; border:inherit}
    #checkout .delivery-options-list .delivery-option {background-color: inherit;}

    #checkout .l-header>* {
         background-color: inherit!important;
    }
       /* ////////////////////////////////////////////////////////////////////checkout page //////////////////////////////////////////////////////////////////////////////////////////////////////*/
    