/*fonts LATO Packs*/
@import url("aux-07zr.css");
@import url("page-07zr.css");
@import url("form-07zr.css");
@import url("actu-07zr.css");
@font-face {
    font-family:Boost-SSi-Regular;
    src: url('../fonts/Boost_SSi_Regular.woff') format('woff'),
        url('../fonts/Boost_SSi_Regular.ttf') format('truetype'),
        url('../fonts/Boost_SSi_Regular.otf') format('truetype'),
        url('../fonts/Boost_SSi_Regular.svg') format('svg');
}

@font-face {
    font-family:Lato-Regular;
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight:normal;
}

@font-face {
    font-family:Lato-BlackItalic;
    src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
    font-weight:normal;
}

@font-face {
    font-family:Lato-BoldItalic;
    src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
    font-weight:normal;
}

@font-face {
    font-family:Lato-Black;
    src: url('../fonts/Lato-Black.ttf') format('truetype');
    font-weight:normal;
}

@font-face {
    font-family:Lato-Bold;
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight:normal;
}

@font-face {
    font-family:Lato-Italic;
    src: url('../fonts/Lato-Italic.ttf') format('truetype');
    font-weight:normal;
}
@font-face {
    font-family:Lato-LightItalic;
    src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
    font-weight:normal;
}

@font-face {
    font-family:OpenSans;
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight:normal;
}

/*menu top*/
a:hover, a:focus{
    outline: none !important;
}
p{
    color:#000;
}
.navigation-top{
    background:#000;
    height:60px;
}
.navigation-top .wrap{
    height:60px;
}
#site-navigation{

}
#site-navigation .menu-top-container{
    position:relative;
    max-width: 1000px;
    float: left;
    height: 60px;
    display: table;
}
#site-navigation .menu-top-container ul{
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
}
#site-navigation .menu-top-container ul li{
    display: block;
    float: left;
    border-left: 1px #F5A000 solid;
    height: 14px;
    padding: 0 16px;
}
#site-navigation .menu-top-container ul li:first-child{
    background: url(../images/icon-phone.png) no-repeat 15px 0px;
    padding-left: 50px !important;
    height: 26px;
    background-size: 25px auto;
    border-left: none;
    margin-top: -6px;
}
#site-navigation .menu-top-container ul li:last-child{
    /* border-right: 1px #F5A000 solid; */
}
#site-navigation .menu-top-container ul li:first-child a{
    padding-top: 6px;
}
#site-navigation .menu-top-container ul li a{
    color:#F5A000;
    font-size:14px;
    font-family:Lato-BoldItalic;
    line-height: 13px;
    padding: 0;
}
#site-navigation .menu-top-container ul li a:hover{
    border-bottom:1px solid #F5A000;
}
.navigation.pagination{
    width:auto !important;
    display: table-cell;
    float:none !important;
    height: 40px;
}
.pagination .page-numbers{
    color: #000;
    font-family: Lato-BoldItalic !important;
    display: inline;
    border: 1px solid #cccccc;
    height: 26px;
    line-height: 1.6;
    margin: 1px 0 0px 2px;
}
h2.widget-title{
    color:#f5a000 !important;
    font-size:11px !important;
    font-family:Lato-BlackItalic;
    letter-spacing:1px;
    margin-bottom:2px;
    text-transform:uppercase;
}
#nav_menu-7{
    width:130% !important;
    display:block;
}
#nav_menu-6{
    display:block;
}

/*==on peut gérer l'affichage de menu footer non FR ici'==*/

.pl #nav_menu-7, .de #nav_menu-7, .es #nav_menu-7, .it #nav_menu-7, .pt #nav_menu-7, .at #nav_menu-7 {
    display:none;
}
.pl #nav_menu-6, .de #nav_menu-6, .es #nav_menu-6, .it #nav_menu-6, .pt #nav_menu-6, .at #nav_menu-6 {
    display:none;
}
.pl .menu-catalog, .de .menu-catalog, .es .menu-catalog, .it .menu-catalog,.pt .menu-catalog, .at .menu-catalog {
    display:none;
}

/*==FIN==*/

