@font-face {
    font-family: 'FrutigerNextPro_medium';
    src:   url('fonts/FrutigerNextPro-Medium/FrutigerNextPro-Medium.otf'),
    url('fonts/FrutigerNextPro-Medium/FrutigerNextPro-Medium.woff');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-VariableFont_wdth-wght');
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri/Calibri-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri/Calibri-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri/Calibri-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri/Calibri-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri/Calibri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.container {
    width: 957px;
    margin: auto;
}

.italic {
    font-style: italic;
}

.cache {
    display: none;
}

.align-center {
    text-align: center;
}

.texte-xl {
    font-size: 12px;
}

.texte-xxl {
    font-size: 14.5px;
}

.texte-xxxl {
    font-size: 17px;
}

.texte-gris {
    color: #929292;
}

.left-19px {
    margin-left: 19px;
}

.content-header {
    padding-bottom: 28px;
    /*padding-bottom: 42px;*/
    position: relative;
}

.t-title-page {
    z-index: 999999;
    background: #f4f4f4;
    height: 23px;
}

.t-title-page .menu-tel {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Calibri', sans-serif;
    background: url(../images/numero-azenn-connect.svg);
    width: 190px;
    height: 24px;
}

.t-title-page .menu-tel span {
    visibility: hidden;
}

.t-title-page .menu-tel svg {
    width: 20px;
}

.t-title-page .menu-create {
    margin-left: auto;
    margin-right: 100px;
    background: #ffffff;
    color: #d80d10;
    padding: 0px 15px 2px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    transition: ease-in-out .2s;
    font-family: 'Calibri', sans-serif;
    border: 1px solid #ffffff;
}

.t-title-page .menu-create:hover  {
    color: #ffffff;
    background-color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.t-title-page ul.menu_langue {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin: 5px 0 0 0;
}

.t-title-page .menu_langue li:hover {
    opacity: 0.5;
}

.t-title-page .phone-haut {
    margin: 1px 5px 0 0;
}

.bloc-contact-en .contactez-ns {
    display: inline-block;
    border-radius: 18px;
    border: 3px solid #00aeef;
}

.bloc-contact {
    background: url('../images/image-fille.png') no-repeat 0 center;
    padding-left: 58px;
    padding-top: 24px;
    margin-bottom: 3px;
    padding-bottom: 7px;
    margin-left: 4px;
}

.bloc-contact .lab-contact {
    color: #09B7F3;
    width: 50px;
    display: inline-block;
    line-height: 1.4em;
    font-size: 8px;
    font-weight: bold;
}

.bloc-contact .contactez-ns {
    display: inline-block;
    vertical-align: bottom;;
    border-radius: 18px;
    border: 3px solid #00aeef;

    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    behavior: url(pie.htc);
    position: relative;
}

.bloc-contact .contactez-ns .lab-num-tel {
    background: #00aeef url('../images/puce-contact.png') no-repeat 0 center;
    padding-left: 24px;
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding-right: 10px;
    line-height: 1.1em;
    float: left;
}


.bloc-contact.en .contactez-ns .lab-num-tel {
    background: url('../images/bg-contact.png') no-repeat -15px -21px;
    border-radius: 0px;
    padding: 7px 17px;
    text-transform: uppercase;
    font-size: 14px;
}

.bloc-contact.en .contactez-ns .num-tel span {
    color: #d80d10;
    margin-top: 6px;
}

.bloc-contact.en .contactez-ns {
    border: 1px solid #D5D2D2;
    border-radius: 0px;
    margin-left: -18px;
    top: -22px;
}

.bloc-contact.en {
    background: none;
    padding-left: 0px;
    margin-top: -24px;
}

.bloc-contact.en img {
    position: relative;
    z-index: 10;
}

.ie10 .bloc-contact .contactez-ns .lab-num-tel {
    line-height: 1.15em;
}

.bloc-contact .contactez-ns .num-tel {
    display: inline-block;
    line-height: 1.0em;
    float: left;
    margin-top: 4px;
    padding-left: 9px;
}

.bloc-contact .contactez-ns .num-tel span {
    color: #00aeef;
    font-size: 22px;
    padding-right: 10px;
    display: inline-block;
}

.bloc-contact.en p {
    margin-top: -20px;
    margin-left: 54px;
    width: 100%;
}

.bloc-contact p {
    margin-top: 2px;
}

#search_mini_form .form-search {
    border: 1px solid #b1b1b1;
    width: 348px;
    background: #F7F7F7 none repeat scroll 0% 0%;
}

#search_mini_form .form-search input[type=text] {
    width: 302px;
    height: 35px;
    background: #f7f7f7;
    line-height: 35px;
    padding: 0 0 0 9px;
    font-family: arial !important;
    border: none;
    margin: 0;
    display: block;
    float: left;
    font-size: 12px;
    font-style: italic;
    color: #b1b1b1;
}

#search_mini_form .form-search input[type=text]::placeholder {
    color: #cdcdcd;
}

#search_mini_form .form-search button {
    background: #ffffff;
    height: 35px;
    width: 37px;
    margin: 0px;
    cursor: pointer;
    padding: 0;
    border: none;
}

#search_mini_form .form-search button:hover {
    opacity: 0.5;
}

#search_mini_form .form-search button span {
    background: url('../images/picto_loupe_noir.png') no-repeat center center;
    background-size: 27px;
    height: 35px;
    width: 37px;
    display: block;
}

.bloc-log-off li.espace-clt a span {
    background: url('../images/picto_mon_compte.png') no-repeat 0 2px;
    color: white;
    padding-top: 1px;
    display: block;
    padding: 3px 9px 2px 17px;
    letter-spacing: 0.8px;
    font-size: 9px;
}

.bloc-log-on p.espace-clt a {
    font-size: 9px;
}

.bloc-log-off li.espace-clt a {
    text-decoration: none;
}

.panier-bloc-header li.mon-panier a span {
    background: url('../images/picto_mon_panier.png') no-repeat 0 4px;
    color: white;
    padding-left: 14px;
    letter-spacing: 0.8px;
    font-size: 9px;
    padding: 4px 10px 3px 14px;
    display: block;
}

#mini-express-order-text {
    font-family: 'Calibri', sans-serif;
    width: 50px;
}

/* success message general */
.messages li ul li {
    display: table;
    margin: 5px;
    line-height: inherit;
    height: inherit;
    padding-left: 10px;
    width: 98.15%;
    margin-left: auto;
    margin-right: auto;
}

.messages span {
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
    margin-top: auto;
    margin-bottom: auto;
    color: #587900;
}

.error-msg span {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.error-messages-cart .messages li.success-msg ul li, .error-messages-cart .messages li.error-msg ul li {
    border: medium none;
    margin: auto;
    padding: 3px 10px 2px 8px;
    width: 95%;
}

.messages li.success-msg ul li {
    background-color: inherit;
}

/*success message devis bandeau */

.cuc_evolution_success {
    background-color: #32cd32;
    border: 1px solid #587900;
    height: 30px;
    color: #fff;
    margin: 5px;
    line-height: 30px;
    padding-left: 10px;
    width: 98.15%;
    margin-left: auto;
    margin-right: auto;
}

.error-messages-cart .success-msg {
    border: 1px solid #587900;
    margin: auto;
    width: 96%;
}

/* fin success message devis */

.bloc-log-off li.espace-clt {
    margin-bottom: 3px;
    line-height: initial;
}

.panier-bloc-header li.mon-panier a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.bloc-log-off li {
    line-height: 1.4em;
}

.panier-bloc-header .mon-panier {
    margin-bottom: 5px;
}

.mes-produits a {
    color: #929292;
}

.mes-produits {
    margin-bottom: 11px;
}

.mes-produits a .cart-header {
    color: #929292;
    font-size: 12px;
}

/*** custom flexslider ***/
.slider_home .flex-control-nav {
    width: auto;
    bottom: 9px;
    margin-right: 10px;
    display: block;
    right: 0;
}

.flex-control-paging li a {
    width: 6px;
    height: 7px;
}

.slider_home .flex-control-paging li a.flex-active {
    background: rgb(183, 75, 36); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3NGIyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2E2MDAwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2I3MDEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2IzMDAwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2E2MDAwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYTQ1MjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(183, 75, 36, 1) 0%, rgba(166, 0, 2, 1) 20%, rgba(183, 1, 0, 1) 40%, rgba(179, 0, 4, 1) 60%, rgba(166, 0, 2, 1) 80%, rgba(186, 69, 34, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(183, 75, 36, 1)), color-stop(20%, rgba(166, 0, 2, 1)), color-stop(40%, rgba(183, 1, 0, 1)), color-stop(60%, rgba(179, 0, 4, 1)), color-stop(80%, rgba(166, 0, 2, 1)), color-stop(100%, rgba(186, 69, 34, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(183, 75, 36, 1) 0%, rgba(166, 0, 2, 1) 20%, rgba(183, 1, 0, 1) 40%, rgba(179, 0, 4, 1) 60%, rgba(166, 0, 2, 1) 80%, rgba(186, 69, 34, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(183, 75, 36, 1) 0%, rgba(166, 0, 2, 1) 20%, rgba(183, 1, 0, 1) 40%, rgba(179, 0, 4, 1) 60%, rgba(166, 0, 2, 1) 80%, rgba(186, 69, 34, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(183, 75, 36, 1) 0%, rgba(166, 0, 2, 1) 20%, rgba(183, 1, 0, 1) 40%, rgba(179, 0, 4, 1) 60%, rgba(166, 0, 2, 1) 80%, rgba(186, 69, 34, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(183, 75, 36, 1) 0%, rgba(166, 0, 2, 1) 20%, rgba(183, 1, 0, 1) 40%, rgba(179, 0, 4, 1) 60%, rgba(166, 0, 2, 1) 80%, rgba(186, 69, 34, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b74b24', endColorstr='#ba4522', GradientType=0); /* IE6-8 */
}

.flex-control-nav li {
    margin: 0 2px;
}

/*** custom flexslider ***/
#col-left .list-eng {
    margin-bottom: 9px;
    background: #FFF;
}

#col-left .list-eng ul {
    border: 1px solid #929292;
    border-top: none;
}

#col-left .list-eng li {
    display: block;
    padding: 12px 6px 7px 9px;
    position: relative;
}

#col-left .list-eng li + li {
    border-top: 1px solid #929292;
}

#col-left .list-eng li img {
    float: left;
    display: block;
}

#col-left .list-eng li .content {
    text-align: right;
}

#col-left .list-eng li .content p {
    font-weight: bold
}

#col-left .list-eng li .content p span,
#col-left .list-eng li .content p strong {
    display: block;
}

#col-left .bloc-newsletter {
    background: #363636;
    color: #fff;
    padding: 4px 2px 10px 7px;
    margin-bottom: 9px;
    position: relative;
}

#col-left .bloc-newsletter h2 {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
}

#col-left .bloc-newsletter p {
    background: url('../images/bg-news.png') no-repeat 0 center;
    padding-left: 16px;
    padding-left: 47px;
    font-size: 14px;
    margin-bottom: 9px;
}

.bg-rouge {
    display: inline-block;
    background: #e74946; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3NDk0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2VhNDg0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2U3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iI2U4NDQ0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2U1NDAzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2UwNDQ0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2U2MzgzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2U0MzkzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2RlMmQzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2RkMmYyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2UxMjgyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2RiMjMyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iI2UxMWQxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2RiMWMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2RjMTgxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2Q3MTQxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2RhMTIxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkODBmMTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e74946 0%, #ea4846 19%, #e74747 24%, #e84445 29%, #e5403e 33%, #e04448 38%, #e63839 43%, #e43931 48%, #de2d37 57%, #dd2f2e 62%, #e12826 67%, #db2321 71%, #e11d1f 76%, #db1c23 81%, #dc181a 86%, #d71412 90%, #da1215 95%, #d80f15 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e74946), color-stop(19%, #ea4846), color-stop(24%, #e74747), color-stop(29%, #e84445), color-stop(33%, #e5403e), color-stop(38%, #e04448), color-stop(43%, #e63839), color-stop(48%, #e43931), color-stop(57%, #de2d37), color-stop(62%, #dd2f2e), color-stop(67%, #e12826), color-stop(71%, #db2321), color-stop(76%, #e11d1f), color-stop(81%, #db1c23), color-stop(86%, #dc181a), color-stop(90%, #d71412), color-stop(95%, #da1215), color-stop(100%, #d80f15)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e74946 0%, #ea4846 19%, #e74747 24%, #e84445 29%, #e5403e 33%, #e04448 38%, #e63839 43%, #e43931 48%, #de2d37 57%, #dd2f2e 62%, #e12826 67%, #db2321 71%, #e11d1f 76%, #db1c23 81%, #dc181a 86%, #d71412 90%, #da1215 95%, #d80f15 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e74946 0%, #ea4846 19%, #e74747 24%, #e84445 29%, #e5403e 33%, #e04448 38%, #e63839 43%, #e43931 48%, #de2d37 57%, #dd2f2e 62%, #e12826 67%, #db2321 71%, #e11d1f 76%, #db1c23 81%, #dc181a 86%, #d71412 90%, #da1215 95%, #d80f15 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e74946 0%, #ea4846 19%, #e74747 24%, #e84445 29%, #e5403e 33%, #e04448 38%, #e63839 43%, #e43931 48%, #de2d37 57%, #dd2f2e 62%, #e12826 67%, #db2321 71%, #e11d1f 76%, #db1c23 81%, #dc181a 86%, #d71412 90%, #da1215 95%, #d80f15 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e74946 0%, #ea4846 19%, #e74747 24%, #e84445 29%, #e5403e 33%, #e04448 38%, #e63839 43%, #e43931 48%, #de2d37 57%, #dd2f2e 62%, #e12826 67%, #db2321 71%, #e11d1f 76%, #db1c23 81%, #dc181a 86%, #d71412 90%, #da1215 95%, #d80f15 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74946', endColorstr='#d80f15', GradientType=0); /* IE6-8 */
    color: #fff;
    padding: 4px 13px 4px 11px;
    text-transform: uppercase;
}

#col-left .bloc-newsletter .link {
    padding-left: 0px;
    position: relative;
    margin-left: 46px;
}

.bg-rouge:hover {
    text-decoration: none;
    opacity: 0.5;
}

.titre-fond-gris {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.9px;
    background: #505050; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iIzNmM2YzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iIzM2MzYzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #505050 0%, #4f4f4f 38%, #3f3f3f 57%, #363636 71%, #363636 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(38%, #4f4f4f), color-stop(57%, #3f3f3f), color-stop(71%, #363636), color-stop(100%, #363636)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #505050 0%, #4f4f4f 38%, #3f3f3f 57%, #363636 71%, #363636 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #505050 0%, #4f4f4f 38%, #3f3f3f 57%, #363636 71%, #363636 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #505050 0%, #4f4f4f 38%, #3f3f3f 57%, #363636 71%, #363636 100%); /* IE10+ */
    background: linear-gradient(to bottom, #505050 0%, #4f4f4f 38%, #3f3f3f 57%, #363636 71%, #363636 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#363636', GradientType=0); /* IE6-8 */
    padding: 4px 0px 3px 0px;
    font-family: Arial, sans-serif;
}

.texte-xxxxl {
    font-size: 26px;
    font-weight: bold;
    line-height: 0.7em;
}

.texte-petit {
    font-size: 11px;
    font-weight: bold;
}

.texte-gros-rouge {
    font-size: 15px;
    font-weight: bold;
    color: #d80d10;
    text-transform: uppercase;
}

.texte-grand {
    text-transform: uppercase;
    font-size: 15px;
}

.texte-moyen {
    text-transform: uppercase;
    font-size: 14px;
}

.bloc-news-bas {
    background: #e4e4e4;
    padding: 6px 0;
}

.bloc-news-bas p {
    text-align: center;
    color: #505050;
    font-size: 14px;
}

.bloc-news-bas .title {
    background: url('../images/newsletter-bas.png') no-repeat 0 center;
    padding-left: 37px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 2px;
    padding-top: 6px;
}

.bloc-news-bas .bg-rouge {
    font-size: 9px;
    padding: 5px 6px 4px 6px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
}

.inner-footer > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    padding-left: 2%;
}

.inner-content {
    position: relative;
}

.inner-content.inner-content-hp {
    border: 1px solid #cdcdcd;
    border-top: none;
}

.col-main {
    padding: 9px 8px;
    border-bottom: 1px solid #929292;
}

.link-to-top:hover {
    opacity: 0.7;
}

#col-left .bloc-cata {
    border: 1px solid #464646;
    position: relative;
    margin-bottom: 9px;
    padding: 0px;
}

#col-left .bloc-cata:hover {
    opacity: 0.5;
}

.tous-cliq {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: url('../images/transparent.png');
}

#main-content .titre-fond-gris {
    padding: 10px 0px 9px 14px;
    font-size: 14px;
}

.table-ref-rem tr + tr td {
    border-top: 1px solid #929292;
}


.purchased-products .new-es {
    background: url('../images/nouveautes-es.png') no-repeat center;
    width: 31px;
    height: 84px;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
}

.purchased-products ._new {
    background: url('../images/picto_nv-moy.jpg') no-repeat center;
    width: 31px;
    height: 84px;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
}

.list-nouveaute {
    display: table;
    border: 1px solid #929292;
    width: 99.8%;
    table-layout: fixed;
    border-left: none;
}

.list-nouveaute li.item {
    /*display: inline-block;*/
    float: left;
    width: 248px;
}

.list-nouveaute li.item:nth-child(3), .list-nouveaute li.item:nth-child(6) {
    border-right: none !important;
}

#list-nouv .list-pic {
    padding: 25px 18px 16px 14px;
    overflow: hidden;
    height: 1%;
}

.list-nouveaute li .product-image {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 13px;
}

.list-nouveaute li .product-name {
    font-size: 11px;
    margin-bottom: 5px;
}

.list-nouveaute li .product-name a {
    font-weight: bold;
}

.link-detail {
    background: url('../images/picto_log-off.png') no-repeat 0 center;
    padding-left: 21px;
    text-transform: uppercase;
    font-size: 10px;
}

div.a-la-fiche p.red-text {
    margin: 0;
    width: 160%;
}

.align-right {
    text-align: right;
}

.purchased-products {
    margin-bottom: 7px;
}

.purchased-products h2 {
    font-size: 14px !important;
}

.bottom-link {
    text-align: right;
    padding-top: 3px;
    padding-bottom: 0px;
}

.bottom-link a {
    color: #dc0a11;
    background: url('../images/picto-double-puce.png') no-repeat 0 center;
    padding-left: 23px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.99px;
}

.table-ref-rem-hp h2 {
    letter-spacing: 0.99px;
}

.nav-bas-page {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    margin-top: 10px;
}

.nav-bas-page ul li {
    display: inline-block;
}

.nav-bas-page .titre-bloc {
    background: #d60c0c url('../images/triangle-rouge.png') no-repeat 100%;
    color: #fff;
    display: block;
    text-transform: uppercase;
    width: 100px;
    padding: 10px 25px 10px 10px;
    font-size: 12px;
    float: left;
    font-weight: normal;
}

.nav-bas-page ul {
    padding-left: 15px;
    width: 804px;
    float: left;
    display: table;
    min-height: 48px;
    height: 48px
}

.ie10 .nav-bas-page ul {
    min-height: 48px;
    height: 48px;
}

.ie11 .nav-bas-page ul li {
    padding-left: 50px;
    padding-right: 10px;
}

.nav-bas-page ul li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 22px;
}

.ie10 .nav-bas-page ul li {
    padding-right: 15px;
}

.nav-bas-page ul li {
    color: #db2c2c;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.nav-bas-page ul li.liv-gratuite {
    background: url('../images/liv-gratuite.png') no-repeat 0 center;
    padding-left: 55px;
}

.nav-bas-page ul li.liv-24 {
    background: url('../images/liv-24.png') no-repeat 0 center;
    padding-left: 34px;
}

.nav-bas-page ul li.pai-sec {
    background: url('../images/pai-sec.png') no-repeat 0 center;
    padding-left: 31px;
}

.nav-bas-page ul li.sat-rem {
    background: url('../images/sat-rem.png') no-repeat 0 center;
    padding-left: 36px;
}

.nav-bas-page ul li.taux-dispo {
    background: url('../images/taux-dispo.png') no-repeat 0 center;
    padding-left: 55px;
}

#header .bande-jaune {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
}

.bande-jaune {
    background: #fffb92;
    padding-bottom: 3px;
}

.bande-jaune p {
    padding-left: 21px;
    text-transform: uppercase;
    font-size: 14px;
    color: #545454;
}

.bande-jaune p .fond-gris {
    background: #545454;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 1px 3px;
    line-height: 1.1em;
}

.bande-jaune p .voir-cond {
    font-size: 7px;
    text-align: center;
    width: 50px;
    text-decoration: underline;
    display: inline-block;
    font-weight: bold;
    color: #545454;
    margin-left: 15px;
}

.bande-jaune p .voir-cond:hover {
    text-decoration: none;
}

.bande-jaune p img {
    position: relative;
    bottom: -5px;
    margin-right: 4px;
}

#footer .inner-footer .title-col {
    text-transform: uppercase;
    font-size: 11px;
    color: #6f6f6f;
    display: block;
    margin-bottom: 10px;
}

#footer .sec-lev {
    display: inline-block;
    margin-right: 65px;
}

#footer .sec-lev li a {
    background: none;
}

#footer img.pos-top-9 {
    position: absolute;
    top: 9%;
}

#col-left .blocs-sol ul {
    border: 1px solid #929292;
    border-top: none;
}

#col-left .blocs-sol li {
    background: #ededed url('../images/bg-bloc-sol.png') repeat-x 0 0;
    padding: 4px 9px 7px 0px;
}

#col-left .blocs-sol li img {
    float: left;
}

#col-left .blocs-sol li .content {
    text-align: right;
}

#col-left .blocs-sol li + li {
    border-top: 1px solid #929292;
}

#col-left .blocs-sol li h3 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
}

#col-left .blocs-sol li p {
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 11px;
    padding-top: 8px;
    text-align: right;
}

.link-plus {
    color: #dc0a11;
    background: url('../images/picto-double-puce.png') no-repeat 0 center;
    padding-left: 23px;
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 110px;
}

#col-left .blocs-sol li.cables .content {
    background: url('../images/sol1.jpg') no-repeat 0 21px;
    padding-left: 41px;
    padding-top: 8px;
    display: block;
    height: 122px;
    text-decoration: none;
}

#col-left .blocs-sol li.cables .content p {
    padding-left: 28px;
}

#col-left .blocs-sol li.cables .content h3 {
    margin-bottom: 15px;
}

#col-left .blocs-sol li.guide-technologies .content {
    background: url('../images/sol2.jpg') no-repeat 0 -2px;
    padding-left: 0;
    padding-top: 11px;
    display: block;
    height: 122px;
    text-decoration: none;
}

