/**
Suppression des marges hautes du titre de 1er niveau
*/
a:focus, a:hover, * :link, * :active, * :focus {
    text-decoration: none!important;
}

h1{
	margin-top: 0px !important;	
}
h2{
	font-weight: bold;
}
/**
Espace de 45px entre 2 sections visuelles
*/
.section-spacing{
	margin-top: 45px;	
}
/**
Police et taille de texte globalement pour la page
*/
#lf_content
{
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
}
/**
Ensemble de style globaux utilisables partout dans la page : gras, texte rouge, largeur des zones, largeur de tableau, hauteur de ligne du tableau
*/
.bold{
	font-weight: bold !important;	
}
.underline{
	text-decoration: underline !important;	
}
.red{
	color: red !important;
}
.w466{
	width: 466px !important;	
}
.w230{
	width: 230px !important;	
}
.w160{
	width: 160px !important;	
}
.w115{
	width: 115px !important;	
}
.trw275{
	width: 275px;	
}
.trw410{
	width: 410px;	
}
.trh160{
	height: 160px;	
}
.center{
	text-align: center !important;	
}
.margetop35{
	margin-top: 35px;	
}
.nopaddingleft{
	padding-left: 0px !important;	
}
.category h2{
	font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
	font-weight: bold;	
}
.blockgrey{
	background-color: #f4f4f4;	
}
/**
Définition du style du fil d ariane
*/
/*.breadcrumb{
	font-family: Arial,sans-serif !important;
	background-color: transparent !important;
	margin-bottom: 10px !important;
	padding-left: 0px !important;
}
* couleur et taille de police pour les éléments du fil d ariane
.breadcrumb a, .breadcrumb .sep, .breadcrumb .on{
	color: #b0b0b0 !important;
	font-size: 12px !important;
}*/


#breadcrumbSection{color:#736a60;line-height:18px;float:left;width:952px; margin-top: 11px;}
#breadcrumbSection .homeBreadcrumb{float:left;white-space:nowrap}
#breadcrumbSection .singleBreadcrumb{float:left;white-space:nowrap}
#breadcrumbSection .lastBreadcrumb{float:left;white-space:nowrap}
#breadcrumbSection a{color:#736a60}
#breadcrumbSection a:hover{color:#00a7dc}

#lf_content .lf_hf.strong
{
	font-weight:bold;
}
/** couleur et style des liens par défaut dans la page */
#lf_content a{
    color: #333;
    text-decoration: none;
}
#lf_content > ul:first-child li:hover
{
	color:#00a7dc;
}
#lf_content .lf_hf.header-main
{
	width:978px;
	margin:22px auto;
}

#lf_content .lf_hf.cart 
{
	padding-left:33px;
	display:inline-block;
	vertical-align:top;
	border-left:1px solid #a59b92;
	margin-left:25px;
	padding-bottom:12px;
}

#lf_content .lf_hf.cart a{color:#333;text-decoration:none !important;}
#lf_content .lf_hf.cart div:first-child
{
	font-size:14px;font-weight:bold;position:relative;
}
#lf_content .lf_hf.cart div:first-child:before
{
	content:"";
	background: url("http://www.officedepot.fr/images/vkg/v4/sprite_allbtn_images_vkg.png") no-repeat scroll 3px -238px #fff;
	position:absolute;
	top:-7px;left:-33px;height:38px;width:54px;display:block;
}
#lf_content .lf_hf.cart div:first-child:after
{
	content:"";
	background:url("http://www.officedepot.fr/images/vkg/v4/sprite_allbtn_images_vkg.png") no-repeat scroll -40px -129px transparent;
	position:absolute;
	top:6px;right:-44px;height:12px;width:20px;display:block;
}
#lf_content .lf_hf.cart div
{
	padding-left:24px;
}


/** Largeur de 952px pour le contenu de la page, avec un max width de 952px pour ne pas pouvoir dépasser dans tous les cas, centrage du contenu
*/
#lf_content .lf_main-container {
    width: 952px !important;
    max-width: 952px !important;
    margin: 0 auto;
}