.colophon{background:#000;}

/*HEADER*/

.panel-content .entry-header{
    width:100%;
}
header .entry-header{
    width:100% !important;
}
.wrap-header{margin:0 !important;height:100px;background:#EDEDED;}
.logo-slogan{
    width: 45%;
    display: block;
    float: left;
    padding: 30px 0 0 20px;
}
.logo-slogan{
    /*width: 40%;*/
    display: block;
    padding: 21px 0 0 55px;
    flex-direction: column;
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
}
.logo-slogan .logo-07zr{
    float:left;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
}
.logo-slogan .logo-07zr a:hover, .logo-slogan .logo-07zr a:focus{
    outline: none;
}
.logo-slogan .slogan-07zr{
    float: left;
    display: table-cell;
    font-family: Lato-BlackItalic;
    font-size: 14.48px;
    width: 100%;
}
.logo-top_07zr{
    position:absolute;
    top: 11px;
    left: 41px;
    display:none;
    width: 12%;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
}
.logo-top_07zr a img{
    padding:1px 8px;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
}
.auth-btn{
    float: right;
    padding: 30px 0 0;
}
.auth-btn a button{
    height:36px;
}
.auth-btn-top{
    position: absolute;
    padding: 7px 18px;
    right: 0;
    top: 0;
    display: none;
    height: 60px;
}
.auth-btn-top a{
    padding: 26px 16px 0px 16px;
    border-right: 1px solid #000;
    margin: 0;
    font-size: 11.97px;
    height: 43px;
    display: inline-block;
    color: #000;
    font-family: Lato-BlackItalic;
    vertical-align: top;
}
.auth-btn-top a button.connexion-header-top{
    padding:2px 0;
    margin:auto;
    display: block !important;
}
.auth-btn-top a.inscription{
    background: url(../images/icon-inscription.svg) no-repeat center 3px;
    padding: 26px 7px 0 5px;
}
.auth-btn-top a.inscription:hover{
    background: url(../images/icon-inscription1.svg) no-repeat center 3px;
}
.auth-btn-top a.lien-connexion{
    background: url(../images/icon-connex.svg) no-repeat center 3px;
    border-right: 0;
}
.auth-btn-top a.lien-connexion:hover{
    background: url(../images/icon-connex1.svg) no-repeat center 3px;
    border-right: 0;
}
.phone-header{
    font-size: 15px;
    color: #000;
    font-family: Lato-BlackItalic;
    padding: 20px 6px 20px 40px;
    background: url(../images/icon-phone.png) no-repeat 3px 16px;
    height: 40px;
}
.phone-header-top{
    padding: 26px 18px 0px 6px;
    border-right: 1px solid #000;
    margin: 0;
    font-size: 11.97px;
    display: inline-block;
    color: #000;
    height: 43px;
    font-family: Lato-BlackItalic;
    background: url(../images/icon-phone-top.svg) no-repeat center 3px;
}
button.inscription-header{
    font-size:14px;
    background:#ededed;
    color:#000;
    font-family:Lato-BlackItalic;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    margin:0 10px;
    padding: 10px 16px;
    border:1px solid #000;
}
button.inscription-header-top{
    font-size:11.97px;
    color:#000;
    background:none;
    font-family:Lato-BlackItalic;
    margin:0 4px;
    padding: 2px 4px;
    border: 0;
    display: block !important;
}
button.inscription-header-top:hover{
    background:transparent;
}
button.inscription-header:hover,button.inscription-header:focus{
    border:1px solid #000;
    background:#000 !important;
    color:#fff;
}
button.connexion-header{
    font-size:14px;
    color:#000;
    background:#F5A000 url(../images/key.png) no-repeat 14px 7px;
    font-family:Lato-BlackItalic;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    margin: 0 30px 0 10px;
    padding: 10px 8px 10px 24px;
    width: 120px;
}

.lien-connexion button.connexion-header:hover{
    background:#474747 url(../images/key-top.png) no-repeat 14px 7px;
    color:#fff;
}
.lien-connexion button.connexion-header-top:hover{
    background:transparent;
}
button.connexion-header-top{
    background:transparent;
    font-size: 11.97px;
    color: #000;
    font-family: Lato-BlackItalic;
    border: none;
    margin: 0 4px 0 0;
    padding: 2px 4px 2px 14px;
}
button.connexion-header-top:hover{
    background:transparent;
}
.newsrecherche, .blockAccount{
    display: inline-block;
    position:relative;
    margin: 0 20px 0 0px;
    vertical-align: top;
    z-index: 500;
}
.blockAccount{
    margin: 0 39px 0 0px;
}
.newsrecherche {
    font-size: 13.97px;
    color: #000;
    font-family: Lato-BlackItalic;
    padding: 9px 6px 9px 40px;
    background: url(../images/icon-shearch.svg) no-repeat 3px 8px;
    height: 45px;
}
.blockAccount > a{
    font-size: 11.97px;
    color: #000;
    background: #F5A000 url(../images/icon-account.png) no-repeat 19px 15px;
    font-family: Lato-BlackItalic;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 12px 17px 12px 38px;
    position: relative;
    display: block;
    width: 131px;
    z-index:5;
}
.blockAccount > ul{
    background:transparent;
    background:#333333;
    top:22px;
    left:0;
    display:none;
    padding-bottom:5px;
    position: absolute;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    list-style:none;
    overflow:hidden;
    height:auto;
    width:100%;
    z-index: 1;

}
.blockAccount ul.show{
    background:#333333;
    height:auto;
    padding-top: 22px;
}
.blockAccount li a{
    font-family: Lato-Italic;
    color:#fff;
    font-size: 9.88px;
    display: block;
    padding:3px 5px 3px 40px;
    text-decoration: none !important;
}
.blockAccount li.has-sub > a{
    position: relative;
}
.blockAccount li.has-sub > a i{
    position:absolute;
    background:url(../images/arrow-menu.png) no-repeat 0 0;
    height:5px;
    width:9px;
    right: 16px;
    top: 10px;
}
.blockAccount li.has-sub > a.active i{
    background:url(../images/arrow-menu-active.png) no-repeat 0 0;
}
.blockAccount li a:hover{
    background:#545454;
    color: #f5a000;
    text-decoration: none;
}
.blockAccount li ul.sub {
    position:relative;
    padding:0;
    overflow:hidden;
    height:0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.blockAccount li.active > a {
    background:#474747;
    color: #f5a000;
}
.blockAccount li.active ul.sub{
    background:#474747;
    height:auto;
}
.blockAccount li .sub a{
    font-size:10px;
    padding: 3px 5px 3px 55px;
    font-family: Lato-Italic;
}
.blockAccount li .sub li a.active{
    background:#545454;
    color: #f5a000;
}
.auth-btn-top-connect{
    padding: 7px 30px 7px 18px;
}
.auth-btn-top .newsrecherche{
    padding: 26px 10px 0 8px;
    background: url(../images/icon-shearch1.svg) no-repeat center 3px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-right:1px solid #000;
    margin:0;
}
.auth-btn-top .newsrecherche:hover{
    background: url(../images/icon-shearch2.svg) no-repeat center 3px;
}
.auth-btn-top .blockAccount{
    margin:0;
}
.auth-btn-top .blockAccount > a{
    background: #F5A000 url(../images/icon-account1.svg) no-repeat center 3px;
    padding: 26px 6px 0 6px;
    border:0;
    border-radius: 0;
    height:45px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width:auto;
}
.auth-btn-top .blockAccount > a:hover{
    background: #F5A000 url(../images/icon-account2.svg) no-repeat center 3px;
}
.menu-principal .blockAccount ul{
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0;
    margin: 0 !important;
    border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width:100%;
    height:0;
    padding-bottom:5px;
    border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
}
.menu-principal .blockAccount ul.show{
    background: #333333;
    height: auto;
    padding-top: 0;
    left: auto;
    right: -14px;
    top: 52px;
    width:130px;
}
.menu-principal .blockAccount ul li{
    float:none;
}
.menu-principal .blockAccount ul li a{
    float:none;
    width:100%;
    font-family: Lato-Italic;
    color:#fff;
    font-size: 10px;
    display: block;
    padding:3px 5px 3px 35px !important;
    height:auto !important;
    text-transform:none;
    text-align:left;
}
.menu-principal .blockAccount li.has-sub > a i{
    right: 14px;
    top:8px;
}
.menu-principal .blockAccount ul li a:hover{
    background:#959595;
    color: #f5a000;
    text-decoration: none;
}

.menu-principal .blockAccount ul.sub{
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content:flex-start;
    margin: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width:100%;
    display:block;
}
.menu-principal .blockAccount ul.sub li{
    float:none;
}
.menu-principal .blockAccount ul.sub li a{
    float:none;
    width:100%;
    font-family: Lato-Italic;
    color:#fff;
    font-size: 10px;
    display: block;
    padding:5px 5px 5px 44px !important;
    height:auto !important;
    text-transform:none;
    text-align:left;
}
.menu-principal .blockAccount ul.sub li a:hover{
    color: #f5a000;
}
/*MENU PRINCIPAL*/

.menu-principal{
    width:100%;
    height:60px;
    background:#F5A000;
    position:relative;
    z-index: 1;
    -webkit-box-shadow: 0px 3px 5px -2px #888;
    -moz-box-shadow: 0px 3px 5px -2px #888;
    -o-box-shadow: 0px 3px 5px -2px #888;
    box-shadow: 0px 3px 5px -2px #888;
}

.menu-principal ul{
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.menu-principal ul li{
    display:block;
}
.fr .menu-principal ul li:last-child{
    display:block;
}
.menu-principal ul li.active{
    background:#000;
    color:#fff !important;
}
.menu-principal ul li a{
    display:block;
    float:left;
    font-family:Lato-BlackItalic;
    font-size:12px;
    text-transform:uppercase;
    padding: 21px;
    height: 60px;
}
.menu-principal ul li a:hover{
    background-color:#000;
    color:#fff;
    text-decoration:none;
}
.menu-principal ul li.active a{
    color:#fff;
}
.menu-principal ul li a:focus, .menu-principal ul li a:active{
    background-color:#000 !important;
    color:#fff !important;
    text-decoration:none;
}

/*BANNER*/

.img-item{
    width:100%;
    height:auto;
}
.bx-bkg-pneu{
    width:100%;
    background-size:cover;
}
.bx-bkg-jante{
    width:100%;
    background-size:cover;
}
.bx-bkg-chaine{
    width:100%;
    background-size:cover;
}
.bx-bkg-pdetache{
    width:100%;
    background-size:cover;
}

/*BKG DE LA PAGE CATALOGUE*/

.page-template-tpl-catalogue .bx-bkg-pneu, .page-template-tpl-resultat-pneu .bx-bkg-pneu, .page-template-tpl-catalogue-jante .bx-bkg-pneu, .page-template-tpl-catalogue-chaine .bx-bkg-pneu{
    background-image: url("../images/bkg-cat/bkg-cat-pneu-xlarge.jpg") ;
    background-size: 100%;
    background-position:inherit;
    background-repeat:no-repeat;
}
.page-template-tpl-catalogue .bx-bkg-jante, .page-template-tpl-resultat-pneu .bx-bkg-jante, .page-template-tpl-catalogue-jante .bx-bkg-jante, .page-template-tpl-catalogue-chaine .bx-bkg-jante{
    background-image: url("../images/bkg-cat/bkg-cat-jante-xlarge.jpg") ;
    background-size: 100%;
    background-position:inherit;
    background-repeat:no-repeat;
}
.page-template-tpl-catalogue .bx-bkg-chaine, .page-template-tpl-resultat-pneu .bx-bkg-chaine, .page-template-tpl-catalogue-jante .bx-bkg-chaine, .page-template-tpl-catalogue-chaine .bx-bkg-chaine{
    background-image: url("../images/bkg-cat/bkg-cat-chaine-xlarge.jpg") ;
    background-size: 100%;
    background-position:inherit;
    background-repeat:no-repeat;
}
.page-template-tpl-catalogue .bx-bkg-pdetache, .page-template-tpl-resultat-pneu .bx-bkg-pdetache, .page-template-tpl-catalogue-jante .bx-bkg-pdetache, .page-template-tpl-catalogue-chaine .bx-bkg-pdetache{
    background-image: url("../images/bkg-cat/bkg-cat-pd-xlarge.jpg");
    background-size: 100%;
    background-position:inherit;
    background-repeat:no-repeat;
}
.page-template-tpl-catalogue .wrap-bkg-cat, .page-template-tpl-resultat-pneu .wrap-bkg-cat, .page-template-tpl-catalogue-jante .wrap-bkg-cat, .page-template-tpl-catalogue-chaine .wrap-bkg-cat{
    margin-top:85px !important;
}

.page-template-tpl-catalogue-pneu .wrap-bkg-cat{
    background-image: url("../images/bkg-cat/bkg-cat-pneu-xlarge.jpg");
    background-size: 100%;
    background-position:inherit;
    background-repeat:no-repeat;
}
.page-template-tpl-catalogue-jante .wrap-bkg-cat{
    background-image: url("../images/bkg-cat/bkg-cat-jante-xlarge.jpg");
    background-size: 100%;
    background-position:inherit;
    background-repeat:no-repeat;
}
.page-template-tpl-catalogue-chaine .wrap-bkg-cat{
    background-image: url("../images/bkg-cat/bkg-cat-chaine-xlarge.jpg");
    background-size: 100%;
    background-position:inherit;
    background-repeat:no-repeat;
}
.page-template-tpl-resultat-pneu .search-form-category, .page-template-tpl-resultat-jante .search-form-category, .page-template-tpl-resultat-chaine .search-form-category {
    /*bottom: 300px !important;*/
}

/*BKG DE LA PAGE CATALOGUE / RTAT PNEU*/

/*=== fin ===*/

.bx-controls-direction{
    display:none;
}
.banner{
    position:relative;
    width:100%;
    top: 0;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.banner .bx-wrapper .bx-viewport{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bxslider, .bxslider li{
    min-height: 530px !important;
}
.banner.banner-research {
    /*min-height: 530px!important;*/
}
.banner-research h3{
    font-size: 26px;
    color: #fff;
    font-family: Lato-BlackItalic;
    text-align: center;
    position: absolute;
    top: 140%;
    width: 100%;
}

.bxslider li{
    background-repeat: no-repeat;
    background-size: cover;
}
/* .banner .bx-wrapper ul li{ */
/* height: 530px; */
/* } */
.banner .bx-wrapper ul li img{
    width:100% !important;
    height:auto !important;
}
.banner.catalog .bx-wrapper ul li img{
    margin-top: 90px;
}
.banner .thumbnail-slider{
    position:absolute;
    top: 0;
    width:100%;
}
.slider-home h2{
    text-transform:uppercase;
    margin: 30px 0 0 0;
}
.banner .thumbnail-slider h1{
    font-family:Lato-BoldItalic;
    font-size:31px;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
}
.main-thumbnail .btn-search-category{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-content: center;
    align-items: baseline;
}
.main-thumbnail a{
    width:124px;
    height:124px;
    margin: 0 14px;
    display:block;
    border-radius:50%;
    background-size:100% auto;
    background-repeat: no-repeat;
    border:0;
    position:relative;
}
.main-thumbnail a span{
    position:absolute;
    color:#fff;
    left:0;
    top:0;
    right:0;
    font-family: Lato-BlackItalic;
    font-size:14px;
    padding-top:19px;
    text-transform:uppercase;
    text-align:center;
}
.de .main-thumbnail a span, .at .main-thumbnail a span{
    font-size: 13px;
    padding-top: 29px;
}
.main-thumbnail a.link-pd span{
    line-height:16px;
    width: 100%;
    padding: 16px 6px 0 6px;
}
.main-thumbnail a.link-pd span:hover{
    color:#000;
}
.main-thumbnail a.link-huile:focus span{
    color:#000;
}
.main-thumbnail a.link-pneu span {
    line-height: 16px;
    width: 75%;
    margin: 0 auto;
}
/*.main-thumbnail a.link-pneu span:focus {
    color:#000;
}*/
.main-thumbnail a.link-jante span {
    line-height: 16px;
    width: 75%;
    margin: 0 auto;
}
.main-thumbnail a.link-chaine span {
    line-height: 16px;
    width: 75%;
    margin: 0 auto;
}
.main-thumbnail a.link-huile span {
    line-height: 16px;
    width: 75%;
    margin: 0 auto;
}
.main-thumbnail a.link-batterie span {
    line-height: 16px;
    width: 75%;
    margin: 0 auto;
}
.main-thumbnail a:hover, .main-thumbnail a:focus {
    width:124px;
    height:124px;
}
.main-thumbnail a:hover span{
    color:#000 !important;
}
.main-thumbnail a:focus span {
    color:#fff !important;
}
.main-thumbnail a.link-pneu{
    background-image:url(../images/ico1.png);
}
.main-thumbnail a.link-pneu:hover, .main-thumbnail a.link-pneu:focus, .main-thumbnail a.link-pneu:active{
    background-image:url(../images/ico11.png);
}
.main-thumbnail a.link-pneu.active{
    background-image:url(../images/ico11.png);
}
.page-template-tpl-main .main-thumbnail a.link-pneu.active span{
    color:#000 !important;
}
.page-template-tpl-main .main-thumbnail a.link-jante.active span{
    color:#000 !important;
}
.page-template-tpl-main .main-thumbnail a.link-chaine.active span{
    color:#000 !important;
}
.page-template-tpl-main .main-thumbnail a.link-pd.active span{
    color:#000 !important;
}
.main-thumbnail a.link-pneu.rezo:hover, .btn-search-category .disposit a.link-pneu:active{
    background-image:url(../images/ico11.png);
}
.main-thumbnail a.link-pneu.rezo.active{
    background-image:url(../images/ico11.png);
}
.main-thumbnail a.link-pneu.rezo.active:hover{
    background-image:url(../images/ico11.png);
}
.main-thumbnail a.link-jante{
    background-image:url(../images/ico2.png);
}
.main-thumbnail a.link-jante:hover, .main-thumbnail a.link-jante.active, .btn-search-category .disposit a.link-jante:active{
    background-image:url(../images/ico22.png);
    color:#000;
}
.main-thumbnail a.link-chaine{
    background-image:url(../images/ico3.png);
}
.main-thumbnail a.link-chaine:hover, .main-thumbnail a.link-chaine.active, .btn-search-category .disposit a.link-chaine:active{
    background-image:url(../images/ico33.png);
}
.main-thumbnail a.link-pd{
    background-image:url(../images/ico4.png);
    margin-top: 0;
    /* margin-top: 31px; */
}
.main-thumbnail a.link-pd:hover, .main-thumbnail a.link-pd.active, .btn-search-category .disposit a.link-pd:active{
    background-image:url(../images/ico44.png);
}
.main-thumbnail a.link-batterie{
    background-image:url(../images/ico6.png);
}
.main-thumbnail a.link-batterie:hover, .main-thumbnail a.link-batterie.active, .btn-search-category .disposit a.link-batterie:active{
    background-image:url(../images/ico66.png);
    color:#000;
}
/*.main-thumbnail a.link-pd.active, .btn-search-category .disposit a.link-pd:active{
    color:#fff;
}*/
.main-thumbnail a.link-pd.pd-catalog{
    margin-top: 0;
    color:#fff;
}

/* EVENEMENT HOVER BTN PAGE CATALOGUE */

.main-thumbnail a.link-pd:hover, .main-thumbnail a.link-pd.active{
    background-image:url(../images/ico44.png);
}
.main-thumbnail a.link-pd.active span{
    color:#000;
}
.page-template-tpl-catalogue-chaine a.link-chaine{
    background-image:url(../images/ico33.png); /*no-repeat -6px -4px scroll;*/
}
.page-template-tpl-catalogue-chaine a.link-chaine span{
    color:#000;
}
.page-template-tpl-catalogue-jante a.link-jante{
    background-image:url(../images/ico22.png); /*no-repeat -6px -4px scroll;*/
}
.page-template-tpl-catalogue-jante a.link-jante span{
    color:#000;
}
.page-template-tpl-catalogue-pneu a.link-pneu{
    background-image:url(../images/ico11.png); /*no-repeat -6px -4px scroll;*/
}
.page-template-tpl-catalogue-pneu a.link-pneu span{
    color:#000;
}
.banner-container {
    margin-left:15px;
    margin-right:15px;
    display:block;
    width:645px;
}
.banner-container h1{
    font-size:31px;
    font-family:Lato-Bold;
    color:#fff;
    text-align:center;
    margin-bottom:40px;
    text-transform: uppercase;
}
.banner-container h2{
    font-size:19px;
    font-family:Lato-BlackItalic;
    color:#fff;
    text-align:center;
}
.banner-container .category-search{
    width:114px;
    height:114px;
    border-radius:50%;
    background-color:#F5A000;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    padding: 0px 5px 0px 5px;
    background-size: 70% 70%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .5s ease;
}
.banner-container .category-search:hover{
    cursor: pointer;
    background-size: 85% 85%;
}
.cat-pneu{
    background:url(../images/pneu.png) no-repeat 0 0;
}
.cat-jante{
    background:url(../images/jante.png) no-repeat 0 0;
}
.cat-pdetache{
    background:url(../images/piece-det.png) no-repeat 0 0;
}
.cat-chaine{
    background:url(../images/chaine.png) no-repeat 0 0;
}
.centrage {
    margin: 0 auto;
    padding: 120px 0 100px 0;
}
.disposit {
    margin-top: 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
}
.thumbnail-slider h2{
    font-size:26px;
    font-family:Lato-BlackItalic;
    color:#fff;
    text-align:center;
    margin: 20px 0 0 0;
    width:100%;
}
.main-thumbnail a.link-pneu.active span{
    color:#000;
}
.catalogue .main-thumbnail-large {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-content: center;
    align-items: baseline;
}
.main-thumbnail-large a{
    width:141px;
    height:210px;
    margin: 0 15px;
    display:block;
    /*border-radius:50%;*/
    background-size:100% auto;
    background-repeat: no-repeat;
    border:0;
    position:relative;
}
.main-thumbnail-large a span{
    color: #fff;
    left: 0;
    top: 0;
    right: 0;
    font-family: Lato-BlackItalic;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 28px 10px 0 10px;
    line-height: 20px;
    display: block;
}
.main-thumbnail-large a.cat-pd span{
    padding-top:20px;
}

.de .main-thumbnail-large a span, .at .main-thumbnail-large a span{
    font-size: 16px;
}
.main-thumbnail-large a:hover span{
    color:#000;
}
.main-thumbnail-large a.cat-pneu{
    background-image:url(../images/ico1.png);
}
.main-thumbnail-large a.cat-pneu:hover, .main-thumbnail-large a.cat-pneu:focus{
    background-image:url(../images/ico11.png);
}
.main-thumbnail-large a.cat-jante{
    background-image:url(../images/ico2.png);
}
.main-thumbnail-large a.cat-jante:hover, .main-thumbnail-large a.cat-jante:focus{
    background-image:url(../images/ico22.png);
}
.main-thumbnail-large a.cat-chaine{
    background-image:url(../images/ico3.png);
}
.main-thumbnail-large a.cat-chaine:hover, .main-thumbnail-large a.cat-chaine:focus{
    background-image:url(../images/ico33.png);
}
.main-thumbnail-large a.cat-pd{
    background-image:url(../images/ico4.png);
}
.main-thumbnail-large a.cat-pd:hover, .main-thumbnail-large a.cat-pd:focus{
    background-image:url(../images/ico44.png);
}
.main-thumbnail-large a.cat-pd:hover span, .main-thumbnail-large a.cat-pd:focus span{
    color:#000;
}
.main-thumbnail-large a.cat-batterie{
    background-image:url(../images/ico6.png);
}
.main-thumbnail-large a.cat-batterie:hover, .main-thumbnail-large a.cat-batterie:focus{
    background-image:url(../images/ico66.png);
}
/*INITIALISATION FILTRE*/
/*
button.btn-reset{
    display: block;
    margin: 0 auto 8px auto;
    text-align: center;
    font-size: 13px;
    font-family: Lato-Regular;
    color: #fff;
    background: rgba(0,0,0,0.5) url(../images/icone/init-filtre.png) no-repeat 13px 16px !important;
    width: 203px;
    height: 45px;
    padding: 0 0 0 6px;
    border-radius: 24px;
    letter-spacing: 1px;
}*/
button.btn-reset{
    display: block;
    margin: 0 auto 8px auto;
    text-align: center;
    font-size: 13px;
    font-family: Lato-Regular;
    color: #fff;
    background: transparent url(../images/icone/init-filtre.png) no-repeat 13px 16px !important;
    width: 203px;
    height: 45px;
    padding: 0 0 0 6px;
    border-radius: 24px;
    letter-spacing: 1px;
}

/**/

.search-form input::-webkit-input-placeholder {
    font-size:12px;
    font-family:Lato-Bold;
    color:#000;
}
.search-form input::-moz-placeholder{
    font-size:12px;
    font-family:Lato-Bold;
    color:#000;
}
.search-form input:-ms-input-placeholder{
    font-size:12px;
    font-family:Lato-Bold;
    color:#000;
}
.search-form input:-moz-placeholder{
    font-size:12px;
    font-family:Lato-Bold;
    color:#000;
}

/*FORM SEARCH PNEU*/
.search-form-category{
    position: relative;
    display: block;
    margin: 0 auto;
    bottom: 280px;
}
.page-template-tpl-resultat-pneu .search-form-category, .page-template-tpl-catalogue-jante .search-form-category, .page-template-tpl-resultat-chaine .search-form-category{
    bottom: 280px;
}
form.search-pneu, form.search-jante, form.search-chaine, form.search-pd {
    position:relative;
}

.recherche-pneu, .recherche-jante, .recherche-pd, .recherche-chaine{
    width:1000px;
    left: 50%;
    margin-left: -500px;
}
.page-template-tpl-main .recherche-pneu{
    display:none;
    position: absolute;
}
.recherche-pneu{
    display:none;
    position: absolute;
}
.page-template-tpl-resultat-pneu .recherche-pneu{
    display:block;
}
.recherche-pneu .search-form{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position:relative;
    max-height: 70px;
}
.recherche-pneu .search-form div{
    margin:0 20px;

}
.recherche-pneu .search-form .sel-01 {
    display:none;
}
.recherche-pneu .search-form .help,
.recherche-pneu .search-form .sel-03 {
    margin: 0;
}
.recherche-pneu .search-form .sel-04 p{
    margin: 2px;
    height: 17px;
    font-family: Lato-Bold;
    font-size: 12px;
    line-height: 16px !important;
    color:#000;
}
.recherche-pneu .search-form .sel-04 p input{
    margin: 0 10px 0 0;
}
.recherche-pneu .search-form .button{
    height:auto;
}
.recherche-pneu .search-form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.sel-01 select.type_vehicule{
    background:#fff url(../images/select-search.png) no-repeat 93% center !important;
    background-size:90%;
    width: 200px;
    border-radius: 24px;
    padding: 5px 30px 5px 20px !important;
    border: none;
    font-family: Lato-Bold;
    font-size: 12px;
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position:absolute;
    opacity:0;
    -moz-opacity:0;
    -webkit-opacity:0;
}
.sel-01 {position:relative; z-index:50}
/* dopdown */
.sel-01 .dropdownCategory dd {
    margin:0;
}
.sel-01 .dropdownCategory dd, .sel-01 .dropdownCategory dt, .sel-01 .dropdownCategory ul { margin:0px; padding:0px; }
.sel-01 .dropdownCategory dt {
    position:relative;
    z-index:2;
}
.sel-01 .dropdownCategory dd {
    position:relative;
    z-index:1;
}
.sel-01 .dropdownCategory a, .dropdownCategory a:visited { color:#000; text-decoration:none; outline:none;}
.sel-01 .dropdownCategory a:hover { color:#000;}
.sel-01 .dropdownCategory dt a {
    -moz-appearance: none;
    background: #fff url("../images/select-search.png") no-repeat scroll 93% center;
    color: #000000;
    border: medium none;
    border-radius: 24px;
    display:block;
    font-family: Lato-Bold;
    font-weight: normal;
    font-size: 13px;
    height: 45px;
    line-height: 36px;
    padding: 5px 30px 5px 20px;
    width: 200px;
}
.sel-01 .dropdownCategory dt a span {cursor:pointer; display:block;}
.sel-01 .dropdownCategory dd ul {
    background: #ededed;
    border-radius: 27px;
    color: #c5c0b0;
    display: none;
    left: 0;
    list-style: outside none none;
    min-width: 170px;
    padding: 50px 10px 15px;
    position: absolute;
    top: -47px;
    width: 100%;
}
.sel-01 .dropdownCategory dd ul li:first-child {
    display:none;
}
.sel-01 .dropdownCategory span.value { display:none;}
.sel-01 .dropdownCategory dd ul li a {
    color:#878787;
    padding:8px;
    font-family: Lato-Bold;
    font-size: 14px;
    display:block;
    text-transform:uppercase;
}
.sel-01 .dropdownCategory dd ul li a .liste-vehicule{
    background:url(../images/cat-down/icone-tout.svg) no-repeat 0 center;
    float:left;
    height: 20px;
    margin-right: 8px;
    width: 32px;
}
.sel-01 .dropdownCategory dd ul li a .vehicule-1{
    background:url(../images/cat-down/icone-tourisme.svg) no-repeat 0 center;
}
.sel-01 .dropdownCategory dd ul li a .vehicule-2{
    background:url(../images/cat-down/icone-4x4.svg) no-repeat 0 center;
}
.sel-01 .dropdownCategory dd ul li a .vehicule-3{
    background:url(../images/cat-down/icone-camionnette.svg) no-repeat 0 center;
}
.sel-01 .dropdownCategory dd ul li a .vehicule-4{
    background:url(../images/cat-down/icone-poidlourd.svg) no-repeat 0 center;
}
.sel-01 .dropdownCategory dd ul li a .vehicule-5{
    background:url(../images/cat-down/icone-moto.svg) no-repeat 0 center;
}
.sel-01 .dropdownCategory dd ul li a .vehicule-16{
    background:url(../images/cat-down/icone-quad.svg) no-repeat 0 center;
}
.sel-01 .dropdownCategory dd ul li a .vehicule-17{
    background:url(../images/cat-down/icone-vintage.svg) no-repeat 0 center;
}
.sel-01 .dropdownCategory dd ul li a:hover .vehicule-1{
    background:url(../images/cat-down/icone-tourisme-1.svg) no-repeat 0 center;
}
.sel-01 .dropdownCategory dd ul li a:hover .vehicule-2{
    background:url(../images/cat-down/icone-4x4-1.svg) no-repeat 0 center;
}
.sel-01 .dropdownCategory dd ul li a:hover .vehicule-3{
    background:url(../images/cat-down/icone-camionnette-1.svg) no-repeat 0 center;
}
.sel-01 .dropdownCategory dd ul li a:hover .vehicule-4{
    background:url(../images/cat-down/icone-poidlourd-1.svg) no-repeat 0 center;
}
.sel-01 .dropdownCategory dd ul li a:hover .vehicule-5{
    background:url(../images/cat-down/icone-moto-1.svg) no-repeat 0 center;
}
.sel-01 .dropdownCategory dd ul li a:hover .vehicule-16{
    background:url(../images/cat-down/icone-quad-1.svg) no-repeat 0 center;
}
.sel-01 .dropdownCategory dd ul li a:hover .vehicule-17{
    background:url(../images/cat-down/icone-vintage-1.svg) no-repeat 0 center;
}
.sel-01 .dropdownCategory dd ul li a:hover {
    color:#000;
}


/* fin dropdown */


/*DROPDOWN FILTER*/

/* dopdown */

.rim-select .dropdownCategoryFilterRim dd {
    margin:0;
}
.rim-select .dropdownCategoryFilterRim {
    color:#878787;
    font-family:Lato-Black;
    margin: auto;
}
.rim-select .dropdownCategoryFilterRim dd, .rim-select .dropdownCategoryFilterRim dt, .rim-select .dropdownCategoryFilterRim ul { margin:0px; padding:0px; }
.rim-select .dropdownCategoryFilterRim dt {
    position:relative;
    z-index:2;
}
.rim-select .dropdownCategoryFilterRim dd {
    position:relative;
    z-index:999;
}
.rim-select .dropdownCategoryFilterRim a, .rim-select .dropdownCategoryFilterRim a:visited {
    color:#878787; text-decoration:none; outline:none; height: 22px;
}
.rim-select .dropdownCategoryFilterRim a:hover { color:#000;}
.rim-select .dropdownCategoryFilterRim dt a {
    -moz-appearance: none;
    background: #fff url("../images/select-search.png") no-repeat scroll 93% center;
    color: #878787;
    border: medium none;
    border-radius: 24px;
    display:block;
    font-family: Lato-Black;
    font-weight: normal;
    font-size: 13px;
    height: 45px;
    line-height: 36px;
    padding: 5px 30px 5px 10px;
    /*width: 200px;*/
}
.rim-select .dropdownCategoryFilterRim dt a span {cursor:pointer; display:block;}
.rim-select .dropdownCategoryFilterRim dd ul {
    background:#fff url(../images/select-search-click.png) no-repeat scroll 89% 15px;;
    border-radius: 0 0 27px 27px;
    color: #878787;
    display: none;
    left: 10px;
    list-style: outside none none;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 10px 20px;
    position: absolute;
    top: -41px;
    width: 100%;
}

.rim-select .dropdownCategoryFilterRim span.value { display:none;}
.rim-select .dropdownCategoryFilterRim dd ul li a {
    color:#878787;
    font-family: Lato-Black;
    font-size: 13px;
    display:block;
    overflow: hidden;
}
.rim-select .dropdownCategoryFilterRim dd ul li a span.color-jante{
    float:left;
    height: 20px;
    /*margin-right: 8px;*/
    width: 0px;
}

/*BRANDT SELECT*/


.rim-select2 .dropdownCategoryFilterRimBrandt dd {
    margin:0;
}
.rim-select2 .dropdownCategoryFilterRimBrandt {
    color:#878787;
    font-family:Lato-Black;
    margin: auto;
}
.rim-select2 .dropdownCategoryFilterRimBrandt dd, .rim-select2 .dropdownCategoryFilterRimBrandt dt, .rim-select2 .dropdownCategoryFilterRimBrandt ul { margin:0px; padding:0px; }
.rim-select2 .dropdownCategoryFilterRimBrandt dt {
    position:relative;
    z-index:2;
}
.rim-select2 .dropdownCategoryFilterRimBrandt dd {
    position:relative;
    z-index:999;
}
.rim-select2 .dropdownCategoryFilterRimBrandt a, .rim-select2 .dropdownCategoryFilterRimBrandt a:visited {
    color:#878787; text-decoration:none; outline:none;
}
.rim-select2 .dropdownCategoryFilterRimBrandt a:hover { color:#000;}
.rim-select2 .dropdownCategoryFilterRimBrandt dt a {
    -moz-appearance: none;
    background: #fff url("../images/select-search.png") no-repeat scroll 93% center;
    color: #878787;
    border: medium none;
    border-radius: 24px;
    display:block;
    font-family: Lato-Black;
    font-weight: normal;
    font-size: 13px;
    height: 45px;
    line-height: 36px;
    padding: 5px 30px 5px 20px;
    margin:0 20px 0 0;
    /*width: 200px;*/
}
.rim-select2 .dropdownCategoryFilterRimBrandt dt a span {cursor:pointer; display:block;}
.rim-select2 .dropdownCategoryFilterRimBrandt dd ul {
    background: #fff url(../images/select-search-click.png) no-repeat scroll 89% 15px;
    border-radius: 0 0 27px 27px;
    color: #878787;
    display: none;
    left: 10px;
    list-style: outside none none;
    min-width: 170px;
    padding: 10px 20px;
    position: absolute;
    top: -41px;
    width: 100%;
}
.rim-select2 .dropdownCategoryFilterRimBrandt span.value { display:none;}
.rim-select2 .dropdownCategoryFilterRimBrandt dd ul li a {
    color:#878787;
    font-family: Lato-Black;
    font-size: 13px;
    display:block;
    height: 22px;
}
.rim-select2 .dropdownCategoryFilterRimBrandt dd ul li a span.brandt-jante{
    float:left;
    height: 20px;
    /*margin-right: 8px;*/
    width: 0px;
}


/*end dropdown filter*/
.sel-02, .sel-03{
    width: 200px;
}
.sel-02 input, .sel-03 input{
    border-radius: 25px !important;
    border: none !important;
    padding: 5px 20px;
    height: 45px !important;
    font-family: Lato-Bold;
    font-size: 13px;
    width: 200px;
}
.sel-02 select, .sel-03 select{
    width: 200px;
    z-index: 250;
    position: relative;
    display: none;
}
.help{
    display:block;
    height:45px;
    width:80px;
    background:#f5a000;
    padding: 5px 15px;
    color: #000;
    border-radius: 24px;
    font-family: Lato-Bold;
    font-size:13px;
    font-weight:normal;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.help:hover{text-decoration:none;}
.help-content{
    position:absolute;
    display:block;
    width:698px !important;
    height:190px;
    background:#fff;
    z-index:261;
    border-radius:20px 0 20px 20px;
    top:60px;
    display:none;
    box-shadow: 0px 2px 6px #adadad;
    -moz-box-shadow: 0px 2px 6px #adadad;
    -webkit-box-shadow: 0px 2px 6px #adadad;
    left: 50%;
    margin-left: -345px;
}
.help-content:after{
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid white;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

}
.help-content .header-hc{
    position:relative;
    height:67px;
    width:100%;
    margin:0 !important;
    padding-top: 9px;
    background:url(../images/help/diag.png) no-repeat center 46px;
}
.help-content .header-hc a.close{
    position: absolute;
    top: -12px;
    right: -12px;
    text-decoration: none!important;
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/help/close.png) no-repeat scroll 0 0;
    z-index: 1500;
    cursor: pointer;
    opacity:1;
}
.help-content .header-hc span{
    position:absolute;
    left: 20%;
    font-family: Lato-BoldItalic;
    font-size: 13px;
    line-height: 40px;
}

.help-content .header-hc button.btn{
    margin:0 auto;
    display:block;
    background: #f5a000;
    color:#000;
    border-radius: 24px;
    font-family: Lato-BoldItalic;
    text-transform: uppercase;
    font-size: 13px;
    height: 45px;
    width:150px;
    z-index: -1;
    position: relative;
    letter-spacing:1px;
}
.help-content .bloc-hc{
    width:100%;
    height:100px;
    margin:0 !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
}
.help-content .bloc-hc .help-box{
    width: 33.33%;
    margin: 0 auto;
    border-left: 1px #bbb solid;
    position: relative;
}
.help-content .bloc-hc .help-box:first-child{
    border:none;
}
.help-content .bloc-hc .help-box figure{
    text-align:center;
    float:none;
    margin: 2px;
    height:68px;
    padding: 8px 0;
}
.help-content .bloc-hc .help-box h3{
    width:100%;
    color:#000;
    font-family: Lato-BoldItalic;
    font-size: 13px;
    text-align:center;
    margin-bottom: 4px;
    position: relative;
    top: 6px;
}
.help-content .bloc-hc .help-box p{
    width:100%;
    color:#000;
    font-family: Lato-BoldItalic;
    font-size: 10px;
    text-align:center;
}
.help:hover, .help:active, .help:focus{
    background:#f5a000;
}
form p.submit{
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 200px;
}
form p.submit input{
    width: 100%;
    background:#f5a000;
    color: #000;
    border-radius: 24px;
    font-family:Lato-Bold;
    text-transform:uppercase;
    font-size:12px;
    height: 45px;
}
form p.submit input:hover{
    background:#f5a000;
}

/*RESEARCH JANTE*/

.recherche-jante{
    display: none;
    position: absolute;
}
.page-template-tpl-catalogue-jante .recherche-jante{
    display:block;
}
.recherche-jante .search-form{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position:relative;
    height: 70px;
    z-index:50;
}
.recherche-jante .search-form div {
    margin: 0 10px;
}
.recherche-jante .search-form div.cntSelect {
    margin: 0;
}
select.marque_vehicule, select.annee-construction{
    background: #fff url(../images/select-search.png) no-repeat 93% center !important;
    background-size: 90%;
    width: 180px;
    border-radius: 25px;
    border: none;
    padding: 5px 30px 5px 20px !important;
    height:45px;
}
.downSelect{
    position: relative;
    z-index:999;
}
.downSelect select {
    display:none;
}
.downSelect p a{
    background: #fff url(../images/select-search.png) no-repeat 93% center !important;
    background-size: 90%;
    width: 100%;
    border-radius: 25px;
    border: none;
    padding: 5px 30px 5px 20px !important;
    height:45px;
    display: block;
    line-height: 36px;
    overflow: hidden;
}
.downSelect ul{
    background: #ededed;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 45px;
    list-style: none;
    width: 100%;
    z-index: 999;
    max-height: 150px;
    overflow-y: scroll;
}
.downSelect ul li a {
    color: #333;
    padding: 3px 8px;
    font-family: Lato-Regular;
    font-size: 11px;
    display: block;
    text-transform: none;
}
.downSelect ul li a:hover {
    background-color: rgba(3, 150, 255, 0.77);
    color: white;
}
.downSelect.sel-021,
.downSelect.sel-024{
    width:180px;
}
.downSelect.sel-022,
.downSelect.sel-023,
.downSelect.sel-025{
    width:120px;
}
.sel-021{
    /* padding-bottom:50px; */
}
.sel-021 select, .sel-022 select, .sel-023 select, .sel-024 select, .sel-025 select, .sel-032 select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.modele, select.carrosserie{
    background: #fff url(../images/select-search.png) no-repeat 93% center !important;
    background-size: 90%;
    width: 120px;
    border-radius: 25px;
    border: none;
    padding: 5px 30px 5px 20px !important;
    height:45px;
}
select.motorisation{
    background: #fff url(../images/select-search.png) no-repeat 93% center !important;
    background-size: 90%;
    width: 120px;
    border-radius: 25px;
    border: none;
    padding: 5px 30px 5px 20px !important;
    height:45px;
}

/*SEARCH CHAINE*/

.recherche-chaine{
    display: none;
    position: absolute;
}
.page-template-tpl-catalogue-chaine .recherche-chaine{
    display:block;
}

.recherche-chaine .search-form{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position:relative;
    height: 70px;
}
.in-031{
    display:block;
    width:180px;
    margin: 0 20px 60px 20px;
}
.in-031 input{
    border-radius: 25px !important;
    border: none !important;
    padding: 5px 20px;
    height:45px !important;
    font-family: Lato-Bold;
    font-size: 12px;
}
select.categorie{
    background: #fff url(../images/select-search.png) no-repeat 92% center !important;
    background-size: 90%;
    width: 140px;
    border-radius: 25px;
    border: none;
    padding: 5px 30px 5px 20px !important;
    height:45px;
    font-family: Lato-Bold;
    color: #000;
    font-size: 13px;
}

/*SEARCH piece detachee*/

.recherche-pd{
    display:none;
    position: absolute;
}
.recherche-pd .search-form{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position:relative;
    max-height: 70px;
}
.in-041, .in-042{
    margin:0 17px;
    width:170px;
    margin-bottom:50px;
}

.in-041 input, .in-042 input{
    border-radius: 25px !important;
    border: none !important;
    padding: 5px 20px;
    height:45px !important;
    font-family: Lato-Bold !important;
    font-size: 12px;
}

/*radio input*/

.sel-04  input[type="radio"]{
    display : none;
}
.sel-04 div{
    margin: 0 0 15px 0px !important;
}

.sel-04 .label-radio{
    position : relative;
    left: 0;
    padding-left: 26px;
    margin-left : 0px;
    font-size:13px;
    font-family:Lato-Black;
    text-transform:capitalize;
    color:#000;
    letter-spacing: 1px;
}
.page-template-tpl-main .sel-04 .label-radio{
    color:#000;
}
.page-template-tpl-resultat-pneu .label-radio{
    color:#fff !important;
}

.sel-04 .label-radio:before{
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background:#fff;
    border:3px solid #fff;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    left: 4px;
    top: 2px;
}
/* .sel-04 .label-radio:after{
    content: '';
    display: none;
    position: absolute;
    width: 12px;
    height: 12px;
        border:6px solid #fff;
        border-radius:50%;
        -moz-border-radius:50%;
        -webkit-border-radius:50%;
    top: 1px;
    background: #f39f27;
    left: 3px;
}*/
.sel-04 input[type="radio"]:checked+.label-radio:before{
    display: block;
    background: #f39f27;
}
.search-form fieldset{
    border:none;
    margin-left: 40px;
    position: relative;
    bottom: 4px;
}

/*SECTION GARANTI*/

section.garantie{
    background:#fff;
    position:relative;
    padding-bottom: 40px;
}
section.garantie h2{
    color: #000;
    position: relative;
    font-size:25px;
    font-family:Lato-BlackItalic;
    text-align: center;
    padding: 17px 0 23px;
    text-transform: uppercase;
}
section.garantie .container{
    width:100%;
    max-width:1178px;
}
.garantie .row{
    margin:0 !important;
}
.garanti-sixieme {
    padding: 0 !important;
}
/*section#garantie-huile .container .col-sm-2 {
    width: 14.285%;
}*/
#garantie-huile{
    display:none;
}
#garantie-piece {
    display: none;
}
.garantie h3{
    text-align: center;
    position: relative;
    font-size:13px;
    font-family: Lato-BoldItalic;
    text-transform: uppercase;
    color: #000;
    padding-top: 4px;
    height: 30px;
}
.hexa, .hexa div {
    margin: 0 auto;
    transform-origin: 23% 50%;
    overflow: hidden;
    width: 300px;
    height: 300px;
}
.hexa {
    height: 100px;
}
.hexa img{
    transform: rotate(30deg);
    width: 60%;
    height: 130%;
}
.hexa .jaune{
    background-color:#F5A000;
}
.hexa .ico-01{
    background: #F5A000 url(../images/ic-garanti_01.png) no-repeat 40px 30px;
    transform: rotate(30deg);
}
.hexa .ico-02 {
    background: #F5A000 url(../images/ic-garanti_02.png) no-repeat 40px 30px;
    transform: rotate(30deg);
}
.hexa .ico-03 {
    background: #F5A000 url(../images/ic-garanti_03.png) no-repeat 44px 27px;
    transform: rotate(30deg);
}
.hexa div {
    width: 100%;
    height: 100%;
}
.hexa {
    transform: rotate(90deg);
}
.hex1 {
    transform: rotate(-60deg);
}
.hex2 {
    transform: rotate(-60deg);
}
.hexa1,
.hexa-sub:after {
    background-image: url("http://placekitten.com/g/500/500");}
.hexa1 {
    width: 200px;
    height: 115px;
    margin: 100px auto;
    background-position: 50% 50%;
    position: relative;}
.hexa-sub {
    width: inherit;
    height: inherit;
    position: absolute;
    overflow: hidden;}
.hexa-sub:after {
    display: block;
    content: "";
    width: 500px;
    height: 500px;
    position: absolute;
    top: -192px;
    left: -150px;}
.hexa-top {
    transform: rotate(60deg);}
.hexa-top :after{
    transform: rotate(-60deg);}
.hexa-bottom {
    transform: rotate(-60deg); }
.hexa-bottom:after {
    transform: rotate(60deg); }

.garanti-sixieme .ico{
    text-align:center;
}
.garanti-sixieme .ico img{
    display: block;
    max-width:95px;
    margin:auto;
}
/*ACCOMPAGNEMENT*/

section#accompagnement{
    display:block;
    padding:0;
}
section#accompagnement h2{
    color: #000;
    font-size:25px;
    font-family:Lato-BlackItalic;
    text-align:center;
    text-transform: uppercase;
    padding: 26px 0 35px;
}
.blcShowM{
    display:none;
}
/*.accompagnement{
    width:867px;
}*/
.accompagnement figure{
    margin:0;
    height: 203px;
}
.contenu-accompagnement{
    height: auto;
}
.img-accompagnement.acc-histoire{
    padding:16px 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items:center;
}
.img-accompagnement.acc-histoire .histoire-link-catalog{
    background:#000;
    display:table;
    width:69.7px;
    height:69.7px;
    margin:7px;
    border-radius: 50%;
}
.img-accompagnement.acc-histoire .histoire-link-catalog a{
    width:69.7px;
    height:69.7px;
    border-radius: 50%;
    display: table-cell;
    text-align:center;
    vertical-align:middle;
}

.contenu-accompagnement h3{
    font-size: 21px;
    font-family: Lato-Italic;
    color: #000;
    text-align: center;
    line-height: 20px;
    margin: 7px 0 12px 0;
}
.contenu-accompagnement h3 span{
    font-family:Lato-BlackItalic;
}
.contenu-accompagnement p{
    font-size: 14.18px;
    font-family: Lato-Italic;
    color: #000;
    text-align:center;
    line-height: 15px;
    min-height: 40px;
}
.contenu-accompagnement a{
    color: #000;
    font-size: 21px;
    font-family: Lato-BlackItalic;
    text-decoration: none;
    text-align: center !important;
    display: block;
    width: 100%;
    margin: 5px 0 0 0;
    padding:4px 0;
    max-width: 193px;
    margin: auto;
    background-color: #f5a000;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.contentColl{
    border-radius:30px !important;
    -moz-border-radius:30px !important;
    -webkit-border-radius:30px !important;
    background-color: #ffffff;
    min-height:376px;
    padding:16px 14px;
}
.box-accomp .img-accompagnement{
    width: 100%;
    height: auto;
    text-align:center;
    padding-bottom: 4px;
}
.box-accomp .img-accompagnement img{
    width: auto;
    height:auto;
    max-width:100%;
    display:block;
    margin:auto;
}
.contentColl:hover{
    background-color: #f5a000;
}
.contentColl:hover .contenu-accompagnement p{
    color: #fff;
}
.contentColl:hover .contenu-accompagnement a,.contenu-accompagnement a:focus{
    text-decoration: none;
    background-color: #000000;
    color: #fff;
}
section#accompagnement.acc-histoire{
    padding-bottom:40px;
    padding-top: 0;
}
/* ACTUALITES */

section#actualites{
    display:none !important;
}
section#actualites h2{
    color: #000;
    font-size:25px;
    font-family:Lato-BlackItalic;
    text-align:center;
    text-transform: uppercase;
    margin: 40px 0;
}
.actualites{
    max-width:830px !important;
}
.actualites figure{
    margin:0;
    position:relative;
    border-radius: 20px 20px 0 0;
}

.img-actus{
    height:auto !important;
    display:block ;
    border-radius: 30px 30px 0 0 !important;
    overflow: hidden;
    position: relative;
}
.banner-new{
    background:url(../images/nouveau.png) no-repeat 0 0 !important;
    z-index:99;
    position:absolute;
    width: 144px;
    height: 85px;
}
.contenu-actualites{
    background: #000;
    padding: 10px 22px 16px 22px;
    border-radius: 0 0 30px 30px;
    height: 190px;
    margin-top: -1px;
}
.contenu-actualites h3{
    font-size: 17px;
    font-family: Lato-Bold;
    color: #F5A000;
    text-align: left;
    line-height: 36px;
    margin:0;
}
.contenu-actualites p{
    font-size: 21px;
    font-family:Lato-BlackItalic;
    color: #fff;
    text-align: left;
    line-height: 31px;
    margin:0;
}
.box-actus{
    border-radius:20px 20px !important;
    position:relative;
}
.img-actus a.overlay-actus{
    display:none;
    padding:42px 20px;
    border-radius:30px 30px 0 0 !important;
}
.img-actus:hover .overlay-actus{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
    color:white;
    padding: 70px 10px;
    font-size:17px;
    font-family:Lato-Regular;
    background:rgba(0,0,0,.5);
    text-decoration:none;
    text-transform:uppercase;
}

.banner-catalog{
    display: block;
    position:relative;
    width:100%;
    background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    min-height:530px;
    background-position:center 0;
    background-repeat:no-repeat;
    position:relative;
}
.page-template-tpl-resultat-pneu .banner-catalog:before,
.page-template-tpl-catalogue-jante .banner-catalog:before,
.page-template-tpl-catalogue-chaine .banner-catalog:before{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    content:"";
    background: rgba(0,0,0,0.35);
}
.banner-catalog h3{
    font-size: 26px;
    color: #fff;
    font-family: Lato-BlackItalic;
    text-align: center;
    position: absolute;
    top: 110%;
    width: 100%;
}
/* .page-template-tpl-resultat-pneu .banner-catalog{
    background-position:center 80px;
    background-repeat:no-repeat;
}
.page-template-tpl-catalogue-jante .banner-catalog{
    background-position:center 80px;
    background-repeat:no-repeat;
}
.page-template-tpl-catalogue-chaine .banner-catalog{
    background-position:center 80px;
    background-repeat:no-repeat;
}
.page-template-tpl-resultat-pd .banner-catalog{
    background-position:center 80px;
    background-repeat:no-repeat;
}
*/
section#catalogue{
    display: block;
    margin: 50px 0 0 0;
    padding: 40px 0;
    background: #ededed url(../images/bkg-cat.png) no-repeat center center scroll ;
    height:435px;
    width:100%;
    background-size:cover;
}
section#catalogue h2{
    color: #fff;
    font-size:25px;
    font-family:Lato-BlackItalic;
    text-align:center;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}
.catalogue{
    max-width: 960px;
    margin: 0 auto;
}
.catalog-content{
    position:relative;
    margin-bottom:30px;
    padding:0;
    width: 100%;
}
.catalog-content ul{
    position:relative;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content:space-around;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
}
.catalog-content ul li{
    display:inline-block;
    align-self:center;
}
.catalog-content ul li a{
    float:left;
    display:block;
    width:213.5px;
    height:211.5px;
    background-size: 100% !important;
}
.catalog-content ul li a:hover, .catalog-content ul li a:focus {
    outline: none;
}
.catalog-content ul li a.cat-pneu {
    background:url(../images/catalog/cat-pneu.png) no-repeat center center;
}
.catalog-content ul li a.cat-pneu:hover, .catalog-content ul li a.cat-pneu:focus {
    background:url(../images/catalog/cat-pneu-hover.png) no-repeat center center;
}
.catalog-content ul li a.cat-jante {
    background:url(../images/catalog/cat-jante.png) no-repeat center center;
}
.catalog-content ul li a.cat-jante:hover, .catalog-content ul li a.cat-jante:focus {
    background:url(../images/catalog/cat-jante-hover.png) no-repeat center center;
}
.catalog-content ul li a.cat-chaine {
    background:url(../images/catalog/cat-chaine.png) no-repeat center center;
}
.catalog-content ul li a.cat-chaine:hover, .catalog-content ul li a.cat-chaine:focus {
    background:url(../images/catalog/cat-chaine-hover.png) no-repeat center center;
}
.catalog-content ul li a.cat-pd {
    background:url(../images/catalog/cat-pd.png) no-repeat center center;
}
.catalog-content ul li a.cat-pd:hover, .catalog-content ul li a.cat-pd:focus {
    background:url(../images/catalog/cat-pd-hover.png) no-repeat center center;
}
.category-span {
    padding: 20px 0 0 0;
}
/*ERROR 404 */
.error404 .navigation-top{
    height:11px;
    overflow:hidden;
    text-indent: -9999px;
}
.error404 .navigation-top .wrap,
.error404 .auth-btn{
    display:none !important;
}
.error404 .wrap-header{
    height:auto;
}
.error404 .logo-slogan{
    text-align: center;
    width: 100%;
    padding: 50px;
    float: none;
    height: auto;
}
.error404 .logo-slogan .logo-07zr {
    float: none;
}
.error404 .logo-slogan .logo-07zr a{
    background:url(../images/logo.404.png) no-repeat 0 0;
    display:block;
    margin:auto;
    height:51px;
    width:314px;
}
.error404 .logo-slogan .logo-07zr a img{
    display:none;
}
.error404 .logo-slogan .slogan-07zr {
    float: none;
    display: block;
    font-family: Lato-BlackItalic;
    font-size: 20px;
    width: 100%;
}
.error404 .menu-principal{
    height:17px !important;
    position: relative !important;
}
.error404 .menu-principal .logo-top_07zr,
.error404 .menu-principal .auth-btn-top{
    display:none !important;
}
.error404 .menu-principal .menu-menu-principal-container{
    display:none;
}
.error-404{
    display: block;
    max-width: 550px;
    margin: 0 auto;
}
.error-404 img{
    display:block;
    margin:0 auto;
}
.error404 .wrap{
    max-width:1010px;
    margin:auto;
}
.top-error {
    background:#f5f6f7 url(../images/bg-error.png) no-repeat center top;
}
.top-error .wrap{;
                 min-height:365px;
}
.left-error{
    float: right;
    max-width:274px;
    margin:26px 114px 0 0
}
.left-error a{
    background: url(../images/icon-retour-accueil.png) no-repeat 0 0;
    font-family:lato-italic;
    font-size:14px;
    line-height:23px;
    padding-left: 30px;
    color: #999999;
    display: block;
    width:auto;
    height:24px;
    margin-left:5px;
    margin-bottom:21px;
}
.left-error span{
    display:block;
    display:block;
}
.left-error .erreur{
    font-family:Lato-BlackItalic;
    font-size:41px;
    line-height:41px;
    color:#f5a000;
    text-align:right;
}
.left-error .nbr{
    font-family:Lato-BlackItalic;
    font-size:155px;
    line-height:130px;
    color:#000000;
}
.left-error .txt{
    font-family:Lato-LightItalic;
    font-size:40px;
    line-height:40px;
    color:#000000;
}
.es .left-error .txt, .pt .left-error .txt, .pl .left-error .txt{
    font-size:30px;
}
.it .left-error .txt, .de .left-error .txt, .at .left-error .txt {
    font-size:34px;
}
.bottom-error .page-header{
    display:block;
    margin:0 auto;
    padding:0;
}
.bottom-error .page-header h1 {
    font-size: 25.95px;
    text-align: center;
    font-family:Lato-BoldItalic;
    padding: 37px;
    margin:0;
    line-height: normal;
}

/*BKG PG CATEGORY*/

.bx-bkg-pneu.bkg-catalog{
    background:url("../images/bkg-cat/bkg-cat-pneu.png") no-repeat scroll center 90px;
}

/*SECTION FOURNISSEUR*/

#fournisseur{
    /*display: table;*/
    width: 100%;
}
#c-recyclage .header-fournisseur{
    width: 100%;
    height: 490px;
    background: url(../images/bkg/recyclage-bkg.jpg) no-repeat center center;
    display: table;
    background-size:cover !important;
    text-align: center;
}
.header-fournisseur{
    width: 100%;
    height: 490px;
    background: url(../images/bkg/fournisseur-bkg.jpg) no-repeat center center;
    display: table;
    background-size:cover !important;
    text-align: center;
}
.title-fournisseur{
    display: table-cell;
    text-align: center;
    vertical-align:bottom;
    background: rgba(0,0,0,0.35);
}
.header-fournisseur h1{
    height: 102px;
    width: 840px;
    margin: 0 auto;
    position:relative;
    background-color:#000;
    color:#fff;
    font-size:26px;
    font-family:Lato-Black;
    text-transform:uppercase;
    line-height: 102px;
    border-radius: 20px 20px 0 0;
    letter-spacing:0.1em;
}
.body-fournisseur{
    background:#fff;
    display:block;
    width:100%;
}
.container-fss{
    max-width:840px;
    margin:0 auto;
}
.container-fss p{
    background:#f5a000;
    height:210px;
    text-align:center;
    border-radius: 0 0 20px 20px ;
    padding: 30px 60px;
    font-size:21px;
    font-family:Lato-Italic;
    color:#000;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.body-fournisseur .wrap h2, .body-fournisseur h2{
    text-align:center;
    color:#f5a000;
    font-size:26px;
    font-family:Lato-Italic;
    padding-top: 2px;
    margin: 20px auto 40px auto;
    width:540px;
}
.body-fournisseur .wrap h2 span, .body-fournisseur h2 span{
    font-family:Lato-BlackItalic;
}
.blocs-if{
    display: block;
    text-align: center;
    width: 100%;
}
.blocs-if .if-one, .blocs-if .if-two, .blocs-if .if-three{
    display: inline-block;
    max-width: 270px;
    text-align: center;
    vertical-align: top;
    width: 33.33%;
}
.blocs-if p{
    background:#fff;
    font-size:21px;
    font-family:Lato-Italic;
    color:#000;
    padding: 4px 24px;
    width:100%;
    height:auto;
    line-height: 28px;
    margin:0;
}
.blocs-if p span{
    font-family:Lato-BlackItalic;
}
.bkg-pentagone{
    width: 89px;
    height: 89px;
    background: #000;
    position: relative;
    margin: 0 auto 60px auto;
    padding:18px;
}
.ycircle{
    padding:1px;
    background:#f5a000;
    width:52px;
    height:52px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-family:Lato-BlackItalic;
    font-size:29px;
}
.bkg-pentagone:before{
    content: '';
    position: absolute;
    top: 67px;
    border-bottom: 46px solid transparent;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-left: 47px solid #000;
    border-top: 43px solid transparent;
    left: 21px;
}


