.hidden {
    display: none !important;
}

.image-withtext {
    display: block;
    position: relative;
}

.image-withtext .img-fluid {
    min-height: 98px;
}

.couleur-personnalisee {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	display: none;
}

#configurateur-placeholder {
	padding-top: calc(100% * 3 / 4);
}

#layer-piece {
    position: absolute;
    top: 0;
    left: 0;
}

/* #nav-tabsteps {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    overflow: hidden;
} */

#list-product-cat {
    height: calc(100% - 4rem);
}

#nav-tabsteps .tab-pane {
    /*height: calc(100% - 2.5rem);*/
    overflow: hidden;
}