/** largeur du slider à 952px */
/* le style du slider est défini dans le fichier slider.js*/
#slideshow{
	width: 952px;
}
/** suppression des marges  */
#slideshow .container{
	width: 952px;
	padding: 0 !important;
}
.slider-height{
	height: 335px !important;
}

/** style du carousel*/
/** Marge haute de 44px avec le visuel précédent */
#carousel-show{
	margin-top: 44px;
}
/** resize de la largeur des images en conservant la hauteur, il suffit d inverser width:100% et height:auto pour resizer en gardant la lageur*/
.carousel-inner img{
	width: auto;
	height: 100%;	
}

.carousel-indicators li {
    background-color: #b0b0b2 !important;
    border: 1px solid #b0b0b2 !important;
	height: 1px !important;
 	width: 36px !important;
 	margin-left: 4px !important;
 	margin-right: 4px !important;
 }
.carousel-indicators .active {
 	background-color: #8d8e90 !important;
    border: 1px solid #b0b0b2 !important;
	height: 3px !important;
 	width: 36px !important;
 }
/** définition des espaces hauts pour le visuel mea, guide d achat et sous categories*/
#mea, #boutique-achat, #sub-categories{
	margin-top: 44px;
	margin-bottom: 44px;
}
/** taille des blocs des visuels mea, guide d achat*/
.mea-block, #boutique-achat .block-left, #boutique-achat .block-right{
	width: 466px;
	display: inline-block;
	vertical-align: top;
}
/** couleur de fond et hauteur pour les visuels mea, décalage du contenu de 110px par la gauche*/
.mea-block{
	position: relative;
	background-color: #ddd;
	height: 228px;
	padding-left: 110px;
}
/** largeur des espaces entre chaque visuel*/
#mea .space, #boutique-achat .space, #sub-categories .space{
	display: inline-block;
	width: 20px;
	height: 228px;
	vertical-align: top;
}
/** Style pour les sous catégories */
#sub-categories{
	width: 100%;
	font-weight: bold;
	font-size: 200;
}
/** Définition du style des titres de 1er niveau pour les sous catégories et le tableau*/
#sub-categories h1, #tableau h1{
	font-weight: bold;
	font-size: 22px;
}
/** définition du visuel d un bloc catégorie : largeur, couleur de fond, hauteur*/
#sub-categories .block{
	display: inline-block;
	width: 222px;
	height: 222px;
	vertical-align: top;
	background-color: #dddddd;
}
/** positionnement des textes de la catégories */
#sub-categories .category{
	margin-bottom: 20px;
	padding-left: 25px;
}
#sub-categories .category-nopad{
	margin-bottom: 20px;
	padding-left: 0px;
}
.category-img{
	width: 100%;
	text-align: center;	
}
.category-list{
	padding-left: 25px;	
}
/** Style pour la Sélection Produit */
#select-produit{
	margin-bottom: 22px;
	background-color: #f4f4f4;
	padding-left: 10px;
	padding-top: 12px;
}
/** définition des marges pour la position du titre de 1er niveau*/
#select-produit h2{
	margin-top: 0px;
	padding-bottom: 33px;
}
/** définition d un visuel produit de largeur 215px*/
.block{
	position: relative;
	width: 218px;
	display: inline-block;
	vertical-align: top;
}
/** style des liens pour les titres des produits en lien cliquable ou h3*/ 
.block h3{
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin-top: 15px;
}
.block a.description{
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin-top: 15px;
}
.block .ref-stars{
	margin-top: 10px;
	margin-bottom: 15px;
}
/** style de l encart mage avec fond blanc*/
.block .encart{
	width: 215px;
	height: 215px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	margin-bottom: 15px;
}
/** positionnement du bloc promo et de son contenu en centré et couleur blanc*/
.block .promo{
	position: absolute;
	top: 15px;
	left: 10px;
	width: 65px;
	height: 25px;
	font-size:8px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	padding-left: 0px;
	text-align: center;
	line-height: 25px; /* hauteur de ligne (identique) */
  	white-space: nowrap; /* interdiction de passer à la ligne */
}
/** style pour les blocs de contenus*/
.block-info{
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
    vertical-align: top;
    margin-top: 100px;
}
.block-info-img{
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
    vertical-align: top;
    margin-top: 0px;
}