.if-fr .bkg-pentagone{
    background:url(../images/bkg-pentagone.png) no-repeat 0 0;
    width: 117px;
    height: 90px;
    position: relative;
    margin: 0 auto 30px auto;
    padding:0;
    text-align:center;
}
.if-fr .ycircle{
    background:none;
    padding:0;
    width:100%;
    text-align:center;
    height:52px;
    font-family:Lato-Bold;
    font-size:41.06px;
    color:#e2e2e2;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}

.if-fr .bkg-pentagone:before{
    display:none;
}

/*SECTION HISTOIRE*/

section#histoire{
    display:block;
}
section#histoire h1{
    width:100%;
    text-align:center;
    background:#fff;
    font-size:70px;
    font-family:Lato-BoldItalic;
    color:#acacab;
    padding:20px 0;
    margin:0;
}
section#histoire h1 span{
    font-family:Lato-LightItalic;
}
.header-histoire{
    width: 100%;
    height: 490px;
    background: url(../images/bkg/bkg-histoire.jpg) no-repeat center center;
    display: table;
    background-size: cover;
    text-align: center;
}
.title-histoire{
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    background: rgba(0,0,0,0.35);
}
.title-histoire h3{
    height: 92px;
    width: 840px;
    margin: 0 auto;
    position:relative;
    color:#fff;
    font-size:26px;
    line-height: 140px;
    border-radius: 25px 25px 0 0;
    background-color:#000;
    font-size:26px;
    font-family:Lato-Black;
    text-transform:uppercase;
    line-height: 92px;
    letter-spacing:0.1em;
}
.body-histoire{
    background: #fff;
    display: block;
    width: 100%;
}
.container-hist{
    max-width: 840px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
}
.stand-alinea.container-hist{
    padding-bottom: 38px;
}
.container-hist h3{
    margin: 0 auto;
    text-align:center;
    color: #000;
    font-size: 26px;
    font-family: Lato-Lightitalic;
    line-height: 45px;
    border-radius: 25px 25px 0 0;
    padding:13px 0 0 0 !important;
}
.container-hist p{
    font-size: 16px;
    font-family: Lato-Italic;
    padding: 20px 50px 50px;
    text-align: center;
    margin: 0;
}
.container-hist.stand-alinea p{
    padding: 0 30px !important;
}
.conseil-07zr{
    background:#ededed;
    width:100%;
    margin-top: -30px;
    z-index: 4;
    position: relative;
}
.wrapbox-hist .hexa-hist{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    flex-direction: row;
    -webkit-flex-direction:row;
    -ms-flex-direction: row;
}
.wrapbox-hist .hexa-hist .hexa-box{
    display:block;
    padding-top: 18px;
    width:33.33%;
}
.wrapbox-hist .hexa-hist .hexa-box p{
    font-size:14px;
    font-family:Lato-BlackItalic;
    color:#000;
    text-align:center;
    text-transform:uppercase;
    padding: 19px 25px 33px;
    letter-spacing: 0.4px;
    line-height:16px;
}
.conseil-07zr.aux{
    margin:0;
}
.wrapbox-hist{
    max-width: 680px;
    margin: 0 auto;
    height:auto;
}
.hexag {
    position: relative;
    width: 122px;
    height: 91px;
    margin: 0 auto;
    background: transparent url(../images/icone/icone-question.png) no-repeat center center;
    background-size: 100%;
}
.wrapbox-hist .wrap-benef{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}
.wrapbox-hist h3{
    padding:50px 0;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 26px;
    font-family: Lato-Lightitalic;
    line-height: 45px;
}
.wrapbox-hist .wrap-benef .benef{
    max-width:260px;
    border-radius:25px;
    align-self:auto;
    height: auto;
    margin-bottom: 40px;
    background:#fff;
    border-radius: 25px;
}
.wrapbox-hist .wrap-benef .benef h2{
    text-align:center;
    background:#f5a000;
    margin: 0;
    height: 64px;
    border-radius: 25px 25px 0 0;
    font-size: 26px;
    font-family:Lato-BoldItalic;
    line-height: 64px;
    color: #000;
}
.wrapbox-hist .wrap-benef .benef p{
    text-align:center;
    height: auto;
    font-size: 16px;
    font-family:Lato-BoldItalic;
    padding: 20px 18px 24px;
    margin: 0;
    letter-spacing: 0.1px;
    min-height: 178px;
}
body>iframe{
    display:none;
}
/*triangle*/

