html {
    height: 100%;
    width: 100%;
}

body {
    margin:0px; 
    width:100%;
    height: 100%;
}


#conteneur_product {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fafafa;
}

#content {
    height: 100%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

p {
    color: #86949C;
    font-size: 14px;
} 
.container {
    height: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
#title_selector {
    font-family: Arial;
    word-wrap: break-word;
    /*text-align: left;*/
    padding-left: 10px;
    /*width: 75%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
#selector_name {
    color: #42b4e6;
    font-size: 0.9em;
}
#selector_name:hover {
    color: #42b4e6;
    text-decoration: underline;
}
.product_details_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333333;
}
.product_details_wrapper:hover {
    text-decoration: underline;
    text-decoration-color: #42b4e6;
    color: #42b4e6;
}
.tools-wrapper {
    margin-bottom: 5px;
    padding-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px; /*Proposition : 5 ou 10 px : on garde 5px*/
}
#configurator_bloc {
    padding-left: 0;
    padding-right: 0;
}
#selector_bloc {
    padding-right: 10em;
}

#top_banner {
    padding-left: 0;
    padding-right: 10em;
}

.config_link {
    cursor: pointer;
}


.e_left_image_arrow {
    width: 48px; 
    height: 48px;
    background-image: url('../img/errow_left.png');
    cursor: pointer;
}
.e_left_image_arrow:hover {
    background-image: url('../img/errow_left_over.png');
}

#selector_subtitle {
    color: #333;
    font-size: 0.7em;
    text-align: center;
}