#col-left .blocs-sol li.guide-technologies .content p {
    padding-left: 28px;
}

#col-left .blocs-sol li.guide-technologies .content h3 {
    margin-bottom: 18px;
}

#col-left .blocs-sol li.sol-metiers .content {
    background: url('../images/sol3.jpg') no-repeat 0 0px;
    padding-left: 0;
    padding-top: 1px;
    display: block;
    height: 122px;

    text-decoration: none;
}

#col-left .blocs-sol li.sol-metiers .content p {
    padding-left: 0px;
    padding-top: 0px;
}

#col-left .blocs-sol li.sol-metiers .content h3 {
    margin-bottom: 15px;
    padding-left: 52px;
}

#col-left .blocs-sol li.markenting-revendeurs .content {
    background: url('../images/sol4.jpg') no-repeat 0 -2px;
    padding-left: 0;
    padding-top: 15px;
    display: block;
    height: 122px;
    text-decoration: none;
}

#col-left .blocs-sol li.markenting-revendeurs .content p {
    padding-left: 0px;
    padding-top: 0px;
    padding-left: 58px;
    font-size: 12px;
}

#col-left .blocs-sol li.markenting-revendeurs .content h3 {
    margin-bottom: 18px;
    padding-left: 52px;
}

#col-left .blocs-sol li.markenting-revendeurs .content .texte-vert {
    color: #60a73d;
    display: block;
    font-style: italic;
}

#content .content-all #all {
    padding: 0;
}

#content .content-all #all .std .billboard-slider .big {
    height: 300px;
}

#content .content-all #all .std_logged_in .billboard-slider .big {
    height: 300px;
}

.bloc-log-on {
    display: table-cell;
    width: 140px;
    background: #efefef;
    padding: 2px 2px 2px 2px;
    vertical-align: top;
}

.bloc-log-on p.espace-clt {
    padding: 0px;
    float: none;
    width: 100%;
}

.bloc-log-on p.deconnexion {
    float: left;
    padding: 0px 0 0 10px;
}

.bloc-log-on p.deconnexion a {
    padding: 0 0 0 0px;
    background: none;
    text-decoration: underline;
    font-size: 10px;
    margin-top: -5px;
}

.bloc-log-on p.espace-clt a {
    padding: 3px 0px 2px 22px;
    text-decoration: none;
}

.bloc-log-on .espace-clt a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.col_main {
    padding: 9px 8px;
}

.col-main .purchased-products {
    margin-left: 202px;
    overflow: auto;

}

.list-nouveaute #list-nouv {
    border-right: 1px solid #929292;
}

.widget-container .titre-fond-gris {
    padding: 10px 0px 9px 14px;
}

.purchased-products .td-ref-remp .infos-pdt-td li a {
    display: block;
    background: url('../images/picto_log-off.gif') no-repeat 0 2px;
    padding: 0 0 0 21px;
    font-size: 10px;
    color: #363636;
    font-weight: bold;
}

.purchased-products .td-ref-remp .infos-pdt-td #add {
    display: block;
    border: none;
    font-size: 10px;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 0 0 21px;
    background: url('../images/picto_add.gif') no-repeat 0 2px;
    color: #587a00;
}

.td-ref-remp .infos-pdt-td .td-links li {
    float: left;
    margin: 0 19px 0 0;
}

.td-ref-remp {
    width: 371px;
}

.promotion tbody tr {
    border: 1px solid gray;;
    margin-left: 10px;
}

.promotion tbody td {
    padding-left: 5px;
}

.promotion {
    border-collapse: collapse;
}

div.banniere {
    margin-bottom: 10px;
}

/*** Pag ede recherche ***/
.search-nav form .inner-form-search {
    border: 1px solid #b1b1b1;
}

.your-search {
    margin-bottom: 10px;
}

.tri {
    display: block;
    float: left;
    margin-right: 4px;
}

.tri li {
    display: block;
    float: left;
}

.tri li a {
    background: url('../images/tri-desc-asc.png') no-repeat 0 0;
    width: 13px;
    height: 14px;
    display: block;
}

.tri li.desc a {
    background-position: 100% 0;

}

.tri li a:hover {
    opacity: 0.5;
}

.text-xl {
    font-size: 16px;
}

div table.list-mode td.td-dispo ul {
    padding: 5px;
    width: 100px;
    padding-top: 40px;
}

div table.list-mode th.header-stock {
    text-align: right;
    padding-right: 26px;
}

div table.list-mode td.td-price {
    width: 145px;
    padding: 0 5px 0 5px;
}

.criterion-search .nes_skin-registration {
    width: 150px;
    float: none;
    display: inline-block;
    height: 40px;
    margin-right: 10px;
}

.result {
    background: url('../images/border-dotted-gris.png') repeat-x 0 100%;
    padding-bottom: 14px;
    margin-bottom: 13px;
}

.result .filter-select {
    font-style: italic;
    color: #676767;
    font-size: 12px;
    margin-top: 5px;
}

.bold {
    font-weight: bold;
}

.texte-rouge {
    color: #9f3336;
}

.texte-bare {
    text-decoration: line-through
}

div table.list-mode td.td-dispo {
    width: 110px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .nav-bas-page ul li {
        padding-right: 20px;
    }

    .search-nav form input {
        padding-bottom: 2px;
    }
}

/*** Pag ede recherche ***/
/** plan site ***/
.bloc-site-map .item-col {
    float: left;
    width: 188px;
}

.bloc-site-map .item-col + .item-col {
    margin-left: 86px;
}

.bloc-site-map .item-col .item {
    border: 1px solid #d9d9d9;
    margin-bottom: 8px;
}

.bloc-site-map .item-col .item ul {
    border-top: 2px solid #d9d9d9;
    padding-bottom: 3px;
    padding-top: 2px;
}

.bloc-site-map .item-col .item ul li a {
    background: url('../images/list-style-gris.png') no-repeat 0 4px;
    padding-left: 7px;
    margin-left: 14px;
    display: block;
    padding-right: 3px;
}

.yellow.bloc-site-map .item-col .item h3 span {
    color: #363636;
    background-image: url('../images/puce-grise-flech.png');
}