.aux .triangle{
    margin: 0 auto 12px;
}
.triangle{
    background: rgba(0,0,0,0);
    width :0px;
    height:0px;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-top: 17px solid #fff;
    margin: 0 auto;
}
.top-triangle-flag{
    background: rgba(0,0,0,0);
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #333333;
    margin: 0 auto;
    transform: rotate(180deg);
    position: absolute;
    top: -30px;
    right: 21%;
    z-index: -1;
    display:none;
}
.top-triangle-newsletter{
    background: rgba(0,0,0,0);
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #333333;
    margin: 0 auto;
    transform: rotate(180deg);
    position: absolute;
    top: -30px;
    right: 13%;
    z-index: -1;
    display:none;
}
.top-newsletter{
    z-index:0;
}

/*END SECTION HISTOIRE*/

/*SECTION PARTENAIRE*/

#partenaire{
    display:block;
    width:100%;
    background:#ededed;
    margin-bottom: 40px;
}
.form-partner{
    width:770px;
    margin:0 auto;
    padding:30px 20px;
}
.form-partner form{
    width:620px;
    margin: 0 auto;
}
.form-partner p{
    font-family:Lato-Regular;
    font-size:15px;
    text-align:center;
    margin: 0;
}
.form-partner form p input, .form-partner form p textarea{
    border:none;
    border-radius:25px;
    padding:10px 20px;
    margin:15px 0;
    color:#878787;
    font-family:Lato-Bold;
    font-size:13px;
}
.form-partner form p input{
    height:45px;
    width:260px;
    margin: 4px 0;
}
.form-partner form p input#prenom, .form-partner form p input#nom, .form-partner form p input#email {
    float:left;
}
.form-partner form p input#telephone, .form-partner form p input#sujet, .form-partner form p input#taxe {
    float:right;
}
.form-partner form p textarea{
    width:620px;
    height:190px;
    margin: 5px 0;
}
.form-partner form p input::-webkit-input-placeholder, .form-partner form p textarea::-webkit-input-placeholder  {
    color:#878787;
    font-family:Lato-Bold;
    font-size:13px;
}
.form-partner form p input::-moz-placeholder, .form-partner form p textarea::-moz-placeholder{
    color:#878787;
    font-family:Lato-Bold;
    font-size:13px;
}
.form-partner form p input:-ms-input-placeholder, .form-partner form p textarea:-ms-input-placeholder{
    color:#878787;
    font-family:Lato-Bold;
    font-size:13px;
}
.form-partner form p input:-moz-placeholder, .form-partner form p textarea:-moz-placeholder{
    color:#878787;
    font-family:Lato-Bold;
    font-size:13px;
}
.form-partner p.captcha{
    color: #878787;
    font-family: Lato-Bold;
    font-size: 13px;
    margin-top: 25px;
}
.form-partner p.captcha #captcha{
    width:130px;
    margin:0 20px;
}
.captcha img{
    margin:0 20px;
}
.form-partner p.captcha #submit{
    width:200px;
    margin-left: 20px;
    background:#f5a000;
    font-family:Lato-Black;
    font-size:15px;
    color:#000;
    text-transform:uppercase;
    letter-spacing: 0.1em;
}

/* SECTION BOTTOM*/

#bottom-links{
    background:#f2f2f2;
}

section#garantie-bottom{
    background:#fff;
    position:relative;
    padding: 0 0 50px 0;
    display:block;
}
section#garantie-bottom h2{
    color: #000;
    position: relative;
    font-size:25px;
    font-family:Lato-BlackItalic;
    text-align: center;
    padding: 40px 0;
    text-transform:uppercase;
}
ul.list-links{
    height:100px;
    display:block;
}
.links{
    max-width:902px;
    height:auto;
    padding:40px 15px 30px 15px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
}
/*.links .number-one{
    padding: 0 10px;
    width:25%;
}*/
.links .number-one p{
    width:85%;
    padding: 0 10px;
    font-size:14px;
    color:#000;
    font-family:Lato-Italic;
    letter-spacing: 1.2px;
    text-align:center;
}
.links .column-two-bottom, .links .column-three-bottom{
    width:25%;
    padding: 0 8px;
}
.links .column-four-bottom{
    width:29%;
    padding: 0 10px;
}
.links .number-one{
    background: url(../images/ico/11FR.png) no-repeat center center;
    background-size: 100% auto;
    position: relative;
    display: block;
    margin: 0px 20px 66px -10px;
    height: auto;
    padding: 0 10px 0 0;
    width: 30%;
}
.de .links .number-one{
    background-image:url(../images/ico/10DE.png);
}
.at .links .number-one{
    background-image:url(../images/ico/10DE.png);
}
.it .links .number-one{
    background-image:url(../images/ico/10IT.png);
}
.es .links .number-one{
    background-image:url(../images/ico/10ES.png);
}
.pt .links .number-one{
    background-image:url(../images/ico/10PR.png);
}
.pl .links .number-one{
    background-image:url(../images/ico/10PL.png);
}
.links h3{
    font-size:16px;
    color:#000;
    font-family:Lato-BlackItalic;
    letter-spacing: 1px;
}
/*.pl .links h3{
    font-size:13px;
}*/
.links ul li h3{
    list-style-image:url(../images/puce.png);
    margin-bottom: 2px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.links ul li ul li{
    list-style:none;
}
.links ul li:last-child{
    list-style:none;
}
.links ul li:nth-child(2){
    list-style:none;
}
.links ul li span{
    color:#f4a000;
    font-size:14px;
    font-family:Lato-BlackItalic;
    line-height: 20px;
}
.links ul li span.px-ecotaxe{
    max-width: 190px;
    display: block;
}
/*FOOTER*/

footer#colophon {
    background: #000;
    padding: 50px 30px 25px 30px !important;
    position: relative;
}
.cntCookies {
    display: block;
    /* border-bottom: 3px solid #fcaf01; */
    margin: 0 auto 0;
    position: fixed;
    padding-bottom: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    z-index: 400;
}
.cntCookies>div{
    margin:auto;
    /* border-bottom:3px solid #fcaf01; */
    max-width: 900px;
    position:relative;
    margin:0 auto 0;
    position: relative;
    padding-bottom: 0;
    padding-top: 6px;
}
.cntCookies p {
    color: #fff;
    font-family:Lato-BoldItalic;
    font-size:14px;
    padding-right:100px;
    line-height: 14px;
}
.cntCookies .link{
    color: #f5a000;
    text-decoration:underline;
}
.cntCookies .hideCookies{
    background: #222 none repeat scroll 0 0;
    color: #f5a000;
    font-family: Lato-Black;
    font-size: 8.55px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    position: absolute;
    right: 50px;
    text-align: center;
    text-transform: uppercase;
    top: 8px;
}
#back-top{
    position: fixed;
    right: 20px;
    font-family: Lato-Bold;
    color: #666666;
    font-size: 9px;
    bottom: 50px;
    z-index: 200;
}
#back-top:hover{
    color: #666666 !important;
}
#back-top a{
    width:35px;
    height:35px;
    background:url(../images/icone/back-to-top.png) no-repeat center 15px;
    padding:0 0 40px 0;
    color: #666666 !important;
}
#back-top a:hover{
    text-decoration:none;
    color: #666666 !important;
}
.footer-container{
    max-width:960px;
    margin: 0 auto;
}
.footer-container .footer-logo {
    float: left;
    left: 30px;
    width: 30%;
}
.footer-container .footer-logo a img{
    width:62.5%;
}
.footer-container .footer-logo p {
    font-size: 13.26px;
    color: #fff;
    font-family: Lato-BlackItalic;
    line-height: 16px;
    padding-top: 8px;
}

.footer-container .footer-navigation{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap:nowrap;
}
.footer-container .footer-menu{
    width:30%;
}
.footer-container .footer-menu ul{
    display: block;
    margin-left: 0;
}
#nav_menu-2 {
    margin-left: -8px;
}
#nav_menu-3{
    margin-left: -8px;
}
.footer-container .footer-menu ul li{
    list-style: none;
    display: block;
    padding: 4px 0;
    border: none !important;
    text-decoration:none !important;
    letter-spacing: 1px;
    line-height: 10px;
}
.footer-container .footer-menu ul li.cgv-class{
    width:75%;
}
.footer-container .footer-menu ul li.menu-faq{
    display:none;
}
.fr .footer-container .footer-menu ul li.menu-faq{
    display:block;
}
.footer-container .footer-menu ul li a{
    color: #ededed;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Lato-Italic;
    text-decoration: none !important;
    border: none;
}
.footer-container .footer-menu ul li a,.footer-container .footer-menu ul li a:hover,.footer-container .footer-menu ul li a:focus{
    color:#fff;
    text-decoration:none !important;
}
.footer-container .foot-col-4{
    width:33.33%;
}
.copyright-wrapper{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    border-top: 1px solid #3a3938;
    position:relative;
}
.footer-container .flag-footer{
    width: 48%;
    padding-top: 6px;
    display:block;
}
.footer-container .flag-footer span{
    float:left;
    font-size: 12px;
    font-family: Lato-BoldItalic;
    color: #878787;
    margin-left: 23%;
    margin-top: 4px;
}
.footer-container .flag-footer ul{
    display:inline-block;
    position:relative;
    float: right;
    right: 3%;
}
.footer-container .flag-footer ul li{
    display:block;
    list-style:none;
    float:left;
    margin:0 3px;
}
.footer-container .flag-footer ul li a{
    width: 25px;
    height: 25px;
}
.footer-container .flag-footer ul li a img {
    opacity: 0.6;
    width: 96%;
    height: auto;
}
.footer-container .flag-footer ul li a img:hover {
    opacity: 1;
}
.footer-container .flag-footer ul li.active a img {
    opacity:1! important;
}
.active
.foot-col-4 .newsletter {

}
.foot-col-4 .newsletter form{
    position:relative;
}
.top-newsletter-show-wrap{
    display:none;
    position:absolute;
    background:#333333;
    width:213px;
    height:92px;
    right: 28%;
    border-radius: 10px;
    margin-top: -10px;
    z-index: 300;
}
.top-newsletter-show-wrap.opened{
    display:block;
}
.top-newsletter-show-wrap:before{

}
.top-newsletter-show-wrap form {
    margin:0 auto;
    padding: 0 16px;
}
.top-newsletter-show-wrap h3{
    color: #f5a000;
    font-family: Lato-BlackItalic;
    font-size: 9.6px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 20px;
    padding-left: 22px;
}
.top-newsletter-show-wrap form input{
    display: inline-block;
    border-radius: 18px;
    height:35px;
}
.top-newsletter-show-wrap form input.nwsl{
    width: 90%;
    padding: 0 10px;
}
.top-newsletter-show-wrap form input.submit-nwsl{
    position: absolute;
    right: 9%;
    background: #f5a000;
    font-family:Lato-Black;
    font-size:11px;
    color:#000;
    text-transform:uppercase;
    padding: 0 14px;
    text-align:center;
    bottom: 18%;
}
.newsletter form input::-webkit-input-placeholder, .top-newsletter-show-wrap form input::-webkit-input-placeholder {
    font-size:8.7px;
    font-family:Lato-Bold;
    color:#b3b3b3;
}
.newsletter form input::-moz-placeholder, .top-newsletter-show-wrap form input::-moz-placeholder{
    font-size:8.7px;
    font-family:Lato-Bold;
    color:#b3b3b3;
}
.newsletter form input:-ms-input-placeholder, .top-newsletter-show-wrap form input:-ms-input-placeholder{
    font-size:8.7px;
    font-family:Lato-Bold;
    color:#b3b3b3;
}
.newsletter form input:-moz-placeholder, .top-newsletter-show-wrap form input:-moz-placeholder{
    font-size:8.7px;
    font-family:Lato-Bold;
    color:#b3b3b3;
}
.foot-col-4 .newsletter form input{
    display: inline-block;
    border-radius: 18px;
    height:35px;
}
.foot-col-4 .newsletter form input.nwsl{
    width: 85%;
    margin: 10px 0;
    padding: 0 10px;
    border: medium none;
}
.foot-col-4 .newsletter form input.submit-nwsl{
    position: absolute;
    right: 12%;
    background: #f5a000;
    font-family:Lato-Black;
    font-size:11px;
    color:#000;
    text-transform:uppercase;
    padding: 0 14px;
    text-align:center;
    bottom: 10px;
}
.foot-col-4 .newsletter h3{
    color:#f5a000 !important;
    font-size:11px !important;
    font-family:Lato-BlackItalic;
    letter-spacing:1px;
    margin-bottom:2px;
    text-transform:uppercase;
}
.foot-col-4 .share h3{
    font-size:11px;
    text-transform:uppercase;
    color:#ededed;
    font-family:Lato-Black;
    display: block;
    margin: 10px 0;
}
.foot-col-4 .share{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    margin-right: 30px;
    align-content: center;
    align-items: center;
}
.share-mob{
    display:none;
}
.share .socio-footer{
    display:block;
}
.share .socio-footer a{
    display:inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: solid 1px #878787;
    position: relative;
}
.share a.fb-footer {
    background:url(../images/icone/socio-footer.png) no-repeat -6px -5px;
    /*    width: 28px;
        height: 28px;*/
}
.share a.fb-footer:hover {
    background:url(../images/icone/socio-footer.png) no-repeat -6px -33px;
}
.share a.you-footer {
    background:url(../images/icone/socio-footer.png) no-repeat -53px -6px;
    /*    width: 28px;
        height: 28px;*/
}
.share a.you-footer:hover {
    background:url(../images/icone/socio-footer.png) no-repeat -53px -33px;
}
.share a.in-footer {
    background:url(../images/icone/socio-footer.png) no-repeat -98px -6px;
    /*    width: 28px;
        height: 28px;*/
}
.share a.in-footer:hover {
    background:url(../images/icone/socio-footer.png) no-repeat -100px -33px;
}
.footer-container .copyright{
    width:50%;
    display:block;
    font-size:10px;
    font-family:Lato-Regular;
    color:#878787;
    padding-top: 6px;

}
.footer-container .copyright span{
    display:inline-block;
    margin-right:10px;
    font-family: Lato-Italic;
}
.footer-container .copyright a{
    color:#878787;
}
.footer-container .copyright a:hover{
    text-decoration:none;
    color:#fff;
}
.c2-footer, .c3-footer {
    width:20%;
}
.c4-footer{
    padding:25px 40px;
    width:30%;
}
.besoinaide .c1-footer{
    width:30%;
    padding:25px 0;
}
.c1-footer h1{
    color:#f5a000;
    font-size:18px;
    font-family:Lato-BlackItalic;
    text-transform:uppercase;
    margin:0;
}
.c1-footer p{
    color:#fff;
    font-size:16px;
    font-family:Lato-Italic;
    margin:0;
    line-height: 12px;
}
.c2-footer .footer-phone{
    text-align: left;
    padding: 5px 0 5px 50px;
    font-size: 15px;
    color: #fff;
    font-family:Lato-BlackItalic;
    background: url(../images/icon-phone.png) no-repeat 14px 5px;
}
.c3-footer .footer-mail{
    text-align: left;
    padding: 5px 0 5px 55px;
    font-size: 15px;
    color: #fff;
    font-family:Lato-BlackItalic;
    background: url(../images/icon-mel.png) no-repeat 20px 5px;
}
.de .c3-footer .footer-mail, .at .c3-footer .footer-mail{
    font-size: 14px;
}
.c4-footer h3{
    color:#fff;
    font-size:15px;
    font-family:Lato-BlackItalic;
    margin:0;
}
.c4-footer p{
    color:#fff;
    font-size:14px;
    font-family:Lato-Italic;
    margin:0;
}
.besoinaide{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    border-top: 1px solid #3a3938;
    align-items: center;
}

.menu-catalog{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    border-top: 1px solid #3a3938;
    padding: 25px 0 0 0;
}
.menu-catalog .offset-left{
    width:28% !important;
    display:block;
    position:relative;
}
.menu-catalog .footer-navigation{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display:flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap:nowrap;
    width:70% !important;
    position:relative;
}

/* CATEGORIE */

section#c-categorie{
    background:#fff;
    position:relative;
    padding-bottom: 0;
}
section#c-categorie h2{
    color: #000;
    position: relative;
    font-size:25px;
    font-family:Lato-BlackItalic;
    text-align: center;
    padding: 17px 0 23px;
    text-transform: uppercase;
}
section#c-categorie .container{
    width:100%;
    max-width:1000px;
    padding-bottom: 40px;
    position:relative;
}
#slideCategorie{
    /* position:relative;
    height:200px;*/
}
.c-categorie .row{
    margin:0 !important;
    position: relative;
    width:100%;
    z-index: 0;
}
.c-categorie h3{
    text-align: center;
    position: relative;
    font-size:13px;
    font-family: Lato-BoldItalic;
    text-transform: uppercase;
    color: #000;
    padding-top: 4px;
}
.de .c-categorie h3, .at .c-categorie h3{
    margin:0 -3px;
}
.categorie-huit{
    width:100%;
    float:left;
}
.cat-vehicule{
    padding:0;
}
/*bottom*/
/*MENU FOOTER*/

/* MULTILINGUE */

.langue select#qtranxs_select_qtranslate-chooser {
    width: auto;
    color: #fff;
    z-index: 10;
    background: rgba(255,255,255,0);
    border: none;
}
.langue select#qtranxs_select_qtranslate-chooser option{

}
#masthead .wrap {
    position: relative;
    display: table;
}
.dl {margin-bottom:0 !important;}
dl#sample {
    position: relative;
    padding-left: 10px;
    vertical-align: middle;
    display: table-cell;
}
.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { text-decoration:none; outline:none;}
.dropdown a:hover { color:#fff;}
.dropdown dt a:hover, .dropdown dt a:focus, .dropdown dt a:visited { color:#fff;outline:none !important;}
.dropdown dt a {
    background: rgba(255,255,255,0) url(../images/select.png) no-repeat right 12px scroll;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-right: 20px;
    float: left;
    width: auto;
    align-items: center;
}
.dropdown dt a img {
    width: 22px;
}
.dropdown dt a div{
    color: #fff;
    text-transform: uppercase;
    font-family:Lato-BlackItalic;
    font-size:12px;
    padding-left: 6px;
}
.dropdown dt a div:hover{
    text-decoration:none;
}
.dropdown dt a:after{

}
.dropdown dt a span {cursor:pointer; display:block;}
.dropdown dd ul {
    right: -50px;
    padding: 4px;
    position: absolute;
    height: 32px;
    top: 19px;
    width: auto;
    min-width: auto;
    list-style: none;
    border-radius: 20px;
    background: #333333;
}
.dropdown dd ul.language-chooser-image{display:none;margin-top: 12px;}
.dropdown dd ul.language-chooser-image.active{display: -ms-flexbox !important;
                                              display: -webkit-box !important;
                                              display: -webkit-flex !important;display:flex !important;}
.dropdown dd ul.language-chooser-image.active .top-triangle-flag{display:block;}
.dropdown dd ul li  {float:left; margin:0 3.6px;}
.dropdown dd ul li a {
    padding: 1.2px 0;
    display: block;
    text-align: center !important;
}
.dropdown dd ul li.active a img{
    opacity:1 !important;
    width:22px;
}
.dropdown dd ul li a img { z-index:250;opacity:0.6;height: 22px;}

.dropdown dd ul li a img:hover{opacity:1;}
.dropdown dd ul li a:hover { background-color:none; outline:none;}
.dropdown img.qtranxs_image { border:none; vertical-align:middle; margin-left:10px; }
.flagvisibility { display:none;}
.dropdown, .dropup{
    margin: 0 !important;
}
.page-esppress .title-page h1{
    height: 100px;
    line-height: 100px;
    padding: 0;
}

/*PAGE STATIQUE*/
/*CGV*/

.cgv-container{
    max-width:920px;
    margin:0 auto;
}
.cgv-container h1{
    margin-top:60px;
    font-size:21px;
    font-family:Lato-BlackItalic;
    color:#000;
}
.cgv-container h2{
    color:#000 !important;
    font-family:Lato-Bold !important;
    font-size:16px !important;
    text-transform:none !important;
    margin: 20px 0 4px 0 !important;
}
.cgv-container p{
    font-size:15px;
    font-family:Lato-Regular;
    color:#000;
    margin:0;
    line-height:22px;
}

/*END CGV*/
/*SITE MAP*/
.sitemap{
    display:block;
    max-width:800px;
}
.sitemap h1{
    font-size:26px;
    font-family:Lato-Black;
    color:#f5a000 !important;
    text-align:center;
    text-transform:uppercase;
    margin-top: 30px;
}
.sitemap h2{
    color: #000 ;
    font-size: 25px ;
    font-family: Lato-BlackItalic ;
    text-align: left ;
    text-transform: uppercase;
    margin: 20px 0;
}
.sitemap ul li a{
    color: #f4a000 ;
    font-size: 14px ;
    font-family: Lato-BlackItalic ;
    line-height: 20px ;
    text-align: left ;
    text-transform: none;
}
.sitemap ul li .wsp-category-title{
    color:#f4a000;
    font-family: Lato-Black;
    font-size: 14px ;
    text-transform:uppercase;
}
.it ul.list-links li h3, .de ul.list-links li h3, .at ul.list-links li h3{
    font-size:14px !important;
}
#deployer-menu{display:none;}
.hover-bkg-welcome{
    display:none;
}
.menu-mobile{display:none;}
#appelez-nous{display:none;}
.bandeau-carousel-mobile{display:none;}
#page-ctn.page-offre .header-page .wrap{
    background:none;
    padding: 0 !important;
}
#page-ctn.page-offre .header-page .wrap h1{
    max-width: 840px;
    height: auto;
    padding: 10px 0;
    width:auto !important;
}

/* 07zr RESPONSIVE MOBILE*/

