/**************************    GENERAL    ***************************/
/** Structure **/
#vcfg_main {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    color: #fff;
    position: relative;
    width: 930px;
    min-height: 690px;
    /*padding-bottom: 140px;*/
    font-family: "Frutiger Condensed", Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-image: url(../../images/site/bg.png);
    background-position: center top;
    background-repeat: repeat-y;
}

@media screen and (min-width: 1200px) {
    #vcfg_main {
        width: 1180px;
    }
}

@media screen and (min-width: 1420px) {
    #vcfg_main {
        width: 1400px;
        font-size: 14px;
        min-height: 845px;
    }
}

@media screen and (min-width: 1580px) {
    #vcfg_main {
        width: 1500px;
        font-size: 14px;
    }
}

/* Elements */

#vcfg_colG {
    position: relative;
    float: left;
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
    min-height: 600px;
    padding-top: 50px;
}

/* Etapes finales */
#vcfg_colD {
    position: relative;
    width: 100%;
    clear: both;
}

#vcfg_titre_gamme {
    position: absolute;
    z-index: 0;
    bottom: -55px;
    width: 100%;

}

#vcfg_titre_gamme img {
    width: 100%;
}

#vcfg_titre_gamme h1 {
    position: absolute;
    top: 38%;
    left: 60%;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    font-size: 3em;

}

#vcfg_titre_gamme h2 {
    position: absolute;
    top: 38%;
    left: 10px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    font-size: 2em;
}

/** Menu **/
#vcfg_menu {
    margin-bottom: 30px;
    visibility: hidden;
}

.vcfg_menu_item {
    height: 23px;
    float: left;
    visibility: hidden;
    margin-right: 2%;
    position: relative;
    width: 23.5%;
}

@media screen and (min-width: 1420px) {
    .vcfg_menu_item {
        font-size: 16px
    }
}

.vcfg_menu_item.last {
    margin-right: 0;
}


/** Menu 2 (en bas) **/
#vcfg_menu_icones {
    /*height: 40px;*/
    /*width: 132px;*/
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 650;
    /*display: none;*/

}

#vcfg_menu_icones a {
    margin-left: 10px;
    opacity: 0.5;
}

#vcfg_menu_icones a:hover {
    opacity: 1;
    cursor: pointer;
}

.vcfg_btn {
    border: 1px solid #3a3a3a;
    padding-left: 20px;
    padding-right: 20px;
    /* margin-right: 5px;*/
    text-transform: uppercase;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    display: none;
    cursor: pointer;

    background-color: #272727;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.4, #23DB70), color-stop(1, #D92BD9));
    background-image: -o-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: -moz-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: -webkit-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: -ms-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: linear-gradient(to right bottom, #232323 40%, #272727 100%);

}

.vcfg_btn:hover, .vcfg_btn.selected {
    color: #fece00;
}

/******************************/

/* Tous les blocs gris */
.vcfg_content_bloc {
    /*background-color:#272727;*/
    padding: 20px;
    margin-bottom: 20px;

    background-color: #272727;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #23DB70), color-stop(1, #D92BD9));
    background-image: -o-linear-gradient(right bottom, #232323 0%, #272727 100%);
    background-image: -moz-linear-gradient(right bottom, #232323 0%, #272727 100%);
    background-image: -webkit-linear-gradient(right bottom, #232323 0%, #272727 100%);
    background-image: -ms-linear-gradient(right bottom, #232323 0%, #272727 100%);
    background-image: linear-gradient(to right bottom, #232323 0%, #272727 100%);

}

/** Etapes **/
#vcfg_etapes {

    /*height: 235px;*/
    /* status open */
    /* height:0px;*/
    /* status close */
    /*height: 200px;*/
    position: relative;
    /*overflow:hidden;*/
    /*border:1px solid aqua;*/

}


.vcfg_etape {
    /*height: 235px;*/
    /*height: 200px;*/
    display: none;
    /*visibility: hidden;*/
    margin-bottom: 20px;
    /*height:600px;*/
}

#vcfg_etapes2 {
    /*position:absolute;
    width: 100%;
    top:100px;
    left:0px;
    display:none;*/
}

.vcfg_etape2 {
    /*position: absolute;
    width: 100%;
    left:0px;
    top:0;*/
    display: none;
    /*visibility:hidden;*/
    /*z-index: 600;*/

}

.vcfg_etape_titre {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    /*font-size: 1.6em;*/
}

.vcfg_items_hidden {
    display: none;
}

.vcfg_fleches_haut {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: -10px;
    z-index: 600;
    cursor: pointer;
    display: none;
}

.vcfg_fleches_bas {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0px;
    right: -10px;
    z-index: 600;
    cursor: pointer;
    display: none;
}

.vcfg_defilement_etape {
    z-index: 400;
    overflow: hidden;
    position: relative;
    /*height: 235px;*/
    /*height: 200px;*/
    /*height: 400px;*/
}


/************************/
/*    Liste            */

.vcfg_liste {

    position: relative;


}


/* Dispo et prix */
.vcfg_dispoprix_title {
    /*text-align: left;
    text-transform: uppercase;*/
    /*margin-top: 15px;
    height:33px;
    line-height: 18px;*/
    /*margin-top: 8px;
    height:20px;
    line-height: 18px;
    color:#bbb;  */

}

#vcfg_etape_dispoprix table {
    width: 100%;
}

.vcfg_dispoprix_col1 {
    width: 20%;
}

.vcfg_dispoprix_label {
    color: #FFF;
    text-transform: uppercase;
}

.vcfg_dispoprix_value {
    color: #FFD624;
    /*text-transform: uppercase;*/
}

#vcfg_dispoprix_infos_retailer {
    display: none;
    /* margin-bottom: 20px;*/
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

#vcfg_dispoprix_prix {
    display: none;
    visibility: hidden;
    /*margin-top:40px;*/
}

#vcfg_etape_dispoprix .vcfg_defilement_etape table {
    margin-left: 20px;
}

#vcfg_dispoprix_prix img {
    float: left;
    margin-right: 5px;
    margin-bottom: 20px;
}