.gray.bloc-site-map .item-col .item h3 {
    background: rgb(80, 80, 80); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzM3MzczNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(80, 80, 80, 1)), color-stop(31%, rgba(80, 80, 80, 1)), color-stop(40%, rgba(76, 76, 76, 1)), color-stop(69%, rgba(55, 55, 55, 1)), color-stop(100%, rgba(54, 54, 54, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#363636', GradientType=0); /* IE6-8 */
    border-bottom: 2px solid #ffffff;
}

.gray.bloc-site-map .title-bloc {
    background: rgb(80, 80, 80); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzM3MzczNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(80, 80, 80, 1)), color-stop(31%, rgba(80, 80, 80, 1)), color-stop(40%, rgba(76, 76, 76, 1)), color-stop(69%, rgba(55, 55, 55, 1)), color-stop(100%, rgba(54, 54, 54, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#363636', GradientType=0); /* IE6-8 */
}

/** plan site ***/
.form-newsletter {
    border: 1px solid #b1b1b1;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f7f7f7;
    display: block;
}

.form-newsletter input[type=text] {
    color: #b1b1b1;
    font-style: italic;
    width: 99px;
    border: none;
    display: block;
    float: left;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 3px;
}

.form-newsletter input[type=submit] {
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    float: left;
    margin: 0px;
    border: none;
    background: #e74946;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒ?Ã‚Â¢ÃƒÂ¢Ã‚?Ã‚Â¬Ãƒ?Ã‚Â¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e74946 0%, #ea4846 19%, #e74747 24%, #e84445 29%, #e5403e 33%, #e04448 38%, #e63839 43%, #e43931 48%, #de2d37 57%, #dd2f2e 62%, #e12826 67%, #db2321 71%, #e11d1f 76%, #db1c23 81%, #dc181a 86%, #d71412 90%, #da1215 95%, #d80f15 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e74946), color-stop(19%, #ea4846), color-stop(24%, #e74747), color-stop(29%, #e84445), color-stop(33%, #e5403e), color-stop(38%, #e04448), color-stop(43%, #e63839), color-stop(48%, #e43931), color-stop(57%, #de2d37), color-stop(62%, #dd2f2e), color-stop(67%, #e12826), color-stop(71%, #db2321), color-stop(76%, #e11d1f), color-stop(81%, #db1c23), color-stop(86%, #dc181a), color-stop(90%, #d71412), color-stop(95%, #da1215), color-stop(100%, #d80f15));
    background: -webkit-linear-gradient(top, #e74946 0%, #ea4846 19%, #e74747 24%, #e84445 29%, #e5403e 33%, #e04448 38%, #e63839 43%, #e43931 48%, #de2d37 57%, #dd2f2e 62%, #e12826 67%, #db2321 71%, #e11d1f 76%, #db1c23 81%, #dc181a 86%, #d71412 90%, #da1215 95%, #d80f15 100%);
    background: -o-linear-gradient(top, #e74946 0%, #ea4846 19%, #e74747 24%, #e84445 29%, #e5403e 33%, #e04448 38%, #e63839 43%, #e43931 48%, #de2d37 57%, #dd2f2e 62%, #e12826 67%, #db2321 71%, #e11d1f 76%, #db1c23 81%, #dc181a 86%, #d71412 90%, #da1215 95%, #d80f15 100%);
    background: -ms-linear-gradient(top, #e74946 0%, #ea4846 19%, #e74747 24%, #e84445 29%, #e5403e 33%, #e04448 38%, #e63839 43%, #e43931 48%, #de2d37 57%, #dd2f2e 62%, #e12826 67%, #db2321 71%, #e11d1f 76%, #db1c23 81%, #dc181a 86%, #d71412 90%, #da1215 95%, #d80f15 100%);
    background: linear-gradient(to bottom, #e74946 0%, #ea4846 19%, #e74747 24%, #e84445 29%, #e5403e 33%, #e04448 38%, #e63839 43%, #e43931 48%, #de2d37 57%, #dd2f2e 62%, #e12826 67%, #db2321 71%, #e11d1f 76%, #db1c23 81%, #dc181a 86%, #d71412 90%, #da1215 95%, #d80f15 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74946', endColorstr='#d80f15', GradientType=0);
    padding: 3px 6px 4px 6px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    cursor: pointer;
}

.form-newsletter input[type=submit]:hover {
    opacity: 0.5;
}

.custom-sitemap .categories {
    width: 35%;

    background: url('../images/puce-blanche.png') no-repeat 1px 21px;
    padding: 3px 0px 2px 11px;
}

.custom-sitemap .sousCategories ul {
    width: 32.5%;
    margin-left: 25px;
    margin-top: -6px;
    border: 1px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
}

.list-questions ul li.registration {
    float: none;
    width: 102%;
    padding: 0;
}

.custom-sitemap .registration {
    float: none;
}

.list-questions ul.custom-sitemap h4 {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 0px 6px 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 11px;
    width: 100%;
}

.list-questions ul.custom-sitemap .CI h4 {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒ?Ã‚Â¢ÃƒÂ¢Ã‚?Ã‚Â¬Ãƒ?Ã‚Â¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(232, 73, 70, 1) 0%, rgba(232, 72, 72, 1) 13%, rgba(229, 61, 60, 1) 30%, rgba(219, 20, 23, 1) 70%, rgba(216, 13, 16, 1) 83%, rgba(216, 13, 16, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232, 73, 70, 1)), color-stop(13%, rgba(232, 72, 72, 1)), color-stop(30%, rgba(229, 61, 60, 1)), color-stop(70%, rgba(219, 20, 23, 1)), color-stop(83%, rgba(216, 13, 16, 1)), color-stop(100%, rgba(216, 13, 16, 1)));
    background: -webkit-linear-gradient(top, rgba(232, 73, 70, 1) 0%, rgba(232, 72, 72, 1) 13%, rgba(229, 61, 60, 1) 30%, rgba(219, 20, 23, 1) 70%, rgba(216, 13, 16, 1) 83%, rgba(216, 13, 16, 1) 100%);
    background: -o-linear-gradient(top, rgba(232, 73, 70, 1) 0%, rgba(232, 72, 72, 1) 13%, rgba(229, 61, 60, 1) 30%, rgba(219, 20, 23, 1) 70%, rgba(216, 13, 16, 1) 83%, rgba(216, 13, 16, 1) 100%);
    background: -ms-linear-gradient(top, rgba(232, 73, 70, 1) 0%, rgba(232, 72, 72, 1) 13%, rgba(229, 61, 60, 1) 30%, rgba(219, 20, 23, 1) 70%, rgba(216, 13, 16, 1) 83%, rgba(216, 13, 16, 1) 100%);
    background: linear-gradient(to bottom, rgba(232, 73, 70, 1) 0%, rgba(232, 72, 72, 1) 13%, rgba(229, 61, 60, 1) 30%, rgba(219, 20, 23, 1) 70%, rgba(216, 13, 16, 1) 83%, rgba(216, 13, 16, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84946', endColorstr='#d80d10', GradientType=0);
}

.list-questions ul.custom-sitemap .RA h4 {
    background: rgb(252, 239, 46); /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZWYyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iI2ZiZWUyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2ZjZWIyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZkZTMxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2ZlZGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmRkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(252, 239, 46, 1) 0%, rgba(251, 238, 45, 1) 29%, rgba(252, 235, 33, 1) 43%, rgba(253, 227, 16, 1) 57%, rgba(254, 222, 0, 1) 74%, rgba(255, 221, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 239, 46, 1)), color-stop(29%, rgba(251, 238, 45, 1)), color-stop(43%, rgba(252, 235, 33, 1)), color-stop(57%, rgba(253, 227, 16, 1)), color-stop(74%, rgba(254, 222, 0, 1)), color-stop(100%, rgba(255, 221, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252, 239, 46, 1) 0%, rgba(251, 238, 45, 1) 29%, rgba(252, 235, 33, 1) 43%, rgba(253, 227, 16, 1) 57%, rgba(254, 222, 0, 1) 74%, rgba(255, 221, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252, 239, 46, 1) 0%, rgba(251, 238, 45, 1) 29%, rgba(252, 235, 33, 1) 43%, rgba(253, 227, 16, 1) 57%, rgba(254, 222, 0, 1) 74%, rgba(255, 221, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252, 239, 46, 1) 0%, rgba(251, 238, 45, 1) 29%, rgba(252, 235, 33, 1) 43%, rgba(253, 227, 16, 1) 57%, rgba(254, 222, 0, 1) 74%, rgba(255, 221, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252, 239, 46, 1) 0%, rgba(251, 238, 45, 1) 29%, rgba(252, 235, 33, 1) 43%, rgba(253, 227, 16, 1) 57%, rgba(254, 222, 0, 1) 74%, rgba(255, 221, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcef2e', endColorstr='#ffdd00', GradientType=0); /* IE6-8 */
}

.list-questions ul.custom-sitemap .PM h4 {
    background: rgb(41, 192, 245); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5YzBmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iIzI5YzBmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzFmYmNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzA3YjFlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzAyYWZmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iIzAwYWRlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFkZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(41, 192, 245, 1) 0%, rgba(41, 192, 245, 1) 31%, rgba(31, 188, 243, 1) 43%, rgba(7, 177, 239, 1) 63%, rgba(2, 175, 241, 1) 69%, rgba(0, 173, 239, 1) 74%, rgba(0, 173, 239, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(41, 192, 245, 1)), color-stop(31%, rgba(41, 192, 245, 1)), color-stop(43%, rgba(31, 188, 243, 1)), color-stop(63%, rgba(7, 177, 239, 1)), color-stop(69%, rgba(2, 175, 241, 1)), color-stop(74%, rgba(0, 173, 239, 1)), color-stop(100%, rgba(0, 173, 239, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(41, 192, 245, 1) 0%, rgba(41, 192, 245, 1) 31%, rgba(31, 188, 243, 1) 43%, rgba(7, 177, 239, 1) 63%, rgba(2, 175, 241, 1) 69%, rgba(0, 173, 239, 1) 74%, rgba(0, 173, 239, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(41, 192, 245, 1) 0%, rgba(41, 192, 245, 1) 31%, rgba(31, 188, 243, 1) 43%, rgba(7, 177, 239, 1) 63%, rgba(2, 175, 241, 1) 69%, rgba(0, 173, 239, 1) 74%, rgba(0, 173, 239, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(41, 192, 245, 1) 0%, rgba(41, 192, 245, 1) 31%, rgba(31, 188, 243, 1) 43%, rgba(7, 177, 239, 1) 63%, rgba(2, 175, 241, 1) 69%, rgba(0, 173, 239, 1) 74%, rgba(0, 173, 239, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(41, 192, 245, 1) 0%, rgba(41, 192, 245, 1) 31%, rgba(31, 188, 243, 1) 43%, rgba(7, 177, 239, 1) 63%, rgba(2, 175, 241, 1) 69%, rgba(0, 173, 239, 1) 74%, rgba(0, 173, 239, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29c0f5', endColorstr='#00adef', GradientType=0); /* IE6-8 */
    padding: 10px 0px 6px 13px;
}

.list-questions ul.custom-sitemap .ME h4 {
    background: rgb(149, 214, 62); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1ZDYzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iIzk1ZDYzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iIzhjYzYzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZWM2M2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(149, 214, 62, 1) 0%, rgba(149, 214, 62, 1) 31%, rgba(140, 198, 62, 1) 74%, rgba(142, 198, 63, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(149, 214, 62, 1)), color-stop(31%, rgba(149, 214, 62, 1)), color-stop(74%, rgba(140, 198, 62, 1)), color-stop(100%, rgba(142, 198, 63, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(149, 214, 62, 1) 0%, rgba(149, 214, 62, 1) 31%, rgba(140, 198, 62, 1) 74%, rgba(142, 198, 63, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(149, 214, 62, 1) 0%, rgba(149, 214, 62, 1) 31%, rgba(140, 198, 62, 1) 74%, rgba(142, 198, 63, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(149, 214, 62, 1) 0%, rgba(149, 214, 62, 1) 31%, rgba(140, 198, 62, 1) 74%, rgba(142, 198, 63, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(149, 214, 62, 1) 0%, rgba(149, 214, 62, 1) 31%, rgba(140, 198, 62, 1) 74%, rgba(142, 198, 63, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95d63e', endColorstr='#8ec63f', GradientType=0); /* IE6-8 */
}

.list-questions ul.custom-sitemap h4 a {
    color: #fff;
}

.list-questions ul.custom-sitemap .RA h4 a {
    color: #363636;
    text-decoration: none;
}

.custom-sitemap .sousCategories a {
    margin-left: 0px;
}

.list-questions h2 {
    margin-bottom: 0px;
}

.list-questions ul li li a {
    background: none;
    text-decoration: none;
}

.CI .cat .item h3 {
    border-bottom: 2px solid #ab0306;
    color: #fff;
    padding-left: 5px;
    background: rgb(232, 73, 70);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒ?Ã‚Â¢ÃƒÂ¢Ã‚?Ã‚Â¬Ãƒ?Ã‚Â¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(232, 73, 70, 1) 0%, rgba(232, 72, 72, 1) 13%, rgba(229, 61, 60, 1) 30%, rgba(219, 20, 23, 1) 70%, rgba(216, 13, 16, 1) 83%, rgba(216, 13, 16, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232, 73, 70, 1)), color-stop(13%, rgba(232, 72, 72, 1)), color-stop(30%, rgba(229, 61, 60, 1)), color-stop(70%, rgba(219, 20, 23, 1)), color-stop(83%, rgba(216, 13, 16, 1)), color-stop(100%, rgba(216, 13, 16, 1)));
    background: -webkit-linear-gradient(top, rgba(232, 73, 70, 1) 0%, rgba(232, 72, 72, 1) 13%, rgba(229, 61, 60, 1) 30%, rgba(219, 20, 23, 1) 70%, rgba(216, 13, 16, 1) 83%, rgba(216, 13, 16, 1) 100%);
    background: -o-linear-gradient(top, rgba(232, 73, 70, 1) 0%, rgba(232, 72, 72, 1) 13%, rgba(229, 61, 60, 1) 30%, rgba(219, 20, 23, 1) 70%, rgba(216, 13, 16, 1) 83%, rgba(216, 13, 16, 1) 100%);
    background: -ms-linear-gradient(top, rgba(232, 73, 70, 1) 0%, rgba(232, 72, 72, 1) 13%, rgba(229, 61, 60, 1) 30%, rgba(219, 20, 23, 1) 70%, rgba(216, 13, 16, 1) 83%, rgba(216, 13, 16, 1) 100%);
    background: linear-gradient(to bottom, rgba(232, 73, 70, 1) 0%, rgba(232, 72, 72, 1) 13%, rgba(229, 61, 60, 1) 30%, rgba(219, 20, 23, 1) 70%, rgba(216, 13, 16, 1) 83%, rgba(216, 13, 16, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84946', endColorstr='#d80d10', GradientType=0);
}

.RA .cat .item h3 {
    background: rgb(252, 239, 46); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZWYyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iI2ZiZWUyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2ZjZWIyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZkZTMxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2ZlZGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmRkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(252, 239, 46, 1) 0%, rgba(251, 238, 45, 1) 29%, rgba(252, 235, 33, 1) 43%, rgba(253, 227, 16, 1) 57%, rgba(254, 222, 0, 1) 74%, rgba(255, 221, 0, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 239, 46, 1)), color-stop(29%, rgba(251, 238, 45, 1)), color-stop(43%, rgba(252, 235, 33, 1)), color-stop(57%, rgba(253, 227, 16, 1)), color-stop(74%, rgba(254, 222, 0, 1)), color-stop(100%, rgba(255, 221, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(252, 239, 46, 1) 0%, rgba(251, 238, 45, 1) 29%, rgba(252, 235, 33, 1) 43%, rgba(253, 227, 16, 1) 57%, rgba(254, 222, 0, 1) 74%, rgba(255, 221, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(252, 239, 46, 1) 0%, rgba(251, 238, 45, 1) 29%, rgba(252, 235, 33, 1) 43%, rgba(253, 227, 16, 1) 57%, rgba(254, 222, 0, 1) 74%, rgba(255, 221, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(252, 239, 46, 1) 0%, rgba(251, 238, 45, 1) 29%, rgba(252, 235, 33, 1) 43%, rgba(253, 227, 16, 1) 57%, rgba(254, 222, 0, 1) 74%, rgba(255, 221, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(252, 239, 46, 1) 0%, rgba(251, 238, 45, 1) 29%, rgba(252, 235, 33, 1) 43%, rgba(253, 227, 16, 1) 57%, rgba(254, 222, 0, 1) 74%, rgba(255, 221, 0, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcef2e', endColorstr='#ffdd00', GradientType=0); /* IE6-8 */
    border-bottom: 2px solid #c6ac00;
}

.PM .cat .item h3 {
    background: rgb(41, 192, 245); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5YzBmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iIzI5YzBmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzFmYmNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzA3YjFlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzAyYWZmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iIzAwYWRlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFkZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(41, 192, 245, 1) 0%, rgba(41, 192, 245, 1) 31%, rgba(31, 188, 243, 1) 43%, rgba(7, 177, 239, 1) 63%, rgba(2, 175, 241, 1) 69%, rgba(0, 173, 239, 1) 74%, rgba(0, 173, 239, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(41, 192, 245, 1)), color-stop(31%, rgba(41, 192, 245, 1)), color-stop(43%, rgba(31, 188, 243, 1)), color-stop(63%, rgba(7, 177, 239, 1)), color-stop(69%, rgba(2, 175, 241, 1)), color-stop(74%, rgba(0, 173, 239, 1)), color-stop(100%, rgba(0, 173, 239, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(41, 192, 245, 1) 0%, rgba(41, 192, 245, 1) 31%, rgba(31, 188, 243, 1) 43%, rgba(7, 177, 239, 1) 63%, rgba(2, 175, 241, 1) 69%, rgba(0, 173, 239, 1) 74%, rgba(0, 173, 239, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(41, 192, 245, 1) 0%, rgba(41, 192, 245, 1) 31%, rgba(31, 188, 243, 1) 43%, rgba(7, 177, 239, 1) 63%, rgba(2, 175, 241, 1) 69%, rgba(0, 173, 239, 1) 74%, rgba(0, 173, 239, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(41, 192, 245, 1) 0%, rgba(41, 192, 245, 1) 31%, rgba(31, 188, 243, 1) 43%, rgba(7, 177, 239, 1) 63%, rgba(2, 175, 241, 1) 69%, rgba(0, 173, 239, 1) 74%, rgba(0, 173, 239, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(41, 192, 245, 1) 0%, rgba(41, 192, 245, 1) 31%, rgba(31, 188, 243, 1) 43%, rgba(7, 177, 239, 1) 63%, rgba(2, 175, 241, 1) 69%, rgba(0, 173, 239, 1) 74%, rgba(0, 173, 239, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29c0f5', endColorstr='#00adef', GradientType=0); /* IE6-8 */
}

.ME .cat .item h3 {
    background: rgb(149, 214, 62); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1ZDYzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMxJSIgc3RvcC1jb2xvcj0iIzk1ZDYzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iIzhjYzYzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZWM2M2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(149, 214, 62, 1) 0%, rgba(149, 214, 62, 1) 31%, rgba(140, 198, 62, 1) 74%, rgba(142, 198, 63, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(149, 214, 62, 1)), color-stop(31%, rgba(149, 214, 62, 1)), color-stop(74%, rgba(140, 198, 62, 1)), color-stop(100%, rgba(142, 198, 63, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(149, 214, 62, 1) 0%, rgba(149, 214, 62, 1) 31%, rgba(140, 198, 62, 1) 74%, rgba(142, 198, 63, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(149, 214, 62, 1) 0%, rgba(149, 214, 62, 1) 31%, rgba(140, 198, 62, 1) 74%, rgba(142, 198, 63, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(149, 214, 62, 1) 0%, rgba(149, 214, 62, 1) 31%, rgba(140, 198, 62, 1) 74%, rgba(142, 198, 63, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(149, 214, 62, 1) 0%, rgba(149, 214, 62, 1) 31%, rgba(140, 198, 62, 1) 74%, rgba(142, 198, 63, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95d63e', endColorstr='#8ec63f', GradientType=0); /* IE6-8 */
    border-bottom: 2px solid #7aa83b;
}

.bloc-site-map .cat .item h3 span {
    background: url('../images/puce-blanche.png') no-repeat 5px center;
    padding: 3px 0px 2px 11px;
    font-weight: bold;
    font-size: 12px;
    display: block;
}

.bloc-site-map .cat .item h3 span a {
    color: white;
}

.RA .cat .item h3 span a {
    color: #363636;
}

.bloc-site-map .cat .item {
    border: 1px solid #d9d9d9;
    margin-bottom: 8px;
    width: 200px;
}

.bloc-site-map .cat .item ul {
    border-top: 2px solid #d9d9d9;
    padding-bottom: 3px;
    padding-top: 2px;
}

.bloc-site-map .cat .item ul li a {
    background: url('../images/list-style-gris.png') no-repeat 0 4px;
    padding-left: 7px;
    margin-left: 14px;
    display: block;
    padding-right: 3px;
}

.bloc-site-map .item-col-left {
    display: block;
    float: left;
}

.bloc-site-map .item-col-center {
    display: block;
    float: left;
    margin-left: 60px;
}

.bloc-site-map .item-col-right {
    display: block;
    float: right;
    margin-right: -13px;
}

.list-questions {
    margin-top: 12px;
}

.custom-sitemap {
    background: none;
    float: right;
    width: 710px;
}

/******** univers **********/
.CI .inner-highlight-level-1 {
    background: none;
}

.toutes-categories li {
    width: 362px;
    margin: 0px 16px 10px 0px;
}

.toutes-categories li .upper-cat {
    background: none;
    padding: 2px 2px 2px 2px;
    margin: 0 0 1px 0;
    height: 102px;
}

body div#main-content div.univers {
    margin: 0 10px;
}

body div#main-content div.univers h2.main-title {
    background-color: #8EC63F;
    color: #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
}

body div#main-content div.univers .toutes-categories li {
    display: inline-block;
    width: 466px;
}

/*body div#main-content div.univers .toutes-categories li .upper-cat.univ { border: 1px solid #8EC63F; }*/
body div#main-content div.univers .toutes-categories li .upper-cat.univ h3 {
    font-size: 16px;
}

body div#main-content div.univers .toutes-categories li .upper-cat.univ p.desc {
    font-size: 11px;
}

body div#main-content div.univers .toutes-categories li .upper-cat.univ ul.subCat {
    font-size: 11px;
}

/*body div#main-content div.univers .toutes-categories li .all-news a { color: #ffffff; background: #8EC63F url("../images/picto_all-news.gif") no-repeat; }*/

.toutes-categories li .upper-cat.univ {
    height: 165px;
}

.toutes-categories li .upper-cat.univ > a:hover {
    text-decoration: none;
}

.RA .toutes-categories .upper-cat {
    border: 1px solid #f2b41b;
}

.CI .toutes-categories li .upper-cat {
    border: 1px solid #e11f21;
}

.PM .toutes-categories .upper-cat {
    border: 1px solid #065e99;
}

.ME .toutes-categories .upper-cat {
    border: 1px solid #821454;
}

.SS .toutes-categories .upper-cat {
    border: 1px solid #aeb518;
}

.toutes-categories li .inner-upper-cat {
    margin-left: 120px;
    border-left: 0;
    padding: 0px 0 2px 9px;
    min-height: 89px;
    height: auto !important;
    margin-top: 3px;
    height: 89px;
}

.toutes-categories li .upper-cat.univ .inner-upper-cat {
    margin-top: -10px;
    margin-left: 148px;
}

.CI .toutes-categories li .active a {
    color: #363636;
}

.PM .toutes-categories li .active a {
    color: #363636;
}

.CI .toutes-categories li .all-news a.active {
    background: #e11f21 url('../images/picto_all-news.gif') no-repeat 0 0;
}

.CI .toutes-categories li .all-news a {
    display: block;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    float: right;
    background: #e11f21 url('../images/picto_all-news.gif') no-repeat 0 0;
    padding: 3px 9px 2px 12px;
}

.ME .toutes-categories li .all-news a.active {
    background: #821454 url('../images/picto_all-news.gif') no-repeat 0 0;
}

.ME .toutes-categories li .all-news a {
    display: block;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    float: right;
    background: #821454 url('../images/picto_all-news.gif') no-repeat 0 0;
    padding: 3px 9px 2px 12px;
}

.SS .toutes-categories li .all-news a.active {
    background: #aeb518 url('../images/picto_all-news.gif') no-repeat 0 0;
}

.SS .toutes-categories li .all-news a {
    display: block;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    float: right;
    background: #aeb518 url('../images/picto_all-news.gif') no-repeat 0 0;
    padding: 3px 9px 2px 12px;
}

.toutes-categories li .upper-cat.sub-univ {
    margin-top: 10px;
}

.toutes-categories li .upper-cat.sub-univ .inner-upper-cat {
    margin-top: 0;
}

.toutes-categories .all-news {
    background: #787878;
    overflow: hidden;
    height: 1%;
    color: #fff;
}

.niveau-1 .niveau-3 {
    float: right;
    float: right;
    margin-right: 17px;
}

.RA .inner-highlight-level-1 {
    background: none;
}

.PM .inner-highlight-level-1 {
    background: none;
}

.ME .inner-highlight-level-1 {
    background: none;
}

.RA .toutes-categories li .active a {
    color: #363636;
}

.ME .toutes-categories li .active a {
    color: #821454;
}

.RA .toutes-categories li .all-news a.active {
    background: #f2b41b url('../images/picto_all-news.gif') no-repeat 0 0;
}

.PM .toutes-categories li .all-news a.active {
    background: #065e99 url('../images/picto_all-news.gif') no-repeat 0 0;
}

.RA .toutes-categories li .all-news a {
    display: block;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    float: right;
    background: #f2b41b url('../images/picto_all-news.gif') no-repeat 0 0;
    padding: 3px 9px 2px 12px;
}

.PM .toutes-categories li .all-news a {
    display: block;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    float: right;
    background: #065e99 url('../images/picto_all-news.gif') no-repeat 0 0;
    padding: 3px 9px 2px 12px;
}

.bloc-nv-l-content .best-sales .table-univers {
    border-top: 1px solid #7e7e7e;
    border-bottom: none;
}

.bloc-nv-l-content .best-sales .table-univers a {
    text-decoration: none;
    color: #e11f21;
}

.bloc-nv-l-content .best-sales .table-univers .td-img-product {
    padding-top: 0;
    padding-bottom: 0;
}

.bloc-nv-l-content .best-sales .table-univers .td-ref-remp {
    height: 74px;
    vertical-align: top;
}

.bloc-nv-l-content .best-sales .table-univers .infos-pdt-td {
    padding-top: 0;
}

.bloc-nv-l-content .best-sales .table-univers .your_purchase_price {
    padding-top: 0;
}

.bloc-nv-l-content .best-sales .table-univers .infos-pdt-td div.review {
    position: relative;
    bottom: -22px;
}

.bloc-nv-l-content .best-sales .table-univers th {
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 3px;
    padding-left: 15px;
    padding-bottom: 3px;
    font-family: Arial;
}

.bloc-nv-l-content .best-sales .table-univers td {
    padding-left: 15px;
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: 1px solid #7e7e7e;
}

.bloc-nv-l-content .best-sales .table-univers thead {
    background: #c9c9c9;
    color: #7e7e7e;
}

.niveau-1 .purchased-products.niveau-1 .purchased-products .titre-fond-gris {
    color: red;
}

.bloc-nv-l-content .best-sales .table-univers .link-details {
    background: url("../images/plus_univers.png") repeat scroll 0% 0% transparent;
    height: 10px;
    width: 16px;
    display: inline-block;
    position: relative;
    right: 0px;
    top: 1px;
}

.bottom-link_gray {
    text-align: center;
    min-height: 17px;
    display: block;
    position: relative;
    padding-top: 3px;
    background: none repeat scroll 0% 0% rgb(178, 178, 178);
    right: 0px;
}

.bottom-link_gray a {
    color: #fff;
    background: url('../images/puce_gray.png') no-repeat 0 center;
    padding-left: 23px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.99px;
}

.list-nouveaute #list-nouv .top-name {
    min-height: 42px;
    padding: 10px 14px;
    padding-bottom: 10px;
}

.bloc-nv-l-content .best-sales .table-univers tr .td-stock {
    color: green;
}

.bloc-nv-l-content .best-sales .table-univers tr .td-price {
    color: #d80d10;
    font-weight: bold;
    text-shadow: 0 0 0 red;
}

.niveau-3.CI .toutes-categories li .inner-upper-cat {
    margin-left: 148px;
}

.niveau-3.RA .toutes-categories li .inner-upper-cat {
    margin-left: 148px;
}

.niveau-3.PM .toutes-categories li .inner-upper-cat {
    margin-left: 148px;
}

.niveau-3.ME .toutes-categories li .inner-upper-cat {
    margin-left: 148px;
}

.niveau-3.CI .toutes-categories li .upper-cat a span {
    width: 9px;
    height: 9px;
    position: absolute;
    left: 3px;
    margin-top: 96px;
    float: left;
    background: url('../images/triangle-rouge.gif') no-repeat;
}

.niveau-3.RA .toutes-categories li .upper-cat a span {
    width: 9px;
    height: 9px;
    position: absolute;
    left: 3px;
    margin-top: 96px;
    float: left;
    background: url('../images/triangle-21.png') no-repeat;
}

.niveau-3.PM .toutes-categories li .upper-cat a span {
    width: 9px;
    height: 9px;
    position: absolute;
    left: 3px;
    margin-top: 96px;
    float: left;
    background: url('../images/triangle-1.gif') no-repeat;
}

.niveau-3.ME .toutes-categories li .upper-cat a span {
    width: 9px;
    height: 9px;
    position: absolute;
    left: 3px;
    margin-top: 96px;
    float: left;
    background: url('../images/triangle-11.gif') no-repeat;
}

.niveau-3 .toutes-categories li .inner-upper-cat {
    margin-left: 120px;
    padding: 0px 0 2px 9px;
    min-height: 95px;
    height: auto !important;
}

.toutes-categories li .inner-upper-cat .desc {
    font-size: 10px;
    color: #363636;
    margin-bottom: 10px;
}

.toutes-categories li .upper-cat.univ .inner-upper-cat .desc {
    margin-bottom: 15px;
}

.toutes-categories li .inner-upper-cat .desc:hover {
    text-decoration: underline;
}

/*.CI .toutes-categories li .inner-upper-cat p .url {*/
/*color: #dc0a11;*/
/*text-decoration: underline;*/
/*}*/
/*.CI .toutes-categories li .inner-upper-cat .url:hover {*/
/*color: #dc0a11;*/
/*}*/

/*.RA .toutes-categories li .inner-upper-cat p .url {*/
/*color: #000 !important;*/
/*text-decoration: underline;*/
/*}*/
/*.RA .toutes-categories li .inner-upper-cat .url:hover {*/
/*color: #000;*/
/*}*/

/*.ME .toutes-categories li .inner-upper-cat p .url {*/
/*color: #8dc63f !important;*/
/*text-decoration: underline;*/
/*}*/
/*.ME .toutes-categories li .inner-upper-cat .url:hover {*/
/*color: #8dc63f;*/
/*}*/

/*.PM .toutes-categories li .inner-upper-cat p .url {*/
/*color: #00aeef !important;*/
/*text-decoration: underline;*/
/*}*/
/*.PM .toutes-categories li .inner-upper-cat .url:hover {*/
/*color: #00aeef;*/
/*}*/

.toutes-categories li .inner-upper-cat p {
    margin-bottom: 20px;
    /*padding-right: 25px;*/
    padding-right: 5px;

}

.advertising {
    float: right;
}

.col-main {
    border-bottom: none;
}

.right-bloc {
    width: 400px;
}

.panier-bloc-header {
    width: 140px;
}

.list-nouveaute li.last {
    color: red;
}

.price-and-details li.align-right {
    float: right;
    padding-right: 16px;

}

.price-and-details li.red-text {
    padding-left: 20px;
}

.proto-navigation {
    width: auto;
    bottom: 9px;
    margin-right: 10px;
    display: block;
    text-align: center;
    right: 0;
    position: absolute !important;
    top: 280px !important;
}

.proto-navigation li {
    margin: 0 1px;
    display: inline-block;
    zoom: 1;
}

.proto-navigation li a {
    width: 6px !important;
    height: 7px !important;

    background: #666 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer !important;
    text-indent: -9999px !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3) !important;
}

#list-nouv .list-pic li a img {
    width: 150px;
    height: 98px;
}

/*****************************************************************************************/
.center-bloc-header-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.center-bloc-header .nav {
    position: relative;
    z-index: 1;
}

/*** mega menu ***/
.nav .sous-mega-menu {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border: 4px solid #e11f21;
    text-align: left;
    display: none;
}

.nav .right-sous-mega-menu {
    float: right;
    width: 187px;
    background: #e11f21;
    padding-left: 7px;
    padding-bottom: 7px;
    margin-top: -12px;
}

.nav .sous-mega-menu .bloc-livraison {
    margin-bottom: 10px;
}

.nav .nav-sous-mega-menu {
    float: left;
    width: 738px;
    background: #fff;
    border-radius: 0px;
    padding-left: 12px;
    padding-top: 12px;
    display: table;
    table-layout: fixed;
    width: 98.8%;
    padding-top: 12px;
}

.nav .nav-sous-mega-menu ul {
    background: #fff;
}

.nav .nav-sous-mega-menu > li {
    display: table-cell;
    width: 19%;
    vertical-align: top;
    border-right: 1px dotted #a7a7a7;
    background: none;
    padding-left: 7px;
    padding-right: 8px;

}

.nav .nav-sous-mega-menu > li.no-border-right {
    border-right: none;
}

.nav .nav-sous-mega-menu > li.last {
    width: 18%;
    padding-left: 0;
    border-right: none;
    padding-right: 0;
    padding-top: 0px;
}

.nav .nav-sous-mega-menu > li > ul > li {
    display: block;
    background: none;
    padding-left: 5px;
    margin-bottom: 1.58px;
}

.nav .nav-sous-mega-menu > li > ul > li > a {
    background: url('../images/puce-grise-item.png') no-repeat 0 4px;
    padding-left: 7px;
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
}

.nav .nav-sous-mega-menu > li > ul > li > a > span {
    display: block;
    line-height: 1em;
}

.nav .nav-sous-mega-menu > li > ul > li:hover {
    background: #d5d5d5;
}

.nav .nav-sous-mega-menu li {
    text-align: left;
}

.nav .nav-sous-mega-menu li a span {
    color: #000;
}

.nav .nav-sous-mega-menu li a:hover {
    text-decoration: none;
}

.item-red .nav .sous-mega-menu {
    border: 4px solid #e11f21;
}

.bas-mega-menu {
    background: #dadada;
    padding-left: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
}

.bas-mega-menu p {
    font-size: 10px;
}

.bloc-livraison a {
    background: url('../images/livraison.png') no-repeat 0 center;
    width: 187px;
    height: 76px;
    display: block;
    text-indent: -9999px;
}

.ventes {
    background: #fff;
    padding-top: 2px;
}

.ventes .content-vente h3.product-name {
    font-size: 10px;
    padding-left: 13px;
}

.title-ventes {
    background: url('../images/ventes-flaches.png') no-repeat center;
    width: 187px;
    height: 52px;
    text-indent: -9999px;
}

.content-vente {
    position: relative;
    padding-bottom: 36px;
}

.content-vente .content-image {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 5px;
}

div.nav_strap {
    height: 40px;
}

.nav > ul > li:hover .sous-mega-menu {
    display: block;
}

.nav > ul > li:hover > a,
.nav > ul > li:hover {
    text-decoration: none;
}

/** declinaison couleur **/

.nav ul > li.nav-1 > a:hover span,
.nav ul > li.nav-1 > a:hover svg,
.nav ul > li.nav-1.active > a,
.nav ul > li.nav-1.active > a span,
.nav ul > li.nav-1.active > a svg,
.nav ul > li.nav-1 li:not(.groups-col).active > a,
.nav ul > li.nav-1 li:not(.groups-col).active > a span,
.nav ul > li.nav-1 li:not(.groups-col).active > a svg,
.nav ul > li.nav-1 li:not(.groups-col) > a:hover span,
.nav ul > li.nav-1 li:not(.groups-col) > a:hover svg,
.nav ul > li.nav-1 li.groups-col.bloc-mega-menu-title span {
    color: #D80D10!important;
    fill: #D80D10!important;
}


.nav ul > li.nav-2 > a:hover span,
.nav ul > li.nav-2 > a:hover svg,
.nav ul > li.nav-2.active > a,
.nav ul > li.nav-2.active > a span,
.nav ul > li.nav-2.active > a svg,
.nav ul > li.nav-2 li:not(.groups-col).active > a,
.nav ul > li.nav-2 li:not(.groups-col).active > a span,
.nav ul > li.nav-2 li:not(.groups-col).active > a svg,
.nav ul > li.nav-2 li:not(.groups-col) > a:hover span,
.nav ul > li.nav-2 li:not(.groups-col) > a:hover svg,
.nav ul > li.nav-2 li.groups-col.bloc-mega-menu-title span {
    color: #f2b41b!important;
    fill: #f2b41b!important;
}

.nav ul > li.nav-3:hover > a:hover span,
.nav ul > li.nav-3:hover > a:hover svg,
.nav ul > li.nav-3.active > a,
.nav ul > li.nav-3.active > a span,
.nav ul > li.nav-3.active > a svg,
.nav ul > li.nav-3 li:not(.groups-col).active > a,
.nav ul > li.nav-3 li:not(.groups-col).active > a span,
.nav ul > li.nav-3 li:not(.groups-col).active > a svg,
.nav ul > li.nav-3 li:not(.groups-col) > a:hover span,
.nav ul > li.nav-3 li:not(.groups-col) > a:hover svg,
.nav ul > li.nav-3 li.groups-col.bloc-mega-menu-title span {
    color: #821454!important;
    fill: #821454!important;
}

.nav ul > li.nav-4 > a:hover span,
.nav ul > li.nav-4 > a:hover svg,
.nav ul > li.nav-4.active > a,
.nav ul > li.nav-4.active > a span,
.nav ul > li.nav-4.active > a svg,
.nav ul > li.nav-4 li:not(.groups-col).active > a,
.nav ul > li.nav-4 li:not(.groups-col).active > a span,
.nav ul > li.nav-4 li:not(.groups-col).active > a svg,
.nav ul > li.nav-4 li:not(.groups-col) > a:hover span,
.nav ul > li.nav-4 li:not(.groups-col) > a:hover svg,
.nav ul > li.nav-4 li.groups-col.bloc-mega-menu-title span {
    color: #aeb518!important;
    fill: #aeb518!important;
}

.nav ul > li.nav-5 > a:hover span,
.nav ul > li.nav-5 > a:hover svg,
.nav ul > li.nav-5.active > a,
.nav ul > li.nav-5.active > a span,
.nav ul > li.nav-5.active > a svg,
.nav ul > li.nav-5 li:not(.groups-col).active > a,
.nav ul > li.nav-5 li:not(.groups-col).active > a span,
.nav ul > li.nav-5 li:not(.groups-col).active > a svg,
.nav ul > li.nav-5 li:not(.groups-col) > a:hover span,
.nav ul > li.nav-5 li:not(.groups-col) > a:hover svg,
.nav ul > li.nav-5 li.groups-col.bloc-mega-menu-title span {
    color: #065e99!important;
    fill: #065e99!important;
}

.nav ul > li.nav-6 > a:hover span,
.nav ul > li.nav-6 > a:hover svg,
.nav ul > li.nav-6.active > a,
.nav ul > li.nav-6.active > a span,
.nav ul > li.nav-6.active > a svg,
.nav ul > li.nav-6 li:not(.groups-col).active > a,
.nav ul > li.nav-6 li:not(.groups-col).active > a span,
.nav ul > li.nav-6 li:not(.groups-col).active > a svg,
.nav ul > li.nav-6 li:not(.groups-col) > a:hover span,
.nav ul > li.nav-6 li:not(.groups-col) > a:hover svg,
.nav ul > li.nav-6 li.groups-col.bloc-mega-menu-title span {
    color: #505050!important;
    fill: #505050!important;
}


.nav ul > li.red-claire .sous-mega-menu {
    border-color: #e11f21;
}

.nav ul > li.red-claire .nav-sous-mega-menu > li > strong {
    background: #e11f21;
}

.nav ul > li.red-claire .right-sous-mega-menu {
    background: #e11f21;
}

.nav ul > li.moutard .sous-mega-menu {
    border-color: #dc9200;
}

.nav ul > li.moutard .nav-sous-mega-menu > li > strong {
    background: #dc9200;
}

.nav ul > li.moutard .right-sous-mega-menu {
    background: #dc9200;
}

/*** declinaison couleur ***/
/*** mega menu ***/
/** RÃƒ?Ã‚?Ãƒ?Ã‚?Ãƒ?Ã‚?Ãƒ?Ã‚Â©intÃƒ?Ã‚?Ãƒ?Ã‚?Ãƒ?Ã‚?Ãƒ?Ã‚Â©gration sous menu ***/

.nav .main-nav-button {
    cursor: pointer;
}

.nav .main-nav-button > span {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 14px;
    gap: 10px;
}

.nav .main-nav-button svg {
    width: 14px;
}

.nav .main-nav-button.active > span svg {
    fill: #dc0a11;
}

.nav .main {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 100%;
    left: 0;
    padding-bottom: 20px;
    min-height: 590px;
    background: #ffffff;
    cursor: default;
}

.nav * {
    font-family: 'Roboto', sans-serif;
    color: #4B4B4B;
}

.nav > ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: auto;
}

.nav > ul > li {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 6px 2px;
    background: none !important;
    font-weight: 300;
}

.nav > ul > li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    top: 20%;
    right: 0;
    background: #ffffff;
}

.nav .main .right-sous-mega-menu {
    display: none!important;
}

.nav .main > ul {
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    position: relative;
    width: 245px;
    left: 0;
    padding: 20px 0;
    background: white;
    border: none;
}

.nav .main > ul > li {
    padding: 7px 11px 7px 11px;
}

.nav .main > ul > li.last {
    margin-bottom: 48px;
}

.nav .main > ul > li.last > a  {
    position: relative;
}

.nav .main > ul > li.last >  a::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
    background-color: #CDCDCD;
}

.nav .main > ul > li[class^="menu-"] {
    padding: 5px 11px 5px 13px;
}

.nav .main > ul > li[class^="menu-"] a,
.nav .main > ul > li[class^="menu-"] a span {
    font-size: 14px;
    color: #D80D10 !important;
    padding: 0;
}

.nav .main > ul > li[class^="menu-"] a:hover,
.nav .main > ul > li[class^="menu-"] a:hover span {
    color: #B1B1B1 !important;
}

.nav .main .menu_cms_block {
    display: none;
    background-color: #F4F4F4;
    max-width: 210px;
    margin: 0 auto;
}

.nav .main-nav-button.active {
    background: #ffffff !important;
}

.nav .main-nav-button.active {
    background: #ffffff !important;
}

.menu_overlay {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.3) !important;
    transition: .3s;
}

.nav .main-nav-button.active + .overlay {
    opacity: 1;
    pointer-events: auto;
}

.nav .main-nav-button.active .menu_cms_block {
    display: block;
}

.nav .main-nav-button.active .main svg {
    fill: #4B4B4B;
}

.nav .main-nav-button.active > span {
    color: #dc0a11;
    cursor: pointer;
}

.nav .main-nav-button.active .main > ul {
   display: flex;
}

.nav .main > ul > li >  a  {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    width: 100%;
    text-align: left;
    background: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.nav .main > ul > li >  a > span{
    line-height: 20px;
    font-weight: 400;
}

.nav .main > ul > li >  a > svg {
    width: 12px !important;
}

.nav .main > ul > li > a:hover {
    color: #dc0a11;
    text-decoration: none;
}

.nav ul.level0 {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    border-right: 1px solid #e1e1e1;
}

.nav .level0 > li.last {
    border-right: none;
    padding-right: 0;
}

.nav .main ul > li .bloc-mega-menu,
.nav ul.level1
{
    display: flex;
    box-sizing: border-box;
    min-height: 590px;
    width: 363px;
    position: absolute;
    right: 0;
    top: 0;
    left: 100%;
    background: #fff;
    text-align: left;
    border-left: 1px solid #e1e1e1;
    opacity: 0;
    visibility: hidden;
}

.nav ul.level1 {
    width: 362px;
    flex-direction: column;
    padding: 20px 0;
}

.nav .main ul > li .bloc-mega-menu svg,
.nav ul.level1 svg
{
    padding-left: 15px;
}

.nav ul.level1 li.level2 a:hover span {
    color: #dc0a11;
}

.nav .main ul > li.active .bloc-mega-menu {
    transition: 0.1s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.nav li.level1 {
    padding: 0;
}

.nav li.groups-col li.level1 {
    display: flex;
    padding: 9px 16px 9px 17px;
    color: #fff;
}

.nav li.groups-col.bloc-mega-menu-title {
    display: flex;
    flex-direction: column;
    padding: 9px 16px 9px 17px;
}

.nav li.groups-col.bloc-mega-menu-title span {
    font-size: 18px;
    color: #dc0a11;
    font-weight: 500;
}


.nav li.groups-col.bloc-mega-menu-title a {
    margin-top: 5px;
    color: #B1B1B1;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 500;
}

.nav li.groups-col.bloc-mega-menu-title a:hover {
    color: #dc0a11;
}

.nav li.groups-col .col-group {
    width: 100%;
}

.nav li.level1 > a {
    color: #fff;
}

.nav li.groups-col li.level1.active ul.level1 {
    visibility: visible;
    opacity: 1;
    transition: 0.1s ease-in-out;
}

.nav ul.level1 li.groups-col.bloc-mega-menu-title {
    margin-bottom: 15px;
}

.nav ul.level1 li.groups-col.bloc-mega-menu-title span {
    font-size: 16px;
}

.nav li.groups-col:not(.bloc-mega-menu-title) li.level1.active >  a span,
.nav .main ul:not(.level1):not(.level0) > li.active:not([class^="menu-"]):not(.level0) > a {
    color: #D80D10;
    font-weight: 500 !important;
}

.nav li.groups-col:not(.bloc-mega-menu-title) li.level1.active >  a svg,
.nav .main ul:not(.level1):not(.level0) > li.active:not([class^="menu-"]) > a  svg{
    fill: #dc0a11;
}

.nav .level1 > li {
    display: block;
    padding: 6px 17px;
    background: none;
    font-size: 14px;
}

.nav .level1 > a > span {
    display: block;
    color: #4B4B4B;
    font-size: 14px;
}

.nav .level1 > li:not(.bloc-mega-menu-title) > a {
    display: block;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1em;
    background: url('../images/puce-grise-item.png') no-repeat 0 4px;
    font-weight: 400;
}

.nav .level1 > li > a > span {
    color: #4B4B4B;
}

.nav .level1 > li > a:hover {
    text-decoration: none;
    color: #dc0a11;
}

.nav ul.level2 {
    padding-left: 10px;
}

.nav ul.level2 > li > a,
.nav > ul > li .bloc-mega-menu .level1 > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 1 !important;
    width: 100%;
    font-weight: 400;
}

.nav > ul > li .bloc-mega-menu .level1 > a:hover {
    opacity: 0.5;
    text-decoration: none;
}

/*** DÃƒ?Ã‚?Ãƒ?Ã‚?Ãƒ?Ã‚?Ãƒ?Ã‚Â©clinaison ***/
.nav > ul > li.nav-2 .bloc-mega-menu {
    border-color: #f2b41b;
}

.nav > ul > li.nav-2 .bloc-mega-menu .level1 > a > span {
    background: #f2b41b;
}

.nav > ul > li.nav-3 .bloc-mega-menu {
    border-color: #821454;
}

.nav > ul > li.nav-3 .bloc-mega-menu .level1 > a > span {
    background: #821454;
}

.nav > ul > li.nav-4 .bloc-mega-menu {
    border-color: #aeb518;
}

.nav > ul > li.nav-4 .bloc-mega-menu .level1 > a > span {
    background: #aeb518;
}

.nav > ul > li.nav-6 .bloc-mega-menu {
    border-color: #505050;
}

.nav > ul > li.nav-6 .bloc-mega-menu .level1 > a > span {
    background: #505050;
}

.nav > ul > li.nav-5 .bloc-mega-menu {
    border-color: #065e99;
}

.nav > ul > li.nav-5 .bloc-mega-menu .level1 > a > span {
    background: #065e99;
}

.nav > ul > li.red-claire .bloc-mega-menu {
    border-color: #e11f21;
}

.nav > ul > li.red-claire .bloc-mega-menu .level1 > a > span {
    background: #e11f21;
}

.nav > ul > li.moutard .bloc-mega-menu {
    border-color: #dc9200;
}

.nav > ul > li.moutard .bloc-mega-menu .level1 > a > span {
    background: #dc9200;
}

.nouveautes .inner-highlight-level-1, .destocking .inner-highlight-level-1 {
    background: none;
}

.nouveautes .nbre-nv, .destocking .nbre-nv {
    color: #d70d0d;
    font-size: 20px;
    font-weight: bold;
    padding-top: 12px;
    padding-right: 10px;
}

/*********************************************/
/*nav left*/

.main-nav .CI ul li.enCours a span {
    background: url("../images/list-style-blanc.png");
    background-repeat: no-repeat;
    background-position: 0;
}

.main-nav .CI ul li.enCours li.ss-enCours a {
    color: #ca0003;
}

.main-nav .CI h2 a {
    color: #fff;
}

.main-nav .ME ul li.enCours a span {
    background: url("../images/list-style-blanc.png");
    background-repeat: no-repeat;
    background-position: 0;
}

.main-nav .ME ul li.enCours li.ss-enCours a {
    color: #821454;
}

.main-nav .RA ul li.enCours > a span {
    background: url("../images/list-style-gris.png");
    background-repeat: no-repeat;
    background-position: 0;
}

.main-nav .RA ul li.enCours > a:hover span {
    background: url("../images/list-style-gris.png") !important;
    background-repeat: no-repeat !important;
    background-position: 0 !important;
}

.main-nav .RA ul li.enCours li.ss-enCours a {
    color: #000;
}

.main-nav .RA h2 a {
    background: url('../images/puce-grise-flech.png') no-repeat 0 4px !important;
}

.main-nav .RA h2 a {
    color: #000;
}

.main-nav .RA h2 span {
    color: #000;
}

.main-nav .PM ul li.enCours a span {
    background: url("../images/list-style-blanc.png");
    background-repeat: no-repeat;
    background-position: 0;
}

.main-nav .PM ul li.enCours li.ss-enCours a {
    color: #065e99;
}

.main-nav .PM h2 a {
    color: #fff;
}

.bloc-nv-l-content {
    padding: 0px;
}

.PM .link-cat-custom a {
    color: #065e99 !important;
    text-decoration: underline;
}

.content-panier-header p {
    background: none;
    padding: 0px;
    font-weight: bold;
}

.content-panier-header .cart-total-price {
    color: #aeb518;
    display: block;
    font-size: 13px;
}

.bloc-log-on p.clt-name {
    color: #aeb518;
    font-size: 13px;
    font-style: italic;
    padding: 6px;
}

.content-panier-header {
    margin-top: -5px;
    padding-left: 4px;
    padding-bottom: 5px;
}

.center-bloc {
    float: left;
    width: 400px;
    margin-top: 15px;
}

.cl-left {
    padding-left: 8px;
    padding-top: 9px;
}

._main-content {
    padding-top: 9px;
}

.highlight-content {
    padding: 1px 20px 8px 13px;
}

.catalog-category-view .link-to-top {
    top: 70%;
}

.main-nav ul li a:hover span {
    background: url('../images/list-style-gris.png') no-repeat 0 center !important;
}

.main-nav ul li.enCours a:hover span {
    background: url("../images/list-style-blanc.png") no-repeat 0 center !important;
}

.main-nav h2 a span {
    background: none !important;
    padding-left: 0px !important;
}

.toutes-categories li .inner-upper-cat p a {
    color: #353636;
}

.toutes-categories ul.subCat li {
    margin-bottom: 0px;
    width: 190px !important;
}

#3points {

}

.toutes-categories ul.subCat li a {
    color: #dc0a11 !important;
    font-size: 10px;
    text-decoration: underline;
}

.toutes-categories ul.subCat li span {
    color: #dc0a11 !important;
}

/************ Popin  ************/
.creer-compte {
    background: none;
}

/** Product page add to cart popin **/

.catalog-product-view .popin {
    width: 100%;
    text-align: center;
    margin: 0;
    left: auto;
}

.catalog-product-view .popin.popin-addtowishlist {
    width: 520px;
    margin: 0 auto;
    text-align: center;
    left: 0;
}

.catalog-product-view .popin-addtowishlist .popin-container {
    width: 550px;
}

.catalog-product-view .popin-container {
    width: 750px;
    text-align: left;
}

.catalog-product-view .popin-close a {
    background: #D80D10;
    right: 0;
    top: 0;
    color: white;
    padding: 7px;
    position: absolute;
    text-transform: uppercase;
}

.catalog-product-view .popin-addtowishlist .popin-close a {
    background: none !important;
}

.product_grid_container .product_grid_encart {
    height: 493px;
}

.catalog-product-view .popin-content {
    padding: 15px 30px 20px;
}

.catalog-product-view .popin-content.addproducttowishlist {
    padding: 10px 1px 1px 1px;
}

.catalog-product-view .popin-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.catalog-product-view .popin-content .highlight-pannier {
    margin: 0 0 10px;
    width: auto;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    background: url(../images/product_sheet/panier-rouge.png) no-repeat;
}

.catalog-product-view .popin-content .highlight-pannier span {
    padding: 0;
    background: none;
    display: inline-block;
}

.catalog-product-view .popin-content .highlight-pannier span span {
    color: #D80D10;
}

.catalog-product-view .popin-content table {
    width: 100%;
    border: 1px solid #CCCCCD
}

.catalog-product-view .popin-content table th {
    background-color: #CCCCCD;
    color: #000000;
    text-transform: none;
    font-size: 12px;
    padding: 5px 15px 5px 13px;
}

.catalog-product-view .popin-content table td {
    background-color: #ffffff;
    vertical-align: top;
}

.catalog-product-view .popin-content table td.center {
    text-align: center;
}

.catalog-product-view .popin-content table td.td-price {
    width: 230px;
}

.catalog-product-view .popin-content table td.td-price p {
    color: #CCCCCD;
    font-weight: normal;
}

.catalog-product-view .popin-content table td.td-price sup {
    font-size: 15px;
}

.catalog-product-view .popin-content table td.pu span {
    border: 1px solid #CCCCCD;
    padding: 2px;
    text-align: center;
}

.catalog-product-view .popin-content .useful-links {
    text-align: right;
}

.catalog-product-view .popin-content .useful-links a.go-to-cart {
    background: #4BBA11 url(../images/product_sheet/add-to-cart-button.png) no-repeat;
    padding: 0 10px 0 33px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    color: white;
    margin-left: 10px;
}

.catalog-product-view .popin-content .useful-links a.continue {
    line-height: 24px;
    background-color: #363636;
    display: inline-block;
    color: white;
    padding: 0 10px;
    text-transform: uppercase;
}

.catalog-product-view .popin-content table td.td-price p.big-price-red {
    color: #D80D10;
}

.catalog-product-view .popin-content table td.td-price .promotion-value {
    display: none;
}

.popin-container {
    width: 520px;
    margin: 0 auto;
}

.popin-top {
    position: relative;
    background: white;
    padding: 0 14px 0 0;
    height: 1%;
}

.popin-content {
    clear: both;
    background: white;
    padding: 10px 1px 1px 1px;
}

.inner-popin-content {
    background: url('../images/bg_inner-popin.png') no-repeat 55% 98%;
    padding: 14px 13px 0 9px;
    z-index: 9999;
}

.popin-close a {
    background: url('../images/picto_deco.png') no-repeat 0 3px;
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    right: 13px;
    top: 3px;
    padding: 0 0 0 16px;
    color: #ff3131;
}

.popin-top p {
    background: url('../images/bg_mon-espace-clt.jpg') repeat-x 0 100%;
    text-transform: uppercase;
    padding: 3px 9px 2px 18px;
    font-size: 10px;
    color: white;
    float: left;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    width: 398px;
    margin-top: 3px;
    margin-left: 3px;
}

.highlight-popin {
    border-bottom: 1px solid #888888;
    padding: 0 0 23px 0;
    margin: 0 0 25px 0;
    height: 1%;
}

.popin-l {
    float: left;
    width: 202px;
    padding: 0 10px 0 10px;
}

.popin-r {
    float: right;
    width: 249px;
    padding: 0 7px 0 18px;
}

.highlight-popin p {
    font-weight: bold;
    color: #373737;
}

.highlight-popin p.main-para {
    font-size: 16px;
    font-weight: bold;
    color: #87b900;
}

.highlight-popin .popin-r p.main-para {
    color: #dd2021;
}

.main-content-popin.reset .control {
    display: flex;
    position: relative;
    width: fit-content;
    margin-bottom: 10px;
}

.main-content-popin .popin-l, .main-content-popin .popin-r {
    min-height: 210px;
    height: auto !important;
    height: 210px;
    position: relative !important;
}

.main-content-popin form li {
    margin: 0 0 10px 0;
    position: relative;
}

.main-content-popin form li label {
    display: block;
    color: #9f3336;
    font-weight: bold;
    margin: 0 0 3px 0;
}

.main-content-popin form li input {
    width: 165px;
    border: 1px solid #c1c1c1;
    font-size: 11px;
    padding: 2px 3px 1px;
    float: left;
    height: 18px;
    font-style: italic;
    background: #f7f7f7;
}

.main-content-popin form li span.champ-erreur span {
    display: none;
}

.main-content-popin form li span.champ-erreur {
    display: block;
    width: 10px;
    height: 10px;
    background: url('../images/picto_error.gif') no-repeat 0 0;
    float: left;
    margin-top: 7px;
}

.main-content-popin form li.last {
    margin: 0 0 10px 0;
}

.main-content-popin form li.mdp-oublie {
    width: 173px;
    text-align: left;
}

.main-content-popin form li.mdp-oublie a {
    color: #8a8a8a;
    font-weight: normal;
    font-size: 10px;
    text-decoration: underline;
}

.main-content-popin form li.mdp-oublie a:hover {
    text-decoration: none;
}

.main-content-popin .zone-erreurs {
    padding: 0;
}

.zone-erreurs p {
    color: #9f3336;
    background: url('../images/picto_error.gif') no-repeat 0 2px;
    padding: 0 0 0 16px;
    width: 100%;
}

/*.connecter{padding:0 2px 0 0;position:absolute;right:52px;bottom: 4px;}*/
.connecter input {
    background: url('../images/bg-se-connecter-l.png') no-repeat 0 0;
    padding: 10px 12px 25px 37px;
    border: none;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    width: 137px;
    padding-left: 0;
}

.connecter input:hover, .creer-compte:hover {
    text-decoration: none !important;
    padding-left: 0px;
}

.main-content-popin .connecter {
    padding: 0;
    width: 80px;
    margin-top: 10px;
}

.main-content-popin .connecter input {
    background: url('../images/bg-se-connecter-l.png') no-repeat 0 0;
    padding: 10px 0;
    width: 132px;
    font-size: 10px;
}

.ie7 .connecter input {
    padding: 14px 0 42px 15px;
}

.ie6 .connecter {
    background: none;
    padding: 0 0 0 0;
}

.ie6 .connecter input {
    background: url('../images/bg-se-connecter-6.png') no-repeat 0 0;
    padding: 14px 0 42px 15px;
    width: auto;
}

.main-content-popin .popin-r {
    width: 155px;
}

.main-content-popin .popin-r p {
    padding: 0px 0 0 3px;
    color: #dd2021;
}

.main-content-popin .popin-r p.para-big {
    text-align: left;
    padding: 6px 9px 0 3px;
}

.creer-compte {
    display: block;
    width: 132px;
    margin: 27px auto 0;
    padding: 0;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}

.creer-compte span {
    display: block;
    text-decoration: none !important;
    background: url('../images/bg-se-connecter-m.png') no-repeat 0 0;
    width: 132px;
    padding: 10px;
    border: none;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.ie6 .creer-compte {
    background: url('../images/repeat-b-input.png') repeat-x 0 100%;
    padding: 0 0 29px 0;
    width: 155px;
}

.ie6 .creer-compte span {
    background: #dedede url('../images/bg-se-connecter.png') no-repeat 0 0;
    padding: 14px 0 10px 37px;
    border: 1px solid #dedede;
}

.fiche-obso .ref-pdt li.stock span, .fiche-obso .ref-pdt li.dispo span {
    color: #9f3336;
}

.fiche-obso .bloc-price {
    padding: 6px 10px 5px 13px;
    border-bottom: none;
    margin: 0 0 10px 0;
    background: #9f3336;
}

.fiche-obso .bloc-price .non-dispo {
    font-size: 13px;
    font-weight: bold;
    color: white;
}

div table.list-mode td, .table-ref-rem td {
    height: 125px;
}

div table.list-mode td.td-promo, .table-ref-rem td.td-promo {
    width: 25px;
    padding: 0;
}

div table.list-mode td.td-ref-remp, .table-ref-rem td.td-ref-remp {
    width: 255px;
}

div table.list-mode td.td-dispo, .table-ref-rem td.td-dispo {
    width: 110px;
}

.table-ref-rem-hp.table-ref-rem td.td-dispo {
    width: 190px;
}

.main-content-popin {
    height: fit-content;
    margin-bottom: 10px;
}

.connexion .main-content-popin {
    height: 180px;
}

.checkout-onepage-index .highlight-panier h2.my_order {
    margin: 0 9px 0 0;
}

.checkout-onepage-index .highlight-panier p.few_cliks {
    font-size: 14px;
    font-style: italic;
    color: #9f3336;
    font-weight: bold;
    padding: 7px 0 0 0;
}

.cuc_login_popin .connecter {
    right: 52px;
    bottom: 4px;
}

.link-to-top {
    display: block;
    position: fixed;
    margin-left: 969px;
    top: 70%;
    cursor: pointer;
    z-index: 100;
    background: url('../images/product_sheet/link-to-top.png') no-repeat 0 0;
    width: 42px;
    height: 39px;
}

.left-top-link {
    background: url('../images/droite-haut.png') no-repeat 0 0;
    width: 15px;
    height: 32px;
    display: block;
}

.content-top-link {
    background: rgb(255, 19, 21);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒ?Ã‚Â¢ÃƒÂ¢Ã‚?Ã‚Â¬Ãƒ?Ã‚Â¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(255, 19, 21, 1) 0%, rgba(245, 20, 21, 1) 6%, rgba(242, 19, 21, 1) 13%, rgba(231, 15, 15, 1) 25%, rgba(225, 16, 16, 1) 28%, rgba(225, 15, 13, 1) 31%, rgba(214, 13, 11, 1) 38%, rgba(212, 14, 15, 1) 41%, rgba(204, 11, 11, 1) 47%, rgba(204, 9, 9, 1) 50%, rgba(198, 9, 8, 1) 53%, rgba(204, 9, 9, 1) 56%, rgba(189, 10, 10, 1) 59%, rgba(192, 9, 7, 1) 63%, rgba(188, 5, 7, 1) 66%, rgba(181, 6, 11, 1) 69%, rgba(181, 6, 11, 1) 72%, rgba(173, 5, 5, 1) 75%, rgba(167, 3, 1, 1) 81%, rgba(167, 3, 1, 1) 88%, rgba(159, 0, 0, 1) 97%, rgba(162, 0, 1, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 19, 21, 1)), color-stop(6%, rgba(245, 20, 21, 1)), color-stop(13%, rgba(242, 19, 21, 1)), color-stop(25%, rgba(231, 15, 15, 1)), color-stop(28%, rgba(225, 16, 16, 1)), color-stop(31%, rgba(225, 15, 13, 1)), color-stop(38%, rgba(214, 13, 11, 1)), color-stop(41%, rgba(212, 14, 15, 1)), color-stop(47%, rgba(204, 11, 11, 1)), color-stop(50%, rgba(204, 9, 9, 1)), color-stop(53%, rgba(198, 9, 8, 1)), color-stop(56%, rgba(204, 9, 9, 1)), color-stop(59%, rgba(189, 10, 10, 1)), color-stop(63%, rgba(192, 9, 7, 1)), color-stop(66%, rgba(188, 5, 7, 1)), color-stop(69%, rgba(181, 6, 11, 1)), color-stop(72%, rgba(181, 6, 11, 1)), color-stop(75%, rgba(173, 5, 5, 1)), color-stop(81%, rgba(167, 3, 1, 1)), color-stop(88%, rgba(167, 3, 1, 1)), color-stop(97%, rgba(159, 0, 0, 1)), color-stop(100%, rgba(162, 0, 1, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 19, 21, 1) 0%, rgba(245, 20, 21, 1) 6%, rgba(242, 19, 21, 1) 13%, rgba(231, 15, 15, 1) 25%, rgba(225, 16, 16, 1) 28%, rgba(225, 15, 13, 1) 31%, rgba(214, 13, 11, 1) 38%, rgba(212, 14, 15, 1) 41%, rgba(204, 11, 11, 1) 47%, rgba(204, 9, 9, 1) 50%, rgba(198, 9, 8, 1) 53%, rgba(204, 9, 9, 1) 56%, rgba(189, 10, 10, 1) 59%, rgba(192, 9, 7, 1) 63%, rgba(188, 5, 7, 1) 66%, rgba(181, 6, 11, 1) 69%, rgba(181, 6, 11, 1) 72%, rgba(173, 5, 5, 1) 75%, rgba(167, 3, 1, 1) 81%, rgba(167, 3, 1, 1) 88%, rgba(159, 0, 0, 1) 97%, rgba(162, 0, 1, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 19, 21, 1) 0%, rgba(245, 20, 21, 1) 6%, rgba(242, 19, 21, 1) 13%, rgba(231, 15, 15, 1) 25%, rgba(225, 16, 16, 1) 28%, rgba(225, 15, 13, 1) 31%, rgba(214, 13, 11, 1) 38%, rgba(212, 14, 15, 1) 41%, rgba(204, 11, 11, 1) 47%, rgba(204, 9, 9, 1) 50%, rgba(198, 9, 8, 1) 53%, rgba(204, 9, 9, 1) 56%, rgba(189, 10, 10, 1) 59%, rgba(192, 9, 7, 1) 63%, rgba(188, 5, 7, 1) 66%, rgba(181, 6, 11, 1) 69%, rgba(181, 6, 11, 1) 72%, rgba(173, 5, 5, 1) 75%, rgba(167, 3, 1, 1) 81%, rgba(167, 3, 1, 1) 88%, rgba(159, 0, 0, 1) 97%, rgba(162, 0, 1, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 19, 21, 1) 0%, rgba(245, 20, 21, 1) 6%, rgba(242, 19, 21, 1) 13%, rgba(231, 15, 15, 1) 25%, rgba(225, 16, 16, 1) 28%, rgba(225, 15, 13, 1) 31%, rgba(214, 13, 11, 1) 38%, rgba(212, 14, 15, 1) 41%, rgba(204, 11, 11, 1) 47%, rgba(204, 9, 9, 1) 50%, rgba(198, 9, 8, 1) 53%, rgba(204, 9, 9, 1) 56%, rgba(189, 10, 10, 1) 59%, rgba(192, 9, 7, 1) 63%, rgba(188, 5, 7, 1) 66%, rgba(181, 6, 11, 1) 69%, rgba(181, 6, 11, 1) 72%, rgba(173, 5, 5, 1) 75%, rgba(167, 3, 1, 1) 81%, rgba(167, 3, 1, 1) 88%, rgba(159, 0, 0, 1) 97%, rgba(162, 0, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 19, 21, 1) 0%, rgba(245, 20, 21, 1) 6%, rgba(242, 19, 21, 1) 13%, rgba(231, 15, 15, 1) 25%, rgba(225, 16, 16, 1) 28%, rgba(225, 15, 13, 1) 31%, rgba(214, 13, 11, 1) 38%, rgba(212, 14, 15, 1) 41%, rgba(204, 11, 11, 1) 47%, rgba(204, 9, 9, 1) 50%, rgba(198, 9, 8, 1) 53%, rgba(204, 9, 9, 1) 56%, rgba(189, 10, 10, 1) 59%, rgba(192, 9, 7, 1) 63%, rgba(188, 5, 7, 1) 66%, rgba(181, 6, 11, 1) 69%, rgba(181, 6, 11, 1) 72%, rgba(173, 5, 5, 1) 75%, rgba(167, 3, 1, 1) 81%, rgba(167, 3, 1, 1) 88%, rgba(159, 0, 0, 1) 97%, rgba(162, 0, 1, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1315', endColorstr='#a20001', GradientType=0);
    display: block;
    position: relative;
    top: -25px;
    left: 5px;
    box-shadow: 3px -3px 5px -2px #7F7F7F;
}

.content-top-link span {
    background: url('../images/puce-blanche_1.png') no-repeat center 6px;
    padding-left: 4px;
    padding-top: 19px;
    padding-bottom: 2px;
    padding-right: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    width: 33px;
    font-weight: bold;
}

.highlight-content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-top: 2px;
    padding-left: 10px;
    width: 479px;
}

.highlight-customer {
    margin-left: 8px;
    margin-top: 10px;
}

.custmer-content {
    margin-left: 8px;
    min-height: 880px;
}

.bloc-site-map.gray h4 {
    color: white;
}

.bloc-site-map.gray .cat .item h3 span {
    color: white;
    background: url('../images/puce-blanche.png') no-repeat 6px center;
    padding: 3px 0px 2px 16px;
    font-weight: bold;
    font-size: 12px;
    display: block;
}

.bloc-site-map.gray .cat .item h3 {
    background: rgb(80, 80, 80);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒ?Ã‚Â¢ÃƒÂ¢Ã‚?Ã‚Â¬Ãƒ?Ã‚Â¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(80, 80, 80, 1)), color-stop(31%, rgba(80, 80, 80, 1)), color-stop(40%, rgba(76, 76, 76, 1)), color-stop(69%, rgba(55, 55, 55, 1)), color-stop(100%, rgba(54, 54, 54, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%);
    background: linear-gradient(to bottom, rgba(80, 80, 80, 1) 0%, rgba(80, 80, 80, 1) 31%, rgba(76, 76, 76, 1) 40%, rgba(55, 55, 55, 1) 69%, rgba(54, 54, 54, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#363636', GradientType=0);
    border-bottom: 2px solid #ffffff;
}

.toutes-categories li .inner-upper-cat p a.url {
    color: #d80d10;
    text-decoration: underline;
    font-size: 11px;
}

.nav > ul > li.menu-dest {
    background: none;
}

.form-search #divSuggestions .yui-ac-content {
    width: 310px;
}

.panier-bloc-header li.acces-panier {
    padding: 0px 0 0 0;
    margin-top: -2px;
    padding-bottom: 8px;
}

ul.price-and-details {
    margin-top: -20px;
    margin-bottom: 0px;
}

.main-title {
    margin: 0px;
}

.CI .inner-highlight-level-1, .RA .inner-highlight-level-1, .ME .inner-highlight-level-1, .PM .inner-highlight-level-1 {
    padding: 9px 5px 0 0px;
}

.main-nav h2 span, .main-nav h2.h2Cat a {
    background: url('../images/puce-blanche-right.png') no-repeat 0 center !important;;
}

.main-nav .RA h2.h2Cat a {
    background: url('../images/puce-grise-flech-right.png') no-repeat 0 center !important;;
}

.highlight-level-1 {
    padding: 0px !important;
    margin-bottom: 10px;
}

.category-img {
    margin-bottom: 10px;
    position: absolute;
    top: 86px;
    z-index: -9999;
    padding: 9px 5px 0 0;
}

.category-img img {
    width: 948px;
    height: 123px;
}

.CI .highlight-level-1 {
    background: url('../images/imageUniversConnectiqueReseau.jpg') no-repeat 100% 100%;
}

.RA .highlight-level-1 {
    background: url('../images/imageUniversReseaActif.jpg') no-repeat 100% 100%;
}

.PM .highlight-level-1 {
    background: url('../images/imageUniversPCMobilite.jpg') no-repeat 100% 100%;
}

.ME .highlight-level-1 {
    background: url('../images/imageUniversMetier.jpg') no-repeat 100% 100%;
}

.CI.niveau-3 .inner-highlight-level-1.CONRES {
    background: url('../images/imageRayonConnectiqueReseau.jpg') no-repeat 100% 100%;
}

.CI.niveau-3 .inner-highlight-level-1.FIBRE {
    background: url('../images/imageRayonFibreOptique.jpg') no-repeat 100% 100%;
}

.CI.niveau-3 .inner-highlight-level-1.CORDAUVI {
    background: url('../images/imageRayonAudioVideo.jpg') no-repeat 100% 100%;
}

.CI.niveau-3 .inner-highlight-level-1.BAIECOFF {
    background: url('../images/imageRayonBaieCoffret.jpg') no-repeat 100% 100%;
}

.RA.niveau-3 .inner-highlight-level-1.WIFI {
    background: url('../images/imageRayonReseauWifi.jpg') no-repeat 100% 100%;
}

.RA.niveau-3 .inner-highlight-level-1.RESFIL {
    background: url('../images/imageRayonReseauFilaire.jpg') no-repeat 100% 100%;
}

.RA.niveau-3 .inner-highlight-level-1.SWITCHKVM {
    background: url('../images/imageRayonSwitchKVM.jpg') no-repeat 100% 100%;
}

.ME.niveau-3 .inner-highlight-level-1.VIDEOSUR {
    background: url('../images/imageRayonVideosurveillance.jpg') no-repeat 100% 100%;
}

.ME.niveau-3 .inner-highlight-level-1.AFFDYN {
    background: url('../images/imageRayonAffichageDynamique.jpg') no-repeat 100% 100%;
}

.ME.niveau-3 .inner-highlight-level-1.MULTIMED {
    background: url('../images/imageRayonMultimedia.jpg') no-repeat 100% 100%;
}

.ME.niveau-3 .inner-highlight-level-1.OUTILS {
    background: url('../images/imageInstallationReseauOutillage.jpg') no-repeat 100% 100%;
}

.ME.niveau-3 .inner-highlight-level-1.ELEC {
    background: url('../images/imageRayonInstallationElectrique.jpg') no-repeat 100% 100%;
}

.ME.niveau-3 .inner-highlight-level-1.TELECOM {
    background: url('../images/imageRayonTelephonie.jpg') no-repeat 100% 100%;
}

.ME.niveau-3 .inner-highlight-level-1.TPVPOS {
    background: url('../images/imageRayonPointDeVente.jpg') no-repeat 100% 100%;
}

.PM.niveau-3 .inner-highlight-level-1.COMPOSANT {
    background: url('../images/imageRayonComposant.jpg') no-repeat 100% 100%;
}

.PM.niveau-3 .inner-highlight-level-1.PERIPH {
    background: url('../images/imageRayonPeripherique.jpg') no-repeat 100% 100%;
}

.PM.niveau-3 .inner-highlight-level-1.MOBILITE {
    background: url('../images/imageRayonMobilite.jpg') no-repeat 100% 100%;
}

.PM.niveau-3 .inner-highlight-level-1.LOGICIELS {
    background: url('../images/imageRayonLogiciels.jpg') no-repeat 100% 100%;
}

.PM.niveau-3 .inner-highlight-level-1.CONSOM {
    background: url('../images/imageRayonConsommable.jpg') no-repeat 100% 100%;
}

.PM.niveau-3 .inner-highlight-level-1.AGENSEC {
    background: url('../images/imageRayonAgensec.jpg') no-repeat 100% 100%;
}

.destocking .highlight-level-1 {
    background: url('../images/imageUniversDestockage.jpg') no-repeat 100% 0%;
    height: 110px;
}

.nouveautes .highlight-level-1 {
    background: url('../images/imageUniversNouveautes.jpg') no-repeat 100% 0%;
    height: 110px;
}

.promotions .highlight-level-1 {
    background: url('../images/imageUniversPromotion.jpg') no-repeat 100% 0%;
    height: 110px;
}

.stock span {
    font-weight: bold;
    text-transform: none;
}

li.lastCell {
    width: 18%;
    padding-left: 0;
    border-right: none;
    padding-right: 0;
    padding-top: 0px;
    height: 102%;
}

.bloc-mega-menu ul .right-sous-mega-menu {
    float: right;
    width: 187px;
    padding-left: 7px;
    padding-bottom: 7px;
    margin-top: -12px;
    height: 100%
}

.bloc-mega-menu .right-sous-mega-menu .bloc-livraison {
    margin-bottom: 10px;
}

/*.nav>ul>li.nav-1 .right-sous-mega-menu{*/
/*background: #d80d10;*/
/*}*/
/*.nav>ul>li.nav-2 .right-sous-mega-menu{*/
/*background: #ffdd00;*/
/*}*/
/*.nav>ul>li.nav-3 .right-sous-mega-menu{*/
/*background: #8dc63f;*/
/*}*/
/*.nav>ul>li.nav-4 .right-sous-mega-menu{*/
/*background: #00aeef;*/
/*}*/
/*li.groups-col {*/
/*border-right: 1px dotted #a7a7a7;*/
/*padding-left: 7px;*/
/*padding-right: 8px;*/
/*}*/
.bloc-mega-menu > ul {
    position: relative;
}

.bas-mega-menu {
    clear: both;
}

.lastCell {
    position: absolute;
    top: 0;
    right: 0
}

ul.level0 {
    min-height: 291px;
}

.red-text a {
    color: #d80d10;
}

.inner-highlight-level-1 {
    margin-bottom: 10px;
}

.proto-navigation li.navigation a {
    background: url('../images/btn-noir.png') no-repeat 0 center !important;
}

.proto-navigation li.navigation.current-slide a {
    background: url('../images/btn-rouge.png') no-repeat 0 center !important;
}

.ie10 .t-title-page h1 {
    margin-left: 0px !important;
}

.ie11 .t-title-page h1 {
    margin-left: -90px !important;
}

#list-nouv .list-pic li > a > img {
    width: auto !important;
    height: auto !important;
}

.catalog-category-view .promotions-ssFamille {
    background: url('../images/picto_promo-moy.jpg') no-repeat center;
    width: 31px;
    height: 84px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.catalog-category-view .list-nouveaute-sFamille {
    min-height: 210px;
}

.list-nouveaute {
    display: table;
    border: 1px solid #929292;
    width: 99.8%;
    table-layout: fixed;
}

.catalog-category-view .list-nouveaute-sFamille li.item.no-discount {
    display: table-cell;
    width: 30%;
    padding: 25px 18px 16px 14px;
    position: relative;
}

.catalog-category-view .list-nouveaute {
    display: table;
    border: 1px solid #929292;
    width: 99.8%;
    table-layout: fixed;
}

.catalog-category-view .list-nouveaute li {
    /*display: table-cell;*/
    /*width: 30%;*/
    /*padding: 25px 18px 16px 14px;*/
}

.catalog-category-view .list-nouveaute li .product-image {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 13px;
}

.catalog-category-view .list-nouveaute li + li {
    /*border-left: 1px solid #929292;*/
}

.catalog-category-view .list-nouveaute li .product-name {
    font-size: 11px;
    margin-bottom: 5px;
}

.catalog-category-view .list-nouveaute li .product-name a {
    font-weight: bold;
}

.catalog-category-view .link-detail {
    background: url('../images/picto_log-off.png') no-repeat 0 center;
    padding-left: 21px;
    text-transform: uppercase;
    font-size: 10px;
}

.catalog-category-view .align-right {
    text-align: right;
}

.catalog-category-view .bottom-link_gray {
    text-align: center;
    min-height: 17px;
    display: block;
    bottom: -16px;
    position: relative;
    padding-top: 3px;
    background: none repeat scroll 0% 0% rgb(178, 178, 178);
    right: 0px;
    margin-left: -14px;
    width: 245px;
}

.catalog-category-view .bottom-link_gray a {
    color: #fff;
    background: url('../images/puce_gray.png') no-repeat 0 center;
    padding-left: 23px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.99px;
}

.catalog-category-view .list-nouveaute-sFamille li.item.no-discount {
    display: table-cell;
    width: 30%;
    padding: 25px 18px 16px 14px;
    position: relative;
}

.catalog-category-view .list-nouveaute-sFamille {
    min-height: 202px;
}

.famille-rayons-links ul.subCat {
    height: 62px
}

.col-group > li {
    padding-bottom: 10px
}

.table-ref-rem td.td-price,
div table.list-mode td.td-price {
    color: #d80d10;
}

.right-bloc.in,
.right-bloc.out {
    position: relative;
    margin-top: 15px;
}

.main-nav .univ h2 a {
    background: url('../images/puce-blanche-right.png') no-repeat 0 center !important;
}

.list-nouveaute li.item a, .list-nouveaute li.item h3, .list-nouveaute li.item .align-right {
    width: 30%;
}

.custom-sitemap-container {
    margin-top: 0px !important;
    padding-top: 12px;
}

#lightbox-secNav-btnClose {
    width: 40px !important;
    margin-top: 10px !important;
}

#lightbox-nav-btnNext {
    margin-top: 60px !important;
}

#lightbox-nav-btnPrev {
    margin-top: 100px !important;
}

.logo-group {
    float: left;
    width: 110px;
    margin-left: 10px;
    margin-right: 50px;
}

.logo-group a img {
    width: 110px;
}

#roll-over-container {
    /*display: none;*/
}

.roll-over-container {
    margin: 0 auto;
    position: absolute;
    background: white;
    right: 0;
    border: 2px #efefef solid;
    z-index: 10;
    top: 89%;
}

.roll-over-l {
    float: left;
    width: 115px;
    padding: 0 14px 0 5px;
}

.roll-over-r {
    float: right;
    width: 127px;
    padding: 0 7px 0 18px;
}

.highlight-roll-over {
    margin: 0 0 10px 0;
    height: 1%;
}

.highlight-roll-over p {
    font-weight: bold;
    color: #373737;
}

.highlight-roll-over p.main-para {
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
    color: #87b900;
    width: 135px;
}

.highlight-roll-over .roll-over-r p.main-para {
    color: #d80d10;
}

.main-content-roll-over {
    height: 140px;
}

.main-content-roll-over .roll-over-l, .main-content-roll-over .roll-over-r {
    min-height: 145px;
    height: auto !important;
    height: 145px;
    position: relative !important;
}

.main-content-popin.rollover form li input {
    width: 162px;
    height: 28px;
    padding: 1px;
    border: 1px solid #c4c4c4;
    padding-left: 5px;
    font-size: 13px;
    font-style: italic;
    background: #ffffff;
}

.roll-over-r #desc {
    background: url('../images/login_rollOver.png') no-repeat right center;
    margin-top: -3px;
}

.roll-over-r #desc p {
    width: 52%;
    color: #363636;
}

.main-content-popin.rollover .mdp-oublie-rollOver {
    text-decoration: underline;
    margin: 0;
}

.main-content-popin.rollover .mdp-oublie-rollOver a {
    color: #626262;
    font-size: 10px;
    font-style: italic;
}

.main-content-popin.rollover .connecter {
    padding: 0px !important;
    display: block;
    /*width: 170px;*/
    height: 30px;
    position: static;
}

.main-content-popin.rollover .connecter input {
    background: url('../images/bg-se-connecter-l.png') no-repeat 0 0;
    padding: 4px 0 3px;
    width: 80px;
    font-size: 10px;
}

.roll-over-r .creer-compte {
    bottom: 15px;
    right: 10px;
}

.roll-over-r .creer-compte span {
    padding: 4px 8px 3px 12px;
    width: 112px;
}

.main-content-popin form li span.champ-erreur {
    margin-top: 0;
    position: absolute;
    top: 10px;
    left: 155px;
}

.main-content-popin.rollover .zone-erreurs p {
    width: 250px;
}

.popin.home {
    margin: auto;
    left: auto;
}

.popinContainer, .popinContainerL, .popinContainerXL {
    position: relative;
    -moz-box-shadow: 0 0 10px 2px #666;
    -webkit-box-shadow: 0 0 10px 2px #666;
    -o-box-shadow: 0 0 10px 2px #666;
    box-shadow: 0 0 10px 2px #666;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -pie-border-radius: 4px 4px;
    border-radius: 4px 4px;
    border: 1px solid #c1c1c1;
    background: url("../images/bg_popin.jpg") #fff repeat-x left bottom;
    font-family: Verdana, Geneva, sans-serif;
    width: 900px;
    height: auto;
    margin: 0 auto;
    color: #545454;
    padding-bottom: 20px;
}

.popinTitre {
    display: block;
    text-align: left;
    padding: 15px 10px;
}

.popinClose {
    background: url(../images/close_white.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 44px;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 44px;
    z-index: 1010;
    margin: 0;
}

.popinClose:hover {
    background: url(../images/close_white_over.png) no-repeat 0 0;
}

.search-autocomplete.home {
    background-color: white;
    border: 1px solid #373737;
    opacity: 0.95;
}

.search-autocomplete.home li {
    color: #000000;
}

.search-autocomplete.home li:hover {
    background: none;
    text-decoration: underline;
}

.search-autocomplete li.selected {
    background-color: white;
}

.visu-pdt-bundle .see-pack {
    display: block;
    float: right;
    width: 69px;
    background: url('../images/bg_link-bundle.png') no-repeat 0 0;
    padding: 4px 0 0 0;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.visu-pdt-bundle .see-pack span {
    display: block;
    background: url('../images/bg_link-bundle-b.png') no-repeat 0 100%;
    padding: 5px 5px 13px 5px;
}

.blockSolution:hover {
    opacity: 0.5;
}

#col-left .blocs-sol li.centre-de-formation {
    background: url('/media/cms/CUC/commun/pageFormation/bg-formation.jpg') no-repeat #ffffff 0 0;
    padding: 0 7px 0 0;
    display: block;
    text-decoration: none;
}

ul li.centre-de-formation p {
    margin: 20px 0 0 65px;
}

ul li.centre-de-formation h3 {
    margin: 10px 0 0 80px;
}

ul li.centre-de-formation .content {
    display: block;
    text-decoration: none;
}

/*AVIS CLIENT*/

.rating-box {
    background: url(../images/product_sheet/empty.png) no-repeat;
    float: left;
    height: 15px;
    overflow: hidden;
    text-indent: -9999px;
    width: 96px;
}

.min-rating-box-bottom {
    background: url(../images/product_sheet/small-empty.png) no-repeat;
    float: left;
    height: 15px;
    overflow: hidden;
    text-indent: -9999px;
    width: 74px;
}

.min-rating {
    background: url(../images/product_sheet/small-full.png) no-repeat;
    float: left;
    height: 17px;
    text-indent: -9999px;
}

.infos-pdt-td div.review {
    position: absolute;
    bottom: 15px;
}

.infos-pdt-td span.read-reviews {
    color: #D80D10;
}

.read-reviews {
    margin-left: 20px;
    color: #D80D10;
    text-decoration: underline;
}

.read_notice {
    float: left;
    margin-left: 5px;
}

.read_notice a {
    line-height: 17px;
    color: #D80D10;
    text-decoration: underline;
    font-size: 10px;
    margin-left: 10px;
}

.read_notice a.click-popin {
    margin-left: 10px;
}

.blocAvis {
    margin-top: 2px;
}

.rating {
    background-image: url(../images/product_sheet/full.png);
    float: left;
    height: 17px;
    text-indent: -9999px;
}

/**AVIS CLIENT FIN*/

.zone_central {
    width: 310px;
    float: left;
    height: 329px;
    overflow: hidden;
    position: relative;
}

.zone_central .bottom {
    position: absolute;
    bottom: 0;
}

div.encart-haut div.bloc-price {
    border: 1px solid #E0E0E0;
    z-index: 10000;
    background-color: #FFF;
    display: block;
    width: 290px;
    margin-right: 9px;
    margin-left: 5px;

}

div.encart-haut div.bloc-price .price-l {
    border: none;
    float: none;
    width: 300px;
}

div.encart-haut div.bloc-price .price-l h2 {
    background: none;
}

div.encart-haut {
    width: 970px;
}

.left-side {
    overflow: hidden;
}

.stick {
    position: fixed;
    top: 60px;
}

.stick2 {
    position: absolute;
    bottom: 37px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.encart-haut:after, .cross_sell_products:after,
.bloc_price_crossel:after, .bloc_upsell:after, .quantity-cuc:after,
.blocAvisBottom:after, picto:after, .blocAvis:after, .bloc_upsell:after, .fil-ariane:after {
    content: " ";
    display: block;
    clear: both;
}

div.encart-haut div.infos-pdt {
    border-bottom: none;
}

div.bloc-price ul.list-prices p {
    color: #D80D10;
    float: none;
    font-size: 41px;
    margin: auto;
    text-align: center;
    width: 100%;
    font-weight: normal;
}

div.bloc-price div.price-l ul.list-prices li.line-red p {
    color: #ffffff;
    float: left;
    font-size: 12px;
    text-align: left;
    width: auto;
}

div.bloc-price div.price-l ul.list-prices li.line-red p strong {
    width: auto;
}

div.bloc-price div.price-l ul.list-prices p sup {
    font-size: 22px;
}

.red-price {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-prices .line-red {
    margin-right: 10px;
    color: white;
    background-color: #363636;
}

.list-prices .line-red .line-content {
    text-align: center;
}

div.encart-haut div.visuels {
    float: left;
    width: 310px;
}

.price-r .quantity_cart {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: none;
    display: inline-block;
}

.quantity-cuc {
    margin: 13px auto auto;
    text-align: center;
}

.quantity-cuc label {
    margin: 0 0 0 0;
    width: auto;
    line-height: 26px;
    font-size: 12px;
    display: inline-block;
    float: none;
}

.quantity-cuc input#qty.Quantite.quantity_cart {
    text-align: center;
    height: 24px;
    width: 50px;
}

.quantity-cuc .qty_plus_moins {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#sticky-price-block #product_addtocart_form {
    width: 100%;
}

.price-r input#add.panier.png_bg.click-popin-input {
    background: none;
    background-color: #32cd32;
    color: white;
    border: none;
    cursor: pointer;
    width: 290px;
    padding: 0 0 0 0;
    height: 44px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

.price-r input#add.panier.png_bg.click-popin-input:hover {
    background-color: #4cd900;
}

/**BLOC PRICE**/

/**loggin**/

.quantity_stock {
    float: left;
}

.stock_livraison_loggin {
    float: left;
    margin-left: 5px;

}

.trait_haut_fdp_loggin {
    border-bottom: 0.5px solid #f1f1f1;
    margin-top: 7px;
}

.quantity_stock {
    border: 1px solid #f1f1f1;
    height: 20px;
    line-height: 20px;
    margin-left: 73px;
    text-align: center;
    width: 55px;
    text-transform: none;
}

.quantity_stock.hidden-class {
    visibility: hidden;
}

/**end loggin**/

div.encart-haut div.bloc-price div.price-l h2 {
    text-transform: none;
    margin-top: 0;
    float: none;
}

div.bloc-price div.price-r form#product_addtocart_form.product_add_form_popin fieldset input#add.panier.png_bg.click-popin-input:hover {
    opacity: 1;
}

.button_devis {
    background-color: #ededed;
    color: black;
    cursor: pointer;
    width: 144px;
    padding: 0;
    height: 27px;
    font-size: 10px;
    margin-top: 2px;
    text-transform: uppercase;
    border: 1px solid black;
    outline: none;
    float: right;
}

.button_devis:hover {
    background-color: #D80D10;
    color: white;
    cursor: pointer;
    border: none;
}

div.encart-haut div.bloc-price div.price-r form#product_addtocart_form.product_add_form_popin {
    margin-bottom: 0;
}

div.encart-haut div.bloc-price div.price-r {
    width: 100%;
}

.stock {
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}

#content .devis .stock {
    text-transform: none;
}

.stock .last .dispo span {
    text-transform: none;
    font-weight: bold;
}

.text_cat_price, .text_public_price {
    float: left;
    color: #a2a2a2;
}

.cat_price, .public_price {
    float: right;
    margin-right: 59px;
}

.block_sorecop_price {
    color: #a2a2a2;
    border-top: 1px solid #f1f1f1;
    /* margin-top: 5px; */
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 11px;
    padding: 2px 0 10px 0;
    margin-top: 3px;
}

.sorecop_price {
    float: right;
    margin-right: 59px;
}

.block_other_price {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
    margin-right: 10px;
}

.stock:after, .button_ancre:after, .fdp:after, .block_cat_price:after, .block_public_price:after {
    content: " ";
    display: block;
    clear: both;
}

.stock_livraison {
    margin-top: 10px;
}

.nb_stock {
    width: 100px;
}

.picto_stock,
.picto_reappro,
.picto_a_la_comm {
    height: 9px;
    width: 9px;
    margin-top: 2px;
    display: inline-block;
    margin-right: 3px;
}

.td-dispo li span.stock_level.stock_level.alacommande-label {
    font-size: 10px;
}

div.product_grid_encart a.product_link ul li.last.dispo.delivery.a_la_comm span {
    text-align: center;
}

div.product_grid_encart .reappro {
    margin-top: -40px;
}

.picto_stock {
    background-color: #4cbb10;
}

.picto_a_la_comm {
    background-color: rgb(255, 126, 0);
}

.picto_reappro {
    background-color: #d80d10;
}

.picto_toorder {
    background-color: #ff7e00;
}

.stock .contact span {
    background: url(../images/product_sheet/phone-background.png) no-repeat;
    display: inline-block;
    height: 17px;
}

.stock .contact span span {
    margin-left: 20px;
    background: none;
    line-height: 17px;
}

.picto-non-stock {
    background-color: red;
    height: 9px;
    width: 9px;
    margin-top: 2px;
    display: inline-block;
}

.text_stock {
    display: inline-block;
}

.text_stock strong {
    font-size: 12px;
}

.livraison {
    width: 100%;
    color: #d80d10;
    text-align: center;
    font-size: 10px;
    text-transform: none;
    font-style: italic;
}

.fdp {
    text-align: center;
    width: 100%;
    margin: auto;
    text-transform: none;
}

.picto_fdp {
    height: 30px;
    width: 43px;
    background: transparent url("../images/product_sheet/transporteur.png") no-repeat scroll 0 center;
    float: left;
}

.text_fdp {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    font-size: 14px;
    line-height: 28px;
    font-style: italic;
    position: relative;
    background: transparent url(../images/product_sheet/transporteur.png) no-repeat scroll 0 center;
}

.fdp span.text_fdp {
    padding-left: 47px;
    display: inline-block;
    font-weight: normal;
    font-style: italic;
}

.text_fdp .shipping-information {
    background: url(../images/product_sheet/black-round.png) no-repeat scroll 0 center;
    width: 16px;
    display: inline-block;
}

.text_fdp .shipping-information strong {
    color: #ffffff;
    font-size: 12px;
}

.text_fdp .shipping-information-popup {
    position: absolute;
    width: 277px;
    right: 0;
    top: 22px;
}

.text_fdp .shipping-information-popup .head {
    background: url(../images/product_sheet/shipping-popup-head.png) no-repeat;
    height: 8px;
}

.text_fdp .shipping-information-popup .content {
    background: url(../images/product_sheet/shipping-popup-content.png) repeat;
    font-size: 13px;
    color: #ffffff;
    text-align: left;
    padding-left: 12px;
    line-height: 12px;
    padding-bottom: 4px;
}

.text_fdp .shipping-information-popup .bottom {
    background: url(../images/product_sheet/shipping-popup-bottom.png) no-repeat;
    height: 8px;
}

.product-bottom {
    width: 628px;
    margin-left: 10px;
    clear: both;
}

.product-bottom hr {
    border: 1px solid #E0E0E0;
    display: block;

}

.button_ancre, .button_ancre_logg {
    width: 100%;
    margin-top: 17px;
}

.button_ancre a {
    text-decoration: none;
}

.button_ancre_logg a {
    text-decoration: none;
}

.ancre_fiche_technique, .ancre_description {
    background-color: #f1f1f1;
    border: solid 1px #d1d1d1;
    cursor: pointer;
    font-size: 8px;
    height: 21px;
    text-transform: uppercase;
    display: inline;
    outline: none;
}

.button_ancre button:hover, .button_ancre_logg button:hover {
    text-decoration: underline;
}

.ancre_fiche_technique {
    margin-left: 5px;

}

.trait_bas_fdp {
    border-bottom: 0.5px solid #f1f1f1;
}

.trait_haut_fdp {
    border-bottom: 0.5px solid #f1f1f1;
    margin-top: 20px;
}

.picto_productsheet {
    max-height: 80px;
    max-width: 100%;
}

.picto_productsheet.brand {
    cursor: pointer;

}

.picto {
    margin-top: 10px;
    text-align: right;
}

/* zone visuel gauche */

div.encart-haut div.visuels div.main-pdt div.nes_shop-product-show-caps a.nes_name-cap img {
    height: 264px;
    width: 290px;
    margin-top: 30px;
}

div.encart-haut div.visuels div.main-pdt {
    width: 290px;
    border: solid 0.5px #f5f5f5;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}

.picto_loupe {
    background: url(../images/product_sheet/loupe.png) no-repeat scroll center center;
    float: right;
    left: 259px;
    height: 36px;
    position: absolute;
    width: 39px;
    bottom: 0px;
}

.picto_flag {
    font-family: Arial, sans-serif;
    color: white;
    font-size: 12px;
    text-align: center;
    width: auto;
    margin-bottom: 2px;
    position: absolute;
    padding: 0 2px 0 2px;
    text-transform: uppercase;
    /*font-weight: bold;*/
}

.catalog-product-view .picto_flag {
    background-color: #d80d10;
    color: white;
    font-size: 12px;
    height: 16px;
    text-align: center;
    width: 99px;
    margin-bottom: 2px;
    position: relative;
    padding: 4px 2px;
}

.catalog-product-view .price-l .picto_flag {
    float: right;
    margin-right: 10px;
}

.promotion-value {
    text-align: right;
    margin-right: 10px;
}

.promotion-value span {
    display: inline;
    font-weight: normal;
    font-size: 13px;
    text-decoration: line-through;
    margin-right: 4px;
}

.promotion-value span.valeur_promo {
    display: inline-block;
    font-size: 16px;
    color: #d80d10;
    text-decoration: none;
}

.picto_flag.destocking {
    background-color: #eaa000;
    color: black;
}

.picto_flag.promotion {
    background-color: #d80d10;
}

.picto_flag.new {
    background-color: #4c4c4c;
}

.picto_flag.destock {
    color: #363636;
    background-color: #e8b400;
}

.promo_pdt {
    width: 100px;
    padding: 5px;
    text-transform: uppercase;
    position: absolute;
    z-index: 10;
}

.valeur_promo {
    border: 1px solid #D80D10;
    color: #d80d10;
    font-size: 16px;
    text-align: center;
    width: 42px;
}

.main-pdt .valeur_promo {
    font-size: 20px;
    width: 50px;
}

div.encart-haut div.visuels {
    padding-top: 0;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/** zonce centre **/

.reference, .ref_cata {
    color: #929191;
    font-size: 11px;
    line-height: 16px;
}

.zone_central .description {
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
}

.zone_central .blocAvisS {
    margin-top: 10px;
}

.blocAvisS .click-popin {
    color: #d80d10;
    text-decoration: underline;
}

.first_print {
    background: url(../images/product_sheet/print-background.png) no-repeat scroll 4px 4px #f0f0f0;
    display: inline-block;
    height: 14px;
    padding: 2px 4px 4px 21px;
    text-align: center;
    line-height: 17px;
}

.print-mail .pdf {
    background: url(../images/product_sheet/pdf-background.png) no-repeat scroll 4px 4px #f0f0f0;
    display: inline-block;
    height: 14px;
    padding: 2px 4px 4px 21px;
    margin-left: 3px;
    text-align: center;
    line-height: 17px;
}

.r-part {
    margin-top: 10px;
}

.send {
    display: inline-block;
    margin-left: 3px;
    background: url(../images/product_sheet/share-background.png) no-repeat scroll 4px 5px #f0f0f0;
    padding: 4px 4px 4px 23px;
    text-align: center;

}

.trait_zone_centrale {
    border-top: 1px solid #efefef;
}

div.encart-haut div.zone_central div.see_more {
    margin-top: 20px;
    text-align: right;
}

div.encart-haut div.zone_central div.see_more a {
    background-color: #3c3c3c;
    color: white;
    display: inline-block;
    float: none;
    height: 13px;
    text-align: center;
    text-transform: uppercase;
    width: 75px;
}

div.encart-haut div.zone_central div.see_more a:hover {
    text-decoration: none;
}

.ref_cata {
    margin-top: 20px;
}

/**CROSSELL**/

.block_product_crossel {
    background-color: white;
    float: left;
    height: 187px;
    margin-left: 10px;
    margin-top: 17px;
    width: 147px;
}

.cross_sell_products {
    background-color: #c1c1c1;
    height: 218px;
    display: none;
}

div.cross_sell_products div.block_product_crossel a img {
    margin: 13px 0 0 20px;
    width: 100px;
}

div.block_product_crossel div.price_crossel {
    text-align: center;
    color: #d80d10;
    font-size: 16px;
}

div.cross_sell_products div.block_product_crossel div.infos-pdt-td.infos-pdt-td-2 div div.price_crossel span.price {
    color: #d80d10;

}

div.cross_sell_products div.block_product_crossel div.infos-pdt-td.infos-pdt-td-2 div span {
    margin-left: 10px;
}

div.cross_sell_products div.block_product_crossel div.infos-pdt-td.infos-pdt-td-2 p a.no-deco {
    margin-left: 10px;
    display: block;
    margin-left: 10px;
}

.crossell_button_see {
    float: left;
    color: white;
    background-color: #d80d10;
    border: none;
    cursor: pointer;

}

.crossell_button_see a {
    color: white;
}

.crossel_button_add {
    float: left;
    color: white;
    background-color: #32cd32;
    margin-left: 5px;
    border: none;
    text-transform: uppercase;
    height: 19px;
    cursor: pointer;
    font-size: 10px;

}

.bloc_price_crossel, div.cross_sell_products div.block_product_crossel div.infos-pdt-td.infos-pdt-td-2 span.price {
    margin: 3px auto auto;
    width: 110px;
    cursor: pointer;
}

div.block_product_crossel div.infos-pdt-td.infos-pdt-td-2 div {
    margin-top: 2px;
}

.bande_crossel {
    width: 100%;
    background-color: #c1c1c1;
    height: 30px;
    text-transform: uppercase;
}

.bande_crossel div {
    background-color: white;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 200px;
    cursor: pointer;

}

/**fin crossel**/
/**Description**/

.text_description {
    border: 1px solid #E0E0E0;
    padding: 25px 30px 30px 30px;
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
}

.description_product {
    margin-top: 0;
    margin-bottom: 35px;
}

.product-bottom h2 {
    font-size: 20px;
}

.product-bottom .fiche_tehnique {
    margin-top: 15px;
}

.product-bottom .fiche_tehnique .technicals-table {
    position: relative;
    top: -16px;
}

.product-bottom .fiche_tehnique .technicals-table .select-criteria {
    position: absolute;
    background-color: white;
    left: 254px;
    line-height: 28px;
}

.product-bottom .fiche_tehnique .technicals-table .select-criteria:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 21px;
    border-bottom: 1px solid black;
    left: 47px;
}

.product-bottom .fiche_tehnique .technicals-table .form-buttons {
    margin-top: 10px;
    text-align: right;
}

.product-bottom .fiche_tehnique .technicals-table .form-buttons input[type=submit] {
    cursor: pointer;
    color: white;
    background-color: rgb(216, 13, 16);
    border: medium none;
    font-size: 13px;
    line-height: 22px;
}

#technicals-attributes {
    width: 600px;
    margin-left: 30px;
    margin-top: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: hidden;
    border-top: hidden;
    border-right: hidden;
}

#technicals-attributes tr {
    border-bottom: 1px solid #E0E0E0;
}

#technicals-attributes tr.grey {
    background-color: #f6f6f6;
}

#technicals-attributes td.left {
    width: 270px;
    border-right: 1px solid black;
    position: relative;
}

#technicals-attributes tr.group {
    height: 39px;
    font-size: 16px;
    border-bottom: 1px solid #959595;
}

#technicals-attributes tr.attribute {
    height: 22px;
    font-size: 13px;
    color: #858585;
}

#technicals-attributes tr.attribute td.left {
    padding-left: 10px;
}

#technicals-attributes td.right {
    padding-left: 20px;
    color: #000000
}

#technicals-attributes input[type=checkbox] {
    visibility: hidden;
}

#technicals-attributes .round {
    left: 274px;
    background-color: white;
    width: 13px;
    height: 13px;
    background: #ffffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    border: 1px solid black;
}

#technicals-attributes .round label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #D80D10;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#technicals-attributes .round label {
    cursor: pointer;
    position: absolute;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: 0.08em;
    top: 0.08em;
}

#technicals-attributes .round label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

#technicals-attributes .round input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/** FIN DESCRIPTION **/

/** AVIS **/
.title_avis {
    margin-left: 10px;
}

div.avis div.blocAvisM {
    margin-left: 30px;
    padding-top: 10px;
}

.rating-box-bottom {
    background-image: url("../images/stars-sprite-white");
    background-position: 0 -217px;
    background-repeat: no-repeat;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 70px;
    float: left;
}

.text_note_client {
    float: left;
    font-size: 13px;
}

.text_donner_avis {
    float: left;
    margin-left: 20px;
    color: #F00;
}

.blocAvisBottom {
    margin-bottom: 10px;
    margin-left: 30px;
    margin-top: 10px;
}

.avis {
    margin-left: 10px;
    margin-top: 20px;
}

.blocAvisM .reviews-button {
    text-align: right;
    margin-top: 5px;
}

.blocAvisM .reviews-button a {
    text-decoration: underline;
    color: #D80D10;
    font-size: 10px;
}

.rate {

}

.dateAvis {
    display: block;
}

.signature_review {
    float: left;
    width: 180px;
}

.review_detail {
    margin-top: 10px;
    padding-left: 180px;
    word-wrap: break-word;
}

.review_detail .see-more {
    font-size: 10px;
    color: #D80D10;
    text-decoration: underline;
    cursor: pointer;
}

.review_title {
    margin-left: 202px;
}

.rating-box-bottom-summary {
    background-image: url("../images/product_sheet/empty.png");
    background-repeat: no-repeat;
    float: left;
    height: 15px;
    overflow: hidden;
    text-indent: -9999px;
    width: 96px;
    margin-left: 13px;
    margin-top: -1px;
}

.give_avis, .number_avis {
    text-decoration: underline;
    color: #D80D10;
}

.dateAvis {
    font-size: 10px;
    color: #c1c1c1;
    font-style: italic;
}

.listeAvis {
    padding-bottom: 18px;
    padding-left: 10px;
    padding-top: 10px;
}

.listeAvis.grey {
    background-color: #f6f6f6;

}

.nes_shop-product-show-caps {
    position: relative;
    border: 1px solid #dddddd;
    width: 300px;
    height: 327px;
}

.visuels .other-views {
    overflow: hidden;
    margin-bottom: 47px;
}

.visuels .other-views .small-view {
    border: 1px solid #DDD;
    width: 57px;
    height: 44px;
    text-align: center;
    margin-right: 4px;
    position: relative;
}

.visuels .other-views .selected-view {
    height: 6px;
    background-color: #eaeaea;
    position: absolute;
    bottom: 0px;
    width: 57px;
    opacity: 0.7;
}

.visuels .other-views .selected-view.hide {
    display: none;
}

.infos-pdt .ref {
    padding-left: 6px;
    font-size: 12px;
    color: #929191;
}

/*BEGIN WIDGET FICHE PRODUIT*/

div.widget-container.purchased-products.product-sheet ul.widget-newproducts li.item.no-discount ul.pic {
    display: inline-block;
    vertical-align: top;
}

.price_detail_widget {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width: 350px;
}

div.widget-container.purchased-products.product-sheet ul.widget-newproducts li.item.no-discount div.price_detail_widget div.price_review div.blocAvisS {
    float: left;
}

div.price_detail_widget div.price_review {
    width: 350px;
}

div.price_detail_widget div.blocAvisS {
    width: 215px;
}

div.price_detail_widget div.price_review div.price {
    width: 130px;
    float: left;
}

div.widget-container.purchased-products.product-sheet ul.widget-newproducts li.item.no-discount ul.stock_widget {
    display: inline-block;
}

div.blocAvis .min-rating-box-bottom {
    margin-top: 2px;
}

div.price_detail_widget div.price_review div.blocAvis {
    padding-top: 30px;
}

div.text_widget_topvente div.widget-container.purchased-products.product-sheet ul.widget-newproducts li.item.no-discount div.stock_livraison {
    margin-left: 10px;
    width: 150px;
    display: inline-block;
    height: 67px;
}

div.text_widget_topvente div.widget-container.purchased-products.product-sheet ul.widget-newproducts li.item.no-discount div.stock_livraison div.stock div.quantity_stock {
    margin-left: 0px;
    float: left;
    width: 60px;
    margin-top: 2px;
}

ul.widget-newproducts li.item.no-discount div.stock_livraison form#product_addtocart_form {
    margin-left: 0px;
}

ul.widget-newproducts li.item.no-discount div.stock_livraison div.stock div.stock_livraison_loggin {
    float: none;
    width: 139px;
    margin-left: 0px;
}

.stock_add {
    width: 200px;
    margin-top: 14px;
}

div.price_detail_widget div.price_review div.blocAvisS {
    margin-left: 5px;
    margin-top: 23px;
}

div.widget-container.purchased-products.product-sheet ul.widget-newproducts li.item.no-discount {
    border-bottom: 1px solid #e0e0e0;
}

div.widget-container.purchased-products.product-sheet {
    margin-bottom: 23px;
    margin-left: 27px;
}

ul.widget-newproducts li.item.no-discount div.stock_livraison div.stock div.stock_livraison_loggin div.stock .stock_livraison_loggin {
    margin-left: 0px;
}

div.widget-container.purchased-products.product-sheet ul.widget-newproducts li.item.no-discount div.stock_livraison div.stock div.stock_livraison_loggin div.stock {
    text-align: left;
}

ul.widget-newproducts li.item.no-discount div.stock_livraison div.stock div.stock_livraison_loggin div.livraison {
    text-align: left;
}

ul.widget-newproducts li.item.no-discount div.price_detail_widget div.price_review div.blocAvis {
    width: 380px;
    margin-left: 5px;
}

div.price_detail_widget div.price_review div.price p.red-text span.price sup {
    font-size: 12px;
}

ul.widget-newproducts li.item.no-discount div.price_detail_widget p.top-name {
    margin-top: 13px;
    font-size: 12px;
}

div.widget-container.purchased-products.product-sheet ul.widget-newproducts li.item.no-discount ul.pic li.last a img {
    margin-top: 9px;
}

ul.widget-newproducts li.item.no-discount div.stock_livraison div.stock form#product_addtocart_form.add-to-cart-logoff {
    margin-left: 0px;
    margin-top: 13px;
}

ul.widget-newproducts li.item.no-discount div.stock_livraison div.stock {
    text-align: left;
}

ul.widget-newproducts li.item.no-discount div.stock_livraison div.stock div.contact span {
    background-position: 0 9px;
    height: 30px;
}

ul.widget-newproducts li.item.no-discount div.stock_livraison div.stock div.contact span span p {
    margin-bottom: -5px;
    margin-top: 3px;
}

ul.widget-newproducts li.item.no-discount div.stock_livraison div.stock div.picto-non-stock {
    margin-top: 13px;
}

.upsell {
    display: inline-block;
    width: 194px;
    margin-right: 13px;
}

div.upsell form#product_addtocart_form input#add.add-to-cart.panier.png_bg.click-popin-input {
    width: 10px;
}

div.text_widget_vente_initiative div.table-ref-rem div.upsell a img {
    margin-left: 53px;
}

div.text_widget_vente_initiative div.table-ref-rem div.upsell p.pdt_titre {
    margin: auto;
    font-size: 12px;
    width: 180px;
    text-align: left;
    height: 40px;
}

div.upsell div.blocAvis div div.rating-box {
    margin-left: 48px;
}

div.text_widget_vente_initiative div.table-ref-rem div.upsell div.blocAvis div div.read_notice a {
    font-size: 9px;
}

.first_a {
    margin-right: 7px;
}

.bloc_upsell {
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

div.bloc_upsell div.blocAvis div div.read_notice {
    width: 142px;
    margin: auto;
    float: none;
}

div.text_widget_vente_initiative div.table-ref-rem div.upsell div.bloc_upsell p.red-text {
    font-size: 23px;
    width: 132px;
    float: left;
    margin-left: 10px;
}

div.upsell div.bloc_upsell form#product_addtocart_form {
    float: right;
    margin-right: 10px;
    width: auto;
}

div.upsell div.bloc_upsell form#product_addtocart_form input#add.add-to-cart.panier.png_bg.click-popin-input {
    margin-top: 0;
}

div.upsell div.bloc_upsell p.your_purchase_price {
    margin-left: 10px;
}

div.upsell div.bloc_upsell div.blocAvisS {
    font-size: 10px;
    margin: 8px auto auto;
    text-align: left;
    width: 180px;
}

.last_upsell {
    margin-right: 0;
}

.text_widget_vente_initiative {
    margin-top: 20px;
    margin-bottom: 36px;
}

ul.widget-newproducts li.item.no-discount div.stock_livraison div.stock div.livraison {
    text-align: left;
}

div.text_widget_topvente div.widget-container.purchased-products.product-sheet ul.widget-newproducts li.item.no-discount div.stock_livraison.logoff {
    margin-left: 27px;
    width: 121px;
}

/*END WIDGET FICHE PRODUIT*/

/*END WIDGET FICHE PRODUIT*/

/** begin widget page univers **/
div.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount div.td-img-product a.product_link div.picto_flag.widget.new {
    height: 12px;
    line-height: 16px;
}

div.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount {
    width: 227px;
    margin-right: 11px;
}

div.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount div.td-img-product a.product_link span.more_details_bg {
    width: 207px;
    bottom: 0;
}

div.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount div.td-img-product a.product_link span.more_details {
    width: 218px;
    bottom: 0px;
}

div.widget_cgi ul.list-nouveaute.widget-newproducts {
    margin-top: 10px;
}

div.widget_cgi li#list-nouv.item.no-discount div.td-img-product a.product_link img {
    margin-left: 12px;
    margin-top: 13px;
}

div.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount div.td-img-product a.product_link div.picto_flag.widget.new {
    left: 10px;
    top: 15px;
    padding: 2px;
}

.price_widget_top_vente {
    float: left;
    padding-left: 7px;
}

div.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount div.price_widget_top_vente p.red-text.purchase_price {
    font-size: 18px;
    height: 35px;

}

.stock_level_widget {
    float: left;
    margin-top: 11px;
    width: 100px;
    height: 37px;
}

.stock_level_widget .stock {
    text-align: left;
}

div.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount form#product_addtocart_form input.qty_row {
    margin-bottom: 10px;
}

div.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount form#product_addtocart_form input#add.add-to-cart.panier.png_bg {
    margin-left: 123px;
}