@media screen and (max-width:960px){
    .box-accomp{
        width:100% !important;
    }
    .cookie-container{
        padding:0 20px;
    }
    .video-you {
        padding-top: 40px;
    }
    .hover-bkg-welcome a{display:block;margin:0 auto;font-size:12px !important;font-family:Lato-BlackItalic;color:#000;text-align:center;background-color: #f5a000;padding:2px 6px;border-radius:14px;-moz-border-radius:14px;-webkit-border-radius:14px;max-width: 150px; width: auto !important;}
    .hover-bkg-welcome h2{
        color:#fff;
        text-transform: uppercase;
        text-align: center;
        font-size:15.4px;
        font-family:Lato-Italic;
        line-height: 16px;
    }
    .hover-bkg-welcome h2 span{
        font-family:Lato-BlackItalic;
    }
    /*HEADER JUDICIAL*/
    section#accompagnement.acc-histoire{padding-bottom: 0;}
    .main-judicial{
        width: 100%;
        padding: 0 27px 0;
        float:none;
        margin-top: 50px;
    }
    .container-judicial h4 span{
        display:inline-block;
    }
    .aside-judicial {
        width: 100%;
        padding: 20px 20px 0;
        float:none;
    }
    .header-judicial{
        height: 190px;
    }

    .de #appelez-nous{
        width: 60px;
        background:rgba(0, 0, 0, 0) url("../images/icon-phone.png") no-repeat scroll center 20px / 37% auto !important;
    }
    .pl #appelez-nous{
        width: 60px;
    }
    .pl #appelez-nous a span{
        margin-top:4px;
    }

    /*Recyclage*/
    .page-collecte-recyclage{
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        height: 120px;
    }
    .collecte-recyclage-container article .entry-content p{
        font-size: 14px;
        line-height: 18px;
    }
    .collecte-recyclage-container article .entry-content p img{
        height: auto;
        max-width: 100%;
        padding: 0 16px 0 0;
    }
    .collecte-recyclage-container .entry-content{
        padding:20px 40px;
    }
    .collecte-recyclage-container article .entry-content .top-content{
        padding:0;
    }
    /*page cgv*/
    .page-cgv{
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        height: 120px;
    }
    .page-cgv.header-page h1{
        width:100%;
        height:auto;
        font-family: Lato-BlackItalic;
    }
    .cgv-container p{
        font-size: 14px;
        line-height: 19px;
    }


    /*fin CGV*/
    .blocs-if p{
        line-height:22px;
    }
    .if-one, .if-two, .if-three{
        max-width:100%;
    }
    .ycircle{
        font-size: 22.32px;
        /*            height: 40px;
                    width: 40px;*/
    }
    .bkg-pentagone{
        margin: 0 auto 20px;
    }
    .bkg-pentagone::before{
        border-bottom: 38px solid transparent;
        border-left: 33px solid #000;
        border-top: 35px solid transparent;
        left: 21px;
        top: 55px;
    }
    .hexag{
        max-width: 90px !important;
    }
}
@media screen and (max-width:500px){
    .page-id-134 .title-page .wrap {
        padding:0 !important;
    }
    .fidelite-container h2{font-size:20px;}
    .blocs-if .if-one, .blocs-if .if-two, .blocs-if .if-three{
        width:100% !important;
        margin-bottom: 40px;
    }
    .blocs-if p{font-size:17.44px;padding: 0;}
    .body-fournisseur .wrap h2{
        margin: 20px auto;
        width: 100%;
        font-size:21px;
    }

    .sliderAccompagnement .owl-dot{
        height: 4px !important;
        width: 4px !important;
    }
    section#garantie-bottom h2{
        font-size: 18px;
        padding: 20px 0;
    }
    /*juridique*/
    .header-judicial{
        height: 140px;
    }
    .title-judicial h3{
        max-width:280px;
        height:34px;
        font-size: 13px !important;
        line-height: 20px;
        padding: 6px 0;
        width:auto;
    }
    .container-judicial h4{
        font-size:11.4px;
        line-height: 16px;
    }
    .container-judicial p.sousTitle {
        font-size: 10.4px;
    }
    .container-judicial li, .container-judicial p{
        font-size: 10px;
        line-height: 13px;
    }
    /*fidélité*/

    .page-template-tpl-fidelite .page-fidelite{
        background: rgba(0, 0, 0, 0) url("../images/bkg/fidelite-320.jpg") no-repeat scroll center center;
        max-height:114px !important;
    }
    .page-template-tpl-fidelite .page-fidelite h1{
        max-width:280px;
        height:34px !important;
        font-size: 13px !important;
        line-height: 20px;
        padding: 6px 0;
        width:auto;
    }

    /*livraison*/
    .page-template-tpl-livraison .header-page{
        background: rgba(0, 0, 0, 0) url("../images/bkg/livraison-320.jpg") no-repeat scroll center center;
        max-height:114px !important;
    }
    .page-template-tpl-livraison .header-page h1{
        max-width:280px;
        height:34px;
        font-size: 13px !important;
        line-height: 20px;
        padding: 6px 0;
        width:auto;
    }
    /*cookies*/
    .header-page.page-cookie{
        background: rgba(0, 0, 0, 0) url("../images/bkg/cookies-320.jpg") no-repeat scroll center center;
        max-height:98px !important;
    }
    .header-page.page-cookie h1{
        max-width:280px;
        height:34px;
        font-size: 13px !important;
        line-height: 20px;
        padding: 6px 0;
        width:auto;
    }

    /*facturation & paiement*/

    .page-id-134 .header-page, .facturation-paiement .header-page {
        background-image: url(../images/bkg/fact-paiement-320.jpg);
        max-height:98px !important;
    }
    .page-id-134 .header-page h1, .facturation-paiement .header-page h1 {
        max-width:280px;
        height:34px;
        font-size: 13px !important;
        line-height: 20px;
        padding: 6px 0;
        width:auto;
    }

    /*recyclage*/
    .page-collecte-recyclage{
        background: rgba(0, 0, 0, 0) url("../images/bkg/bkg-recyclage-320.jpg") no-repeat scroll center center;
    }
    .page-collecte-recyclage.header-page h1{
        max-width:280px;
        height:34px;
        font-size: 13px !important;
        line-height: 20px;
        padding: 6px 0;
        width:auto;
    }
    .collecte-recyclage-container .entry-content {
        padding: 20px 20px 0 20px;
    }
    .collecte-recyclage-container article .entry-content .top-content{
        display:inline-block;
    }
    .collecte-recyclage-container article .entry-content p img{
        display: block;
        margin: 0 auto;
    }
    /*page CGV*/
    .page-cgv{
        background: rgba(0, 0, 0, 0) url("../images/bkg/bkg-cgu-320.jpg") no-repeat scroll center center;
    }
    .page-cgv.header-page h1{
        max-width:280px;
        height:34px;
        font-size: 13px !important;
        line-height: 20px;
        padding: 5px 0;
        width:auto;
    }
    .cgv-container {
        padding:20px;
    }
    .cgv-container p{
        font-size: 14px;
        line-height: 19px;
    }
    /*page FAQ*/
    .page-faq{
        background-image: url(../images/bkg/bkg-faq-320.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        height: 120px;
    }
    .page-faq h1{
        max-width:280px;
        height:34px;
        font-size: 13px;
        line-height: 20px;
        padding: 5px 0;
        width:auto;
    }
    .grey-full-container{
        margin-top: 0;
    }
    .display-faq-1{
        padding: 20px !important;
    }
    .display-faq-1 ul li a{
        font-size: 13px;
        height: auto;
        line-height: 15px;
        min-height: 35px;
        padding: 10px 16px;
    }
    .display-faq-1 ul li a span{
        font-size: 16px;
    }
    .faq-content p{
        font-size: 14px;
        line-height: 19px;
        padding: 5px 10px;
    }
    .white-full-container{
        padding:20px 20px 0 20px;
    }
    .frequent{
        padding: 30px 0 0;
    }
    .display-faq-categorized{
        padding: 0 !important;
    }
    .display-faq-categorized ul li a{
        height: 40px;
        border-radius: 20px;
        font-size: 18px;
    }
    .display-faq-categorized ul li ul li a{
        border-radius: 20px;
        font-size: 16px !important;
        line-height: 18px;
        padding: 8px 16px;
    }



    /*Condition générale d'utilisation*/

    .conditions-generales-dutilisation .header-page, .condiciones-generales-uso .header-page, .condizioni-generali-uso .header-page, .allgemeinen-nutzungsbedingungen .header-page, .condicoes-gerais-utilizacao .header-page, .warunki-korzystania .header-page, .page-id-159 .header-page{
        background-image: url(../images/bkg/bkg-cgu-320.jpg);
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        height: 98px;
    }
    .conditions-generales-dutilisation .header-page h1, .condiciones-generales-uso .header-page h1, .condizioni-generali-uso .header-page h1, .allgemeinen-nutzungsbedingungen .header-page h1, .condicoes-gerais-utilizacao .header-page h1, .warunki-korzystania .header-page h1, .page-id-159 .header-page h1{
        max-width:300px;
        width:100%;
        height:34px;
        font-size: 13px;
        line-height: 20px;
        padding: 5px 0;
        width:auto;
    }
    .conditions-generales-dutilisation .wrap, .condiciones-generales-uso .wrap, .condizioni-generali-uso .wrap, .allgemeinen-nutzungsbedingungen .wrap, .condicoes-gerais-utilizacao .wrap, .warunki-korzystania .wrap, .page-id-159 .wrap {
        padding: 0 20px !important;
    }
    .conditions-generales-dutilisation .entry-content h2, .condiciones-generales-uso .entry-content h2, .condizioni-generali-uso .entry-content h2, .allgemeinen-nutzungsbedingungen .entry-content h2, .condicoes-gerais-utilizacao .entry-content h2, .warunki-korzystania .entry-content h2, .page-id-159 .entry-content h2, .white-recyclage h2, .grey-recyclage h2, #page-ctn .entry-content h2, .page-cookie h2, .site-content .entry-content h2{
        font-size: 16px !important;
    }
    .conditions-generales-dutilisation .entry-content, .condiciones-generales-uso .entry-content, .condizioni-generali-uso .entry-content, .allgemeinen-nutzungsbedingungen .entry-content, .condicoes-gerais-utilizacao .entry-content, .warunki-korzystania .entry-content, .conditions-generales-dutilisation .entry-content p, .condiciones-generales-uso .entry-content p, .condizioni-generali-uso .entry-content p, .allgemeinen-nutzungsbedingungen .entry-content p, .condicoes-gerais-utilizacao .entry-content p, .warunki-korzystania .entry-content p, .page-id-159 .entry-content, .page-id-159 .entry-content p, .white-recyclage p, .grey-recyclage p, .page-cookie p,.cookie-container article .entry-content p{
        line-height: 18px;
        font-size: 14px !important;
    }
    /*Notre Histoire*/

    .header-histoire{
        background: rgba(0, 0, 0, 0) url("../images/bkg/bkg-histoire-320.jpg") no-repeat scroll center center / cover ;
        height: 98px !important;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
    }

    .title-histoire h3{
        max-width:278px;
        width:100%;
        height:34px;
        font-family: Lato-BlackItalic;
        font-size: 13px;
        line-height: 23px;
        padding: 5px 0;
        height:34px;
    }
    .container-hist p{
        font-size: 12px;
        padding: 20px;
        line-height: normal;
    }
    .container-hist h3{
        font-size: 22px;
    }
    .wrapbox-hist .hexa-hist{
        flex-direction: column;
        -webkit-flex-direction:column;
        -ms-flex-direction: column;
    }
    .wrapbox-hist .hexa-hist .hexa-box{
        display: block;
        margin: 0 auto;
        width: 65%;
    }
    .wrapbox-hist .hexa-hist .hexa-box p{
        padding: 30px 20px 0;
    }
    .wrapbox-hist .wrap-benef{
        flex-direction: column;
        -webkit-flex-direction:column;
        -ms-flex-direction: column;
    }
    .wrapbox-hist .wrap-benef .benef{
        margin: 0 auto 40px;
        max-width: 80%;
    }
    .wrapbox-hist .wrap-benef .benef h2{
        border-radius: 18px 18px 0 0;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
        width:auto;
    }
    .wrapbox-hist .wrap-benef .benef p{
        min-height: 80px;
        line-height: 24px;
    }



    /*mobile page espace fournisseur*/
    .dropdown dd ul.language-chooser-image.active .top-triangle-flag{display:none !important;}
    .page-template-tpl-fournisseur section#garantie-bottom{display:none;}
    #partenaire{margin-bottom:0;}
    #c-recyclage .header-fournisseur{
        height: 98px !important;
        background: url(../images/bkg/recyclage-320.jpg) no-repeat center 0;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
    }
    .header-fournisseur{
        height: 98px !important;
        background: url(../images/bkg/fournisseur-bkg-320.jpg) no-repeat center 0;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
    }
    .header-fournisseur h1{
        max-width:278px;
        width:100%;
        height:34px;
        font-family: Lato-BlackItalic;
        font-size: 13px;
        line-height: 23px;
        padding: 5px 0;
        height:34px;
    }
    .container-fss{
        max-width: 278px;
        width: 100%;
    }
    .container-fss p{
        font-size:12px;
        padding: 10px 15px 20px 15px;
        line-height:16px;
        height:auto;
    }
    .body-fournisseur .wrap h2{
        margin: 20px auto;
        width: 100%;
        font-size:21px;
    }
    /*form espace fournisseur*/
    .wpcf7-form-control-wrap.message{max-width: 100%;  display: block; margin: 0 auto;}
    .form-partner{width: 100%;padding: 0 20px 30px;}
    .form-partner p{font-family:Lato-Italic;font-size:12px;line-height: 16px;}
    .form-partner .wpcf7{max-width: 100%;}
    .form-partner form{margin: 0 auto;max-width: 100%;}
    .form-partner form p input{width: 100%;}
    .form-partner form p input#prenom, .form-partner form p input#nom, .form-partner form p input#email{float:none !important;}
    .form-partner form p input#telephone, .form-partner form p input#sujet, .form-partner form p input#taxe{float:none !important;}
    form p span.prenom, form p span.telephone, form p span.nom, form p span.sujet, form p span.email, form p span.taxe{width: 100%;}
    .form-partner form p textarea{max-width: 100%;height: auto;max-height: 190px;}
    .form-partner p.captcha #captcha{margin: 20px;}
    .form-partner p.captcha input.wpcf7-submit{float:none;}

    /*carousel bandeau mobile*/
    .bandeau-carousel-mobile {display: block;height: 100%;width: 100%;}
    .img-bandeau-mobile{position: relative;background-size:100%;width:100%;/*height:100px;*/}
    .img-bandeau-mobile h1{font-family:Lato-Italic ;font-size:15px;color:#000;text-transform:uppercase;line-height:16px;text-align:center;padding-top: 20px;}
    .img-bandeau-mobile h1 span{font-family:Lato-BoldItalic;}
    .img-bandeau-mobile img { width:100%;}
    .img-1{background: #F5A000 /*url("../images/mobile/img-huile.png") no-repeat scroll center 0*/;}
    .img-2{background: #0092dd /* url("../images/mobile/img-pl.png") no-repeat scroll center 0*/no-repeat scroll 0 0 / 100% auto;}
    .owl-carousel-mobile .owl-nav{display:none !important;}
    .owl-carousel-mobile .owl-stage-outer{overflow: hidden !important;}
    .owl-carousel-mobile .owl-stage{display: -ms-flexbox;display: -webkit-box;display: -webkit-flex;display:flex;}
    .owl-carousel-mobile .owl-dots{bottom:16px!important;margin-top:6px;padding:0;position:relative;z-index:311;}
    .owl-carousel-mobile .owl-dots .owl-dot span{cursor:pointer;background-color:#666666 !important;opacity:1 !important;margin:10px 7px 6px 7px;}
    .owl-carousel-mobile .owl-dots .owl-dot.active span{background-color:#f5a000 !important;opacity:1 !important;}


    /*header*/

    #appelez-nous{background: rgba(0, 0, 0, 0) url("../images/icon-phone.png") no-repeat scroll center 18px; background-size: 46% auto;position:absolute;height:65px;width:50px;right:19%;display:block;z-index:301;}
    #appelez-nous span{position:relative;text-align: center;font-size:6.8px; font-family:Lato-BlackItalic ;color:#353332;text-transform:uppercase;padding-top: 46px;display: block;}
    #appelez-nous a{height:100%;}
    #deployer-menu{cursor:pointer;position:absolute;width: 32px;
                   height: 28px;background: url(../images/mobile/deployer.png) no-repeat scroll 3px 3px;left: 2% !important;top: 26% !important; z-index: 100;display:block;}
    .menu-mobile{ display: none;}
    .menu-mobile ul { z-index: 200;display:block;position: absolute; top: 65px;width: auto;min-width: 217px;background: #ededed none repeat scroll 0 0;transition: all 800ms ease;-moz-transition: all 800ms ease;-webkit-transition: all 800ms ease;}
    .menu-mobile ul li{list-style:none;height: 50px;line-height: 50px;}
    /* .fr .menu-mobile ul li:last-child{ display:block;}
    .menu-mobile ul li:last-child{ display:none;} */
    .menu-mobile ul li a{display:block;font-size:12px;font-family:Lato-Black;text-transform:uppercase ;padding: 0 0 0 37px;background:url(../images/mobile/bkg-menu-mobile.png) no-repeat scroll 92% center ;}
    /*.menu-mobile ul li:hover{background:#f5a000;}*/
    .menu-mobile ul li a:hover{color:#fff;background:#f5a000 url(../images/mobile/bkg-menu-mobile-hover.png) no-repeat scroll 92% center ;}
    #site-navigation .menu-top-container ul{display:none;}
    .logo-slogan{position:absolute;top: 24%;float: none;width: 50% !important;padding: 0;left: 15%;}
    .logo-slogan .logo-07zr{float:none;}
    .logo-slogan .logo-07zr img{max-width: 80%;width: 140px;}
    .logo-07zr a{display:block;}
    .logo-slogan .slogan-07zr{width:100%;font-size: 1.7vw !important;}
    .navigation-top{height:65px;background: #ededed;}
    .menu-principal{display:none;}
    .top-newsletter-show-wrap, .auth-btn{display:none;}
    .wrap-header{height:0;}
    #masthead .wrap {position: absolute!important;right: 0;}
    .dropdown dd ul{z-index:300;border-radius: 0 0 16px 16px;}
    .dropdown dd ul li{margin: 2.5px 1.8px;}
    .dropdown dd ul li a{display: block;}
    .dropdown dd ul.language-chooser-image.active{flex-direction:column;-webkit-flex-direction: column;-ms-flex-direction: column;right: 30px;height: auto;width: 31.5px;}
    .dropdown dt a div{color:#000;font-size: 6.8px;}
    .dropdown dt a{background:rgba(255, 255, 255, 0) url("../images/select-search.png") no-repeat scroll 40px 9px; background-size: 17%;}
    .dropdown dd ul.language-chooser-image{margin-top: 6px;padding-top: 4px;}

    /*slider*/
    .search-form-category{display: none;}
    .banner .thumbnail-slider{ position: relative;margin-bottom: -4px;}
    .thumbnail-slider h2 {display:none;}
    .main-thumbnail .btn-search-category{display: inline-block;position:relative;width: 100%;/*margin-top: -14px;*/}
    .banner.banner-research { position: relative;}
    .main-thumbnail a{flex:1;border-left:1px #fff solid;margin: 0!important;padding:10px 0!important;width:auto !important;height:48px !important; min-width: 16%;}
    .main-thumbnail a:first-of-type{border:none;}
    .disposit{-webkit-box-pack: space-around;
              -webkit-justify-content: space-around;
              -ms-flex-pack: space-around;justify-content: space-around;margin-top:0 !important;padding:0;}
    .main-thumbnail a.link-pneu{background-color: #b3b3b3;background-image: none;border-radius: 0;}
    .main-thumbnail a.link-pneu.active,.main-thumbnail a.link-pneu:hover,.main-thumbnail a.link-pneu.rezo:hover,.main-thumbnail a.link-pneu:focus,.main-thumbnail a.link-pneu.rezo:focus{background-image: none;background-color: #f5a000;}
    .main-thumbnail a.link-jante{background-color: #b3b3b3;background-image: none;border-radius: 0;}
    .main-thumbnail a.link-jante.active,.main-thumbnail a.link-jante:hover,.main-thumbnail a.link-jante:focus{background-image: none;background-color: #f5a000;}
    .main-thumbnail a.link-chaine{background-color: #b3b3b3;background-image: none;border-radius: 0;}
    .main-thumbnail a.link-chaine.active,.main-thumbnail a.link-chaine:hover,.main-thumbnail a.link-chaine:focus{background-image: none;background-color: #f5a000;}
    .main-thumbnail a.link-pd span{
        font-size: 8.7px;
        line-height: 12px !important;
        padding: 16px 2px 0;
        letter-spacing: -0.1px;
    }
    .main-thumbnail a.link-pd{background-color: #b3b3b3;background-image: none;border-radius: 0;}
    .main-thumbnail a.link-pd.active,.main-thumbnail a.link-pd:hover, .main-thumbnail a.link-pd:focus{background-image: none;background-color: #f5a000;}
    .main-thumbnail a.link-huile span{
        font-size: 8.7px;
        line-height: 12px !important;
        padding: 16px 2px 0;
    }
    .main-thumbnail a.link-jante span{
        font-size: 8.7px;
        line-height: 12px !important;
        padding: 16px 2px 0;
    }
    .main-thumbnail a.link-chaine span{
        font-size: 8.7px;
        line-height: 12px !important;
        padding: 16px 2px 0;
    }
    .main-thumbnail a.link-pneu span{
        font-size: 8.7px;
        line-height: 12px !important;
        padding: 16px 2px 0;
    }
    .main-thumbnail a.link-batterie span{
        font-size: 8.7px;
        line-height: 12px !important;
        padding: 16px 2px 0;
        letter-spacing: -0.1px;
    }
    .main-thumbnail a.link-huile{background-color: #b3b3b3;background-image: none !important;border-radius: 0;}
    .main-thumbnail a.link-huile.active,.main-thumbnail a.link-huile:hover, .main-thumbnail a.link-huile:focus{background-image: none !important;background-color: #f5a000;}
    .main-thumbnail a.link-batterie{background-color: #b3b3b3;background-image: none;border-radius: 0;}
    .main-thumbnail a.link-batterie.active,.main-thumbnail a.link-batterie:hover, .main-thumbnail a.link-batterie:focus{background-image: none;background-color: #f5a000;}
    .main-thumbnail a span{width: 100%!important;font-family:Lato-Black;font-size:10.46px;color:#fff;text-transform:uppercase;letter-spacing: 1px;line-height: 8.5px !important;}
    .bxslider, .bxslider li {min-height: 190px !important; }
    .bx-viewport ul.bxslider{margin:0 !important;padding:0!important;}
    .banner .bx-wrapper .bx-viewport{margin-bottom: -10px;}

    /*hover slider*/

    .hover-bkg-welcome{display:block;min-height: 190px;background-color:rgba(0,0,0,0.6);}
    .hover-bkg-welcome h1{font-size:21.8px;font-family:Lato-BlackItalic;color:#f5a000;text-align:center;padding-top: 20px;margin-bottom: 0.35em;}





    /*bottom links*/

    .main-thumbnail a.link-pneu,.main-thumbnail a.link-jante,.main-thumbnail a.link-chaine{background-image: none !important;}
}

@media screen  and (min-width:501px) and (max-width:960px){

    .blocs-if .if-one, .blocs-if .if-two, .blocs-if .if-three{
        padding-top:40px;
    }
    /*     fidélité

        .page-template-tpl-fidelite .page-fidelite{
            background: rgba(0, 0, 0, 0) url("../images/bkg/fidelite-960.jpg") no-repeat scroll center center;
            max-height:236px !important;
        }*/
    .page-template-tpl-fidelite .page-fidelite h1{
        max-width:480px;
        height:45px;
        font-size: 18px;
        line-height: 23px;
        padding: 10px 0;
    }
    /*livraison*/
    /*    .page-template-tpl-livraison .header-page{
            background: rgba(0, 0, 0, 0) url("../images/bkg/livraison-960.jpg") no-repeat scroll center center;
            max-height:236px !important;
        }*/
    .page-template-tpl-livraison .header-page h1{
        max-width:480px;
        height:45px;
        font-size: 18px;
        line-height: 23px;
        padding: 10px 0;
    }
    /*cookies*/
    /*        .header-page.page-cookie{
                background: rgba(0, 0, 0, 0) url("../images/bkg/cookies-960.jpg") no-repeat scroll center center;
                height: 236px;
            }*/
    .header-page.page-cookie h1{
        max-width:480px;
        height:45px;
        font-size: 18px;
        line-height: 23px;
        padding: 10px 0;
    }
    /*facturation & paiement*/
    /*        .page-id-134 .facturation-paiement .header-page {
                background-image: url(../images/bkg/fact-paiement-960.jpg);
                height: 236px;
            }*/
    .page-id-134 .header-page h1, .facturation-paiement .header-page h1 {
        max-width: 600px;
        height:45px;
        font-size: 18px;
        line-height: 23px;
        padding: 10px 0;
        width:auto !important;
    }

    /*recyclage*/
    /*    .title-judicial h3{
            max-width: 600px;
            height: auto;
            font-size: 16px;
            line-height: 23px;
            padding: 10px 0;
            width:auto !important;
        }    */
    /*    #reforme-code-travail .title-judicial h3{

        }*/
    .page-collecte-recyclage{
        background: rgba(0, 0, 0, 0) url("../images/bkg/bkg-recyclage-960.jpg") no-repeat scroll center center;
        height: 236px;
    }
    .page-collecte-recyclage.header-page h1{
        max-width: 600px;
        height:45px;
        font-size: 18px;
        line-height: 23px;
        padding: 10px 0;
        width:auto !important;
    }
    .page-collecte-recyclage .wrap {
        padding: 0 20px;
    }
    /*page cgv*/

    .page-cgv{
        background: rgba(0, 0, 0, 0) url("../images/bkg/bkg-cgu-960.jpg") no-repeat scroll center center;
        height: 236px;
    }
    .page-cgv .wrap{
        padding:0 20px !important;
    }
    .page-cgv.header-page h1{
        font-size: 13px;
        max-width: 600px;
        height:45px;
        font-size: 18px;
        line-height: 23px;
        padding: 10px 0;
    }
    .cgv-container {
        padding:20px 40px;
    }


    /*page FAQ*/
    /*    .page-faq{
                            background-image: url(../images/bkg/bkg-faq-960.jpg);
            background-size: cover;
            -moz-background-size: cover;
            -webkit-background-size: cover;
                            height: 236px;
        }*/
    .page-faq .wrap{
        padding: 0 20px;
    }
    .page-faq h1{
        max-width:600px;
        width:100%;
        height:auto;
        min-height:45px;
        font-size: 18px;
        line-height: 23px;
        padding: 10px 0;
    }
    .grey-full-container{
        margin-top: 0;
    }
    .display-faq-1{
        padding: 40px !important;
    }
    .display-faq-1 ul li a{
        font-size: 15px;
        height: auto;
        line-height: 15px;
        min-height: 40px;
        padding: 10px 16px;
    }
    .display-faq-1 ul li a span{
        font-size: 16px;
    }
    .faq-content p{
        font-size: 14px;
        line-height: 19px;
        padding: 14px;
    }
    .white-full-container{
        padding: 40px;
    }
    .frequent{
        padding: 30px 0 0;
    }
    .display-faq-categorized{
        padding: 0 !important;
    }
    .display-faq-categorized ul li a{
        border-radius: 20px;
        font-size: 18px;
        height: 45px;
        padding: 7px 27px;
    }
    .display-faq-categorized ul li ul li a{
        border-radius: 20px;
        font-size: 16px !important;
        line-height: 18px;
        padding: 10px 16px;
    }

    /*Condition générale d'utilisation*/
    .conditions-generales-dutilisation .header-page, .condiciones-generales-uso .header-page, .condizioni-generali-uso .header-page, .allgemeinen-nutzungsbedingungen .header-page, .condicoes-gerais-utilizacao .header-page, .warunki-korzystania .header-page, .page-id-159 .header-page{
        background-image: url(../images/bkg/bkg-cgu-960.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        height:236px;
    }
    .conditions-generales-dutilisation .header-page h1, .condiciones-generales-uso .header-page h1, .condizioni-generali-uso .header-page h1, .allgemeinen-nutzungsbedingungen .header-page h1, .condicoes-gerais-utilizacao .header-page h1, .warunki-korzystania .header-page h1, .page-id-159 .header-page h1{
        max-width:600px;
        width:100%;
        height:45px;
        font-size: 18px;
        line-height: 23px;
        padding: 10px 0;
    }
    .conditions-generales-dutilisation .wrap, .condiciones-generales-uso .wrap, .condizioni-generali-uso .wrap, .allgemeinen-nutzungsbedingungen .wrap, .condicoes-gerais-utilizacao .wrap, .warunki-korzystania .wrap, .page-id-159 .wrap {
        padding:0 20px;
        padding: 0 20px !important;
    }
    .conditions-generales-dutilisation .entry-content h2, .condiciones-generales-uso .entry-content h2, .condizioni-generali-uso .entry-content h2, .allgemeinen-nutzungsbedingungen .entry-content h2, .condicoes-gerais-utilizacao .entry-content h2, .warunki-korzystania .entry-content h2, .page-id-159 .entry-content h2 {
        font-size: 16px !important;
    }
    .conditions-generales-dutilisation .entry-content, .condiciones-generales-uso .entry-content, .condizioni-generali-uso .entry-content, .allgemeinen-nutzungsbedingungen .entry-content, .condicoes-gerais-utilizacao .entry-content, .warunki-korzystania .entry-content, .conditions-generales-dutilisation .entry-content p, .condiciones-generales-uso .entry-content p, .condizioni-generali-uso .entry-content p, .allgemeinen-nutzungsbedingungen .entry-content p, .condicoes-gerais-utilizacao .entry-content p, .warunki-korzystania .entry-content p, .page-id-159 .entry-content, .page-id-159 .entry-content p{
        line-height: 18px;
        font-size: 14px !important;
    }

    /*Notre Histoire*/

    #histoire .wrap{
        padding:0 20px;
    }
    .title-histoire h3{
        max-width: 600px;
        width:100%;
        height:45px;
        font-family: Lato-BlackItalic;
        font-size: 18px;
        line-height: 23px;
        padding: 10px 0;
    }
    .container-hist p{
        font-size: 16px;
        padding: 20px;
        line-height: 22px;
    }
    .container-hist h3{
        font-size: 24px;
    }
    .wrapbox-hist .hexa-hist{
        flex-direction: row;
        -webkit-flex-direction:row;
        -ms-flex-direction: row;
        padding-bottom: 20px;
    }
    .wrapbox-hist .hexa-hist .hexa-box{
        width:100%;
    }
    .wrapbox-hist .hexa-hist .hexa-box p{
        padding: 30px 20px 0;
    }
    .wrapbox-hist .wrap-benef{
        flex-direction: row;
        -webkit-flex-direction:row;
        -ms-flex-direction: row;
        min-width: 400px;
        padding: 0 20px;
    }
    .wrapbox-hist .wrap-benef .benef{
        margin: 0 auto 40px;
        max-width: 220px;
    }
    .wrapbox-hist .wrap-benef .benef h2{
        border-radius: 18px 18px 0 0;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
    }
    .wrapbox-hist .wrap-benef .benef p{
        min-height: 80px;
        line-height: 24px;
    }


    /*tablette page espace fournisseur*/
    .dropdown dd ul.language-chooser-image.active .top-triangle-flag{display:none !important;}
    .page-template-tpl-fournisseur section#garantie-bottom{display:none;}
    #partenaire{margin-bottom:0;}
    /*    .header-fournisseur{
            height: 140px !important;
            background: url(../images/bkg/fournisseur-bkg-320.jpg) no-repeat center 0;
            background-size: cover;
            -moz-background-size: cover;
            -webkit-background-size: cover;
        }*/
    .header-fournisseur h1{
        max-width:450px;
        width:100%;
        height:34px;
        font-family: Lato-BlackItalic;
        font-size: 18px;
        line-height: 23px;
        padding: 10px 0;
        height:45px;
    }
    .container-fss{
        max-width: 600px;
        width: 100%;
    }
    #fournisseur .wrap{

    }
    .container-fss p{
        font-size:16px;
        padding: 20px 15px 20px;
        line-height:20px;
        height:auto;
        max-width: 450px;
        margin: 0 auto;
    }

    /*form espace fournisseur*/
    .wpcf7-form-control-wrap.message{max-width: 100%;  display: block; margin: 0 auto;}
    .form-partner{
        width: 100%;
        padding: 0 40px 30px 40px;
    }
    .form-partner p{
        font-family:Lato-Italic;
        font-size:16px;
        line-height: 22px;
    }
    .form-partner .wpcf7{max-width: 100%;}
    .form-partner form{margin: 0 auto;max-width: 100%;}
    .form-partner form p input{width: 100%;}
    .form-partner form p input#prenom, .form-partner form p input#nom, .form-partner form p input#email{float:none !important;}
    .form-partner form p input#telephone, .form-partner form p input#sujet, .form-partner form p input#taxe{float:none !important;}
    form p span.prenom, form p span.telephone, form p span.nom, form p span.sujet, form p span.email, form p span.taxe{width: 100%;}
    .form-partner form p textarea{max-width: 100%;height: auto;max-height: 190px;}
    .form-partner p.captcha #captcha{margin: 20px;}
    .form-partner p.captcha input.wpcf7-submit{float:none;}
    section#garantie{
        padding-top: 20px;
    }

    /*carousel bandeau mobile*/
    .bandeau-carousel-mobile {
        display: block;
        width: 100%;}
    .img-bandeau-mobile{
        position: relative;
        background-size:100%;
        width:100%;
        height:auto;
    }
    .img-bandeau-mobile img{
        max-width:100%; width:100%;
    }
    .img-bandeau-mobile h1{
        font-family:Lato-Italic ;
        font-size:20px;
        color:#000;
        text-transform:uppercase;
        text-align:center;
        line-height: 25px;
        padding-top: 50px;
    }
    .img-bandeau-mobile h1 span{font-family:Lato-BoldItalic;}
    .owl-carousel-mobile .owl-nav{display:none !important;}
    .owl-carousel-mobile .owl-stage-outer{overflow: hidden !important;}
    .owl-carousel-mobile .owl-stage{display: -ms-flexbox;display: -webkit-box;display: -webkit-flex;display:flex;}
    .owl-carousel-mobile .owl-dots{bottom:16px!important;margin-top:6px;padding:0;position:relative;z-index:311;}
    .owl-carousel-mobile .owl-dots .owl-dot span{cursor:pointer;background-color:#666666 !important;opacity:1 !important;margin:10px 7px 6px 7px;}
    .owl-carousel-mobile .owl-dots .owl-dot.active span{background-color:#f5a000 !important;opacity:1 !important;}


    /*header*/

    #appelez-nous{background: rgba(0, 0, 0, 0) url("../images/icon-phone.png") no-repeat scroll center 22px / 45% auto;position:absolute;height:65px;width:50px;right:19%;display:block;z-index:301;}
    #appelez-nous span{position:relative;text-align: center;font-size:6.8px; font-family:Lato-BlackItalic ;color:#353332;text-transform:uppercase;padding-top: 48px;display: block;}
    #appelez-nous a{height:100%;}
    #deployer-menu{
        cursor:pointer;
        position:absolute;
        width: 42px;
        height: 35px;
        background: rgba(0, 0, 0, 0) url("../images/mobile/deployer-medium.png") no-repeat scroll 3px 3px;
        left: 1.5% !important;
        top: 23% !important;
        z-index: 100;
        display:block;
    }
    .menu-mobile{ display: none;}
    .menu-mobile ul { z-index: 200;display:block;position: absolute; top: 65px;width: auto;min-width: 217px;background: #ededed none repeat scroll 0 0;transition: all 800ms ease;-moz-transition: all 800ms ease;-webkit-transition: all 800ms ease;}
    .menu-mobile ul li{list-style:none;height: 50px;line-height: 50px;}
    .menu-mobile ul li a{display:block;font-size:12px;font-family:Lato-Black;text-transform:uppercase ;padding: 0 0 0 37px;background:url(../images/mobile/bkg-menu-mobile.png) no-repeat scroll 92% center ;}
    /*.menu-mobile ul li:hover{background:#f5a000;}*/
    .menu-mobile ul li a:hover{color:#fff;background:#f5a000 url(../images/mobile/bkg-menu-mobile-hover.png) no-repeat scroll 92% center ;}
    #site-navigation .menu-top-container ul{display:none;}
    .logo-slogan{
        position:absolute;
        top: 22%;
        float: none;
        /*        width: 50% !important;*/
        padding: 0;
        left: 14%;
        z-index: 300;
        width: 45%;
    }
    .logo-slogan .logo-07zr{float:none;}
    .logo-slogan .logo-07zr img{max-width: 140px;}
    .logo-07zr a{display:block;}
    .logo-slogan .slogan-07zr{
        width:100%;
        font-size: 1.3vw !important;
    }
    /*.top-triangle{display:none;}*/
    .top-triangle-flag{display:none;}
    .navigation-top{height:65px;background: #ededed;}
    .menu-principal{display:none;}
    .top-newsletter-show-wrap, .auth-btn{display:none;}
    .wrap-header{height:0;}
    #masthead .wrap {position: absolute!important;right: 0;}
    .dropdown dd ul{z-index:300;border-radius: 0 0 16px 16px;}
    .dropdown dd ul li{margin: 2.5px 1.8px;}
    .dropdown dd ul li a{display: block;}
    .dropdown dd ul.language-chooser-image.active{
        flex-direction:column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        right: 29px;
        height: auto;
        width: 31.5px;
    }
    .dropdown dt a div{color:#000;font-size: 6.8px;}
    .dropdown dt a{background:rgba(255, 255, 255, 0) url("../images/select-search.png") no-repeat scroll 40px 9px; background-size: 17%;}
    .dropdown dd ul.language-chooser-image{margin-top: 6px;padding-top: 4px;}

    /*slider*/
    .owl-theme .owl-dots, .owl-theme .owl-nav{height: 50px !important;margin-top: 20px !important;}
    .search-form-category{display: none;}
    .banner .thumbnail-slider{ position: relative;margin-bottom: -4px;}
    .thumbnail-slider h2 {display:none;}
    .main-thumbnail .btn-search-category{display: inline-block;position:relative;width: 100%;/*margin-top: -14px;*/}
    .banner.banner-research { position: relative;}
    .main-thumbnail a{flex:1;border-left:1px #fff solid;margin: 0!important;padding:10px 0!important;width:auto !important;height:48px !important; min-width: 16%;}
    .main-thumbnail a:first-of-type{border:none;}
    .disposit{-webkit-box-pack: space-around;
              -webkit-justify-content: space-around;
              -ms-flex-pack: space-around;justify-content: space-around;margin-top:0 !important;padding:0;}
    .main-thumbnail a.link-pneu{background-color: #b3b3b3;background-image: none;border-radius: 0;}
    .main-thumbnail a.link-pneu.active,.main-thumbnail a.link-pneu:hover,.main-thumbnail a.link-pneu.rezo:hover,.main-thumbnail a.link-pneu:focus,.main-thumbnail a.link-pneu.rezo:focus{background-image: none;background-color: #f5a000;}
    .main-thumbnail a.link-jante{background-color: #b3b3b3;background-image: none;border-radius: 0;}
    .main-thumbnail a.link-jante.active,.main-thumbnail a.link-jante:hover,.main-thumbnail a.link-jante:focus{background-image: none;background-color: #f5a000;}
    .main-thumbnail a.link-chaine{background-color: #b3b3b3;background-image: none;border-radius: 0;}
    .main-thumbnail a.link-chaine.active,.main-thumbnail a.link-chaine:hover,.main-thumbnail a.link-chaine:focus{background-image: none;background-color: #f5a000;}
    .main-thumbnail a.link-pd span{line-height: 12px !important;}
    .main-thumbnail a.link-pd{background-color: #b3b3b3;background-image: none;border-radius: 0;}
    .main-thumbnail a.link-pd.active,.main-thumbnail a.link-pd:hover, .main-thumbnail a.link-pd:focus{background-image: none;background-color: #f5a000;}
    .main-thumbnail a.link-huile span{line-height: 12px !important;}
    .main-thumbnail a.link-huile{background-color: #b3b3b3;background-image: none !important;border-radius: 0;}
    .main-thumbnail a.link-huile.active,.main-thumbnail a.link-huile:hover, .main-thumbnail a.link-huile:focus{background-image: none !important;background-color: #f5a000;}
    .main-thumbnail a.link-batterie span{line-height: 12px !important;}
    .main-thumbnail a.link-batterie{background-color: #b3b3b3;background-image: none;border-radius: 0;}
    .main-thumbnail a.link-batterie.active,.main-thumbnail a.link-batterie:hover, .main-thumbnail a.link-batterie:focus{background-image: none;background-color: #f5a000;}
    .main-thumbnail a span{width: 100%!important;font-family:Lato-Black;font-size:10.46px;color:#fff;text-transform:uppercase;letter-spacing: 1px;line-height: 6px !important;}
    .bxslider, .bxslider li {min-height: 190px !important; }
    .bx-viewport ul.bxslider{margin:0 !important;padding:0!important;}
    .banner .bx-wrapper .bx-viewport{margin-bottom: -10px;}
    .navigation-top .wrap{
        height: 65px;
    }
    /*hover slider*/

    .hover-bkg-welcome{display:block;min-height: 190px;background-color:rgba(0,0,0,0.6);}
    .hover-bkg-welcome h1{font-size:21.8px;font-family:Lato-BlackItalic;color: #f5a000;text-align:center;padding-top: 20px;}
    /*    .hover-bkg-welcome a{display:block;margin:0 auto;font-size:7.42px;font-family:Lato-BlackItalic;color:#000;text-align:center;background-color: #f5a000;padding:4px 12px;border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px;max-width: 150px;width: auto !important;}*/



    /*bottom links*/

}

@media screen and (min-width:960px) and (max-width:980px){
    #site-navigation .menu-top-container ul li{
        padding: 0 12px;
    }
    #masthead .wrap {position: absolute!important;right: 0;}
    .dropdown dd ul{z-index:300;border-radius: 0 0 16px 16px;}
    .dropdown dd ul li{margin: 2.5px 1.8px;}
    .dropdown dd ul li a{display: block;}
    .dropdown dd ul.language-chooser-image.active{
        flex-direction:column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        right: 29px;
        height: auto;
        width: 31.5px;
    }
    .dropdown dt a div{/*color:#000;*/font-size: 6.8px;}
    /*    .dropdown dt a{background:rgba(255, 255, 255, 0) url("../images/select-search.png") no-repeat scroll 40px 9px; background-size: 17%;}*/
    .dropdown dd ul.language-chooser-image{margin-top: 6px;padding-top: 4px;}
    .top-triangle-flag{display:none;}
    .dropdown dd ul.language-chooser-image.active .top-triangle-flag{display:none !important;}
}

@media screen and (min-width:320px) and (max-width:480px){

}

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

}
@media screen and (min-width:960px) and (max-width:980px){
    .search-form-category{
        bottom: 252px !important;
    }
}
@media screen and (max-width:767px){
    footer#colophon{padding: 15px !important;}
    .footer-container .footer-logo {
        float: left;
        width: 200px;
    }
    .footer-container .footer-navigation {
        width: 50%;
    }
    .site-content h2.entry-content h2{
        font-size: 18px;
    }
}
@media screen and (min-width:768px) and (max-width:960px){
    .page-id-134 .header-page, .facturation-paiement .header-page{
        height: 236px;
        background: url(../images/bkg/bkg-facturation_768-960.jpg) no-repeat center center;
    }
    .header-page.page-cookie{
        height: 236px;
        background: url(../images/bkg/bkg-cookies_768-960.jpg) no-repeat center center;
    }
    .page-template-tpl-livraison .header-page{
        height: 236px;
        background: url(../images/bkg/bkg-livraison_768-960.jpg) no-repeat center center;
    }
    .page-template-tpl-fidelite .page-fidelite{
        height: 250px;
        background: url(../images/bkg/bkg-fidelite_768-960.jpg) no-repeat center center;
    }

    .header-histoire{
        height: 236px !important;
        background: url(../images/bkg/bkg-histoire_768-960.jpg) no-repeat center center;
    }
    .header-page {
        height: 236px;
    }
    .page-offre .header-page {
        background-image: url(../images/bkg/bkg-header-offre_768-960.jpg);
        height: 236px;
    }
    #c-recyclage .header-fournisseur{
        height: 236px !important;
        background: url(../images/bkg/recyclage-bkg_768-960.jpg) no-repeat center 0;
    }
    .header-fournisseur{
        height: 236px !important;
        background: url(../images/bkg/fournisseur-bkg_768-960.jpg) no-repeat center 0;
    }
    .page-id-159 .header-page {
        height: 236px !important;
        background-image: url(../images/bkg/bkg-header-cgu_768-960.jpg);
    }
    .page-cgv{
        height: 236px !important;
        background-image: url(../images/bkg/bkg-header-cgu_768-960.jpg);
    }
    .page-faq{
        height: 236px !important;
        background: url(../images/bkg/faq-bkg_768-960.jpg) no-repeat center center;
    }
    .page-esppress{
        height: 236px !important;
        background: url(../images/bkg/espace-press-bkg_768-960.jpg) no-repeat center center;
    }
    .owl-carousel .owl-item img{
        width: 60% !important;
    }
    .header-page h1{
        height:auto;
        line-height:normal;
        padding:15px 0;
    }
    /*    .logo-slogan{
            top: 22%;
        }*/
    .foot-col-4 .newsletter form input{height: 30px;}
    .foot-col-4 .share h3, .foot-col-4 .newsletter h3{font-size: 9px;}
    .footer-container .footer-logo img{max-width:80%;margin: 0 auto;}
    .footer-logo .footer-phone, .footer-logo .footer-mail{ background-size: 11%;font-size: 11px;}
    .footer-container .footer-menu ul li a{font-size: 9px;}
    footer#colophon{padding: 50px 4px 25px 4px !important;}
    .sel-01 select.type_vehicule, .sel-02 select.dimension, .sel-03 select.marque{background-size: 10% !important;}
    .recherche .search-form div{margin:0 10px;}
    form p.submit input{height: 30px;}
    .recherche .search-form .sel-04 p{height: 12px;margin: 4px 0;}
    .recherche .search-form select{height: 20px; font-size: 10px;line-height: 8px;}
    .help{height: 30px;padding: 2px 15px;font-size:11px;}
    .main-thumbnail a.link-chaine {
        /*background: url(../images/ico-chaine.png) no-repeat -17px -10px scroll;*/
    }
    .main-thumbnail a.link-jante {
        /*background: url(../images/ico-jante.png) no-repeat -17px -10px scroll;*/
    }
    .main-thumbnail a.link-pd {
        /*background: url(../images/ico-pd.png) no-repeat -19px -9px scroll;*/
    }
    .main-thumbnail a.link-pneu {
        /*background: url(../images/ico-pneu.png) no-repeat -17px -10px scroll;*/
    }

    .recherche .search-form{margin-top: 10px;}
    .main-thumbnail a{margin: 0 4px;/*width: 60px;height: 60px;*/}
    .banner .thumbnail-slider h1 { font-size: 16px; margin: 10px 0 4px 0;}
    /*    .banner-research a.link-pneu,.banner-research a.link-jante,.banner-research a.link-chaine,.banner-research a.link-pd { width: 90px; height: 90px;}*/
    .thumbnail-slider h2{
        width:100%;
    }
    /*    .logo-slogan .slogan-07zr{float:none;}*/
    .catalogue {max-width: 690px;margin:0 auto; }
    .catalog-content ul li a {width: 160px; height: 159px; }

    button.connexion-header{margin:0;}
    .banner-container h1{font-size: 24px;}
    .banner-container h2{font-size: 16px;}

    #site-navigation .menu-top-container ul li {padding: 0 6px;}

    section#garantie h2{font-size: 22px;}
    section#accompagnement h2{font-size: 22px;}
    section#actualites h2{font-size: 22px;}
    section#catalogue h2{font-size: 22px;}
    #site-navigation .menu-top-container{padding: 12px 0;}
    #site-navigation .menu-top-container ul li:first-child{background: url(../images/icon-phone.png) no-repeat 15px 2px;
                                                           background-size:15%;}
    .links ul li h3{font-size: 14px;}
    .links ul li a{font-size: 12px;line-height: 16px;}
    .menu-principal{top: 1px; position:relative;}
    /*    .logo-slogan .logo-07zr{float:none;}*/
    /*    .logo-slogan .logo-07zr img{margin: 0 30px 0 0px; float: right;}*/
    /*    .logo-slogan{
            width: 80%;
            float:none;
            margin: 0 auto;
            float: none;
                            padding: 0;
            display: table;
        }*/
    /*    .wrap-header{height: 160px;}*/
    .auth-btn{width: 100%;text-align: center;padding: 20px 0;}

    .contenu-actualites p{font-size: 16px;line-height: 24px;}
    .contenu-actualites{ height: 150px;}
    .contenu-actualites h3{ font-size: 14px;}

    .contenu-accompagnement{ height: 120px;}
    .contenu-accompagnement a {width: 75%; margin: 3px auto;font-size: 16px;}
    .contenu-accompagnement h3{font-size: 22px;line-height: 28px;}
}
@media screen and (max-width:767px){
    .contenu-actualites p{font-size: 14px;line-height: 20px;}
    .contenu-actualites{ height: 120px;}
    .contenu-actualites h3{ font-size: 12px;line-height: 20px;}

    .contenu-accompagnement{ height: 110px;}
    .contenu-accompagnement a {width: 75%; margin: 3px auto;font-size: 14px;}
    .contenu-accompagnement h3{font-size: 18px;line-height: 26px;height: 52px;}
    .header-page{
        height: 147px;
    }
    .header-page h1{
        height:auto;
        line-height:normal;
        padding:15px 0;
        font-size: 18px;
    }
}
@media screen and (max-width:1024px){

    .recherche-pneu, .recherche-jante, .recherche-pd, .recherche-chaine {
        width:800px;
        margin-left: -400px;
    }

    .banner.banner-research { min-height: 0px!important; }
    .bxslider, .bxslider li{/* min-height: 340px !important;*/ }
    button.btn-reset{height:30px;width:160px;font-size:11px;background:rgba(0, 0, 0, 0.5) url("../images/icone/init-filtre.png") no-repeat scroll 6px 11px !important;background-size: 6%!important;}
    .sel-02 input, .sel-03 input{height: 30px !important;width: 140px;}
    .sel-02 input.dimension, .sel-02 input.marque{height: 30px !important;width: 140px;}
    .recherche-pneu .search-form div{width: 140px;}
    .logo-top_07zr a img{padding: 8px;}
    .sel-04 .label-radio:after{background-size: 94%;}
    .recherche-jante .search-form div{
        margin: 10px 5px 0 5px;
    }
    .sel-04 .label-radio{font-size:10px;}
    .sel-04 .label-radio:before{
        width: 14px;
        height: 14px;
    }
    .sel-01 select.type_vehicule, .sel-02 select.dimension, .sel-03 select.marque{
        width:160px;
    }
    .recherche-pneu .search-form, .recherche-chaine .search-form, .recherche-pd .search-form{max-height: 50px;}
    .recherche-jante .search-form{height: 60px;}
    .sel-01 select.type_vehicule, .sel-02 select.dimension, .sel-03 select.marque{height:30px;}
    .sel-021 select, .sel-022 select, .sel-023 select, .sel-024 select, .sel-025 select, .sel-032 select, .in-031 input, .in-041 input, .in-042 input{
        height:30px !important;
    }
    .auth-btn { float: right; padding: 35px 0 0; }
    form p.submit input{height: 30px;    width: 160px;}
    .recherche .search-form .sel-04 p{height: 12px;margin: 4px 0;}
    .recherche .search-form select{height: 30px;font-size:11px;}
    .help{height: 30px;padding: 4px 15px;font-size:11px;line-height: 20px;}
    .recherche .search-form{margin-top: 10px;}
    .main-thumbnail a{margin: 0 4px;/*width: 70px;height: 70px;width: 100px; height: 100px;*/}
    .main-thumbnail a:hover,.main-thumbnail a.active{/*width: 100px; height: 100px;*/}
    .banner .thumbnail-slider h1 { font-size: 16px; margin: 14px 0 8px 0;}
    /* .catalogue{max-width:690px;} */
    .catalog-content ul li a{ width: 160px; height: 159px;}

    /* .logo-slogan{padding: 30px 0 0 8px;} */
    /*.logo-slogan .slogan-07zr{font-size:14px;}*/
    .phone-header{font-size:13px;}
    button.inscription-header{padding: 7px 12px;margin: 0 6px 0 10px;}
    button.connexion-header{margin: 0 24px 0 0px;padding: 8px 8px 8px 20px; width: 110px;background: #F5A000 url(../images/key.png) no-repeat 12px 6px;}

    .links .number-one, .links .column-two-bottom, .links .column-three-bottom{padding: 0 16px;}
    .links ul li h3{font-size: 15px;}
    .links ul li a{font-size: 13px;line-height: 18px;}

    .contenu-actualites p{font-size: 18px;line-height: 26px;}
    .contenu-actualites{ height: 170px;}
    .contenu-actualites h3{ font-size: 15px;}

    .contenu-accompagnement a {width: 80%; margin: 3px auto;font-size: 18px;}
    /*.contenu-accompagnement h3{font-size: 26px;}*/
}
@media screen and (min-width:961px) and (max-width:1023px){
    .search-form-category{
        bottom: 140px !important;
    }
    .thumbnail-slider h2{padding-top:0;font-size: 18px;margin: 10px 0 0 0 !important;}
    .disposit{margin-top: 6px;}
    .bxslider, .bxslider li {
        min-height: 284px !important;
    }
}
@media screen and (max-width:1280px){
    .banner.banner-research { /*min-height: 500px!important;*/ }
    .bxslider, .bxslider li{ /*min-height: 500px !important; */}
    .logo-top_07zr a img{padding: 6px 8px;}
    .thumbnail-slider h2{padding-top: 0;margin: 20px 0 0 0;font-size: 22px;}
    .recherche-pneu .search-form{ max-height: 60px;}
    .main-thumbnail a.link-pneu.active.rezo{background-size: 85%;}
    .main-thumbnail a.link-pneu.active.rezo:hover{background-size: 85%;}

    .catalogue{/*max-width:740px;*/}
    .catalog-content ul li a{background-size: 85% !important; }

    .recherche .search-form{margin-top: 10px;}
    .main-thumbnail a{margin: 0 14px;width: 90px;height: 90px;}
    .main-thumbnail a:hover,.main-thumbnail a:focus {width: 90px;height: 90px;}

    .search-form-category { bottom: 182px;}
    .banner .thumbnail-slider h1{font-size: 18px;margin: 16px 0 8px 0;}
    nav.menu-principal ul{margin-left:-140px;}
    .main-thumbnail a span{
        font-size: 11px;
        padding-top: 16px;
    }
    .main-thumbnail a.link-pd span{
        padding-top: 14px;
        line-height: 14px;
    }
}
@media screen and (min-width:1400px) and (max-width:1679px){
    .logo-top_07zr a img{ padding: 3px 8px;}
}
@media screen and (min-width:1601px) {

    /*BKG HOME PAGE*/
    .search-form-category{
        bottom: 310px;
    }
    .bx-bkg-pneu{
        background: url("../images/bkg-cat/sl-pneu-xlarge.jpg") no-repeat scroll center center;
    }
    .bx-bkg-jante{
        background: url("../images/bkg-cat/sl-jante-xlarge.jpg") no-repeat scroll center center;
    }
    .bx-bkg-chaine{
        background: url("../images/bkg-cat/sl-chaine-xlarge.jpg") no-repeat scroll center center;
    }
    .bx-bkg-pdetache{
        background: url("../images/bkg-cat/sl-pd-xlarge.jpg") no-repeat scroll center center;
    }
    .fr .bx-bkg-pneu.active-slide-first{
        background-image: url("../images/bkg-cat/france-pneu-xlarge.jpg") !important;
    }
    .bxslider, .bxslider li{
        min-height: 636px !important;
        background-size:cover;
    }
    .bx-bkg-pneu{
        background: url("../images/bkg-cat/sl-pneu-xlarge.jpg") no-repeat scroll center center;
    }
    .bx-bkg-jante{
        background: url("../images/bkg-cat/sl-jante-xlarge.jpg") no-repeat scroll center center;
    }
    .bx-bkg-chaine{
        background: url("../images/bkg-cat/sl-chaine-xlarge.jpg") no-repeat scroll center center;
    }
    .bx-bkg-pdetache{
        background: url("../images/bkg-cat/sl-pd-xlarge.jpg") no-repeat scroll center center;
    }
    .fr .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-xlarge-fr.jpg") no-repeat scroll center center;
        background-size: cover;
    }
    .es .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-xlarge-es.jpg") no-repeat scroll center center;
        background-size: cover;
    }
    .de .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-xlarge-de.jpg") no-repeat scroll center center;
    }
    .at .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-xlarge-at.jpg") no-repeat scroll center center;
    }
    .pt .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-xlarge-pt.jpg") no-repeat scroll center center;
    }
    .it .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-xlarge-it.jpg") no-repeat scroll center center;
    }
    .se .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-xlarge-se.jpg") no-repeat scroll center center;
    }
    .bx-bkg-batterie{
        background: url("../images/bkg-cat/sl-batterie-xlarge.jpg") no-repeat scroll center center;
    }

    /*BKG CATALOGUE*/
    .page-template-tpl-resultat-pneu .search-form-category, .page-template-tpl-catalogue-jante .search-form-category, .page-template-tpl-catalogue-chaine .search-form-category{
        bottom: 200px !important;
    }

    .banner-catalog{
        min-height:444px !important;
        background-size:cover;
        -moz-background-size:cover;
        -webkit-background-size:cover;
    }
    .banner-catalog h3{
        top: 110%;
    }
    .page-template-tpl-resultat-pneu .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-pneu-xlarge.jpg) ;
    }
    .page-template-tpl-catalogue-jante .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-jante-xlarge.jpg) ;
    }
    .page-template-tpl-catalogue-chaine .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-chaine-xlarge.jpg) ;
    }
    .page-template-tpl-resultat-pd .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-pd-xlarge.jpg) ;
    }
}
@media screen and (min-width:1600px) {
    /*	.bxslider, .bxslider li {
                    min-height: 530px !important;
            }*/
    .disposit{margin-top: 80px;}
    .banner-catalog .disposit{
        margin-top: 40px;
    }
}
@media screen and (min-width:1440px) and (max-width:1600px) {
    .header-histoire{
        height: 441px;
        background: url(../images/bkg/bkg-histoire_1440-1600.jpg) no-repeat center center;
    }
    .page-offre .header-page {
        background-image: url(../images/bkg/bkg-header-offre_1440-1600.jpg);
        height: 441px;
    }
    #c-recyclage .header-fournisseur{
        height: 441px !important;
        background: url(../images/bkg/recyclage-bkg_1440-1600.jpg) no-repeat center 0;
    }
    .header-fournisseur{
        height: 441px !important;
        background: url(../images/bkg/fournisseur-bkg_1440-1600.jpg) no-repeat center 0;
    }
    .page-id-159 .header-page {
        background-image: url(../images/bkg/bkg-header-cgu_1440-1600.jpg);
        height: 441px !important;
    }
    .page-cgv{
        background-image: url(../images/bkg/bkg-header-cgu_1440-1600.jpg);
        height: 441px !important;
    }
    .page-faq{
        height: 441px !important;
        background: url(../images/bkg/faq-bkg_1440-1600.jpg) no-repeat center center;
    }
    .page-esppress{
        height: 441px !important;
        background: url(../images/bkg/espace-press-bkg_1440-1600.jpg) no-repeat center center;
    }
    .livraison .header-page,.lieferung .header-page, .entrega .header-page, .consegna .header-page, .dostawa .header-page, .page-template-tpl-livraison .header-page {
        height: 441px !important;
        background-image: url(../images/bkg/bkg-header-livraison_1440-1600.jpg);
    }
    .page-id-134 .header-page, .facturation-paiement .header-page {
        height: 441px !important;
        background-image: url(../images/bkg/bkg-header-fact-paiement_1440-1600.jpg);
    }
    .page-fidelite{
        height: 441px !important;
        background: url(../images/bkg/fidelite-bkg_1440-1600.jpg) no-repeat center center;
    }
    .page-cookie{
        height: 441px !important;
        background: url(../images/bkg/cookie-bkg_1440-1600.jpg) no-repeat center center;
    }
    .disposit {margin-top: 20px;}

    /*BKG HOME PAGE*/
    .bx-bkg-pneu{
        background: url("../images/bkg-cat/sl-pneu-large.jpg") no-repeat scroll center center;
    }
    .bx-bkg-jante{
        background: url("../images/bkg-cat/sl-jante-large.jpg") no-repeat scroll center center;
    }
    .bx-bkg-chaine{
        background: url("../images/bkg-cat/sl-chaine-large.jpg") no-repeat scroll center center;
    }
    .bx-bkg-pdetache{
        background: url("../images/bkg-cat/sl-pd-large.jpg") no-repeat scroll center center;
    }
    .fr .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-large-fr.jpg") no-repeat scroll center center;
    }
    .es .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-large-es.jpg") no-repeat scroll center center;
    }
    .de .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-large-de.jpg") no-repeat scroll center center;
    }
    .at .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-large-at.jpg") no-repeat scroll center center;
    }
    .pt .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-large-pt.jpg") no-repeat scroll center center;
    }
    .it .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-large-it.jpg") no-repeat scroll center center;
    }
    .se .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-large-se.jpg") no-repeat scroll center center;
    }
    .bx-bkg-batterie{
        background: url("../images/bkg-cat/sl-batterie-large.jpg") no-repeat scroll center center;
    }
    .fr .bx-bkg-pneu.active-slide-first{
        background-image: url(../images/bkg-cat/france-pneu-large.jpg) !important;
    }
    .bxslider, .bxslider li{
        min-height: 440px !important;
        /*        background-size:100%;
                background-position:inherit !important;        */
    }
    .search-form-category{
        bottom: 210px;
    }


    /*BKG CATALOGUE*/

    /* CATALOGUE */

    .page-template-tpl-resultat-pneu .search-form-category, .page-template-tpl-catalogue-jante .search-form-category, .page-template-tpl-catalogue-chaine .search-form-category{
        bottom: 220px !important;
    }
    .banner-catalog{
        background-size:cover;
        -moz-background-size:cover;
        -webkit-background-size:cover;
        min-height:444px;
        background-repeat: no-repeat;
    }

    .page-template-tpl-resultat-pneu .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-pneu-large.jpg) ;
    }
    .page-template-tpl-catalogue-jante .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-jante-large.jpg) ;
    }
    .page-template-tpl-catalogue-chaine .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-chaine-large.jpg) ;
    }
    .page-template-tpl-resultat-pd .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-pd-large.jpg) ;
    }
}
@media screen and (min-width:1280px) and (max-width:1440px){
    .header-histoire{
        height: 392px;
        background: url(../images/bkg/bkg-histoire_1280-1440.jpg) no-repeat center center;
    }
    .page-offre .header-page {
        background-image: url(../images/bkg/bkg-header-offre_1280-1440.jpg);
        height: 392px;
    }
    #c-recyclage .header-fournisseur{
        height: 392px !important;
        background: url(../images/bkg/recyclage-bkg_1280-1440.jpg) no-repeat center 0;
    }
    .header-fournisseur{
        height: 392px !important;
        background: url(../images/bkg/fournisseur-bkg_1280-1440.jpg) no-repeat center 0;
    }
    .page-id-159 .header-page {
        background-image: url(../images/bkg/bkg-header-cgu_1280-1440.jpg);
        height: 392px !important;
    }
    .page-cgv{
        background-image: url(../images/bkg/bkg-header-cgu_1280-1440.jpg);
        height: 392px !important;
    }
    .page-faq{
        height: 392px !important;
        background: url(../images/bkg/faq-bkg_1280-1440.jpg) no-repeat center center;
    }
    .page-esppress{
        height: 392px !important;
        background: url(../images/bkg/espace-press-bkg_1280-1440.jpg) no-repeat center center;
    }
    .livraison .header-page,.lieferung .header-page, .entrega .header-page, .consegna .header-page, .dostawa .header-page, .page-template-tpl-livraison .header-page {
        height: 392px !important;
        background-image: url(../images/bkg/bkg-header-livraison_1280-1440.jpg);
    }
    .page-id-134 .header-page, .facturation-paiement .header-page {
        height: 392px !important;
        background-image: url(../images/bkg/bkg-header-fact-paiement_1280-1440.jpg);
    }
    .page-fidelite{
        height: 392px !important;
        background: url(../images/bkg/fidelite-bkg_1280-1440.jpg) no-repeat center center;
    }
    .page-cookie{
        height: 392px !important;
        background: url(../images/bkg/cookie-bkg_1280-1440.jpg) no-repeat center center;
    }

    .search-form-category{
        bottom: 185px;
    }
    .bx-bkg-pneu{
        background: url("../images/bkg-cat/sl-pneu-m.jpg") no-repeat scroll center center;
    }
    .bx-bkg-jante{
        background: url("../images/bkg-cat/sl-jante-m.jpg") no-repeat scroll center center;
    }
    .bx-bkg-chaine{
        background: url("../images/bkg-cat/sl-chaine-m.jpg") no-repeat scroll center center;
    }
    .bx-bkg-pdetache{
        background: url("../images/bkg-cat/sl-pd-m.jpg") no-repeat scroll center center;
    }
    .fr .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-m-fr.jpg") no-repeat scroll center center;
    }
    .es .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-m-es.jpg") no-repeat scroll center center;
    }
    .de .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-m-de.jpg") no-repeat scroll center center;
    }
    .at .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-m-at.jpg") no-repeat scroll center center;
    }
    .pt .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-m-pt.jpg") no-repeat scroll center center;
    }
    .it .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-m-it.jpg") no-repeat scroll center center;
    }
    .se .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-m-se.jpg") no-repeat scroll center center;
    }
    .bx-bkg-batterie{
        background: url("../images/bkg-cat/sl-batterie-m.jpg") no-repeat scroll center center;
    }
    .fr .bx-bkg-pneu.active-slide-first{
        background-image: url("../images/bkg-cat/france-pneu-m.jpg") !important;
    }
    .bxslider, .bxslider li {
        min-height: 400px !important;
    }
    .banner.banner-research {
        /*min-height: 447px!important;*/
    }
    /* CATALOGUE */
    .page-template-tpl-resultat-pneu .search-form-category, .page-template-tpl-catalogue-jante .search-form-category, .page-template-tpl-catalogue-chaine .search-form-category{
        bottom: 200px !important;
    }
    .banner-catalog{
        background-size:cover;
        -moz-background-size:cover;
        -webkit-background-size:cover;
        min-height:400px;
    }
    .banner-catalog h3{
        top: 101%;
        font-size: 22px;
    }

    .page-template-tpl-resultat-pneu .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-pneu-m.jpg) ;
    }
    .page-template-tpl-catalogue-jante .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-jante-m.jpg) ;
    }
    .page-template-tpl-catalogue-chaine .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-chaine-m.jpg) ;
    }
    .page-template-tpl-resultat-pd .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-pd-m.jpg) ;
    }

}
@media screen and (min-width:960px) and (max-width:1024px){
    .header-histoire{
        height: 294px;
        background: url(../images/bkg/bkg-histoire_960-1024.jpg) no-repeat center center;
    }
    .page-offre .header-page {
        background-image: url(../images/bkg/bkg-header-offre_960-1024.jpg);
        height: 294px;
    }
    #c-recyclage .header-fournisseur{
        height: 294px !important;
        background: url(../images/bkg/recyclage-bkg_960-1024.jpg) no-repeat center 0;
    }
    .header-fournisseur{
        height: 294px !important;
        background: url(../images/bkg/fournisseur-bkg_960-1024.jpg) no-repeat center 0;
    }
    .page-id-159 .header-page {
        background-image: url(../images/bkg/bkg-header-cgu_960-1024.jpg);
        height: 294px !important;
    }
    .page-cgv{
        background-image: url(../images/bkg/bkg-header-cgu_960-1024.jpg);
        height: 294px !important;
    }
    .page-faq{
        height: 294px !important;
        background: url(../images/bkg/faq-bkg_960-1024.jpg) no-repeat center center;
    }
    .page-esppress{
        height: 294px !important;
        background: url(../images/bkg/espace-press-bkg_960-1024.jpg) no-repeat center center;
    }
    .livraison .header-page,.lieferung .header-page, .entrega .header-page, .consegna .header-page, .dostawa .header-page, .page-template-tpl-livraison .header-page {
        height: 294px !important;
        background-image: url(../images/bkg/bkg-header-livraison_960-1024.jpg);
    }
    .page-id-134 .header-page,.facturation-paiement .header-page {
        height: 294px !important;
        background-image: url(../images/bkg/bkg-header-fact-paiement_960-1024.jpg);
    }
    .page-fidelite{
        height: 294px !important;
        background: url(../images/bkg/fidelite-bkg_960-1024.jpg) no-repeat center center;
    }
    .page-cookie{
        height: 294px !important;
        background: url(../images/bkg/cookie-bkg_960-1024.jpg) no-repeat center center;
    }
}
@media screen and (min-width:1024px) and (max-width:1280px){
    .header-histoire{
        height: 314px;
        background: url(../images/bkg/bkg-histoire_1024-1280.jpg) no-repeat center center;
    }
    .page-offre .header-page {
        background-image: url(../images/bkg/bkg-header-offre_1024-1280.jpg);
        height: 314px;
    }
    #c-recyclage .header-fournisseur{
        height: 314px !important;
        background: url(../images/bkg/recyclage-bkg_1024-1280.jpg) no-repeat center 0;
    }
    .header-fournisseur{
        height: 314px !important;
        background: url(../images/bkg/fournisseur-bkg_1024-1280.jpg) no-repeat center 0;
    }
    .page-id-159 .header-page {
        background-image: url(../images/bkg/bkg-header-cgu_1024-1280.jpg);
        height: 314px !important;
    }
    .page-cgv{
        background-image: url(../images/bkg/bkg-header-cgu_1024-1280.jpg);
        height: 314px !important;
    }
    .page-faq{
        height: 314px !important;
        background: url(../images/bkg/faq-bkg_1024-1280.jpg) no-repeat center center;
    }
    .page-esppress{
        height: 314px !important;
        background: url(../images/bkg/espace-press-bkg_1024-1280.jpg) no-repeat center center;
    }
    .livraison .header-page,.lieferung .header-page, .entrega .header-page, .consegna .header-page, .dostawa .header-page, .page-template-tpl-livraison .header-page {
        height: 314px !important;
        background-image: url(../images/bkg/bkg-header-livraison_1024-1280.jpg);
    }
    .page-id-134 .header-page,.facturation-paiement .header-page {
        height: 314px !important;
        background-image: url(../images/bkg/bkg-header-fact-paiement_1024-1280.jpg);
    }
    .page-fidelite{
        height: 314px !important;
        background: url(../images/bkg/fidelite-bkg_1024-1280.jpg) no-repeat center center;
    }
    .page-cookie{
        height: 314px !important;
        background: url(../images/bkg/cookie-bkg_1024-1280.jpg) no-repeat center center;
    }
    .disposit {margin-top: 20px;}
    .resultat-content .owl-carousel1 .slide .mnemotech.ja, .resultat-content .owl-carousel .slide .mnemotech.ja{
        font-size: 17px;
    }
    .resultat-content .owl-carousel1 .slide .ref-resultat{
        font-size:10px;
    }
    .bx-bkg-pneu{
        background: url("../images/bkg-cat/sl-pneu.jpg") no-repeat scroll center center;
    }
    .bx-bkg-jante{
        background: url("../images/bkg-cat/sl-jante.jpg") no-repeat scroll center center;
    }
    .bx-bkg-chaine{
        background: url("../images/bkg-cat/sl-chaine.jpg") no-repeat scroll center center;
    }
    .bx-bkg-pdetache{
        background: url("../images/bkg-cat/sl-pd.jpg") no-repeat scroll center center;
    }
    .fr .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-fr.jpg") no-repeat scroll center center;
    }
    .es .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-es.jpg") no-repeat scroll center center;
    }
    .de .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-de.jpg") no-repeat scroll center center;
    }
    .at .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-at.jpg") no-repeat scroll center center;
    }
    .pt .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-pt.jpg") no-repeat scroll center center;
    }
    .it .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-it.jpg") no-repeat scroll center center;
    }
    .se .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-se.jpg") no-repeat scroll center center;
    }
    .bx-bkg-batterie{
        background: url("../images/bkg-cat/sl-batterie.jpg") no-repeat scroll center center;
    }
    .bxslider, .bxslider li {
        min-height: 355px !important;
    }
    .fr .bx-bkg-pneu.active-slide-first{
        background-image: url("../images/bkg-cat/france-pneu.jpg") !important;
    }
    .search-form-category {
        bottom: 170px !important;
    }
    .banner.banner-research {
        /*min-height: 447px!important;*/
    }
    /* CATALOGUE */
    .page-template-tpl-resultat-pneu .search-form-category, .page-template-tpl-catalogue-jante .search-form-category, .page-template-tpl-catalogue-chaine .search-form-category{
        bottom: 175px !important;
    }
    .banner-catalog{
        background-size:100%;
        -moz-background-size:100%;
        -webkit-background-size:100%;
        background-repeat: no-repeat;
        min-height:380px;
    }
    .banner-catalog h3{
        top: 101%;
        font-size: 20px;
    }

    .page-template-tpl-resultat-pneu .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-pneu.jpg) ;
    }
    .page-template-tpl-catalogue-jante .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-jante.jpg) ;
    }
    .page-template-tpl-catalogue-chaine .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-chaine.jpg) ;
    }
    .page-template-tpl-resultat-pd .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-pd.jpg) ;
    }


}
@media screen and (max-width:1023px){
    .main-thumbnail-large a{
        width:180px;
        height:180px;
    }
    .main-thumbnail-large a span{
        font-size: 18px;
        line-height: 21px;
        padding: 29px 10px 0;
    }
    .resultat-content .owl-carousel1 .slide .mnemotech.ja, .resultat-content .owl-carousel .slide .mnemotech.ja{
        font-size: 15px;
    }
    .resultat-content .owl-carousel1 .slide .ref-resultat{
        font-size:9px;
    }
    .bx-bkg-pneu{
        background: url("../images/bkg-cat/sl-pneu-big-tbl.jpg") no-repeat scroll center center;
    }
    .bx-bkg-jante{
        background: url("../images/bkg-cat/sl-jante-big-tbl.jpg") no-repeat scroll center center;
    }
    .bx-bkg-chaine{
        background: url("../images/bkg-cat/sl-chaine-big-tbl.jpg") no-repeat scroll center center;
    }
    .bx-bkg-pdetache{
        background: url("../images/bkg-cat/sl-pd-big-tbl.jpg") no-repeat scroll center center;
    }
    .fr .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-big-tbl-fr.jpg") no-repeat scroll center center;
    }
    .es .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-big-tbl-es.jpg") no-repeat scroll center center !important;
    }
    .de .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-big-tbl-de.jpg") no-repeat scroll center center;
    }
    .at .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-big-tbl-at.jpg") no-repeat scroll center center;
    }
    .pt .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-big-tbl-pt.jpg") no-repeat scroll center center;
    }
    .it .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-big-tbl-it.jpg") no-repeat scroll center center;
    }
    .se .bx-bkg-huile{
        background: url("../images/bkg-cat/sl-huile-big-tbl-se.jpg") no-repeat scroll center center;
    }
    .bx-bkg-batterie {
        background: url("../images/bkg-cat/sl-huile-xlarge-xlarge.jpg") no-repeat scroll center center;
    }

    .fr .bx-bkg-pneu.active-slide-first{
        background-image: url("../images/bkg-cat/sl-france-big-tbl.jpg") !important;
        background-size: cover;
    }
    .sel-02 {
        width: 120px;
    }
    .banner-catalog{
        min-height: 284px;
    }
    .page-template-tpl-resultat-pneu .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-pneu-1024.jpg) ;
    }
    .page-template-tpl-catalogue-jante .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-jante-1024.jpg) ;
    }
    .page-template-tpl-catalogue-chaine .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-chaine-1024.jpg) ;
    }
    .page-template-tpl-resultat-pd .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-pd-1024.jpg) ;
    }
    .page-template-tpl-resultat-pneu .search-form-category, .page-template-tpl-catalogue-jante .search-form-category, .page-template-tpl-catalogue-chaine .search-form-category{
        bottom: 120px !important;
    }

}
@media screen and (max-width:959px){
    .logo-top_07zr a img{padding: 8px;}
    .sel-04 .label-radio:before{width: 16px;height: 16px;}
    .recherche-chaine .search-form{max-height: 50px;}
    .main-thumbnail a.link-pneu.active.rezo{background-size: 90%;}
    .thumbnail-slider h2{font-size: 20px;}
    form.search-pneu, form.search-jante, form.search-chaine, form.search-pd{
        bottom: 120px !important;
    }
    .sel-01 select.type_vehicule, .sel-02 select.dimension, .sel-03 select.marque{height:30px;}
    .sel-021 select, .sel-022 select, .sel-023 select, .sel-024 select, .sel-025 select, .sel-032 select, .in-031 input, .in-041 input, .in-042 input{
        height:30px !important;
    }
    .disposit {
        /*		margin-top: 10px;*/
    }
    .main-thumbnail a, .main-thumbnail a:hover, .main-thumbnail a:focus{
        height:100px;
        width:100px;
    }
    .banner-catalog{
        min-height: 266px;
    }
    .page-template-tpl-resultat-pneu .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-pneu-960.jpg) ;
    }
    .page-template-tpl-catalogue-jante .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-jante-960.jpg) ;
    }
    .page-template-tpl-catalogue-chaine .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-chaine-960.jpg) ;
    }
    .page-template-tpl-resultat-pd .banner-catalog{
        background-image: url(../images/bkg-cat/bkg-cat-pd-960.jpg) ;
    }
    .page-template-tpl-resultat-pneu .search-form-category, .page-template-tpl-catalogue-jante .search-form-category, .page-template-tpl-catalogue-chaine .search-form-category{
        bottom: -10px !important;
    }
    section#garantie .container .col-sm-2, section#garantie-huile .container .col-sm-2, section#garantie-piece .container .col-sm-2 {
        width: 33.33333333%;
    }
    section.garantie{
        padding-bottom: 0;
    }
}
#image-loading-page {
    background: url(/images/ajax_loader_orange_128.gif) no-repeat center;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    margin: auto;
    text-align: center;
    font-weight: bolder;
    font: 20px arial,helvetica,sans-serif;
}

