﻿

.choix-option-config-supp .option-del {
    margin-top:10px;
}

.option-composant .choix-option-config .list,
.option-composant .nom-option-config,
.option-composant .list-option,
.option-composant .nom-produit {
    background-color:var(--noir);
}

.option-composant .nom-option-config {
    border-color:var(--jaune);
    color:var(--jaune);
}

.option-composant .price-config-compo span {
    color:var(--jaune);
}

.option-composant .choisir-option-config {
    color:var(--gris_200);
    background-color:var(--jaune);
}

.option-composant .choisir-option-config:hover {
    color:var(--gris_200);
    background:#ffcf00 url(/images/hover-bouton.png) no-repeat left center
}



.options-panier ul {
    padding:15px 0 15px 15px;
    font-size:15px;
}

.options-panier ul li {
    padding-bottom:5px;
}

.options-panier ul .prix-produit-total {
    text-align:right;
    padding-right:15px;
}

.option-config {
width:940px;
}

.option-config.descriptif {
    clear: none;
    overflow: hidden;
}

.bouton-config-goto {
margin-top: var(--val_10);
border: 1px #ffcf00 solid;
background:#ffcf00 url(/images/config-pc-bt.png) no-repeat 32px center;
overflow: hidden;
}

.changer-compo {
margin-bottom:25px;
}

.del-option,
.option {
    display:none;
}

.choix-option-config {
float:left;
width:178px;
margin-right:10px;
min-height:auto;
height:auto;
}



.option-composant {
overflow:hidden;
margin:var(--marg_25_0);
}

.nom-option-config {
text-align: center;
text-transform: uppercase;
font-weight: var(--semibold);
color: #ffb403;
background: var(--gris_200);
line-height: var(--val_35);
border: 2px solid;
font-size: var(--size_p);
letter-spacing: 3px;
}

.choix-option-config img{
width:100%;
}

.price-config-compo {
color:#ffb403;
}

.price-config-compo {
    height: var(--val_30);
}

.price-config-compo span.inclus {
    color:var(--gris_50);
    font-size:13px;
    font-weight:normal;
}

.price-config-compo span {
    font-weight: var(--semibold);
    color: #ffb403;
    font-size: var(--size_h4);
}

.choisir-option-config {
text-align:center;
color:var(--gris_200);
text-transform:uppercase;
background:#ffb403;
line-height:35px;
transition:0.5s;
border:1px #ffb403 solid;
font-weight: var(--semibold);
transition:0.5s;
cursor:pointer;
}

    .choisir-option-config div {
    text-transform:uppercase;
    font-size: var(--size_p);
letter-spacing: 3px;
    }

.name-config {
height:50px;
overflow:hidden;
}

.choisir-option-config:hover{
background:var(--gris_200);
color:#ffb403;
}

.select-option-default,
.panier-paiement .basket_button_correction input {
    display:none;
}

.optionReduc .label {
color:var(--gris_200);
}

.choix-option-config .list {
width: 940px;
background: var(--gris_200);
overflow: hidden;
}

.choix-option-config .list .list-option {
width: 446px;
float: left;
margin: var(--val_10);
line-height: 16px;
border: 1px solid #ffb403;
font-size: 0;
}

.choix-option-config .list .list-option img {
	float:left;
width:150px;
vertical-align:middle;
display:inline-block;
border-left: none;
}

.list .nom-produit {
    padding: var(--val_10);
    text-align: center;
    vertical-align: middle;
    display: inline-block;
   width: 256px;
}

.list .choisir-option-config {
vertical-align: middle;
}


.list .choisir-option-config div {
    text-transform: uppercase;
    font-size: var(--size_p);
    letter-spacing: 3px;
    vertical-align: middle;
}

.choix-option-config .list .list-option:nth-child(2n){
float:right;
}

.option-composant .choix-option-config .list {
    position:relative;
}

.option-composant .choix-option-config:nth-child(2) .list  {
    left: -188px;
    margin-left:0;
}
.option-composant .choix-option-config:nth-child(3) .list  {
    left: -376px;
    margin-left:0;
}

.option-composant .choix-option-config:nth-child(4) .list  {
    left: -564px;
    margin-left:0;
}

.option-composant .choix-option-config:nth-child(5) .list {
left: -752px;
margin-left: 0;
}

.ajout-panier.ajout-fiche-produit input {
    border: none;
    color: var(--gris_200);
    display: block;
    text-transform: uppercase;
    width: 100%;
    line-height: 44px;
    cursor: pointer;
    font-size: 16px;
    padding-left: 18px;
    background: url(/images/panier-fiche-produit.png) no-repeat 22px center;
    transition: all 0.5s;
}

.choix-option-config .list .list-option img.checked,
.choix-option-config .list .list-option img.cancel{
    display:none;
}

.choix-option-config .the-list .list-option .img {
    position: relative;
}