.vcfg_dispoprix_prix_title {
    color: #FFD624;
    line-height: 20px;
    /*text-transform: uppercase;*/
}

.vcfg_dispoprix_prix_info {
    /*text-transform: uppercase;
    font-size: 0.8em;*/
}

/** Retailers **/
#vcfg_retailers_results {
    max-height: 16em;
    overflow: auto;
}

.vcfg_liste_retailers {
    /*position:absolute;
    width:100%;*/
}

#vcfg_retailers_selects {
    /*padding-top: 10px;
    padding-bottom:10px;*/
    /*height:70px;
	margin-bottom:20px;*/

}



#vcfg_defilement_etape_retailers {
    margin-top: 20px;
}

#vcfg_retailer_result_xx {
    display: none;

}

.vcfg_retailers_result {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    /*min-height: 70px;*/
    /*background-image:url("../../images/site/fond_retailer.jpg");
    background-repeat: repeat-x;*/
    /*overflow:hidden;
    width:100%;
    /*border:1px solid blue;*/
}


.vcfg_retailers_result_title {
    color: #FFD624;
    /*margin-top:8px;*/
    /* margin-left:15px;*/
    width: 80%;
}

.vcfg_retailers_result_address {
    /* margin-top:8px;*/
    width: 80%;
    /*margin-left:15px;*/
}

.vcfg_retailers_result_choisir {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: 0px;
}

#vcfg_etape_sendtoretailer input {
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    text-indent: 10px;
    /*color: #FFF;
    background-color: #111;
    border: 1px solid #333;*/
}

#vcfg_sendtoretailer_field_adresse {
    width: 96%;
    padding: 2%;
}

#vcfg_sendtoretailer_field_message {
    width: 96%;
    padding: 2%;
    min-height: 80px;
    margin-bottom: 15px;
}

.vcfg_sendtoretailer_checkbox {
    margin-left: 0px;
    padding-left: 0px;
}

#vcfg_sendtoretailer_confirm {
    margin-top: 5px;
    display: none;
    text-align: center;
}

.vcfg_align_btn {
    display: block;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.vcfg_align_btn a {
    margin-right: 7px;
    margin-left: 7px;
}

/** inputs! **/
#vcfg_main input {
    color: #FFF;
    /*background-color: #232323;*/
    border: 1px solid #3a3a3a;
    font-family: "Frutiger Condensed", Arial, Helvetica, sans-serif;
    font-size: 1em;

    background-color: #272727;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.4, #23DB70), color-stop(1, #D92BD9));
    background-image: -o-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: -moz-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: -webkit-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: -ms-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: linear-gradient(to right bottom, #232323 40%, #272727 100%);
}

#vcfg_main textarea {
    color: #FFF;
    /* background-color: #232323;*/
    border: 1px solid #3a3a3a;
    font-family: "Frutiger Condensed", Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin-bottom: 10px;

    background-color: #272727;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.4, #23DB70), color-stop(1, #D92BD9));
    background-image: -o-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: -moz-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: -webkit-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: -ms-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: linear-gradient(to right bottom, #232323 40%, #272727 100%);
}


#vcfg_main .customSelect {
	display:block;
	font-family: "Frutiger Condensed", Arial, Helvetica, sans-serif;
    font-size: 1em;
    letter-spacing: 0.5px;
	border: 1px solid #3a3a3a;
	width:100% !important;
	max-width:335px !important;
	height:30px;
	color: #FFF !important;
	background-color: #272727;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.4, #23DB70), color-stop(1, #D92BD9));
    background-image: -o-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: -moz-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: -webkit-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: -ms-linear-gradient(right bottom, #232323 40%, #272727 100%);
    background-image: linear-gradient(to right bottom, #232323 40%, #272727 100%);
}


@media screen and (min-width: 1200px) {
    #vcfg_main .customSelect {max-width:435px  !important}
}

@media screen and (min-width: 1420px) {
   #vcfg_main .customSelect {max-width:520px  !important}
}

@media screen and (min-width: 1580px) {
   #vcfg_main .customSelect {max-width:560px  !important}
}

#vcfg_main .customSelectInner {
	display:block;
	  background: url(../js/customSelect/customSelect-arrow.png) no-repeat center right;
	  width: 100% !important;
	  color:#FFF;
	  line-height:30px;
	  text-indent:10px;
  }

#vcfg_main #vcfg_retailers_selects select{
	display:none}

