/* Comparateur 2018 */
#comparateur-body #panierComp{ display: none}
#comparateur .table {
    border-collapse: collapse;
    padding: 0;
    margin: 20px auto 50px auto;
    border-spacing: 0;
    border: none;
    border-top:solid #f6f6f6 20px;
    color: #555;
    font-family: "arimo";
    font-size: 1.5rem;
    table-layout: fixed;
}

#comparateur .table td,
#comparateur .table th {
    border: solid #ddd 1px;
    border-collapse: collapse;
    padding: 10px;
    margin: 0;
    border-spacing: 0;
    position: relative;
    background-clip: padding-box;
    vertical-align: top;
    text-align: center;
}

#comparateur .table .ajout-velo.ajout-velo-img {
    background: url(../images/addbike.jpg) no-repeat top center;
    background-size: 100%;
    background-size: cover;
    position: relative;
}

#comparateur .table .ajout-velo.ajout-velo-img > .addbike {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}

#comparateur .table .ajout-velo.ajout-velo-img > .addbike:hover {
    background-color: rgba(0,0,0,.3);
}

#comparateur .table.floatThead-table th {
    border-right: 1px solid transparent;
}

#comparateur .table td.prop-content,
#comparateur .table th { width: 300px; }

#comparateur .table td.prop-title { 
    font-family: "rokkitt"; 
    /*font-family: "Source Sans Pro", sans-serif !important;*/
    /*font-family: arial;*/
    /*text-transform: uppercase;*/
    font-size: 2rem;
    background-color: transparent;
    color: #666;
    /*color: #f0645e;*/
    /*color:#54bafd;*/
    font-weight: 900;
   /* text-align: center; */
    /*background: #f8f8f8 url(../images/topography.png) repeat top left !important;*/
    border-left: solid transparent 1px;
    border-right: solid transparent 1px;
    padding: 25px 0 5px 0 !important;
}
#comparateur .table td.prop-title div::first-letter {
    text-transform: uppercase;
}

#comparateur .table td.prop-title > div {
    position: sticky;
    left: 50%;
    width: 160px;
    transform: translateX(-50%);
    /*left: 50%;
    padding-right: 10px;
    padding-left: 30px;
    display: inline-block;
    text-align: left;
    transform: translateX(-50%);
    min-width: 175px;*/    
}

#comparateur .table td.prop-title > div > .item-align {
    width: 160px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding-left: 30px;
}

#comparateur .table td { background-color: #fff;}

#comparateur .table thead { background-color: #54b9fd; }

#comparateur .photo td { text-align: center; }

#comparateur .table td.fiche {
    background-color: transparent;
    border: none;
}
#comparateur .table td.fiche a{
    color: rgb(38, 40, 39);
    background-color: #54b9fd;
    display: block;
    margin: 20px 50px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.3rem;
}
#comparateur .table td.fiche a:hover{ background-color: rgb(10, 121, 193); color: white; }
#comparateur .photo + tr div { text-align: right; }

#comparateur tbody {
    width: 100%;
    border-collapse: collapse;
}

#comparateur .btn-supp-velo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

#comparateur button { 
    border: none;
    background-color:#262827;
    color: transparent;
    font-size: 1.2rem;
    width: 25px;
    height: 25px;
    position: absolute;
    outline: none;
    top: 10px; right: 5px; 
    line-height: 2.4rem;
    border-radius: 50px;

}

#comparateur button:after { 
    content: "x";
    display: block;
    position: absolute;
    top: 1px;
    right: 8px;
    color: #54b9fd;
    font-family: "arimo";
    font-weight: 900;
    font-size: 16px;
}

#comparateur button:hover { background-color: #e34651; } 

#comparateur .composants th { 
    text-align: left; 
    font-family: "rokkitt";
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: bold;
    color: #262827;
    border-right-color: rgba(0,0,0,.1);
    border-left-color: rgba(0,0,0,.1);
    padding-right: 40px;
    line-height: 1.5rem;
}