.block-info-img img{
	height: auto;
}

/** style des blocs contenant des listes d éléments*/
.block-info-liste{
	background-color: transparent;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	padding-top: 25px;
}
/** les listes sont décalées de 50px par la gauche et le style classique est supprimé*/
.block-info-liste ul{
	padding-left: 50px;	
	list-style-type: none;
}
/** mettre un tiret devant chaque item de la liste*/
.block-info-liste ul li:before {
   content: '- ';
}
/** définition de l esapcement entre blocs/visuels*/
.space{
	display: inline-block;
	width: 20px;
	height: 360px;
	vertical-align: top;
}
/** style pour la partie prix dans selection produit*/
.price{
	display: inline-block;
	font-size: 13px;
	color: #504a43;
	font-weight: bold;
	height: 16px !important;
	line-height: 16px;
}
/** style pour la partie prix barré dans selection produit*/
.price-barre{
	display: inline-block;
	font-size: 9px;
	color: #adadad;
	text-decoration:line-through;
	height: 16px !important;
	line-height: 16px;
}
/** style pour la partie prix TTC dans selection produit*/
.price-ttc{
	font-size: 9px;
	font-weight: bold;	
}
/** style pour les 2 boutons d action dans selection produit*/
.btn-pdt {
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	/*padding: 10px 20px 10px 20px;*/
	text-align: center;
	border: solid #dddddd 1px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}
.buttons{
	width: 100%;
	margin-top: 12px;
	margin-bottom: 15px;
	height: 25px;	
}
/** style particulier et calage pour le bouton liste d achat*/
.btn-pdt-achat{
	color: #adadad;
	font-size: 9px;
	background: #ffffff;
	width: 80px;
	height: 25px;
	line-height: 25px;
	float: left;
}
/** style particulier et calage pour le bouton panier*/
.btn-pdt-panier{
	color: #fff;
	font-size: 9px;
	background: #000;
	width: 100px;
	height: 25px;	
	line-height: 25px;
	float: right;
}

/** changement de style lorsque la souris survole le bouton*/
.btn-pdt-panier:hover {
	cursor: pointer;
	/*background: #f7f7f7;
	background-image: -webkit-linear-gradient(top, #f7f7f7, #464646);
	background-image: -moz-linear-gradient(top, #f7f7f7, #464646);
	background-image: -ms-linear-gradient(top, #f7f7f7, #464646);
	background-image: -o-linear-gradient(top, #f7f7f7, #464646);
	background-image: linear-gradient(to bottom, #f7f7f7, #464646);
	*/
	background: -moz-linear-gradient(top, #333 1%, #333 50%, #000 51%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #333),
		color-stop(50%, #333), color-stop(51%, #000), color-stop(100%, #000));
	background: -webkit-linear-gradient(top, #333 1%, #333 50%, #000 51%, #000 100%);
	background: -o-linear-gradient(top, #333 1%, #333 50%, #000 51%, #000 100%);
	background: -ms-linear-gradient(top, #333 1%, #333 50%, #000 51%, #000 100%);
	background: linear-gradient(to bottom, #333 1%, #333 50%, #000 51%, #000 100%);
	
	text-decoration: none;
	
}
.btn-pdt-achat:hover {
	cursor: pointer;
	/*background: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #dddddd);
	background-image: -moz-linear-gradient(top, #fff, #dddddd);
	background-image: -ms-linear-gradient(top, #fff, #dddddd);
	background-image: -o-linear-gradient(top, #fff, #dddddd);
	background-image: linear-gradient(to bottom, #fff, #dddddd);
	*/
	background: -moz-linear-gradient(top, #eee 1%, #eee 50%, #eee 51%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee),
		color-stop(50%, #eee), color-stop(51%, #fff), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #eee 1%, #eee 50%, #fff 51%, #fff 100%);
	background: -o-linear-gradient(top, #eee 1%, #eee 50%, #fff 51%, #fff 100%);
	background: -ms-linear-gradient(top, #eee 1%, #eee 50%, #fff 51%, #fff 100%);
	background: linear-gradient(to bottom, #eee 1%, #eee 50%, #fff 51%, #fff 100%);
	
	text-decoration: none;
}

/** surcharge du style des étoiles dans la selection produit*/
.trustville-product-widget-stars-small{
	width: 90px;
	height: 18px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	float: right;
}
/** adaptation des tailles des étoiles*/
.stars-small{
    height: 9px !important;
    width: 9px !important;
    background-size: 9px !important;
}
/** style pour la référence du produit*/
.reference{
	width: 70px;
	height: 18px;
	line-height: 18px; /** identique à height pour un centrage vertical automatique*/
	color: #adadad;
	font-size: 9px;
	font-weight: bold;
	display: inline-block;  
	vertical-align: top;
}
/** surcharge du style pour adaptation de la taille des avis*/
.trustville-product-widget-small .tpw-ft2 {
    font-size: 9px;
    color: #adadad;
    font-weight: bold;
}
/** style pour les blocs dans boutique et guide d achat*/
#boutique-achat .block-right .block{
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	margin-top: 25px;
}
#boutique-achat .guide-achat .block{
	margin-left: 0px;
	margin-top: 0px;
}
.btn-guides{
	width: 100px;
	display: inline-block;
	color: #fff !important;
	font-size: 9px;
	background: #000;
	height: 25px;
	line-height: 25px;
	vertical-align: baseline;
	float: right;
    margin-top: -5px;
    margin-right: 170px;
}
.btn-guides:hover {
	cursor: pointer;
	
	background: -moz-linear-gradient(top, #333 1%, #333 50%, #000 51%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #333),
		color-stop(50%, #333), color-stop(51%, #000), color-stop(100%, #000));
	background: -webkit-linear-gradient(top, #333 1%, #333 50%, #000 51%, #000 100%);
	background: -o-linear-gradient(top, #333 1%, #333 50%, #000 51%, #000 100%);
	background: -ms-linear-gradient(top, #333 1%, #333 50%, #000 51%, #000 100%);
	background: linear-gradient(to bottom, #333 1%, #333 50%, #000 51%, #000 100%);
	
	text-decoration: none;
}
#boutique-achat .guide-achat h2{
	display: inline-block;
	margin-right: 25px;
}
/** défintion du style de l encart du guide d achat*/
#boutique-achat .block-right .block .encart{
	width: 220px;
	height: 220px;
	display: inline-block;
	background-color: #dddddd;
	margin-bottom: 0px;
}
/** espacement entre les 2 blocs du guide d achat*/
#boutique-achat .block-right .space{
	width: 20px;
	display: inline-block;
}
#boutique-achat .block-right .smallspace{
	width: 5px;
	display: inline-block;
}
.skuUomPricing-right{
    float: right !important; /* modification*/
    height: 16px !important;
    font-size: 9px !important;
}
/** style du texte pour le titre de 2eme niveau de la boutique/guide d achat*/
#boutique-achat h2, #select-produit h2{
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
}
#boutique-achat p.detail{
	font-size: 11px;
	color: #949597;
}

/** Style du somaire*/
#sommaire{
	margin-top: 70px;
	font-size: 25px;
}
#sommaire .main-block{
	margin-top: 50px;
}
#sommaire .main-block a{
	font-weight: bold;
	font-size: 25px !important;
}
#sommaire .main-block ol{
	padding-left: 40px;
}
/** définition des compteurs numériques, alaphanumériques majuscules et alphanumériques minuscules*/
ol.alpha-num {
    counter-reset: alphaNum;
}
ol.alpha-upper {
    counter-reset: alpha;
}
ol.alpha-low {
    counter-reset: alphaLow;
}
ol li {
    list-style: none;
    position: relative;
}
ol li a, ol li a:hover{
    color: #333;
    text-decoration: none;
}
/** génération de la numérotation puis d une parenthèse*/
ol.alpha-num > li:before {
    counter-increment: alphaNum;
    content: counter(alphaNum)") "
}
ol.alpha-upper > li:before {
    counter-increment: alpha;
    content: counter(alpha, upper-alpha)") "
}

ol.alpha-low > li:before {
    counter-increment: alphaLow;
    content: counter(alphaLow, lower-alpha)") "
}

/*********** START FOOTER ******************/
/** conflit entre le footer.css et bootstrap.css, ajouter ces directives dans le footer pour positionner la css correctement*/
#footer ul, #footer ol{
	padding-left: 0px;
	font-size: 100%;	
}
#siteFooter li, #utilityMenu, #searchBox #mainSearchField, #searchBox .search, #predictSearchList .searchSuggestResultsTable, #quickMenu #accMenuContainer, #miniBasketWrapper .miniBasketLabel{
	box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;	
}
#footerLast a.dropdown{
	box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;	
	text-decoration: none !important;
}
#siteFooter li{
	font-size: 13px;	
}
#copyright p, .reassurance-part p{
	margin: 0 !important;
}
.reassurance-part p{
	line-height: 12px;
}
#copyright p{
	font-size: 13px;
}