.choix-option-config .list .list-option img {
    width:150px;
    vertical-align:middle;
    display:inline-block;
    border-left: none;
}

.choix-option-config .the-list .list-option img.checked {
    position:absolute;
    width:80px;
    padding:49px;
    opacity:0.8;
}

.choix-option-config .the-list .list-option img.cancel {
    position:absolute;
    width:25px;
    right:2px;
    top:2px;
    cursor:pointer;
    z-index:100;
}

@media screen and (min-width:320px) and (max-width: 768px) {

    .choix-option-config {
        width:140px;
        margin-bottom:10px;
    }

    .choix-option-config .nom-option-config {
        font-size:9px;
    }

    .choix-option-config .list {
        width:290px;
    }
    

    .option-composant .choix-option-config:nth-child(4) .list,
    .option-composant .choix-option-config:nth-child(2) .list {
        left:-150px;
    }

    .option-composant .choix-option-config:nth-child(3) .list{
        left:-0px;
    } 

    .option-composant .choix-option-config:nth-child(5) .list {
    left: 0;
    margin-left: 0;
}

    .option-composant .choix-option-config:nth-child(5) {
    clear:both;
    }

    .choix-option-config .list .nom-produit {
        width:103px;
    }

    .choix-option-config .list .nom-produit .name-config {
        height:70px;
        font-size:9px;
    }

    .choix-option-config .list .list-option {
        width:123px;
        text-align:center;
    }

    .choix-option-config .list .list-option img {
        float:none;
        width:100%;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .option-config {
        width:460px;
    }

    .choix-option-config {
        width:212px;
        margin-bottom:10px;
    }

    .choix-option-config .nom-option-config {
        font-size:12px;
    }

    .choix-option-config .list {
        width:434px;
    }
    
    .option-composant .choix-option-config:nth-child(4) .list,
    .option-composant .choix-option-config:nth-child(2) .list {
        left:-222px;
    }

    .option-composant .choix-option-config:nth-child(3) .list{
        left:-0px;
    }

    .choix-option-config .list .nom-produit {
        width:170px;
    }

    .choix-option-config .list .nom-produit .name-config {
        height:60px;
    }

    .choix-option-config .list .list-option {
        width:190px;
        text-align:center;
    }

    .choix-option-config .list .list-option img {
        float:none;
    }


}

@media screen and (min-width: 1024px) and (max-width: 1300px) {

    .choix-option-config {
        width: 155px;
min-height: auto;
margin-bottom: var(--val_10);
    }

    .choix-option-config .nom-option-config {
        font-size:11px;
    }

    .choix-option-config .list {
        width:650px;
    }
    
    .option-composant .choix-option-config:nth-child(2) .list {
        left:-165px;
    }

    .option-composant .choix-option-config:nth-child(3) .list{
        left:-330px;
    }

    .option-composant .choix-option-config:nth-child(4) .list {
        left:-495px;
    }

    .choix-option-config .list .list-option {
        width:303px;
        text-align:center;
    }

    .choix-option-config .list .list-option img {
        float:none;
    }
       .txt-fiche-prod .impression a.ancre-options {
    padding-left: 22px;
font-size: var(--size_p);
margin-top:0;
width:auto;
    }

    .txt-fiche-prod .impression .bouton-config-annule  {
        background: var(--gris_200) url(/images/annul.png) no-repeat 12px center;
        background-size:12px;
    }

              .gaming-page .txt-fiche-prod .impression .bouton-config-annule{
    background: url(/images/annul.png) no-repeat 12px center;
    background-size: 12px;
}

    .txt-fiche-prod .impression  .bouton-config-annule  a.ancre-options {
    padding-left: 42px;
    font-size: var(--size_p);
    margin-top: 0;
    width: auto;
}

.bouton-config-goto {
    background: #ffcf00 url(/images/config-pc-bt.png) no-repeat 8px center;
    background-size: 22px;
}

.option-config {
    width: 690px;
}
}


@media screen and (min-width: 1024px) and (max-width: 1280px) {
    

    .choix-option-config .the-list .list-option img.checked{
        width: 70px;
        padding: 42px;
    }
}


@media screen and (min-width: 960px) and (max-width: 1024px) {
    .option-config {
    width:650px;
    }
    

    .choix-option-config .the-list .list-option img.checked{
        width: 70px;
        padding: 42px;
    }

       .txt-fiche-prod .impression a.ancre-options {
    padding-left: 22px;
font-size: var(--size_p);
margin-top:0;
width:auto;
    }

       .bouton-config-goto {
    background: #ffcf00 url(/images/config-pc-bt.png) no-repeat 15px center;
}

       .choix-option-config {
    width: 155px;
    margin-bottom: var(--val_10);
}

.choix-option-config .nom-option-config {
    font-size: var(--size_p);
    letter-spacing: 1px;
}

.option-composant .choix-option-config:nth-child(4) .list, .option-composant .choix-option-config:nth-child(2) .list {
    left: -165px;
}

.option-composant .choix-option-config:nth-child(3) .list {
    left: -330px;
}

.option-composant .choix-option-config:nth-child(4) .list, .option-composant .choix-option-config:nth-child(2) .list {
    left: -279px;
}

}


@media screen and (min-width: 768px) and (max-width: 960px) {
    .fiche-pc article li {
        padding-bottom: 2px;
    }
    
    .choix-option-config .the-list .list-option img.checked{
        padding:70px;
    }

    .titre-rubrique {
    margin: 0px 0;
}

    .impression a.ancre-options {
    width: auto;
    }

    .bouton-config-goto {
    background: #ffcf00 url(/images/config-pc-bt.png) no-repeat 86px center;
}

    .option-composant .choix-option-config:nth-child(3) {
    clear:both;
    
    }

}


@media screen and (min-width: 480px) and (max-width: 768px) {

.choix-option-config {
width: 220px;
margin-bottom: var(--val_10);
}
    .option-composant .choix-option-config:nth-child(3) {
    clear:both;
    
    }
.choix-option-config .list {
    width: 450px;
}

.choix-option-config .list .list-option {
    width: 202px;
    text-align: center;
}
    
    .choix-option-config .the-list .list-option img.checked{
        padding:70px;
    }

}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .choix-option-config {
        min-height: 325px;
    }

    .option-config {
    width:320px;
    }

    .choix-option-config .the-list .list-option img.checked{
        padding:30px;
    }

    .option-composant {
    margin:10px 0 0;
    }

    .sep-fiche-prod {
    margin-top:10px;
    }

        .option-composant .choix-option-config:nth-child(3) {
    clear:both;
    
    }


}