div.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount form#product_addtocart_form div.qty_plus_moins.qty_moins {
    margin-left: 2px;
}

div.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount form#product_addtocart_form div.qty_plus_moins {
    padding: 0;
}

div.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount ul.stock_level_widget li.last.dispo span {
    display: block;
    font-size: 10px;
}

div.widget-container.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv {
    margin-right: 10px;
    border: 1px solid rgb(146, 146, 146) !important;
}

div.widget-container.widget_cgi ul.list-nouveaute.widget-newproducts {
    border: none;
}

div.widget-container.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount p.top-name {
    min-height: 26px;
}

div.widget-container.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount p.top-name {
    padding-left: 7px;
}

div.widget-container.widget_cgi h2.titre-fond-gris {
    background: none;
    background-color: rgb(54, 54, 54);
}

div.widget-container.widget_cgi {
    width: 951px;
    margin: auto;
    margin-bottom: 40px;
}

div.widget-container.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount.last-item {
    margin-right: 0px;
}

div.bloc-nv-l-content.cgi div.best-sales.purchased-products table.table-univers tbody td.add_see a.link-details {
    background: none repeat scroll 0 0 rgb(54, 54, 54);
    color: white;
    display: block;
    float: left;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    margin: 0px 10px auto auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 35px;

}