span.customSelect{
    display:none;
}

  
/* ------------------------------ */
/* AUTRES                         */

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#vcfg_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    left: 0px;
    top: 0px;
    background-image: url("../../images/site/transp.png");
    visibility: hidden;
}

#vcfg_loading_text {
    text-transform: uppercase;
    /*font-size:0.8em;*/
    font-size: 10px;
    margin-top: -25px;
}

#vcfg_loading #vcfg_img_loading {
    width: 100px;
    height: 50px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -50px;
    margin-top: -25px;
    /*bottom:150px;*/
    /*left:0px;*/
    text-align: center;

}

#vcfg_loading #vcfg_img_loading img {
    margin-bottom: 0px;
    width: 40px;
}

#vcfg_hidden_forms {
    display: none;
}

/** Optionnel dans le configurateur : **/

/** Infos dev **/
#vcfg_infos_dev {
    margin-top: 20px;
    /*width: 100%;*/
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    border: 1px solid #333;
    line-height: 20px;
}

#vcfg_infos_dev legend {
    text-transform: uppercase;
}

/** Selection du modele **/
#vcfg_model_selection {
    margin-bottom: 0px;
    /*margin-bottom: 20px;*/
    /*width: 100%;*/
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    border: 1px solid #333;
    line-height: 20px;
}

#vcfg_model_selection legend {
    text-transform: uppercase;

}

#vcfg_model_selection_options {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    border: 1px solid #333;
    line-height: 20px;
}


#vcfg_dispoprix_close {
    cursor: pointer;
    width: 12px !important;
    float: right;
    margin-right: 0px;
    visibility: hidden;
}

#vcfg_selection {
    position: relative;
    /*padding:20px;*/
    display: block;
    /*margin-top: 20px;*/
    /*background-color: #272727;*/
    /*min-height: 50px;*/
    /*margin-top: 20px;
    margin-bottom: 10px;*/
}

#vcfg_selection_title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
    display: none;
}

/************************************************************************/
/* BTN */

.vcfg_btn_nav a {
    display: block;
    text-align: center;
    font-size: 1em;
    padding-left: 10px;
    padding-right: 10px;
    height: 23px;
    line-height: 23px;
    background-color: #2f2f2f;
    font-family: "Frutiger Condensed", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: 0.4s;
}

.vcfg_btn_nav img {
    display: block;
    opacity: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    transition: 0.4s;
}

.vcfg_btn_nav:hover a, .vcfg_btn_nav.selected a {
    background-color: #fece00;
    color: #151515;
    cursor: pointer;

}

.vcfg_btn_nav:hover img, .vcfg_btn_nav.selected img {
    display: block;
    opacity: 1;
}

/* Détails des boutons */

#vcfg_dispoprix_suite, #vcfg_menu_dispoprix {
    float: left;
    position: relative;
}

#vcfg_dispoprix_selection {
    visibility: hidden;
}

@media screen and (min-width: 1420px) {
    #vcfg_dispoprix_suite, #vcfg_menu_dispoprix {
        font-size: 16px
    }
}

#vcfg_firstmenu {

}

.vcfg_firstmenu_item {
    visibility: hidden;
}

#vcfg_menu_dispoprix{
    display: inline-block;
    float:none;
    margin-right: auto;
    margin-left: auto;

    /*margin-top: 20px;*/
}

#vcfg_menu_dispoprix a {
    padding-left: 20px;
    padding-right: 20px;
}

#vcfg_selection_boutons{
    text-align: center;
    padding-top: 20px;
}

#vcfg_dispoprix_close{
    margin-top: 3px;
}


#vcfg_seld_table1{
    width: 48%;
    float:left;
    border-collapse: collapse;
    font-size: 0.9em;
}

#vcfg_seld_table2{
    width: 48%;
    float: left;
    border-collapse: collapse;
    font-size: 0.9em;
}

.vcfg_seld_label{
    text-align: left;
    padding: 5px 10px 5px 5px;
    font-weight: bold;
    vertical-align: top;
    white-space:nowrap;
}
.vcfg_seld_value{
    text-align: left;
    padding: 5px;
    vertical-align: top;
    width: 100%;
}
#vcfg_selection_modele{
    text-align: left;
    padding: 5px;
    padding-left: 0px;
    margin: 5px;
    margin-bottom: 0px;
    font-size: 0.9em;
    line-height: 25px;
    /*display: none;*/
}

tr.vcfg_seld_l1{
    /*background-color: #333;*/
}
tr.vcfg_seld_l2{
    /*background-color: #222;*/
}

#vcfg_etape_retailers { transform: matrix(1, 0, 0, 1, 0, 0) !important; }