/* Modifcation de style sur la page categorie_intermediaire.tpl (Bouton pour changer de sliders) */
/* Modification pour espacer les boutons sur top et bottom au lieu de right et left (Ancien attribut => margin:0 5px; ) */
#pkpSliderUnivers .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 5px 0px;
}

/* Modification pour afficher les boutons les uns en dessous des autres (Ancien attribut => display:inline-block; ) */
#pkpSliderUnivers .bx-wrapper .bx-pager-item {
    display: block;
}

/* Modification pour afficher les bouton au milieu verticalement (bottom:50%) et sur le coté droit du slider (left:95%) */
/* (Ancien attribut => bottom:-30%; pas de left: ) */
#pkpSliderUnivers .bx-wrapper .bx-pager {
    bottom: 50%;
    left: 95%;
}

/* Couleur Background Block CROSSLIST */
.bgRed {
  background-color: #B9121B;
  padding: 20px;
  height: 100%; 
}

.bgBlue {
  background-color: #01B0F0;
  padding: 20px;
  height: 100%; 
}

.bgGreen {
  background-color: #96CA2D;
  padding: 20px;
  height: 100%; 
}

.bgPink {
  background-color: #fa7caf;
  padding: 20px;
  height: 100%;
}

.bgGrey {
  background-color: #333333;
  padding: 20px;
  height: 100%;
}

.bgBlack {
  background-color: #000000;
  padding: 20px;
  height: 100%;
}
/* !Couleur Background Block CROSSLIST */

/* Class block */
.blockHome{
    margin-bottom: 20px;
    display: block;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    color: #a3a3a3;
    line-height: 18px;
    width: 986px;
}

.blockHome a{
    display: inline-block;
}

.banner{
    margin-bottom: 20px;
    display: block;
    float: left;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}


.banner.half{
    width: 50%;
}

.third, .banner.third{
    width: 33.33%;
}
.twoThird, .banner.twoThird{
    width: 66.66%;
}
/* Class block */


/* DEBUT POPIN CATALOGUE */
.wrapPopupCatalogue {
    position: relative;
    padding: 20px;
    background: #635e65;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.75), rgba(0,0,0,0));
    background: -o-linear-gradient(top, rgba(0,0,0,0.75), rgba(0,0,0,0));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.75), rgba(0,0,0,0));
    background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
    color: #202020;
}
.wrapPopupCatalogue .close_popup {
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #afafaf;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.wrapPopupCatalogue .close_popup span {
    transform: rotate(45deg);
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    position: relative;
    top: -5px;
    color: #ffffff;
}
.wrapPopupCatalogue .close_popup:hover {
    background-color: #000000;
}
.wrapPopupCatalogue .close_popup:hover span {
    color: #ffffff;
}
.wrapPopupCatalogue input[type=text] {
    width: 200px;
    height: 19px;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    /*background: transparent url('/styles/images/inscription/bg_input250.png') no-repeat top left;*/
    border: 1px solid #B2B2B2;
    color: #5f696b;
    margin-right: 10px;
}
.wrapPopupCatalogue .titre_popup {
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.wrapPopupCatalogue h4{
   font-weight: normal;
    text-transform: uppercase;
    padding: 15px 0 0 15px;
    background: #f4f7f7;
    font-size: 12px;
}
.wrapPopupCatalogue .wrapButtons {
    margin-top: 20px;
}
.wrapPopupCatalogue .annuler {
    float: left;
    display: inline;
    width: 250px;
    height: 26px;
    line-height: 26px;
    background: #9C9E9F;
    text-align: center;
    font-size: 13px;
    margin-left: 40px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
}
.wrapPopupCatalogue .btn-center {
    display: block;
    margin: auto;
    width: 250px;
    height: 26px;
    line-height: 26px;
    background: #ffffff;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #2e2b2f;
    border: 0;
    cursor: pointer;
    border-radius: 15px;
}

/* FIN POPIN CATALOGUE */

/* Ajustement image bloc_produit décalées */
/* TODO-INTE : Régler le problème de décalage mieux que ça, ce hotfix ne résout que pour desktop si l'écran n'est pas trop grand */
/*.listOneProduct .wrapImg img:nth-child(2) {*/
    /*left: 16.5%;*/
/*}*/
/*.listOneProduct .wrapImg img:nth-child(3) {*/
    /*left: 16.5%;*/
/*}*/
/* Fin Ajustement image bloc_produit décalées */




/* Page checkout_récapitulatif - Liste des paiements (BA-CC) */
.wrapPaiementsDetails {
  display: none;
  padding-bottom: 15px; }
  .wrapPaiementsDetails p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 13px;
    margin-bottom: 5px; }
    .wrapPaiementsDetails p > *:first-child {
      width: 70%; }
    .wrapPaiementsDetails p > *:last-child {
      width: 30%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      text-align: right; }
    
    
.showmorePaiements {
  float: left;
  margin-left: 10px;
  color: #616d7b;
  font-size: 14px;
  border-bottom: 1px solid #d3d5d7;
  padding-bottom: 0; }
  .showmorePaiements:focus {
    text-decoration: none; }

/* Fin Page checkout_récapitulatif - Liste des paiements (BA-CC) */

.pkpVideoContainer {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.pkpVideoContainer iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}