.dock{ display: none !important;}
.dock-background{ display: none !important;}
.tab-gtestimate { display: none !important;}
.box-content { display: none !important;}
.vue-index { display: none !important;}
.photo360>img {
    width: 100%;
    position: static;
    margin-bottom: 5px;
    min-width: 400px;
    border-radius: 20px;
	box-shadow: 0 0 50px rgba(0,0,0,.25);
}
.vehicule-data {
    margin-top: 5px;
    border-radius: 20px;
	    box-shadow: 2px 2px 20px 0 #ffffff;
}
.vehicule-data>img {
    max-width: 170px;
    border-top-left-radius: 20px;
}
.vehicule-data>table {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.vehicule-data>tbody {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.astuces-button>.badge {
    border-radius: 10px;
    position: absolute;
    top: 10px !important;
    left: -4px !important;
    background-color: transparent !important;
}

/*#visualization {
    position: absolute;
    top: 0px;
    right: 133px;
}*/

#root .tabs.tabs-carselector > .nav-tabs {
	left: 25%;
}