#footerLast, .homeFeatureBannerTop div{
	box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;	
}
.homeFeatureBannerTop div{
	line-height: 15px;	
}
/*********** END FOOTER ******************/
/** Style des catégories*/
/* taille de police par défaut pour les visuels catégories*/
.category-list h3, .category h3{
	font-size: 12px !important;
	margin-top: 5px !important;	
	margin-bottom: 5px !important;
}
.category-list li a{
	font-size: 10px !important;	
}
/** Style du tableau*/
#tableau{
	margin-top: 95px;
}
/** definition de la grille du tableau de 1px de large en noir*/
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #000 !important;
}

.table-bordered {
    border: 1px solid #000 !important;
}

/** Style pour l accordion*/
/* espacement en hauteur entre les sections*/
#accordion{
	margin-top: 70px;
	margin-bottom: 140px;
}
#accordion h1{
	margin-bottom: 40px;
}
/** style du bloc contenant les réponses */
#accordion div.panel {
    padding: 0 18px;
    padding-top: 15px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: none;
}
/** ajout de la bordure jaune au moment où le bloc réponse se déplie*/
#accordion div.panel.active {
    border-top: 2px solid #fecb00;
    display: block !important;
}
/** visuel pour afficher le bloc question*/
button.accordion-block {
    background-color: #eee;
    font-weight: bold;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
/** ajout du + en fin de visuel lorsque le bloc est non déplié*/
button.accordion-block:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
/** ajout du - lorsque le bloc est déplié*/
button.accordion-block.active:after {
    content: "\2212";
}
/** modification de la couleur de fond lorsque le bloc question est déplié ou lorsqu on le survole avec la souris*/
button.accordion-block.active, button.accordion-block:hover {
    background-color: #ddd;
}

#accordion .title{
	font-weight: bold;
}




