    .style-espacement-vertical-inferieur {
	padding-bottom: 30px;
}
                            .style-marge-interieur-verticale-inferieur-90px{
    padding-bottom: 90px;
}
                            .style-espacement-vertical-superieur {
	padding-top: 30px;
}
                            .style-onglets-produits {
	background: center center no-repeat url('/uploads/media/files/background-onglets.jpg');
	background-size: cover;
}
.style-onglets-produits .tabbable.tabs-left {
	background: rgba(238,238,238,0.6);
}
.style-onglets-produits .tabs-left > .nav-tabs {
	    margin-bottom: 0;
	    margin-right: 0;
	    border: none;
	    max-width: 30%;
}
.style-onglets-produits .tabs-left > .nav-tabs > li > a {
	border: none;
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-weight: bold;
}
.style-onglets-produits .nav-tabs > li {
	margin-bottom: 0;
}
.style-onglets-produits .tabs-left > .nav-tabs > li > a:hover,
.style-onglets-produits .tabs-left > .nav-tabs > li > a:focus,
.style-onglets-produits .tabs-left > .nav-tabs > a:focus,
.style-onglets-produits .tabs-left > .nav-tabs .active > a, 
.style-onglets-produits .tabs-left > .nav-tabs .active > a:hover, 
.style-onglets-produits .tabs-left > .nav-tabs .active > a:focus {
	background: rgba(238,238,238,0.7);
	color: #ba1413;
}
.style-onglets-produits .tab-content .tab-pane.active {
	background: rgba(238,238,238,0.7);
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.style-onglets-produits .tab-content .tab-pane img {
	margin-right: 20px;
}
                            .style-rond-pencil-ruler{
    position: relative;
    display: inline-table;
    width: 100%;
    margin-top: 40px;
}

.style-rond-pencil-ruler::before{
    display: block;
    content: " ";
    margin: 0 auto;
    background-color: #fff;
    background-image: url('/bundles/dupas/images/pencil-ruler.png');
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-top: -75px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000;
    margin-bottom: 40px;
}
                            .style-marge-verticale-superieur{
    padding-top : 30px;
}
                            .style-rond-loupe{
    position: relative;
    display: inline-table;
    width: 100%;
    margin-bottom: 40px;
}

.style-rond-loupe::before{
    display: block;
    content: " ";
    margin: 0 auto;
    background-color: #eeeeee;
    background-image: url('/bundles/dupas/images/loupe.png');
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-top: -70px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000;
}