div.bloc-nv-l-content.cgi div.best-sales.purchased-products table.table-univers tbody tr td {
    padding-bottom: 4px;
    padding-top: 4px;

}

.add_see .product_addtocart_form {
    float: left;
}

.bloc-nv-l-content.cgi .best-sales .table-univers tr .td-price {
    font-weight: normal;
}

div.bloc-nv-l-content.cgi div.best-sales.purchased-products table.table-univers tbody td.add_see form#product_addtocart_form input#add.add-to-cart.panier.png_bg {
    background: url("../images/picto_add_to_cart.png") no-repeat scroll 0 0 / 21px auto #4cbb10;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 18px;
    line-height: 14px;
    margin-top: 0;
    padding: 1px 20px 0 25px;
    text-align: center;
    text-transform: uppercase;
    width: 79px;
}

div.bloc-nv-l-content.cgi div.best-sales.purchased-products table.table-univers tbody tr td.td-stock {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.picto_tel {
    background: url("../images/product_sheet/phone-background.png") no-repeat scroll 5px 0px / 9px auto rgba(0, 0, 0, 0);
    padding-left: 15px;
}

div.bloc-nv-l-content.cgi div.best-sales.purchased-products table.table-univers td.add_see form#product_addtocart_form {
    float: left;
    width: 60px;
}