/**** Les styles ci-dessous sont une copie exacte de ceux du site office depot - supprimer cette partie lors de l intégration finale*/
* :link, * :active, * :focus {
    outline: none!important;
}
.trustville-product-widget-small .tpw-a {
    text-decoration: none;
    color: #000;
}
.trustville-product-widget-small .tpw-stars-part {
    display: inline-block;
}

.trustville-product-widget-small .tpw-stars-small .tpw-star {
    height: 14px;
    width: 15px;
    background-size: 14px;
    background-repeat: no-repeat;
    display: inline-block;
}
.trustville-product-widget-small .tpw-star-half{background-image:url("data:image/svg+xml,%3C?xml%20version=%221.0%22%20encoding=%22utf-8%22?%3E%0A%3C!--%20Generator:%20Adobe%20Illustrator%2019.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version=%221.1%22%20id=%22Calque_1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%0A%20viewBox=%220%200%2011.2%2010.7%22%20enable-background=%22new%200%200%2011.2%2010.7%22%20xml:space=%22preserve%22%3E%0A%3ClinearGradient%20id=%22SVGID_1_%22%20gradientUnits=%22userSpaceOnUse%22%20x1=%225.093807e-03%22%20y1=%224.7798%22%20x2=%2211.1551%22%20y2=%224.7798%22%20gradientTransform=%22matrix(1%200%200%20-1%200%2010.11)%22%3E%0A%3Cstop%20%20offset=%220.5%22%20style=%22stop-color:%23EEC157%22/%3E%0A%3Cstop%20%20offset=%220.5%22%20style=%22stop-color:%23CAD0D8%22/%3E%0A%3C/linearGradient%3E%0A%3Cpath%20fill=%22url(%23SVGID_1_)%22%20d=%22M11.2,4.1c0,0.1-0.1,0.2-0.2,0.3L8.6,6.8l0.6,3.4v0.1c0,0.1,0,0.2-0.1,0.2c0,0.1-0.1,0.1-0.2,0.1%0Ac-0.1,0-0.2,0-0.3-0.1L5.6,9l-3,1.6c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.2-0.1C2,10.5,2,10.4,2,10.3c0,0,0-0.1,0-0.1l0.6-3.4%0AL0.2,4.4C0.1,4.4,0,4.2,0,4.1c0-0.2,0.2-0.3,0.4-0.3c0,0,0,0,0,0l3.4-0.5l1.5-3C5.3,0.1,5.4,0,5.6,0c0.2,0,0.3,0.1,0.3,0.3l1.5,3%0Al3.4,0.5C11,3.8,11.1,3.9,11.2,4.1z%22/%3E%0A%3C/svg%3E%0A")}
.trustville-product-widget-small .tpw-star-full{background-image:url("data:image/svg+xml,%3C?xml%20version=%221.0%22%20encoding=%22utf-8%22?%3E%0A%3C!--%20Generator:%20Adobe%20Illustrator%2019.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version=%221.1%22%20id=%22Calque_1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%0A%20viewBox=%220%200%2011.2%2010.7%22%20enable-background=%22new%200%200%2011.2%2010.7%22%20xml:space=%22preserve%22%3E%0A%3Cpath%20fill=%22%23EEC157%22%20d=%22M11.2,4.1c0,0.1-0.1,0.2-0.2,0.3L8.6,6.8l0.6,3.4v0.1c0,0.1,0,0.2-0.1,0.2c0,0.1-0.1,0.1-0.2,0.1%0Ac-0.1,0-0.2,0-0.3-0.1L5.6,9l-3,1.6c-0.1,0-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.2-0.1C2,10.5,2,10.4,2,10.3c0,0,0-0.1,0-0.1l0.6-3.4%0AL0.2,4.4C0.1,4.4,0,4.2,0,4.1c0-0.2,0.2-0.3,0.4-0.3l3.4-0.5l1.5-3C5.3,0.1,5.4,0,5.6,0c0.2,0,0.3,0.1,0.3,0.3l1.5,3l3.4,0.5%0AC11,3.8,11.1,3.9,11.2,4.1z%22/%3E%0A%3C/svg%3E%0A")}