#image-loading-page > span {
    position: relative;
    top: 70%;
}
/* integre insciption */

.type-vehicule{
    width: 40px;
    height: 24px;
}

.type-vehicule.tourisme{
    background: url(../images/cat-down/icone-tourisme.svg) no-repeat 0 center;
}

.type-vehicule.offroad-4x4-suv{
    background: url(../images/cat-down/icone-4x4.svg) no-repeat 0 center;
}

.type-vehicule.camionnette{
    background: url(../images/cat-down/icone-camionnette.svg) no-repeat 0 center;
}

.type-vehicule.moto-scooter{
    background: url(../images/cat-down/icone-moto.svg) no-repeat 0 center;
}

.type-vehicule.quad-atv-buggy-tondeusesagazon{
    background: url(../images/cat-down/icone-quad.svg) no-repeat 0 center;
}

.type-vehicule.collectionvintage{
    background: url(../images/cat-down/icone-vintage.svg) no-repeat 0 center;
}
.owl-dots{display:none;}
.owl-carousel-mobile .owl-dots{display:none !important;}

/*desactivation at*/
.lang-at, .qtranxs_image_at {
    /*display: none;*/
}
.footer-menu-mob,
.footMob{
    display:none;
}
@media (max-width:960px) {
    .page-jante .header-page h1{
        max-width:80%;
    }
    .item-fidelite h3{font-size:20px;min-height: 20px;}
    .fidelite-container .item-fidelite > p{padding: 5px 16px 10px;font-size: 14px;line-height: 18px;}
    .sliderAccompagnement .owl-carousel{max-width:960px;}
    .sliderAccompagnement .owl-dots{
        display:block !important;
        position: absolute;
        margin-left: 50%;
    }
    .sliderAccompagnement .owl-dot{
        display:block;
        height:8px;
        width:8px;
        background-color:#666666 !important;
        float: left;
        margin:0 4px;
        border-radius:50%;
    }
    .sliderAccompagnement .owl-dot.active{
        background-color:#f5a000 !important;
    }
    .sliderAccompagnement.owl-carousel .owl-nav {display:none!important;}
    .container-judicial h4{margin: 20px 20px 20px 0;}
    .icon-liste{float: none;width: 100%;}
    .icon-liste img{display: block;margin: 0 auto;padding: 14px;}
    .txt-liste{width:100%;padding-right: 20px;}
    .block-list.desktop{display:none;}
    .page-template-tpl-judicial section#garantie-bottom{display:none;}
    section.garantie h2{
        font-size: 14px;
    }
    .garanti-sixieme .ico img{
        max-width:60px;
    }
    .garantie h3 {
        font-size: 8px;
    }
    section#accompagnement h2{
        font-size: 14px;
        padding: 0px 0 10px;
    }
    .accompagnement {
        background:#f2f2f2;
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-width: 100%;
    }
    .accompagnement .col-sm-4 {
        width:100%;
    }
    .accompagnement .col-sm-4.blcClient {
        max-height: 212px;
    }
    .contentColl, .contentColl:hover  {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        background-color: transparent;
        min-height: auto;
        padding: 16px 0;
        display: table;
        width: 100%;
    }
    .blcHideM {
        display:none;
    }
    .box-accomp .img-accompagnement {
        width: 34%;
        height: auto;
        text-align: left;
        padding-bottom: 4px;
        float: left;
    }
    .contenu-accompagnement {
        height: auto;
        float: right;
        width: 62%;
    }
    .contenu-accompagnement h3 {
        font-size: 16px;
        text-align: left;
        color: #f5a000;
        height: auto;
    }
    .contenu-accompagnement p, .contentColl:hover .contenu-accompagnement p{
        font-size:13px;
        text-align:left;
        color: #000;
    }
    .contenu-accompagnement a, .contentColl:hover .contenu-accompagnement a {
        background-color: #f5a000;
        color: #000;
        width: 55%;
        margin: 3px 0;
        font-size: 13px;
        max-width:91px;
    }
    .blcShowM{
        display:block;
    }
    .mob-Acc{
        background: #b3b3b3;
        display: table;
        width: 100%;
        color: #fff;
        text-align:center;
    }
    .colAcc	{
        padding:15px;
        border-right: 1px solid #fff;
    }
    .colAcc.lastAcc{
        border:0;
    }
    .mob-Acc h3{
        font-family: Lato-Italic;
        font-size:18px;
        min-height:50px;
        margin-bottom: 10px;
    }
    .mob-Acc h3 span{
        font-family: Lato-BlackItalic;
    }
    .mob-Acc a{
        background-color: #f5a000;
        color: #000;
        font-family: Lato-BlackItalic;
        width: 90px;
        display:block;
        margin: 3px auto;
        font-size: 13px;
        padding:4px 0;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
    }
    footer#colophon {
        background: #f2f2f2;
        padding: 0 !important;
    }
    section#catalogue, section#c-categorie, #bottom-links, .footer-logo{
        display:none;
    }
    .footMob {
        background:url(../images/foot-mob.png) no-repeat center bottom;
        background-size:100% auto;
        height:86px;
        text-align:center;
        color: #fff;
        display: block;
        padding:10px 0;
        box-sizing : border-box;
    }
    .footMob p{
        font-family:Lato-LightItalic;
        font-size:14px;
        color: #fff;
        text-transform: uppercase;
    }
    .footMob a{
        text-align: left;
        padding: 5px 0 10px 50px;
        font-size: 13.07px;
        color: #fff;
        font-family: Lato-BlackItalic;
        display: inline-block;
    }
    .footMob a:hover{
        color: #f5a000;
    }
    .footMob a.footer-phone{
        background: url(../images/icon-phone.png) no-repeat 14px 5px;
    }
    .footMob a.footer-mail{
        background: url(../images/icon-mel.png) no-repeat 20px 5px;
    }
    .footer-container .footer-navigation{
        width: 100%;
        padding: 10px 15px;
        text-align: center;
    }
    .footer-menu {
        display:none;
    }
    .footer-container .foot-col-4 {
        width:100%;
    }
    .foot-col-4 .newsletter h3 {
        color: #000 !important;
        font-size: 11px !important;
        font-family: Lato-Black;
    }
    .foot-col-4 .newsletter form input.submit-nwsl{
        right: 6%;
    }
    .foot-col-4 .share,
    .besoinaide {
        display:none;
    }
    .footer-menu-mob{
        display:block;
    }
    .footer-menu-mob .widget{
        padding-bottom: 0;
    }
    .widget .menu-footer-menu-mobile-container{
        margin: 0 25px;
        border-top: 1px solid #e7e7e7;
        text-align:center;
        padding: 10px 0;
    }
    .widget .menu-footer-menu-mobile-container ul li{
        display: inline-block;
        width:auto;
        padding: 0 5px;
        border-left: 1px solid #f5a000;
        height: 13px;
        line-height: 12px;
    }
    .widget .menu-footer-menu-mobile-container ul li:first-child{
        border:0;
    }
    /* .fr .widget .menu-footer-menu-mobile-container ul li:last-child{
             display:inline-block;
    }
    .widget .menu-footer-menu-mobile-container ul li:last-child{
            display:none;
    } */
    .widget .menu-footer-menu-mobile-container ul li a{
        line-height:10px;
        text-transform: uppercase;
    }
    .share-mob{
        display: block;
        padding: 10px 25px;
        text-align: center;
    }
    .share-mob h3{
        font-family: Lato-Black;
        display: inline-block;
        font-size: 10px;
        text-transform: uppercase;
        vertical-align: top;
        margin: 0;
        padding: 3px 6px;
    }
    .share-mob .socio-footer{
        display:inline-block;
    }
    .share-mob .socio-footer a {
        display: inline-block;
        width: 21px;
        height: 23px;
        border-radius: 0;
        border: 0;
        position: relative;
    }
    .share-mob a.fb-footer, .share-mob a.fb-footer:hover{
        background: url(../images/icone/socio-footer-mob.png) no-repeat 0 0;
    }
    .share a.you-footer, .share a.you-footer:hover {
        background: url(../images/icone/socio-footer-mob.png) no-repeat -28px 0;
    }
    .share a.in-footer, .share a.in-footer:hover {
        background: url(../images/icone/socio-footer-mob.png) no-repeat right 0;
    }
    .copyright-wrapper{
        padding: 0 20px;
        display: none;
    }
    .footer-container .copyright,
    .footer-container .flag-footer	{
        width: 100%;
    }
    .footer-container .flag-footer span{
        margin:0 0 10px ;
    }
    .footer-container .flag-footer ul{
        float:left;
    }
    .cntCookies{
        padding:0 25px;
    }
}
@media (min-width:960px) {
    .block-list.desktop{display:block;}
    .block-list.mobile{display:none;}
    .accompagnement{
        width:867px !important;
    }
}
@media screen and (max-width:320px){
    .conditions-generales-dutilisation .header-page h1{font-size:12px;}

}
@media screen and (min-width:500px) and (max-width:768px){
    .page-id-134 .header-page, .facturation-paiement .header-page{
        height: 147px;
        background: url(../images/bkg/bkg-facturation_500-768.jpg) no-repeat center center;
    }
    .header-page.page-cookie{
        height: 147px;
        background: url(../images/bkg/bkg-cookies_500-768.jpg) no-repeat center center;
    }
    .page-template-tpl-livraison .header-page{
        height: 147px;
        background: url(../images/bkg/bkg-livraison_500-768.jpg) no-repeat center center;
    }
    .page-template-tpl-fidelite .page-fidelite{
        height: 147px;
        background: url(../images/bkg/bkg-fidelite_500-768.jpg) no-repeat center center;
    }
    .header-histoire{
        height: 147px;
        background: url(../images/bkg/bkg-histoire_500-768.jpg) no-repeat center center;
    }
    .page-offre .header-page {
        background-image: url(../images/bkg/bkg-header-offre_500-768.jpg);
        height: 147px;
    }
    #c-recyclage .header-fournisseur{
        height: 147px !important;
        background: url(../images/bkg/recyclage-bkg_500-768.jpg) no-repeat center 0;
    }
    .header-fournisseur{
        height: 147px !important;
        background: url(../images/bkg/fournisseur-bkg_500-768.jpg) no-repeat center 0;
    }
    .page-id-159 .header-page {
        background-image: url(../images/bkg/bkg-header-cgu_500-768.jpg);
        height: 147px !important;
    }
    .page-cgv{
        background-image: url(../images/bkg/bkg-header-cgu_500-768.jpg);
        height: 147px !important;
    }
    .page-faq{
        height: 147px !important;
        background: url(../images/bkg/faq-bkg_500-768.jpg) no-repeat center center;
    }

    .page-esppress{
        height: 147px !important;
        background: url(../images/bkg/espace-press-bkg_500-768.jpg) no-repeat center center;
    }
}
.owl-carousel.off {
    display: block;
    z-index: 0;
    margin: 0 auto;
}
.page-template-tpl-livraison .wrap{
    padding:0 !important;
}
.page-template-tpl-livraison .wrap .entry-content,.page-template-tpl-livraison .wrap .full-page-colomn{
    padding:30px;
}
.fr .main-thumbnail a.link-huile{
    background-image:url(../images/icon-banner/icon-oil-fr.png);
}
.es .main-thumbnail a.link-huile{
    background-image:url(../images/icon-banner/icon-oil-es.png);
}
.pl .main-thumbnail a.link-huile{
    background-image:url(../images/icon-banner/icon-oil-pl.png);
}
.de .main-thumbnail a.link-huile{
    background-image:url(../images/icon-banner/icon-oil-de.png);
}
.se .main-thumbnail a.link-huile{
    background-image:url(../images/icon-banner/icon-oil-se.png);
}
.pt .main-thumbnail a.link-huile{
    background-image:url(../images/icon-banner/icon-oil-pt.png);
}
.it .main-thumbnail a.link-huile{
    background-image:url(../images/icon-banner/icon-oil-it.png);
}
.at .main-thumbnail a.link-huile{
    background-image:url(../images/icon-banner/icon-oil-it.png);
}
.fr .main-thumbnail a.link-huile:hover, .fr .main-thumbnail a.link-huile.active, .fr .btn-search-category .disposit a.link-huile:active{
    background-image:url(../images/icon-banner/icon-oil-hover-fr.png);
}
.es .main-thumbnail a.link-huile:hover, .es .main-thumbnail a.link-huile.active, .es .btn-search-category .disposit a.link-huile:active{
    background-image:url(../images/icon-banner/icon-oil-hover-es.png);
}
.pl .main-thumbnail a.link-huile:hover, .pl .main-thumbnail a.link-huile.active, .pl .btn-search-category .disposit a.link-huile:active{
    background-image:url(../images/icon-banner/icon-oil-hover-pl.png);
}
.de .main-thumbnail a.link-huile:hover, .de .main-thumbnail a.link-huile.active, .de .btn-search-category .disposit a.link-huile:active{
    background-image:url(../images/icon-banner/icon-oil-hover-de.png);
}
.se .main-thumbnail a.link-huile:hover, .se .main-thumbnail a.link-huile.active, .se .btn-search-category .disposit a.link-huile:active{
    background-image:url(../images/icon-banner/icon-oil-hover-se.png);
}
.pt .main-thumbnail a.link-huile:hover, .pt .main-thumbnail a.link-huile.active, .pt .btn-search-category .disposit a.link-huile:active{
    background-image:url(../images/icon-banner/icon-oil-hover-pt.png);
}
.it .main-thumbnail a.link-huile:hover, .it .main-thumbnail a.link-huile.active, .it .btn-search-category .disposit a.link-huile:active{
    background-image:url(../images/icon-banner/icon-oil-hover-it.png);
}
.at .main-thumbnail a.link-huile:hover, .at .main-thumbnail a.link-huile.active, .at .btn-search-category .disposit a.link-huile:active{
    background-image:url(../images/icon-banner/icon-oil-hover-at.png);
}
.fr .main-thumbnail-large a.cat-huile{
    background-image:url(../images/icon-banner/icon-oil-fr.png);
}
.fr .main-thumbnail-large a.cat-huile:hover{
    background-image:url(../images/icon-banner/icon-oil-hover-fr.png);
}
.es .main-thumbnail-large a.cat-huile{
    background-image:url(../images/icon-banner/icon-oil-es.png);
}
.es .main-thumbnail-large a.cat-huile:hover{
    background-image:url(../images/icon-banner/icon-oil-hover-es.png);
}
.de .main-thumbnail-large a.cat-huile{
    background-image:url(../images/icon-banner/icon-oil-de.png);
}
.de .main-thumbnail-large a.cat-huile:hover{
    background-image:url(../images/icon-banner/icon-oil-hover-de.png);
}
.it .main-thumbnail-large a.cat-huile{
    background-image:url(../images/icon-banner/icon-oil-it.png);
}
.it .main-thumbnail-large a.cat-huile:hover{
    background-image:url(../images/icon-banner/icon-oil-hover-it.png);
}
.pl .main-thumbnail-large a.cat-huile{
    background-image:url(../images/icon-banner/icon-oil-pl.png);
}
.pl .main-thumbnail-large a.cat-huile:hover{
    background-image:url(../images/icon-banner/icon-oil-hover-pl.png);
}
.se .main-thumbnail-large a.cat-huile{
    background-image:url(../images/icon-banner/icon-oil-se.png);
}
.se .main-thumbnail-large a.cat-huile:hover{
    background-image:url(../images/icon-banner/icon-oil-hover-se.png);
}
.at .main-thumbnail-large a.cat-huile{
    background-image:url(../images/icon-banner/icon-oil-at.png);
}
.at .main-thumbnail-large a.cat-huile:hover{
    background-image:url(../images/icon-banner/icon-oil-hover-at.png);
}
.main-thumbnail a.link-huile.active span {
    color: black;
}
.main-thumbnail a.link-batterie.active span {
    color: black;
}
.flex-garanti {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