@media screen and (min-width: 960px) and (max-width: 1024px) {
    .option-config {
    width:650px;
    }

       .txt-fiche-prod .impression a.ancre-options {
    padding-left: 22px;
font-size: var(--size_p);
margin-top:0;
width:auto;
    }

           .txt-fiche-prod .impression .bouton-config-annule  {
        background: var(--gris_200) url(/images/annul.png) no-repeat 12px center;
        background-size:12px;
    }

          .gaming-page .txt-fiche-prod .impression .bouton-config-annule {
    background: url(/images/annul.png) no-repeat 12px center;
    background-size: 12px;
}

    .txt-fiche-prod .impression  .bouton-config-annule  a.ancre-options {
    padding-left: 50px;
    font-size: var(--size_p);
    margin-top: 0;
    width: auto;
}

       .bouton-config-goto {
    background: #ffcf00 url(/images/config-pc-bt.png) no-repeat 4px center;
}

       .choix-option-config {
    width: 155px;
    margin-bottom: var(--val_10);
}

.choix-option-config .nom-option-config {
    font-size: var(--size_p);
    letter-spacing: 1px;
}

.option-composant .choix-option-config:nth-child(2) .list {
    left: -165px;
}

.option-composant .choix-option-config:nth-child(3) .list {
    left: -330px;
}

.option-composant .choix-option-config:nth-child(4) .list {
    left: -495px;
}

}


@media screen and (min-width: 768px) and (max-width: 960px) {
    .fiche-pc article li {
        padding-bottom: 2px;
    }

    .titre-rubrique {
    margin: 0px 0;
}

    .impression a.ancre-options {
    width: auto;
    }

    .bouton-config-goto {
    background: #ffcf00 url(/images/config-pc-bt.png) no-repeat 34px center;
}

    .option-composant .choix-option-config:nth-child(3) {
    clear:both;
    
    }
    
    .option-composant .choix-option-config:nth-child(4) .list,
    .option-composant .choix-option-config:nth-child(2) .list {
        left: -165px;
    }

    .option-composant .choix-option-config:nth-child(3) .list {
        left: 0;
    }

    .impression .bouton-config-annule a.ancre-options {
    color: var(--blanc);
    line-height: var(--val_20);
    transition: none;
    font-size: var(--size_p);
    font-weight: normal;
    width: auto;
    padding: 2px 0 2px 124px;
    text-align: left;
}

}


@media screen and (min-width: 480px) and (max-width: 768px) {

.choix-option-config {
width: 220px;
margin-bottom: var(--val_10);
}
    .option-composant .choix-option-config:nth-child(3) {
    clear:both;
    
    }
.choix-option-config .list {
    width: 450px;
}

.choix-option-config .list .list-option {
    width: 202px;
    text-align: center;
}
    
    .option-composant .choix-option-config:nth-child(4) .list,
    .option-composant .choix-option-config:nth-child(2) .list {
        left: -230px;
    }

}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .choix-option-config {
        min-height: auto;
    }

    .option-config {
    width:320px;
    }

    .option-composant {
    margin:10px 0 0;
    }

    .sep-fiche-prod {
    margin-top:10px;
    }

        .option-composant .choix-option-config:nth-child(3) {
    clear:both;
    
    }
}