#comparateur .composants th span {
    display: block;
    font-family: 'arimo';
    font-size: 1.3rem;
}

#comparateur .table tr .prop-content.prix {
    text-align: center;
    font-family: "rokkitt";
    font-size: 2rem;
}
#comparateur .table tr .prop-content.prix:after {
    content: "€";
}

#comparateur .table tr .poids, #comparateur .table tr .tailles{
    text-align: center;
}


.comparateur-wrapper {
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.masquer{ display: none!important; }

.js .comparateur-wrapper { ms-overflow-style: -ms-autohiding-scrollbar; }
.js .comparateur-wrapper::-webkit-scrollbar { display: none; }

table.composants.floatThead-table.floatThead-container { white-space: nowrap; }
table.composants.floatThead-table{overflow: hidden;}


.prop-title > .prix .item-align ,
.prop-title > .cadre .item-align ,
.prop-title > .tailles .item-align ,
.prop-title > .fourche .item-align ,
.prop-title > .amortisseur .item-align ,
.prop-title > .moteur .item-align ,
.prop-title > .batterie .item-align ,
.prop-title > .roues .item-align ,
.prop-title > .pneu .item-align ,
.prop-title > .cassette .item-align ,
.prop-title > .derailleur_ar .item-align ,
.prop-title > .derailleur_av .item-align ,
.prop-title > .pedalier .item-align ,
.prop-title > .freins .item-align ,
.prop-title > .selle .item-align ,
.prop-title > .tige .item-align ,
.prop-title > .manette .item-align ,
.prop-title > .potence .item-align ,
.prop-title > .cintre .item-align ,
.prop-title > .poids .item-align ,
.prop-title > .infos .item-align { 
    position: relative;
}

.prop-title > .prix .item-align::before{
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/prix.png) top left no-repeat;
    background-size: 100%;
}

.prop-title > .cadre .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/cadre.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .tailles .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/taille.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .fourche .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/fourche.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .amortisseur .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/amortisseur.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .moteur .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/moteur.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .batterie .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/batterie.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .roues .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/roue.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .pneu .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/pneu.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .cassette .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/cassette.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .derailleur_ar .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/derailleurarriere.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .derailleur_av .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/derailleuravant.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .pedalier .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/pedalier.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .freins .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/frein.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .selle .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/selle.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .tige .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/tigedeselle.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .manette .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/manettes.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .potence .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/potence.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .cintre .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/cintre.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .poids .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/poid.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .debattement .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/debattement.png) top left no-repeat;
    background-size: 100%;
}
.prop-title > .infos .item-align::before {
    content:"";
    display: block; position: absolute;
    left: 0; top: 2px; width: 20px; height: 20px;
    background: url(../images/comparateur/infos.png) top left no-repeat;
    background-size: 100%;
}

.no-bike{display: none;}
.montrer.no-bike{display: block;}