div.bloc-nv-l-content.niveau-3.cgi {
    width: 950px;
    margin: auto;
}

/** end widget page univers **/

div.widget-container.widget_cgi ul.list-nouveaute.widget-newproducts li#list-nouv.item.no-discount form#product_addtocart_form {
    width: auto;
}

div.bloc-nv-l-content.cgi div.best-sales.purchased-products h2.titre-fond-gris {
    background: none;
    background-color: rgb(54, 54, 54);
}

/** end widget page univers **/

li.removed-filter {
    color: #D80D10;
    text-decoration: line-through;
}

.value-selected {
    color: #D80D10;
}

div.filter-list.hide-filters {
    display: none;
}

#filters-state.empty {
    height: 21px;
    background-color: #e8e8e8;
}

#filters-state.empty div.filters-state {
    height: 100%;
    width: 100%;
    text-align: center;
    font-style: italic;
    color: #959494;
    line-height: 21px;
}

.block-layered-nav .currently {
    float: left;
}

div.filter-list.price {
    width: 310px;
}

div.filter-list.price.end {
    width: 235px;
}

li.color {
    width: auto;
    display: inline;
}

li.color span {
    margin-right: 3px;
}

li.color span a {
    padding: 0;
    width: 18px;
    height: 8px;
    border: 1px solid #000;
    display: inline-block;
    outline: none;
}