.trustville-product-widget-small .tpw-feebacks-part {
    display: inline-block;
    position: relative;
    left: 3px;
    bottom: 2px;
}
.trustville-product-widget-small .tpw-ft1, .trustville-product-widget-small .tpw-ft2, .trustville-product-widget-small .tpw-ft3 {
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
}

.skuUomPricing{
    float: left; 
    margin: 0 0 0 6px;
    padding: 0 0 0 6px;
    color: #a59b92;
    font: 11px arial,verdana,sans-serif;
    line-height: 11px;
    border-left: 1px solid #a59b92;
    height: 21px;
}

/* CSS personalisé rajouté*/

#m01{display: none;}
			.liste-puce{list-style-type: disc;}
			.font-14{font-size: 14px;}
			.breadcrumb{font-size: 12px !important;}
			.color-orange{color: #f47735; margin-top: 20px !important;}
			.color-blue{color: #00a7dc;}
			.accordion-block{margin-bottom: 3px !important.}
			.liste-decalage{margin-left: 35px;}
			#accordion{margin-top: 0px !important; margin-bottom: 25px !important;}
			.btn-abs {margin-top: 22px;}
			.btn-cta {
    display: inline-block;
    white-space: nowrap;
    font-size: 20px !important;
    line-height: 30px !important;
    background-color: #00a6da;
    color: #ffffff !important;
    text-decoration: none !important;
    text-align: center;
    border: none;
    padding: 7px 20px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
     margin-left: 53px;

}
.btn-cta:hover {
    color: #ffffff !important;
    background-color: #0888ba;
    text-decoration: none !important;
}

/* CSS liée au contact dans les page institutionnel*/
.aide-contact{ font-size: 34px; color: #00a7dc; line-height: 33px; margin-bottom: 25px;}
						.aide-contact-subtitle{ font-size: 25px; color: #000; }
						#aide-contact{width: 952px;}
						#aide-contact tr td{width: 317px; height: auto; vertical-align: top;}
						#aide-contact tr td div p.title{font-size: 24px; text-align: left; width: 185px; float: right; margin-top: 15px;}
						#aide-contact tr td div img{width:65px;height:65px; margin-left: 52px;}
						#aide-contact tr td p.red{width: 208px;font-size: 16px;font-style: italic;color: #fc5d79;line-height: 19px;float: right;margin-top: -67px; font-weight: normal;}
						#aide-contact tr td p.red2{margin-top: 15px; width:100%;font-size: 16px;font-style: italic;color: #fc5d79;line-height: 19px; margin-left: 15px}
						#aide-contact tr td a.tel{font-size: 16px; font-weight: bold;}
						#aide-contact  tr td span.tel-mention{font-size:  12px; font-weight: normal; color: #888888;}
						#aide-contact .btn-cta {display: inline-block; font-size: 16px !important;font-weight: 700 !important;line-height: 31px !important;background-color: #00a6da;color: #ffffff !important;text-align: center; padding: 0px 10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;    float: right; margin-right: 23px; margin-top: -17px;}

						   /*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
   font-family: 'Open Sans', sans-serif;
   font-size: 17px;
   font-weight: 400;
   text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: -1px;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
   background: #cccccc;
}
.sf-menu li.sfHover > a {
   color: #ffffff;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/*** DEMO SKIN ***/
.nav>li>a:focus, .nav>li>a:hover{
	background-color: #cccccc !important;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 11px 15px;
   }
.sf-menu {
    position: relative;
   display: inline-block;
}
.sf-menu ul {
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
    padding: .75em 1em;
    text-decoration: none;
    zoom: 1; /* IE7 */
}
.sf-menu a {
    color: #fff;
}
.sf-menu li {
    background: #ebebeb;
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
   padding: 0 28px;
   border-right: 1px solid #cecece;
}
.sf-menu ul li {
    background: #666666;
   padding: 0;
}
.sf-menu ul ul li {
    background: #666666;
   padding: 0;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
    background: #cccccc;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}
.sf-menu li:hover a  {
   color: #ffffff !important;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 20px;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #000000; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(0,0,0,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #81c90d; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #81c90d;
}