/* comparateur */
.toast-bottom-right{
    bottom: 100px!important;
}
.ico-big{
    font-size: 56px;
}
#panierComp {
    position: fixed;
    bottom: 0;
    right: 48px;
    width: 124px;
    height: 82px;
    background: #54bafd;
    color:white;
}
#panierComp a{
    color:white;
}
#panierComp .panier-comp-item { 
  display: inline-block;
  background-color: #2aa6f7;
  margin: 5px;
}
.panier-comp-icon {
    position: absolute;
    top: 21px;
    line-height: 20px;
    left: 28px;
}
.panier-comp-icon::before {
    line-height: 20px!important;
}
.badge {
    background-color: #FF0101;
    border-radius: 100%;
    text-align: center;
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-weight: bold;
    position: absolute;
    top:10px;
    right: 20px;
}
.panier-comp-text {
    position: absolute;
    top: 55px;
    left:28px;
}
#panierComp .panier-comp-suppr{
  display: inline-block;
  margin-left: 5px;
}
#panierComp .panier-comp-suppr:hover{
  color:red;
}
#panierComp .panier-comp-titre {
  text-align: center;
}
.veloSelection{
    /*background: #54bafd;*/
}
.fichevelo-notation{
    display: inline-block;
    vertical-align: bottom;
    line-height: 24px;
    height: 24px;
    margin: 0;
}
.fichevelo-action{
    height: 24px;
    line-height: 24px;
    margin-right: 8px;
    margin-bottom: 8px;
}
/**
 * switch comparer
 */
 label .check         {
    /*top: -7px;
    left: 6px;*/
    margin: 3px 0px 0px 10px;
    width: 8px;
    height: 12px;
    border:3px solid #fff;  
    border-top: none;
    border-left: none;
    opacity:0;
    /*z-index:888;*/
    transform:rotate(180deg);
    transition-delay:0.4s;
  }
  .veloSelection label .check {
      opacity: 1;
      transform:rotate(50deg);
  }
 .fichevelo-bouton {
    display: inline-block;
    float: right;
    line-height: 24px;
    height: 24px;
 }
 .switch-text{
    display: inline-block;
    vertical-align: bottom;
 }
  /* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 20px;
    margin-top:0px;
  }

  /* Hide default HTML checkbox */
  .switch input {display:none;}

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }


  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .veloSelection .slider {
    background-color: #2196F3;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  .veloSelection .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }


/* NOBIKE */

.bike-category {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.bike-category a.cat-item {
    width: 19%;
    margin-bottom: 15px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    box-shadow: 0px 5px 0px rgba(0,0,0,.0);
}

.bike-category a:hover.cat-item {
    transform: translateY(-5px);
    box-shadow: 0px 5px 20px rgba(0,0,0,.2);
}

.bike-category .cat-item p {
    background-color: #eee;
    padding: 10px;
    margin: 0;
    font-family: "rokkitt";
    font-size: 1.6rem;
    text-transform: uppercase;
    color:#222;
}

.bike-category .fat-titre.mb0 {
    margin-bottom: 0 !important;
}

.product-module.versus {
    min-height: 50px;   
    position: relative;

}

.product-module.versus .fichevelo-bouton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;
}

.product-module.versus .fichevelo-bouton .switch-text {
    margin-right: 10px;
}


/* RESPONSIVE */

/* 1282 1024 800 768 */
@media screen and (max-width: 1282px) {
    #comparateur .table td.prop-title > div{
        max-width: 91vw;
    }
}

@media screen and (max-width: 1024px) {
    #comparateur .table td.prop-title > div{
        max-width: 77vw;
    }
    .bike-category a.cat-item { width: 32%; }
    .product-card { padding-bottom: 8% !important; }
}

@media screen and (max-width: 768px) {
    #comparateur .table td.prop-title > div{
        max-width: 94vw;
    }
    .bike-category a.cat-item { width: 49%; }
    .product-card { padding-bottom: 1% !important; }
    .product-card--img { 
        padding-right: 0 !important;
        margin-bottom: 3%;
    }
    .product-card-info {
        margin-left: 0 !important;
        left: unset !important;
        right: unset !important;
    }
}

/* ================ PRINT ================ */

@media print {
    .zoomImg, 
    .btn-supp-velo,
    #comparateur .table td.fiche,
    .prop-title .item-align::before { display: none !important; }

    #comparateur .composants th { font-size: .8rem; padding: 5px;}
    #comparateur .composants th span { font-size: .8rem; }
    #comparateur .table td.prop-title { font-size: 1rem; padding: 5px 0 0 0 !important; text-align: left; }
    #comparateur .table tr .prop-content.prix { font-size: 1.5rem; }
    #comparateur .table td.prop-title > div { position: initial; left: initial; width: auto; transform: initial; display: inline-block;}
    #comparateur .table td.prop-title > div > .item-align { padding: 5px 10px; text-align: left; margin: initial; display: inline-block; width: auto; }
    #comparateur .table {  width: 100% !important; font-size: 13px !important; table-layout: auto; margin: 0; border: none;}
}