li.color span a.value-selected {
    border: 2px solid #d21012;
    height: 6px;
    width: 16px;
}

.filter-list.price .max-price {
    float: left;
}

.filter-list.price .max-price p {
    height: 21px;
    width: 126px;
    text-align: left;
    border: 1px solid black;
    background: #fff;
    margin-left: 2px;
}

.filter-list.price .max-price input#price-max-filter {
    width: 35px;
    border: 0;
}

.filter-list.price .slider-filter {
    float: left;
    margin-right: 24px;
}

#slider-price {
    background: none;
    width: 170px;
    height: 12px;
    display: none;
}

#slider-range {
    width: 142px;
    height: 12px;
    background: url(../images/graduation-grey.png);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: none;
    margin-left: 14px;
}

#slider-range .ui-slider-range {
    height: 12px;
    background: url(../images/graduation-red.png) repeat-x scroll 0 0;
}

#slider-range .ui-slider-handle {
    margin-left: -1px;
    width: 13px;
    height: 12px;
    background: url(../images/slider-handle-right.png) no-repeat;
    border: none;
    top: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    outline: none;
}

#slider-range a.left {
    background: url(../images/slider-handle-left.png) no-repeat;
    margin-left: -13px;
}

.slider-values {
    position: relative;
}

.slider-values span {
    position: absolute;
}

.slider-values span span {
    position: relative;
}

.widget-container.purchased-products.table-ref-rem td.td-promo {
    width: 15px;
}

.widget-container.purchased-products.table-ref-rem .promotion tbody td {
    padding-left: 5px;
}

.widget-container.purchased-products.table-ref-rem td {
    padding: 8px 4px 8px 4px;
    height: inherit;
}

.widget-container.purchased-products.table-ref-rem td.td-ref-remp {
    width: 371px;
}

.widget-container.purchased-products.table-ref-rem td.td-ref-remp > a {
    float: left;
    width: 77px;
    margin: 0 10px 0 0;
}

.widget-container.purchased-products.table-ref-rem td.td-ref-remp .infos-pdt-td {
    padding: 5px 0 0 0;
    margin-left: 87px;
}

/** retour 12112015 **/
div#fiche_tehnique_tab.fiche_tehnique div.technicals-table form#technicals-form table#technicals-attributes.technicals-attributes tbody tr.group td.title.left_title {
    padding-top: 17px;
}

.separation {
    border-bottom: 1px solid #e0e0e0;
    margin: 20px 40px 0px 0;
    width: 630px;
}

.sep_tech {
    margin-bottom: 20px;
}

.sep_topvente_top {
    margin: 13px 40px 35px 0;
}

/** Retour page avis **/

body#top.cuc_review div#main div#content.png_bg div.inner-content.inner-content-hp div#main-content._main-content div.descriptif_produit div.title_product h3 {
    width: 588px;
}

div#avis_client.avis h2 {

    width: 628px;
}

/** FIN **/

div.devis form div.product_list table.table-quote tbody tr {
    height: 50px;
}

div.devis form div.product_list table.table-quote thead tr th.text-center.stock span {
    padding-right: 50px;
    font-weight: normal;
}

div.devis form div.product_list table.table-quote thead tr th.text-center.stock {
    padding-left: 20px;
}

div table.list-mode thead tr th span a {
    display: inline;
    float: none;
    text-transform: none;
}

.main-nav ul.filter-options li span a {
    background: url(../images/unselected-filter.png) no-repeat scroll 12px 4px;
    padding-left: 24px;
}

.main-nav ul.filter-options li span a.value-selected {
    background: url(../images/selected-filter.png) no-repeat scroll 12px center;
}

/** BEGIN POPIN COMPARE*/

.popin_compare {
    background-color: white;
    width: 950px;
    top: 75px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 85%;
    padding: 0 0 10px 0;
}

.popin_compare .title-buttons {
    height: 60px;
    width: 950px;
    position: relative;
}

.popin_compare .page-title-h1 {
    padding: 20px 0 0 20px;
}

.popin_compare .page-title-close {
    height: 30px;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 18px;
}

.popin_compare .page-title-close button {
    color: #fff;
    text-decoration: none;
    height: 30px;
    cursor: pointer;
    background: #d80d10;
    border: 0;
    text-transform: uppercase;
}

table#product_comparison.data-table.compare-table {
    width: 950px;
    margin-top: 10px;
}

table#product_comparison.data-table.compare-table tbody td {
    border: 1px solid rgb(196, 196, 196);
}

table#product_comparison.data-table.compare-table tbody td.td-dispo form {
    margin: 0 auto;
    width: 139px;
}

table#product_comparison.data-table.compare-table tbody td.td-dispo form .add-to-cart-compare {
    float: right;
    margin-top: 0;
    width: 80px;
}

table#product_comparison.data-table.compare-table tbody td.td-dispo .stock {
    text-align: center;
}

table#product_comparison.data-table.compare-table tbody td.td-dispo .dispo {
    height: 20px;
    text-align: center;
}

table#product_comparison.data-table.compare-table tbody td.td-dispo .qty-compare {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    height: 32px;
    width: 100px;
}

table#product_comparison.data-table.compare-table tbody td.td-dispo .btn-remove {
    background: #363636 none repeat scroll 0 0;
    border: 0 none;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 10px;
    height: 24px;
    text-transform: uppercase;
    width: 54px;

}

div.popin.popin_compare table#product_comparison.data-table.compare-table tbody tr.product-shop-row.top.odd td button.btn-remove {
    background: #363636 none repeat scroll 0 0;
    border: 0 none;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    height: 24px;
    text-transform: uppercase;
    width: 54px;
}

.btn_rmv_compare {
    text-align: center;
    width: 100%;
}

table#product_comparison.data-table.compare-table tbody td.td-dispo .btn-remove:hover {
    background: #d80d10;
}

table#product_comparison.data-table.compare-table tbody td.td-price .big-price-red {
    font-size: 24px;
    font-weight: normal;
    color: #d80d10;
    text-align: center;
    float: inherit;
}

table#product_comparison.data-table.compare-table tbody td.td-price .promotion-value {
    text-align: center;
    float: none;
}

table#product_comparison.data-table.compare-table tbody td.td-price .promotion-value .old-price span {
    font-size: 12px;
}

table#product_comparison.data-table.compare-table tbody td.td-price .valeur_promo {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

table#product_comparison.data-table.compare-table tbody td.td-price .big-price-red sup {
    font-size: 12px;
}

table#product_comparison.data-table.compare-table tbody td.td-price, table#product_comparison.data-table.compare-table tbody th.td-price {
    border: 1px solid rgb(196, 196, 196);
}

table#product_comparison.data-table.compare-table tbody td.sqli_price_connect, table#product_comparison.data-table.compare-table tbody th.sqli_price_connect {
    border: 1px solid rgb(196, 196, 196);
}

table#product_comparison.data-table.compare-table tbody td.sqli_price_connect sup {
    font-size: 12px;
}

table#product_comparison.data-table.compare-table tbody td.td-dispo {
    position: relative;
}

table#product_comparison.data-table.compare-table tbody th {
    border: 1px solid rgb(196, 196, 196);
    border-collapse: collapse;
    width: 150px;
    border-left: none;
    font-size: 12px;
    padding-left: 10px;
}

table#product_comparison.data-table.compare-table tbody th div.button-compare {
    height: 22px;
    width: 144px;
    padding-bottom: 10px;
}

table#product_comparison.data-table.compare-table tbody th div.button-compare button {
    height: 22px;
    width: 144px;
    padding-left: 54px;
    cursor: pointer;
    border: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    text-align: left;
}

table#product_comparison.data-table.compare-table tbody th div.button-compare button#button-compare-print {
    background: url("../images/compare-print.png") 33px 4px no-repeat;
    background-color: #363636;
}

table#product_comparison.data-table.compare-table tbody th div.button-compare button#button-compare-send {
    background: url("../images/compare-email.png") 33px 6px no-repeat;
    background-color: #363636;
}

table#product_comparison.data-table.compare-table tbody th div.button-compare button#button-compare-print:hover {
    background: url("../images/compare-print-hover.png") 33px 4px no-repeat;
    background-color: #d60c0c;
}

table#product_comparison.data-table.compare-table tbody th div.button-compare button#button-compare-send:hover {
    background: url("../images/compare-email.png") 33px 6px no-repeat;
    background-color: #d60c0c;
}

#product_comparison {
    border-collapse: collapse;
}

table#product_comparison.data-table.compare-table tbody tr.product-shop-row.top.first.odd th {
    border-top: none;
    border-left: none;
}

table#product_comparison.data-table.compare-table tbody tr.odd {
    background-color: rgb(237, 237, 237);
}

table#product_comparison.data-table.compare-table tbody tr.add-to-row.last.odd {
    background-color: white;
}

table#product_comparison.data-table.compare-table .compare_attribute td {
    font-size: 12px;
    border: none;
}

table#product_comparison.data-table.compare-table .compare_attribute th {
    border: none;
}

tbody.compare_attribute tr.odd td div.std.sku {
    border-top: 1px solid black;
}

table#product_comparison.data-table.compare-table tbody.compare_attribute tr.odd td.sqli_sku {
    border-top: 1px solid rgb(196, 196, 196);
    border-bottom: 1px solid rgb(196, 196, 196);
    font-size: 11px;

}

table#product_comparison.data-table.compare-table tbody.compare_attribute tr.odd td.sqli_sku {
    border-bottom: 1px solid rgb(196, 196, 196);
}

table#product_comparison.data-table.compare-table tbody.compare_attribute td.sqli_stock {
    border-right: 1px solid rgb(196, 196, 196);
}

table#product_comparison.data-table.compare-table tbody.compare_attribute tr.odd th.sqli_sku {
    border-bottom: 1px solid rgb(196, 196, 196);
    border-right: medium none;
    font-size: 12px;
}

table#product_comparison.data-table.compare-table tbody.compare_attribute th.sqli_brand {
    border: 1px solid rgb(196, 196, 196);
    border-left: none;
}

table#product_comparison.data-table.compare-table tbody.compare_attribute td.sqli_brand {
    border: 1px solid rgb(196, 196, 196);

}

table#product_comparison.data-table.compare-table tbody.compare_attribute th {
    border-right: 1px solid rgb(196, 196, 196);
    font-size: 12px;
    padding-left: 11px;
}

table#product_comparison.data-table.compare-table tbody tr.product-shop-row.top.first.odd {
    background-color: white;
}

table#product_comparison.data-table.compare-table tbody tr.product-shop-row.top.first.odd td.td-img-product {
    width: 156px;
    height: 161px;
}

table#product_comparison.data-table.compare-table tbody tr.product-shop-row.top.first.odd td.td-img-product a {
    /*display : inline;*/
}

table#product_comparison.data-table.compare-table tbody tr.product-shop-row.top.first.odd td.td-img-product .picto_flag {
    top: -8px;
    left: 10px;
    z-index: 100;
}

table#product_comparison.data-table.compare-table tbody tr.product-shop-row.top.first.odd td.td-img-product .valeur_promo {
    top: 13px;
    left: 10px;
}

table#product_comparison.data-table.compare-table tbody tr.product-shop-row.top.first.odd td.td-img-product a.product_link img {
    display: block;
    margin: auto
}

/*table#product_comparison.data-table.compare-table tbody tr.product-shop-row.top.first.odd td.td-img-product a.product_link span.more_details_bg
{
    width: 110px;
    margin: 0;
    top: 104px;
    left: 14px;
    position: absolute;
    z-index: 100;
}*/

table#product_comparison.data-table.compare-table tbody tr.product-shop-row.top.first.odd td.td-img-product a.product_link span.more_details {
    left: 50%;
    top: 104px;
    position: absolute;
    z-index: 100;
    margin-left: -60px;
    display: none;
    width: 110px;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    color: #ffffff;
    background-color: #000000;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

table#product_comparison.data-table.compare-table tbody tr.product-shop-row.top.first.odd th {
    border: none;
}

.fake_th {
    width: 150px;
}

table#product_comparison.data-table.compare-table tbody tr.product-shop-row.top.even td h2.product-name {
    font-size: 12px;
    font-weight: bold;
    padding: 4px 7px 4px 10px;
}

table#product_comparison.data-table.compare-table tbody.compare_attribute tr.odd td.sqli_sku div {
    height: 24px;
    line-height: 24px;
    padding-left: 7px;
    text-align: left;
}

table#product_comparison.data-table.compare-table tbody.compare_attribute tr td div.std {
    text-align: center;
    height: 25px;
    line-height: 25px;
}

table#product_comparison.data-table.compare-table tbody tr.add-to-row td.td-price p.purchase_price {
    color: rgb(216, 13, 16);
    font-size: 24px;
    text-align: center;
}

table#product_comparison.data-table.compare-table tbody tr.add-to-row.last td.td-dispo ul li.stock {
    padding-top: 10px;
    text-align: center;
}

table#product_comparison.data-table.compare-table tbody tr.add-to-row.last td.td-dispo ul li.last.dispo {
    text-align: center;
}

table#product_comparison.data-table.compare-table tbody tr.add-to-row.last td.td-dispo ul li.last.dispo span {
    display: inline;
    float: none;
}

table#product_comparison.data-table.compare-table tbody tr.add-to-row.odd td.td-price.last div.encart-promo div.encart-promo-unconnect {
    margin: auto;
}

div.popin.popin_compare div.page-title.title-buttons h1 {
    font-size: 24px;
    font-weight: bold;
}

.add_remove {
    margin: 10px auto;
    width: 140px;
    overflow: hidden;
}

.add_remove:after {
    content: " ";
    display: block;
    clear: both;
}

.add_remove.reappro {
    margin: 47px auto;
}

.popin_compare div.encart-promo div.encart-promo-unconnect {
    margin: auto;
}

table#product_comparison.data-table.compare-table tbody tr.add-to-row.last.even td.td-dispo ul form#product_addtocart_form div.add_remove input#add.add-to-cart.panier.png_bg.click-popin-input {
    padding: 0 10px 0 29px;
}

.add-to-cart-compare {
    background: url("../images/picto_add_to_cart.png") no-repeat scroll 0 0 #4cbb10;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding: 0 10px 0 29px;
    text-align: center;
    text-transform: uppercase;
}

div.popin.popin_compare table#product_comparison.data-table.compare-table tbody.compare_attribute.price-stock tr {
    background-color: white;
}

div.popin.popin_compare table#product_comparison.data-table.compare-table tbody.compare_attribute tr {
    font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
}

.td_sqli_brand {
    height: 50px;
}

tbody.compare_attribute.first_attr tr td.sqli_brand img {
    position: relative;
    bottom: 4px;
}

/**END POPIN COMPARE **/

div.widget-container.widget_cgi div.link_see_all_new {
    height: 20px;
    width: 190px;
    background-color: rgb(216, 13, 16);
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    float: right;
    margin-top: 10px;
}

div.widget-container.widget_cgi div.link_see_all_new a {
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    color: white;

}

.content_advice_review {
    padding: 10px;
}

#cart-sidebar li a.remove.logoff-remove {
    top: 13px;
}

body div#main-content div.RA.univers h2.main-title {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(251, 239, 45, 1) 0%, rgba(251, 238, 44, 1) 30%, rgba(255, 222, 3, 1) 76%, rgba(255, 221, 0, 1) 100%) repeat scroll 0 0;
    color: #363636;
    letter-spacing: 0;
}

body div#main-content div.PM.univers h2.main-title {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(40, 192, 244, 1) 0%, rgba(40, 192, 244, 1) 32%, rgba(34, 189, 243, 1) 41%, rgba(10, 178, 240, 1) 62%, rgba(0, 174, 239, 1) 74%, rgba(0, 174, 239, 1) 100%) repeat scroll 0 0;
    color: #fff;
    letter-spacing: 0;
}

body div#main-content div.CI.univers h2.main-title {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(232, 72, 71, 1) 0%, rgba(232, 72, 71, 1) 35%, rgba(228, 58, 58, 1) 48%, rgba(220, 27, 29, 1) 68%, rgba(217, 16, 18, 1) 77%, rgba(216, 13, 16, 1) 81%, rgba(216, 13, 16, 1) 100%) repeat scroll 0 0;
    color: white;
}

div.stock_livraison div.stock div.stock_livraison_loggin.reappro {
    float: none;
}

.tag {
    background-color: rgb(243, 243, 243);
    padding: 10px 40px;
    margin-bottom: 11px;
}

.mot_cle {
    display: inline-block;
    height: 29px;
    background-color: rgb(199, 199, 199);
    font-size: 12px;
    line-height: 29px;
    text-align: center;
    padding: 0 18px;
    margin-bottom: 11px;
    margin-right: 12px;
    cursor: pointer;

}

div.criterion-search form ul div.tag h3.title_search_keyword {
    font-size: 17px;
    color: black;
    font-weight: normal;
    margin-bottom: 15px;
}

div.celebros_research {
    background-color: rgb(243, 243, 243);
    padding: 10px 40px;
}

div.celebros_research h3.title_search_attr {
    color: black;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 15px;

}

div.celebros_research .title-filter, div.celebros_research label {
    border: medium none;
    font-size: 11px;
    font-weight: normal;
    color: #363636;
    text-transform: uppercase;
    padding-left: 0px;
    background: transparent none repeat scroll 0% 0%;
    padding-bottom: 5px;
    text-align: left;
}

.styled-select-search {
    background: #ddd url("../images/arrow-select.png") no-repeat scroll right center;
    border: 1px solid #363636;
    height: 21px;
    overflow: hidden;
    background-color: white;
    width: 150px;
}

.criterion-search .filter-select {
    /*background: url("../images/arrow-select.png") no-repeat scroll 127px 0 #ffffff;*/
    /*border: 1px solid #363636;*/
    /*cursor: pointer;*/
    /*height: 21px;*/
    /*padding: 0 0 0 5px;*/
    /*width: 143px;*/

    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    font-size: 13px;
    line-height: 1;
    padding-left: 2px;
    width: 170px;
    color: #363636;

}

.criterion-search .filter-select option {
    background: url("../images/unselected-filter.png") no-repeat scroll 12px center rgba(0, 0, 0, 0);
    padding-left: 30px;
}

.styled-select-search-active {
    background: #ddd url("../images/arrow-select-red.png") no-repeat scroll right center;
    border: 1px solid #363636;
    height: 21px;
    overflow: hidden;
    background-color: white;
    width: 150px;
}

div.review p.noavis {
    font-weight: normal;
}

div.best-sales.purchased-products table.table-univers ul li.stock {
    float: none;
}

button.button_devis.cart {
    font-size: 10px;
    height: 24px;
    margin-top: 34px;
    width: 132px;
}

div.useful-links ul li.validate-pannier a {
    font-size: 12px;
}

div.blocAvisS p.noavis a.red-avis {
    color: #d80d10;
    text-decoration: underline;
}

div.bloc_upsell div.blocAvisS p.noavis a.give_your_opinion {
    color: #d80d10;
    text-decoration: underline;
}

/* huateur commandes historique */

.table-factures td {
    height: 30px;
}

/* Headline rÃƒ?Ã‚?Ãƒ?Ã‚Â©sultat recherche */

.headline {
    margin-bottom: 1em;
    margin-left: 50px;
}

.nbre-resultats {
    margin: 0 0 5px 45px;
}

/*Widgets Homepage*/

#main-content .homepage-grid .titre-fond-gris, #main-content .homepage-list .titre-fond-gris {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: rgb(54, 54, 54) none repeat scroll 0 0;
}

.homepage-grid.widget-container.purchased-products div.link_see_all_new {
    background-color: rgb(216, 13, 16);
    float: right;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
    width: 190px;
}

.homepage-grid .link_see_all_new a {
    color: white;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
}

.homepage-grid . purchased-products {
    margin-bottom: 7px;
}

.homepage-grid-table {

    margin: 3px auto 0;
    border: none;
    display: block;
    overflow: auto;
    width: 100%;
}

.homepage-grid-item, #list-nouv {

    border: 1px solid #929292 !important;
    width: 229px;
    display: inline;
    margin-bottom: 10px;
}

.homepage-grid-table .middle {
    margin-left: 28px;
    margin-right: 28px;
}

.homepage-grid-table #list-nouv .list-pic {
    padding-left: 45px;
    padding-right: 45px;
}

.homepage-grid-table #list-nouv .list-pic .last {
    display: block;
}


.homepage-grid-table div.container_grid_home {
    padding: 10px;
}

.homepage-grid-table div.container_grid_home .product_name {
    height: 40px;
}

.homepage-grid-table div.price_widget_top_vente {
    padding-left: 0px;
}

.homepage-grid-table div.price_widget_top_vente p.your_purchase_price {
    width: 100%;
    padding-top: 8px;
    height: 13px;
}

.homepage-grid-table div.price_widget_top_vente p.purchase_price {
    font-size: 23px;
}

.homepage-grid-table div.encart-promo {
    padding-top: 8px;
    position: relative;
    width: 100%;
}

.homepage-grid-table div.encart-promo div.valeur-promo {
    top: 10px;
    right: 0;
}

.homepage-grid-table div.encart_public_advise_price {
    padding-top: 3px;
    margin-top: 5px;
    border-top: 1px solid #B2B2B2;
    padding-bottom: 4px;
    margin-bottom: 5px;
    border-bottom: 1px solid #B2B2B2;
    height: 14px;
    line-height: 14px;
}

.homepage-grid-table span.public_advise_price.right {
    float: right;
}

.homepage-grid-table ul li.stock {
    height: 14px;
}


.homepage-grid-table ul li.stock span.nb_stock {
    display: block;
    float: left;
    text-align: left;
    width: 122px;
}

.homepage-grid-table ul li.stock span.stock_level {
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    float: none;
    display: inline;
    color: #363636;
    font-size: 12px;
}

.homepage-grid-table ul li.delivery {
    color: #d80d10;
    display: block;
    height: 11px;
    line-height: 11px;
    font-style: italic;
    font-size: 10px;
}

.homepage-grid-table ul li.a_la_comm {
    text-align: center;
}

.homepage-grid-table ul li.a_la_comm_diff {
    text-align: right;
}

.homepage-grid-table form#product_addtocart_form {
    /*position:relative;
    top:30px;*/
    width: 100%;
    margin-top: 30px;
    height: 50px;
}

.homepage-grid-table ul li.stock {
    text-align: center;
    margin-top: 10px;
}

.homepage-grid-table div.encart-promo div.valeur_promo {
    float: right;
    position: absolute;
    right: 0;
}

.homepage-grid-table .text-barre {
    float: right;
    text-align: right;
    margin-top: 12px;
    /*margin-left: 75px;*/
    width: 88px;
}

.homepage-grid-table .price_widget_top_vente p.red-text {
    float: left;
}

.homepage-grid-table .price_widget_top_vente p.red-text:nth-child(3) {
    width: 115px;
}

.AddToCartHomepageGrid {
    /*padding-left: 5px;*/
    /*overflow: auto;*/
}

.homepage-list .qty_plus_moins_wrapper {
    overflow: auto;
}

.homepage-list input.qty_row {
    margin-bottom: 3px;
}

.homepage-list table {
    border-left: none;
    border-right: none;
}

.homepage-list .prix_conseille {
    color: #838383;
    text-shadow: 0 0 0 red;
    margin-left: 10px;
}

.homepage-list .review {
    margin-top: 35px;
}

.homepage-list tbody tr {
    border: none;

    border-bottom: 1px solid gray;
}

.homepage-list tbody tr td.td-price {
    width: 135px;
}

.homepage-list.widget-container.purchased-products.table-ref-rem table.promotion tbody tr td.td-AddToCartHomepageList {
    padding: inherit;
    width: 100px;
}

.td-AddToCartHomepageList form#product_addtocart_form {
    width: 100px;
}

.homepage-list .bottom-link {
    background-color: rgb(216, 13, 16);
    float: right;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}

.homepage-list .bottom-link a {
    color: white;
    font-size: 10px;
    line-height: 19px;
    text-transform: uppercase;
    background: none;
    padding-left: 0;
}

.homepage-list.table-ref-rem table.promotion tbody tr td.td-ref-remp div.infos-pdt-td {
    margin-left: 0;
}

.homepage-grid-item.item.no-discount a.product_link div.picto_flag.page_rayon {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 2px 2px 0;
    position: absolute;
    text-align: center;
    line-height: 15px;
    text-transform: uppercase;
    width: auto;
    top: inherit;
    left: inherit;
    height: inherit;
    display: inherit;
    margin-top: 30px;
}

.homepage-grid-item.item.no-discount a.product_link div.picto_flag.page_rayon.new {
    background-image: none;
    background-color: #4c4c4c;
    color: white;
}

.homepage-grid-item.item.no-discount a.product_link {
    display: block;
    margin: auto;
    width: 180px;
}

div.homepage-list.widget-container .picto_flag {
    font-size: 10px;
}

.homepage-grid-item.item.no-discount a.product_link img {
    margin-top: 25px;
}

div.homepage-list.widget-container li.last.dispo span {
    color: #d80d10;
}

div.homepage-list.widget-container .reapro-label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    white-space: nowrap;
}

div.homepage-list.widget-container .table-ref-rem td a.product_link {
    height: 77px;
    width: 77px;
}

div.homepage-list.widget-container .product_link img {
    width: 76px;
    margin-left: 5px;
    margin-top: 13px;
}

div.homepage-list.widget-container .red-text {
    margin-left: 10px;
}

.homepage-grid #list-nouv .top-name {
    padding-bottom: 0;
    padding-left: 7px;
}

/* Fix widgets homepage for chrome */

.homepage-grid .add-to-cart {
    float: left;
    margin-top: 0;
    margin-left: -15px;
}

/* End Fix widgets homepage for chrome */
.homepage-grid .AddToCartHomepageGrid {
    width: 220px;
}

.homepage-grid .stock_level_widget {
    width: 108px;
}

.homepage-list .widget-container .stock_level_widget {
    width: 105px;
}

div.homepage-list.widget-container td.td-price .no-deco {
    color: #d80d10;
    text-decoration: none;
}

div.homepage-list.widget-container td.td-dispo ul.stock_level_widget li.last.dispo span {
    color: #363636;
}

li#list-nouv.homepage-grid-item.item.no-discount ul.stock_level_widget li.stock {
    font-size: 11px;
}

div.AddToCartHomepageGrid input.qty_row {
    margin-bottom: 9px;
}

div.homepage-grid li#list-nouv.homepage-grid-item.item.no-discount ul.stock_level_widget {
    margin-top: 27px;
}

div.homepage-grid.widget-container.purchased-products ul.stock_level_widget {
    height: 45px;
}

div.homepage-list.widget-container.purchased-products.table-ref-rem table.promotion td.td-price a.no-deco {
    font-size: 17px;
}

li#list-nouv.homepage-grid-item.item.no-discount ul.stock_level_widget li.last.dispo span.contact_us {
    display: block;
}

#user_forgotpassword {
    padding-top: 5px;
}

div.errors-register-form div#conteneur_liste_erreurs ul.messages li.error-msg ul li span {
    color: #587900;
}

div.zone-erreurs.zone-erreurs-express ul.messages li.error-msg ul li span {
    color: #587900;
}


.login-link {
    color: #d80d10;
    text-decoration: underline;
}

a.product_link {
    text-decoration: none !important;
}

.login-to-see-p-list {
    text-align: center;
}

.login-to-see-p-grid {
    padding: 0 10px 15px 5px;
}

.login-to-see-p-cart {
    padding: 10px 10px 15px 5px;
    text-align: right;
}

.code-promotionnel #VALIDER, .oncart-xorder-csvform input[type="submit"], .oncart-xorder-csvform input[type="reset"] {
    background: rgba(0, 0, 0, 0) url("../images/ok.gif") no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 15px;
    margin: 1px 5px 0 0;
    padding: 0;
    width: 17px;
    color: transparent;
}

.oncart-xorder-csvform input[type="reset"] {
    background: rgba(0, 0, 0, 0) url("../images/bkg_icon-reset.png") no-repeat scroll 0 50%;
    cursor: pointer;
    display: inline-block;
    margin-left: 0;
    padding: 3px 0 3px 15px;
}

.xorder-input-send, .xorder-validate-registration, .xorder-label-div {
    display: inline-block;
}

.oncart-xorder-csvform input, .oncart-xorder-csvform label, .oncart-xorder-csvform span {
    vertical-align: middle;
    display: inline-block;
}

.oncart-xorder-csvform {
    margin-left: 15px;
}

.oncart-xorder-form, .oncart-xorder-description {
    float: left;
    width: 40%;
    margin-right: 20px;
}

.oncart-xorder-form textarea {
    width: 90%;
}

.oncart-xorder-csvform {
    margin-bottom: 20px;
}

.sorecop {
    font-weight: bold;
    padding: 2px;
}

div.zone-erreurs.zone-erreurs-express ul.messages li.error-msg ul li span {
    color: #587900;
}


.login-link {
    color: #d80d10;
    text-decoration: underline;
}

a.product_link {
    text-decoration: none !important;
}

.login-to-see-p-list {
    text-align: center;
}

.login-to-see-p-grid {
    padding: 0 10px 15px 5px;
}

.login-to-see-p-cart {
    padding: 10px 10px 15px 5px;
    text-align: right;
}

.code-promotionnel #VALIDER, .oncart-xorder-csvform input[type="submit"], .oncart-xorder-csvform input[type="reset"] {
    background: rgba(0, 0, 0, 0) url("../images/ok.gif") no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 15px;
    margin: 1px 5px 0 0;
    padding: 0;
    width: 17px;
    color: transparent;
}

.oncart-xorder-csvform input[type="reset"] {
    background: rgba(0, 0, 0, 0) url("../images/bkg_icon-reset.png") no-repeat scroll 0 50%;
    cursor: pointer;
    display: inline-block;
    margin-left: 0;
    padding: 3px 0 3px 15px;
}

.xorder-input-send, .xorder-validate-registration, .xorder-label-div {
    display: inline-block;
}

.oncart-xorder-csvform input, .oncart-xorder-csvform label, .oncart-xorder-csvform span {
    vertical-align: middle;
    display: inline-block;
}

.oncart-xorder-csvform {
    margin-left: 15px;
}

.oncart-xorder-form, .oncart-xorder-description {
    float: left;
    width: 40%;
    margin-right: 20px;
}

.oncart-xorder-form textarea {
    width: 90%;
}

.oncart-xorder-csvform {
    margin-bottom: 20px;
}

.info_cms {
    color: red;
    border: solid red 1px;
    position: absolute;
    z-index: 500;
}

.login-link {
    color: #d80d10;
    text-decoration: underline;
}

a.product_link {
    text-decoration: none !important;
}

.login-to-see-p-list {
    text-align: center;
}

.login-to-see-p-grid {
    padding: 0 10px 15px 5px;
}

.login-to-see-p-cart {
    padding: 10px 10px 15px 5px;
    text-align: right;
}

.code-promotionnel #VALIDER, .oncart-xorder-csvform input[type="submit"], .oncart-xorder-csvform input[type="reset"] {
    background: rgba(0, 0, 0, 0) url("../images/ok.gif") no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 15px;
    margin: 1px 5px 0 0;
    padding: 0;
    width: 17px;
    color: transparent;
}

.oncart-xorder-csvform input[type="reset"] {
    background: rgba(0, 0, 0, 0) url("../images/bkg_icon-reset.png") no-repeat scroll 0 50%;
    cursor: pointer;
    display: inline-block;
    margin-left: 0;
    padding: 3px 0 3px 15px;
}

.xorder-input-send, .xorder-validate-registration, .xorder-label-div {
    display: inline-block;
}

.oncart-xorder-csvform input, .oncart-xorder-csvform label, .oncart-xorder-csvform span {
    vertical-align: middle;
    display: inline-block;
}

.oncart-xorder-csvform {
    margin-left: 15px;
}

.oncart-xorder-form, .oncart-xorder-description {
    float: left;
    width: 40%;
    margin-right: 20px;
}

.oncart-xorder-form textarea {
    width: 90%;
}

.oncart-xorder-csvform {
    margin-bottom: 20px;
}


#technicals-attributes td.left_cnet {
    width: 270px;
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    padding-left: 10px;
}

.product-bottom .fiche_tehnique .technicals-table .left_title_cnet:before {
    content: "";
    position: absolute;
    height: 11px;
    width: 8px;
    left: 303px;
    top: 28px;
}

.product-bottom .fiche_tehnique .technicals-table .left_title_cnet {
    border-bottom: 1px solid #959595;
}


.product-bottom .fiche_tehnique .technicals-table .right_title_cnet {
    border-bottom: 1px solid #959595;
}

#technicals-attributes tr.group_cnet {
    height: 39px;
    font-size: 16px;
    border-bottom: none;
}


#technicals-attributes td.right_cnet {
    color: #000000;
    border-bottom: 1px solid #E0E0E0;
    padding-left: 10px;
}

#techn
#technicals-attributes tr.cnet {
    border: none;
}

icals-attributes td.grey {
    background-color: #f6f6f6;
}

#technicals-attributes td.separate {
    border-bottom: none;
}

img.brand {
    display: block;
    margin: auto;
    width: 76px;
    height: 31px;
}

img.brand-productsheet {
    cursor: pointer;
}

.brand-logo {
    width: 76px !important;
    height: 31px !important;
    display: block;
    margin: auto;
}

.ajaxLoader img {
    display: block;
    margin: 0 auto;
}

#content .similar {
    font-size: 16px;
    font-weight: bold;
}
