/* COLORS */


/*
@red-idw: #d44457;
@red-idw-hover: #EE5E71;
@grey-strong-idw: #2d2d37;
@grey-font-idw:#232323;
*/




.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
}

h5 input {
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
}


/* Support for all WebKit browsers. */

-webkit-font-smoothing: antialiased;

/* Support for Safari and Chrome. */

text-rendering: optimizeLegibility;

/* Support for Firefox. */

-moz-osx-font-smoothing: grayscale;

/* Support for IE. */

font-feature-settings: 'liga';

}
@-moz-document url-prefix() {
    .squaredThree label {
        margin-left: -21px;
    }
    
    .icon-forward2 {
        top: -19px !important;
    }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
label[for="FormeJuridique"] small {
    min-width: 100px;
    padding: 0 !important;
}
label[for="Secteur"] small {
    min-width: 100px;
    float: left;
    clear: both;
    padding: 0 !important;
}
.cadre {
   /* max-height: 150px;*/
    overflow: hidden;
}
.fancyboxDELETE-close {
    background-color: #d44457;
}
.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    background: #f8f8f8;
    color: #2d2d37;
    -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
    -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
    box-shadow: inset 0 0 5px 5px #ebebeb
}
.sidr .sidr-inner {
    padding: 0 0 15px
}
.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px
}
.sidr.right {
    left: auto;
    right: -260px
}
.sidr.left {
    left: -260px;
    right: auto
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #2d2d37;
    line-height: 24px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
    background-image: -o-linear-gradient(#ffffff, #dfdfdf);
    background-image: linear-gradient(#ffffff, #dfdfdf);
    -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2)
}
.sidr p {
    font-size: 13px;
    margin: 0 0 12px
}
.sidr p a {
    color: rgba(51, 51, 51, 0.9)
}
.sidr>p {
    margin-left: 15px;
    margin-right: 15px
}
.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff
}
.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
    border-top: none;
    line-height: 49px
}
.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
    -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
    -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
    box-shadow: inset 0 0 15px 3px #ebebeb
}
.sidr ul li a,
.sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #2d2d37
}
.sidr ul li ul {
    border-bottom: none;
    margin: 0
}
.sidr ul li ul li {
    line-height: 40px;
    font-size: 13px
}
.sidr ul li ul li:last-child {
    border-bottom: none
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
    border-top: none;
    line-height: 41px
}
.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span,
.sidr ul li ul li.active>a,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li.sidr-class-active>span {
    -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
    -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
    box-shadow: inset 0 0 15px 3px #ebebeb
}
.sidr ul li ul li a,
.sidr ul li ul li span {
    color: rgba(51, 51, 51, 0.8);
    padding-left: 30px
}
.sidr form {
    margin: 0 15px
}
.sidr label {
    font-size: 13px
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(51, 51, 51, 0.6);
    display: block;
    clear: both
}
.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none
}
.sidr input[type=button],
.sidr input[type=submit] {
    color: #f8f8f8;
    background: #2d2d37
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
    background: rgba(51, 51, 51, 0.9)
}
.vintage-grid,
.display-grid time,
.display-grid .icon-alarm {
    display: none;
}
.display-grid .vintage-grid {
    display: block;
    text-align: center;
}
.time h6 {
    margin-right: 10px;
}
.display-grid h2 img,
.display-grid #result-item ul,
.display-grid small,
.display-grid h5 {
    display: none !important;
}
.display-grid h2 span {
    position: absolute;
    margin-top: -35px;
    font-size: 20px;
}
.display-grid .ribbon-fixedprice,
.display-grid .ribbon-online {
    margin-left: -10px;
    margin-top: -190px;
    position: absolute;
}
.display-grid .cadre {
    height: 225px !important;
    overflow: hidden;
}
.fa .display-grid {
    box-sizing: border-box;
}
.display-grid #result-item {
       max-width: 25%;
    box-sizing: border-box;
    margin-bottom: 3%;
    padding: 2% 2% 0 0;
    /* display: inline-block; */
    vertical-align: top;
    border-left: none;
    float: left;
}
.display-grid .medium {
    margin: auto;
    display: table;
}
#result-right button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: inherit;
    font-size: 1em;
    cursor: pointer;
}
#result-right button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.display-grid .col {
    float: none;
}
.display-grid #result-item .span_8_of_12 {
    border-right: none;
}
.display-grid #result-item h2 {
    font-size: 14px;
    width: 150px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.display-grid .clear1 {
    clear: none !important;
    display: none !important;
}
.display-grid #result-item img {
    width: 100%;
    max-width: none !important;
}
.display-grid #result-item figure {
    width: 100%;
    min-height: 220px;
}
.display-grid #result-item article {
    width: 100%;
    float: none;
}
.icon-grid {
    display: none;
}
.display-grid .icon-grid {
    display: block;
}
.display-grid .icon-list {
    display: none;
}
.color-tmp:hover {
    color: #191919 !important;
}
.bg-color .select select,
.item .select select {
    -webkit-appearance: button;
    background-image: url("../img/arrow-select.gif"), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}
.box-choice {
    border: 1px solid #c6c5c6;
    box-shadow: 1px 1px 4px #cacaca;
    padding: 20px;
    background-color: #f1f1f1;
}
.pagingV2,
.pagingV3 {
    position: absolute;
    right: 0;
    top: 17px;
    overflow: hidden;
}
.lot-sold img {
    opacity: 0.3;
}
.bold {
    font-weight: bold;
}
.lot-sold {
    opacity: 0.3;
    position: relative;
    z-index: 2;
    background: repeating-linear-gradient( 45deg, #ECF0F1, #ECF0F1 10px, #fff 10px, #fff 20px);
}
.uk label {
    text-transform: capitalize;
}
.hidden2 {
    display: none;
}
.span_9_of_12 h1 {
    line-height: 1.2;
}
.pagingV2 li a:hover,
.pagingV3 li a:hover {
    background-color: #f1f1f1;
}
.pagingV2 li,
.pagingV3 li {
    display: block;
    float: left;
    padding: 5px;
}
.pagingV3 li a,
.pagingV3 li p {
    padding: 1px 4px;
    display: block;
}
.pagingV2 li a,
.pagingV2 li p {
    padding: 10px 15px;
    border-right: 1px solid #cacaca;
    display: block;
}
.cd-top:hover {
    opacity: 1;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #d44457 url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}


#newsletter_box .btn {
    position: relative;
    z-index: 10;
}
#newsletter_box {
    background-color: #2d2d37;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
#newsletter_box p {
    max-width: 70%;
    text-align: center;
    margin: auto;
    z-index: 20;
    position: relative;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
#newsletter_box strong {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}



#newsletter_box .icon-paperplane {
  font-family: 'Idealwine', sans-serif !important;
    position: absolute;
    font-size: 200px;
    z-index: 1;
    opacity: 0.2;
    left: -100px;
    color: #fff;

}
#newsletter_box #newsletter_checkbox {
    display: none;
}
.messageNoResult p,
.messageNoResult h3 {
    text-align: center;
}
.messageNoResult .icon-notification {
    padding: 25px;
    margin: auto;
    color: #cacaca;
    font-size: 80px;
    max-width: 130px;
}
.pagingV2 li:last-of-type a:hover,
.pagingV2 li:first-of-type a:hover,
.pagingV3 li:last-of-type a:hover,
.pagingV3 li:first-of-type a:hover {
    color: #F2F2F2;
    background: #d44457
}
.uk .icon-forward2 {
    top: 2px !important;
}
.pagingV2 li:last-of-type a,
.pagingV2 li:first-of-type a,
.pagingV3 li:last-of-type a,
.pagingV3 li:first-of-type a {
    color: #fff;
}
.pagingV2 li:last-of-type,
.pagingV2 li:first-of-type,
.pagingV3 li:last-of-type,
.pagingV3 li:first-of-type {
    border: none;
    padding: 0px;
    background: #2d2d37;
  
}

.lot-hide p {
    float: right;
    color: #fff;
    text-align: left;
    padding-right: 10px !important;
    line-height:1;
}

/* Icon Forward */
.icon-forward2 {
    left: 22px;
    top: 2px;
    display: inline-block;
    float: right;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.icon-forward2:before {
    content: "\e61b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
a:hover .icon-forward2:before,
.icon-forward2:focus:before,
.icon-forward2:active:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

/* SQUARED THREE */
.squaredThree {
    width: 20px;
    margin: 0px auto;
    position: relative;
    float: right;
}
.squaredThree label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d', GradientType=0);
}
.squaredThree label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: transparent;
    top: 6px;
    left: 4px;
    border: 3px solid #EE5E71;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.squaredThree label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.squaredThree input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.radio-cb {
    margin-top: 15px;
}
.squaredThree label {
    right: -20px;
}

/*body, div.royal_tab {
  background-color: #f9f9f9 !important;}*/
.css-label {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}
.select-style {
    padding: 0;
    margin: 10px 0;
    border: 1px solid #ccc;
    width: 130px;
    margin-right: 10px;
    overflow: hidden;
    background-color: #fff;
    float: left;
    background: #fff url("/fr/_template/responsive/img/arrowdown.gif") no-repeat 90% 50%;
}
.select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-style select:focus {
    outline: none;
}
.all-width input[type=text],
.all-width input[type=password],
.all-width textarea,
.all-width input[type=tel],
.all-width input[type=email],
.all-width input[type=number] {
    width: 100% !important;
    box-sizing: border-box !important;
}
.connu {
    width: 290px;
}
.fancyboxDELETE-title,
.hidden-listing {
    display: none;
}
.edgeLoad-stick02 {
    visibility: hidden;
}
#Stage {
    overflow: hidden;
}
.middle {
    margin-right: 10px;
}
.Stage_stick_bouton-catalogue_TXT_id:hover,
.Stage_stick_bouton-catalogue_BLOC_id:hover,
.Stage_stick_PLUS_Text5_id:hover,
.Stage_stick_PLUS_Ellipse2_id:hover {
    cursor: pointer;
}
.log-icon {
    font-size: 100%;
    color: #2d2d37;
    margin: auto;
}
.right2 {
    margin: auto !important;
    display: block !important;
}
.password-box {
    padding: 25px;
}
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0 !important;
}
.listTable a {
    display: block;
    margin: 5px 0;
    border-bottom: 1px solid #cacaca;
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #2d2d37;
}
.cadre .red {
    text-align: right !important;
}
.alphabet a {
    padding: 0.8%;
    margin: 0.5%;
    background-color: #d44457;
    color: #fff;
    display: inline-block;
    text-align: center;
}
#content-responsive .row:first-of-type {
    min-height: 650px;
}
figcaption {
    font-style: italic;
    color: #888;
    font-size: 10px;
    text-align: center;
    border-top: 1px solid #cacaca;
    padding: 5px;
    margin-top: 5px;
}
.presse figure {
    margin: auto;
    padding: 11px;
}
footer hr {
    background-color: #2d2d37;
    border-top-color: #2d2d37;
    border: 0;
    border-top-style: solid;
    border-top-width: 1px;
    margin: 30px 0;
}
hr {
    background-color: #cacaca;
    border-top-color: #cacaca;
    border: 0;
    border-top-style: solid;
    border-top-width: 1px;
    margin: 40px 0;
}
blockquote,
q {
    quotes: none;
}
.icon-quotes-left {
    font-size: 25px;
    float: left;
    margin-right: 15px;
}
.icon-quotes-right {
    font-size: 30px;
    margin-left: 15px;
    float: right;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.time form,
#Compte {
    display: inline-block;
}
.surveiller {
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.prix-fixe {
    margin-right: 10px;
    font-size: 30px;
}
.descriptif a {
    color: #7c7c7c;
}
div.mulChart {
    display: block!important;
}
.meganizr>li>a {
    font-size: 13px;
}
h1,
h3,
h4,
h5,
h6,
.sub-title,
.btn,
.second-cat {
    font-family: 'Roboto', sans-serif;
}
.tags {
    font-family: Amaranth, sans-serif;
    font-weight: 700;
}
article p,
article ul {
    color: #7c7c7c;
}
div#centre {
    margin: auto;
}
a:hover {
    text-decoration: none;
}
.mycarousel *,
footer *,
header *,
nav *,
.bg-color li {
    list-style-type: none!important;

    padding: 0;
}

.target-to-sell-h3 {
    background: #d44457;
    padding: 2.85% 0;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-top: 8px;
    font-size: 1.4rem;
    color: #fff;
    cursor: pointer;
    line-height: 1.4;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.vpf {
    float: none!important;
}
.right {
    float: right;
}
.right:last-of-type {
    margin-right: 10px;
}
/*
.left {
    float: left;
}
*/
.clear,
.break {
    clear: both;
}
.clear3 {
    clear: both;
}
.clear4 {
    clear: both;
}
.spiral {
    color: #d44457;
}
.base-line .red {
    color: #d44457;
}
.Frouge {
    background: #d44457;
}
.red {
    color: #d44457;
}
#titreNote {
    color: #fff;
}
.white2 {
    font-weight: 700;
    color: #fff!important;
}
#fil-ariane a {
    color: #979797;
}
.hidden a {
    color: #d44457;
    text-decoration: underline;
    font-weight: 700;
}
.hidden a.btn {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: block;
    max-width: 80%;
    margin: auto;
}

#content-hidden9 p, #content-hidden4 p { text-align: left !important;}
#content-hidden9 p:first-of-type, #content-hidden4 p:first-of-type { text-align: center !important;}
#content-hidden9 a.btn, #content-hidden4 a.btn { display: inline-block; font-size: 1.4rem;}
#content-hidden4 a.btn:first-of-type, #content-hidden9 a.btn:first-of-type {background-color:#565660; margin-right: 5px; }
#content-hidden9 a.btn .icon, #content-hidden4 a.btn .icon { margin-left: 5px;}
#content-hidden9 article, #content-hidden4 article { padding: 11px;}


.mwl .icon a {
    color: #fff;
}
header .search-bar input[value=acheter],
header .search-bar input[value=estimer] {
    color: #fff;
}
footer .social-box .icon a,
header .social-box .icon a {
    color: #777;
    padding-right: 5.7%;
}
footer a {
    color: #777;
}
footer .social-box .last a,
header .social-box .last a {
    padding-right: 0;
}
footer .social-box .icon a:hover,
header .social-box .icon a:hover {
    color: #d44457;
    text-decoration: none;
}
footer .social-box li,
header .socialbox li {
    width: inherit;
    display: inline;
}
header .sub-title,
header .title {
    color: #fff;
}
header .title {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
header .base-line {
    color: #fff;
}
header .spiral {
    animation: animationFrames ease .7s;
    animation-iteration-count: 1;
    -webkit-animation: animationFrames ease .7s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames ease .7s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames ease .7s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease .7s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    color: #d44457;
    float: left;
    transform-origin: 50% 50%;
    margin-right: 1%;
}
article h3,
article h1,
.fancyboxDELETE-inner h5 {
    font-size: 22px;
}
article h4,
.owl-item h2 {
    font-size: 18px;
    font-weight: 400;
}
#centre,
.content,
.content-nav,
.search-bar {
    margin: auto;
}
.important {
    font-weight: 700;
    border: 2px solid #5C5C5C;
}
.hidden th {
    text-align: left;
    text-indent: 10px;
}
.italic {
    font-style: italic;
}
.hidden .icon-uniE602 {
    font-size: 20px;
    margin-right: 10px;
}
.ancre .icon-arrow-up {
    font-size: 2em;
}
.commentaire aside {
    padding: 20px;
    display: block;
}
.signature {
    margin-top: 40px;
    text-align: right;
    display: block;
    clear: both;
}
.note span {
    font-size: 25px;
    color: #fff;
    background-color: #d44457;
    padding: 6px;
    display: inline-block;
    text-align: center;
    width: 100px;
    margin-right: 10px;
}
.mon-compte {
    display: inline-block;
}
.note sub {
    font-size: 12px;
}
.note li {
    border-top: 1px solid #cacaca;
    padding: 10px 0 0!important;
}
.note li:first-child {
    border-top: 0;
    padding-top: 0!important;
}
.time form,
#Compte,
#compte_a_rebours {
    display: inline-block;
}
.surveiller {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding-right: 0;
}
.prix-fixe {
    margin-right: 10px;
    font-size: 30px;
}
.descriptif a {
    color: #7c7c7c;
}
.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 0;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
}
.red-btn {
    color: #F2F2F2;
    background-color: #d44457;
    border-color: #d44457;
}
.red-btn:hover {
    color: #fff;
    background-color: #EE5E71;
    border-color: #890004;
    -webkit-transition: color linear .4s, background-color linear .4s, border-color linear .4s;
    transition: color linear .4s, background-color linear .4s, border-color linear .4s;
}
.black-btn {
    color: #F2F2F2;
    background-color: #2d2d37;
}
.black-btn:hover {
    color: #fff;
    background-color: #1a1a1a;
}
.grey-btn {
    background-color: #7f8c8d;
    color: #fefefe;
    cursor: default;
}
.sous-cat-customizeDELETE .mini .icon {
    color: #cacaca;
    float: left;
    border-right: 1px solid #cacaca;
    margin-right: 5px;
    padding-right: 2px;
    margin-top: 1px;
}
.mini {
    font-size: 9px;
    padding: 3px 10px;
}
.small {
    font-size: 12px;
    padding: 5px 10px;
}
.medium {
    font-size: 15px;
    padding: 6px 15px;
}
.large {
    font-size: 18px;
    padding: 10px 20px;
}
.input-pass {
    float: right;
    width: 48%;
    color: #969696;
    padding: .6% 0;
    background-color: #777;
    border: 1px solid #666;
    border-top: 1px solid #2d2d37;
    border-right: 1px solid #2d2d37;
}
.input-pass .pasword {
    color: #2d2d37;
    width: 80%;
    height: 100%;
    float: left;
    border: 0;
    padding: 1.5%;
    background-color: #777;
    text-align: center;
}
.input-pass .icon {
    float: right;
    margin-right: 2%;
}
.form-user input[type=submit] {
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 4px;
}
header .champ {
    color: #868585;
    width: 38%;
    padding: 1.5% 0;
    margin-right: .35%;
    background-color: #2d2d37;
    padding-left: 2%;
}
.form-user .champ {
    background-color: #777;
    color: #2d2d37;
    border: 1px solid #666;
    border-top: 1px solid #2d2d37;
    border-right: 1px solid #2d2d37;
}
.identity {
    float: left;
    padding: 1.5%;
    margin-right: 3%;
    border: 1px solid #cacaca;
    border-radius: 2px;
}
.welcome {
    float: left;
    margin-top: 2%;
}
.sous-cat-customizeDELETE table td {
    text-align: center;
    color: #D8D8D8;
}
.sous-cat-customizeDELETE table td a {
    color: #646464;
}
.sous-cat-customizeDELETE table td a:hover {
    color: #d44457;
}
.sous-cat-customizeDELETE table td:hover,
.sous-cat-customizeDELETE table:hover {
    cursor: default;
}
.sous-cat-customizeDELETE li a {
    color: #525252;
}
.tab-cat {
    color: #fff;
    font-weight: 700;
    border-right: 5px solid #fff;
    margin-bottom: 5px;
    border-left: 3px solid #fff;
}
.sous-cat-customizeDELETE tr:hover .tab-cat {
    border-left: 3px solid #d44457;
    cursor: default;
}
.select-menu4 .number {
    float: right;
}
.select-menu4 p {
    color: #7C7C7C;
}
.select-menu4 h4 .icon {
    float: left;
    margin: 0 5px 0 0;
}
footer #widget {
    float: right;
    margin-right: 5px;
}
.google {
    display: none;
}
.google img {
    border-style: none;
}
.google-clic {
    display: inline;
}
footer .content-top {
    background-color: #fff;
    border-top: 1px solid #cacaca;
}
footer {
    background-color: #494949;
    min-height: 250px;
    box-shadow: inset 10px 0 100px #2d2d37;
}
footer .content-bottom {
    background-color: #2d2d37;
    min-height: 80px;
    box-shadow: inset 1px 0 10px #000;
}
footer .mention {
    float: left;
    text-align: left;
    color: #cacaca;
}
footer input[type=email] {
    background-color: #fff;
}
.descriptif li {
    list-style-type: none !important;
}
.mention span {
    padding: 0 5px;
    background-color: #666;
    margin-left: 2px;
    font-weight: 600;
    min-width: 10px;
    border-radius: 1px;
    color: #2d2d37;
}
.mention .red {
    background-color: #d44457;
}
footer .content-top p {
    color: #6E6E6E;
    text-align: center;
}
footer .content-top .icon {
    color: #d44457;
}
footer .title {
    font-size: 19px;
    float: left;
    margin-right: 10px;
    line-height: 1px;
}
#logo-footer {
    float: left;
}
#logo-footer p {
    color: #fff;
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#logo-footer .icon {
    animation: .7s ease 0 normal none animationFrames;
    color: #d44457;
    float: left;
}
.social-box a span,
#icon-ancre a span {
    position: absolute;
    margin-top: 36px;
    margin-left: -30px;
    color: #ccc;
    background: rgba(0, 0, 0, .9);
    padding: 5px;
    border-radius: 3px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    -webkit-transform: scale(0) rotatez(-12deg);
    -moz-transform: scale(0) rotate(-12deg);
    -ms-transform: scale(0) rotatez(-12deg);
    -o-transform: scale(0) rotate(-12deg);
    transform: scale(0) rotatez(-12deg);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0;
    min-width: 100px;
}
.offert a span {
    margin-top: 10px;
}
.note li {
    list-style-type: none;
}
.views ul {
    margin-left: 0px;
}
.social-box a:hover span,
.social-box a:focus span,
#icon-ancre a:hover span,
#icon-ancre a:focus span {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
    position: absolute;
    z-index: 1500;
}
.social-box a span::before,
#icon-ancre a span::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 10px;
    width: 0;
    height: 0;
    border-bottom: 6px solid rgba(0, 0, 0, .9);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.box1 li,
.box1 li a,
.box1 h4,
.box1 p {
    color: #cacaca;
}
.box1 h4 span {
    color: #777;
}
header .social-box {
    text-align: right;
}
.box1 li a {
    border-left: 3px solid #d44457;
    padding-left: 10px;
}
.box1 .social-box li a {
    border: 0;
}
.box1 .social-box li:hover {
    background-color: transparent;
}
.box1 li {
    padding: 5px 0;
    border-bottom: 1px dotted #2d2d37;
}
.box1 li:hover {
    background-color: rgba(51, 51, 51, .5);
}
.box1 form .champ {
    width: 70%;
    padding: 6px;
    font-size: 15px;
    border: 1px solid #cacaca;
}
.icon-norton {
    float: right;
}
footer .line {
    border-top: 1px solid #2d2d37;
}
footer .social-box li {
    border: 0;
}
footer #widget a {
    box-shadow: inset 2px 2px 10px #2d2d37;
}
.ancre2 {
    cursor: pointer;
    float: right;
    font-size: 10px;
}
.ancre {
    color: #878787;
    position: absolute;
    right: 2%;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    display: none !important;
}
.ancre:hover,
.ancre span:hover {
    color: #cacaca;
}
.ancre span {
    color: #878787;
}
.ancre .icon:hover,
.mention a:hover {
    color: #d44457;
}
.apple,
.norton-widget {
    float: right;
}
.apple {
    margin-top: 10px;
    margin-right: 5px;
    opacity: .8;
}
.apple:hover {
    opacity: 1;
}
.select select {
    background: transparent;
    width: 250px;
    padding: 5px;
    border: 0;
    border-radius: 0;
    height: 30px;
    border: 1px solid #cacaca;
}
.select {
    width: 200px;
    float: right;
    height: 30px;
    overflow: hidden;
    background: url(../img/bottom-arrow.png) no-repeat 96% center #f4f4f4;
    border-right: 1px solid #cacaca;
}
form .left {
    margin-right: 10px;
}
.flags input:first-child {
    margin-left: 5px;
}

.flag { list-style-type: none !important; float:left; margin-right: 15px;line-height: 2; text-indent: 10px;}

.flags {
    float: right!important;
}
.flags figure,
.flags input {
    margin-top: 10px!important;
}

.flag::before {
    width: 32px;
    height: 32px;
    content: " ";
    display: block;
    float: left;
}
.fr::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) 0 0;
}
.es::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -160px 0;
}
.uk::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -288px 0;
}
.be::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -32px 0;
}
.al::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -64px 0;
}
.pb::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -96px 0;
}
.it::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -128px 0;
}
.lu::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -192px 0;
}
.su::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -224px 0;
}
.po::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -256px 0;
}
.au::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -320px 0;
}
.da::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -352px 0;
}
.no::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -704px 0;
}
.us::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -737px 0;
}
.ro::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -384px 0;
}
.pol::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -416px 0;
}
.ho::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -448px 0;
}
.rt::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -480px 0;
}
.sl::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -512px 0;
}
.slo::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -544px 0;
}
.gr::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -576px 0;
}
.ja::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -608px 0;
}
.si::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -640px 0;
}
.ch::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -672px 0;
}
.fi::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -770px 0;
}
.lt::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -802px 0;
}
.le::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -834px 0;
}
.est::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -866px 0;
}
.cro::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -898px 0;
}
.sue::before {
    background: url(/spring_modules/template/img/item/flags-all.gif) -930px 0;
}
.row {
    clear: both;
    width: 100%;
    margin: auto;
    padding: 0;
}
.section {
    clear: both;
    padding: 0;
    margin: 0;
}
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 3%;
}
.col:first-child {
    margin-left: 0;
}
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.span_12_of_12 {
    width: 100%;
}
.span_11_of_12 {
    width: 91.41%;
}
.span_10_of_12 {
    width: 82.83%;
}
.span_9_of_12 {
    width: 74.25%;
}
.span_8_of_12 {
    width: 65.66%;
}
.span_7_of_12 {
    width: 57.08%;
}
.span_6_of_12 {
    width: 48.5%;
}
.span_5_of_12 {
    width: 39.91%;
}
.span_4_of_12 {
    width: 31.33%;
}
.span_3_of_12 {
    width: 22.75%;
}
.span_2_of_12 {
    width: 14.16%;
}
.span_1_of_12 {
    width: 5.583%;
}
.ms-thumb-list {
    position: absolute;
    z-index: 100;
    margin: auto;
}
ms-thumb-listr {
    z-index: 100;
}
.ms-thumb-list {
    z-index: 110;
}
.fancyboxDELETE-skin table {
    width: 90%;
    padding: 20px;
    margin: auto;
}
.bloc-cache {
    position: absolute;
    width: 300px;
    height: 600px;
    z-index: 90;
    margin-left: -200px;
}
.bloc-cache2 {
    position: absolute;
    width: 600px;
    height: 600px;
    z-index: 90;
    margin-left: 390px;
}
.detail {
    z-index: auto;
    position: relative;
}
.bloc-prix {
    background-color: #f1f1f1;
    padding: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}
.input-prix {
    padding: 10px;
    border: 1px solid #cacaca;
    border-right: 0;
}
.input-quantite {
    padding: 11px 0;
    border: 1px solid #cacaca;
    min-height: 30px;
}
.achat label {
    padding: 10px 0;
    border-left: 1px solid #cacaca;
    padding-left: 10px;
    margin-left: 5px;
}
.achat label:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}
.prix-fixe {
    font-size: 25px;
    color: #d44457;
    font-weight: 700;
}
.barre {
    text-decoration: line-through;
}
.reds {
    color: #63000a;
}
.login {
    box-shadow: 1px 1px 4px #2d2d37;
    padding: 20px;
    background-color: #fff;
}
.login h4 {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}
.login input[type=text],
.login input[type=password] {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    color: #999;
    display: block;
    height: 32px;
    line-height: 16px;
    margin: auto;
    min-width: 280px;
    padding: 5px 12px;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
}
.hidden ol li {
    margin-bottom: 10px;
}
.region,
.millesime2 {
    box-sizing: border-box;
    padding: 8px;
}
.hidden-subscribe li {
    margin-left: 0;
}
.hidden .icon-info {
    font-size: 24px;

}

.icon-info, .icon-arrow-left {

    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.hidden small,
.hidden ol {
    padding: 0 10px;
}
.hidden ol li {
    color: #7c7c7c;
    border-left: 2px solid #cecece;
    padding-left: 10px;
}
.hidden p {
    padding: 10px;
    color: #7c7c7c;
}
.login small a {
    text-align: center;
    display: block;
}
.login input[type=submit] {
    min-width: 280px;
    margin: auto;
    display: block;
    box-sizing: border-box;
}
.login .icon-info {
    float: none;
    color: #2d2d37;
    margin-right: 0;
    font-size: inherit;
    margin-bottom: 0;
}
.login .strong {
    font-weight: bold;
    text-align: center;
    padding: 4px;
    background-color: #f1f1f1;
}
.icon-info {
    color: #cacaca;
    float: left;
    margin-right: 10px;
    font-size: 45px;
    margin-bottom: 20px;
}
.cat-online {
    float: left;
    margin: 0;
    padding: 2px 4px;
    background-color: #d44457;
    color: #fff;
    text-transform: uppercase;
}
.cat-vpf {
    float: left;
    margin: 0;
    padding: 2px 4px;
    background-color: #16a085;
    color: #fff;
    text-transform: uppercase;
}
.cat-vs {
    float: left;
    margin: 0;
    padding: 2px 4px;
    background-color: #2980b9;
    color: #fff;
    text-transform: uppercase;
}
.clear0 {
    display: block;
    clear: both;
    height: 5px;
}
#Compte,
#compte_a_rebours {
    font-weight: 700;
    min-width: 305px;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    float: left;
    margin-top: 5px;
    border-left: 4px solid #d44457;
}
.arrow-right2 {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    float: left;
    margin-top: 5px;
    border-left: 4px solid #16a085;
}
.arrow-right3 {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    float: left;
    margin-top: 5px;
    border-left: 4px solid #2980b9;
}
.surveiller {
    color: #d44457;
    text-decoration: underline;
    font-weight: 700;
}
.input-prix {
    max-width: 110px;
    font-size: 18px;
    text-align: center;
}
.row .detail li {
    list-style-type: none;
    display: inline;
}
.row .detail ul {
    padding: 0;
}
.divider {
    color: #ccc;
    margin: 1px 0;
}
.divider2 {
    color: #ccc;
    margin: 40px 0;
}
.divider-min {
    color: #ccc;
    margin: 20px 0;
}
.historique {
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 1px 1px 2px #838383;
    float: right;
}
.achat fieldset,
.achat button large,
.achat button .mini,
.achat input,
.achat button {
    float: left;
    margin: 0;
}
.achat button {
    margin-left: 10px;
}
.achat {
    display: block;
    width: 100%;
}
.achat fieldset {
    display: inline-block;
    max-width: 35px;
    margin-left: 5px;
}
.achat .mini {
    margin-top: 2px;
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
    box-shadow: none;
}
.achat .mini:first-child {
    margin-top: 0;
}
.historique a:hover {
    color: #d44457;
}
.triangle-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    margin-left: -23px;
    margin-top: -3px;
}
.historique a {
    text-align: center;
    display: block;
    line-height: 13px;
    color: inherit;
}
.historique a small {
    text-decoration: underline;
}
.hidden {
    display: none;
}
.legend a {
    color: #d44457;
}
.box-partage ul {
    margin: 0;
}
.box-partage li {
    float: right;
    margin-left: 5px;
}
.detail h2 {
    font-weight: 400;
}
nav td {
    line-height: 1.8em;
    padding: 4px 10px;
}
.txt-right {
    padding-left: 20px;
}
.descriptif color1 {
    background-color: #eee!important;
}
p {
    margin: 0;
}
.Fsable {
    background-color: #f1f1f1;
}
.bg-color2 {
    background-color: #f1f1f1;
    padding: 20px;
}
.livraison h4 {
    text-align: center;
}
.livraison img {
    margin: auto;
    display: block;
}
figure,
ul {
    margin: 0;
    padding: 0;
}
.livraison li {
    clear: both;
}
.livraison .mini {
    display: block;
    margin: auto;
    padding: 2px 5px;
    width: 110px;
}
.livraison .icon-checkmark {
    margin: 0 5px 0 0;
    display: block;
    float: left;
    margin-bottom: 10px;
}
#canvas {
    overflow: hidden;
}
.complement .royal_tab li {
    padding: 0 15px;
}
.thumbelina-but span:hover {
    color: #d44457;
}
.sub-title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 3px;
    display: block;
}
.spiral {
    font-size: 65px;
    min-width: 65px;
    line-height: 80px;
}
.title {
    font-size: 41px;
}
small {
    font-size: 12px;
}
.legend {
    line-height: 13px;
    font-size: 11px;
}
.logo h3 {
    color: #fff;
    float: right;
    text-align: left;
    font-size: 15px;
}
.view {
    background-color: #f1f1f1;
    padding: 4px;
    color: #2d2d37;
    float: right;
}
.marge1 {
    display: block;
    height: 5px;
}
.marge2 {
    display: block;
    height: 10px;
}
.marge3 {
    display: block;
    height: 20px;
}
.clear5 {
    clear: both;
    height: 40px;
}
.clear2 {
    clear: both;
}
.clear1 {
    clear: both;
    height: 1.5em;
}
.clear0 {
    clear: both;
    height: 4px;
}
.clear {
    clear: both;
}
#idw .small {
    line-height: 12px;
    font-size: 12px;
}
.social-box a {
    color: #777;
    font-size: 22px;
    margin-left: 4%;
}
.social-box a:hover {
    color: #cacaca;
}
.offert a {
    color: #fff;
    font-size: 12px;
    margin-left: 4%;
}
.offert a:hover {
    color: #fff;
}
.social-box a:first-child {
    margin-left: 0;
}
.social-box a span,
#icon-ancre a span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-align: center;
}
.logo aside {
    width: 39%;
    float: left;
}
.logo h3 {
    width: 60%;
}
header .span_3_of_12 {
    margin-bottom: 0;
}
#fil-ariane, .ariane {
    font-size: 14px;
    color: #979797;
    padding: 5px 0;
}
strong {
    font-weight: 700;
}
#icon-ancre li {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}
.rose-effervescent,
.sparkling-rose {
    color: #fab3b3!important;
    background-color: #EC9496;
}
.blanc-effervescent,
.sparkling {
    color: #FCE697!important;
    background-color: #FFFADC;
}
.jaune {
    color: #F9D020;
}
.all {
    color: #FCE697!important;
    background-color: #932D1D;
}
.rouge,
.rouge a {
    color: #932D1D!important;
}
.blanc,
.blanc-liquoreux,
.blanc-sec,
.divers,
.misc,
.white,
.sweet {
    color: #FCE697!important;
}
.rose {
    color: #fab3b3!important;
}
.ambre,
.brown {
    color: #E0A253;
}
#icon-ancre a:hover {
    background-color: rgba(51, 51, 51, .8);
}
#icon-ancre a {
    font-size: 18px;
    background-color: #2d2d37;
    padding: 5px;
    color: #fff;
    display: block;
    max-width: 24px;
    max-height: 24px;
    overflow: hidden;
}
.style-idw {
    float: left;
    width: 2px;
    height: 30px;
    margin-right: 10px;
    background-color: #d44457;
}
.livraison .btn {
    margin: auto;
    display: block;
    max-width: 50%;
}
.livraison small {
    margin: auto;
    display: block;
    color: #b6b6b6;
}
.livraison p {
    text-align: center;
}
.search-bar-left a {
    display: block;
    font-weight: 700;
    font-size: 12px;
}

.search-bar-left hr {
    margin: 5px 0;
    border-top: 1px solid #cecece;
}
.search-bar-left .visible a,
.search-bar-left .hidden a {
    display: block;
    text-align: right;
    color: #666;
}

.search-bar-left .hidden span .icon-question { display:inline; float: none; text-decoration: none; }

#type-zone .clear:first-of-type { height: 0;}
.search-bar-left h5 {
    background: #F3F3F3;
    padding: 2.85% 0;
    padding-left: 5px;
    border-top: 1px solid #F3F3F3;
    margin-bottom:5px;
    margin-top: 8px;
    font-size: 1.4rem;
    color: #2d2d37;
    cursor: pointer;
    line-height: 1.4;
    font-weight: 300;
    text-transform: uppercase;}
.search-bar-left .all-list {
    margin-bottom: 10px;
    margin-bottom: 8px;
    text-decoration: underline;
    font-weight: normal !important;
    ;
}
.search-bar-left input[type="button"] {
    margin: 0;
    padding: 0;
    line-height: 100%;
    border: 0;
    background: none;
    text-decoration: underline;
    display: block;
    font-weight: 700;
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
}
#currentSearchValues strong, .geometric { display: none;}
.c-menu--slide-right { margin-top: 36px;}

input[type=checkbox].css-checkbox + label.css-label {}
.search-bar-left .list-href label {
    font-size: .923em;
}
.search-bar-left .list-href label:hover {
    text-decoration: underline;
    cursor: pointer;
}
.search-bar-left .icon-playlist-add {
    color: #565656;
}
.search-bar-left sub {
    font-size: 18px;
    min-width: 20px;
    display: inline-block;
}
.hidden-check-list {
    display: none;
}
input[type=checkbox].css-checkbox + label.css-label,
input[type=radio].css-radio + label.css-label-radio {
    overflow: hidden;
    height: 24px !important;
    line-height: 24px !important;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 25px !important;
}
input[type=checkbox].css-checkbox + label.css-label {
    background-position: -8px 0 !important;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: -8px !important;
}
input[type=checkbox].css-checkbox:hover + label.css-label {
    background-position: -8px -52px !important;
}
.search-bar-left .clear0 {
    height: 0;
}
.search-bar-left .css-label {
    margin-bottom: 0;

}

.remove-item .all-list { color: #333;}

.remove-item { max-height: 100px; overflow: hidden; position: relative; margin-bottom:20px; overflow-y: auto; }

.remove-item p {
    display: inline-block;
    color: #fff;
    background-color: #d44457;
    font-size: 1.3rem !important;
    padding:3px 4px !important;
    margin-bottom:5px; 

}
.remove-item input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.remove-item label {margin: 0;
    cursor: pointer;
    padding-left: 30px;
    margin-left: -30px;}

#advance_search_part p {
    display: block;
    margin-top: 5px;
    box-sizing: border-box;
    border-top: 1px solid #cecece;
    color: #333;
    text-transform: uppercase;
}
.checking-area {
    padding: 20px;
}
.list-href {
    font-size: 12px;
    margin-right: 0;
    overflow: hidden;
    line-height: 1.4;
}
.list-href:hover {
    background-color: #f1f1f1;
}
.hidden-checkbox {}
#advance_search_part .css-label {
    clear: both;
    overflow: hidden !important;
    max-height: 24px;
}
.hidden-listing {
    background: #ffffff;
    /* Old browsers */
    
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(-45deg, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(-45deg, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    /* IE10+ */
    
    background: linear-gradient(135deg, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
.inscription2 .icon-notification {
    text-align: center;
    display: block;
    padding: 10px 0 5px 0;
    margin: auto;
    font-size: 30px;
    color: #cacaca;
}
@font-face {
    font-family: 'icomoon';
    src: url('/fr/_template/responsive/fonts/icomoon.eot?fne8gm');
    src: url('/fr/_template/responsive/fonts/icomoon.eot?#iefixuky2uw') format('embedded-opentype'), url('/fr/_template/responsive/fonts/icomoon.woff?fne8gm') format('woff'), url('/fr/_template/responsive/fonts/icomoon.ttf?fne8gm') format('truetype'), url('/fr/_template/responsive/fonts/icomoon.svg?fne8gm#icomoon') format('svg')
}
.wrapper-for-old-site [class^="icon-"],
.wrapper-for-old-site [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-bottle2 .path1:before {
    content: "\e900";
    color: rgb(51, 51, 51);
    font-size: 1.3em;
}
.icon-bottle2 .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: rgb(51, 51, 51);
    font-size: 1.3em;
}
.icon-bottle2 .path3:before {
    content: "\e902";
    margin-left: -1em;
    color: rgb(51, 51, 51);
    font-size: 1.3em;
}
.icon-bottle2 .path4:before {
    content: "\e903";
    margin-left: -1em;
    color: rgb(252, 252, 252);
    font-size: 1.3em;
}
.icon-list:before {
    content: "\e619";
}
.icon-grid:before {
    content: "\e61a";
}
.icon-cross:before {
    content: "\e070";
}
.icon-forward2:before {
    content: "\e61b";
}
.icon-four60:before {
    content: "\e613";
}
.icon-logoidealwine:before {
    content: "\e608";
}
.icon-square2:before {
    content: "\e600";
}
.icon-all:before {
    content: "\e607";
}
.icon-castle:before {
    content: "\e605";
}
.icon-grapes1:before {
    content: "\e606";
}
.icon-bubble:before {
    content: "\e604";
}
.icon-menu2:before {
    content: "\e9bd";
}
.icon-coin-dollar:before {
    content: "\e614";
}
.icon-credit-card:before {
    content: "\e60f";
}
.icon-redo:before {
    content: "\e14c";
}
.icon-search:before {
    content: "\e1b7";
}
.icon-stats-up:before {
    content: "\e207";
}
.icon-menu:before {
    content: "\e2af";
}
.icon-backward:before {
    content: "\e383";
}
.icon-forward:before {
    content: "\e384";
}
.icon-pinterest:before {
    content: "\e4d6";
}
.icon-home:before {
    content: "\e003";
}
.icon-bullhorn:before {
    content: "\e05f";
}
.icon-calculate:before {
    content: "\e0d7";
}
.icon-phone:before {
    content: "\e0dd";
}
.icon-pushpin:before {
    content: "\e0f0";
}
.icon-direction:before {
    content: "\e0fe";
}
.icon-alarm:before {
    content: "\e10a";
}
.icon-user:before {
    content: "\e185";
}
.icon-quotes-left:before {
    content: "\e19f";
}
.icon-quotes-right:before {
    content: "\e1a0";
}
.icon-zoomin:before, .icon-search:before, .icon-search  {
    content: "\e1bc" !important;
}
.icon-lock:before {
    content: "\e1d5";
}
.icon-bottle:before, .icon-bottle2:before {
    content: "\e224";
}
.icon-hammer:before {
    content: "\e23b";
}
.icon-paperplane:before {
    content: "\f03c" !important;
}
.icon-notification:before {
    content: "\e357";
}
.icon-question:before {
    content: "\e35b";
}
.icon-info:before {
    content: "\e362";
}
.icon-checkmark:before {
    content: "\e372";
}
.icon-minus:before {
    content: "\e375" !important;
}
.icon-plus:before {
    content: "\e376" !important;
}
.icon-arrow-up:before {
    content: "\e3b0";
}

.wrapper-for-old-site .icon-arrow-right:before {
    content: "\e3b1" !important;
}

.icon-arrow-right:before {
    content: "\e3b1";
}
.icon-arrow-down:before {
    content: "\e3b2";
}
.icon-arrow-left:before {
    content: "\e3b3";
}
.icon-arrow-up2:before {
    content: "\e3b4";
}
.icon-arrow-right2:before {
    content: "\e3b5";
}
.icon-arrow-down2:before {
    content: "\e3b6";
}
.icon-arrow-left2:before {
    content: "\e3b7";
}
.icon-square:before {
    content: "\e430";
}
.icon-googleplus:before {
    content: "\e493";
}
.icon-facebook:before {
    content: "\e498";
}
.icon-twitter:before {
    content: "\e49d";
}
.icon-cross:before {
    content: "\e070";
}
.icon-view_list:before {
    content: "\e301";
}
.icon-view_module:before {
    content: "\e302";
}
.icon-screen:before {
    content: "\e615";
}
.icon-autorenew:before {
    content: "\e609";
}
.icon-report-problem:before {
    content: "\e611";
}
.icon-system-update-tv:before {
    content: "\e610";
}
.icon-trending-up:before {
    content: "\e60e";
}
.icon-playlist-add:before {
    content: "\e60c";
}
.icon-messenger:before {
    content: "\e616";
}
.icon-add:before {
    content: "\e612";
}
.icon-screen-rotation:before {
    content: "\e60a";
}
.icon-apps:before {
    content: "\e619";
}
.icon-chevron-left:before {
    content: "\e617";
}
.icon-chevron-right:before {
    content: "\e618";
}
.icon-menu3:before {
    content: "\e61a";
}
.icon-sync:before {
    content: "\e60b";
}
.icon-share:before {
    content: "\e60d";
}
.icon-angle-left:before {
    content: "\f104" !important;
}
.wrapper-for-old-site .icon-angle-right:before {
    content: "\f105" !important;
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-uniE603:before {
    content: "\e603";
}
.icon-uniE601:before {
    content: "\e601";
}
.icon-uniE602:before {
    content: "\e602";
}
#full_registry_error br {
    display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | Lightbox  */
.fancyboxDELETE-wrap,
.fancyboxDELETE-skin,
.fancyboxDELETE-outer,
.fancyboxDELETE-inner,
.fancyboxDELETE-image,
.fancyboxDELETE-wrap iframe,
.fancyboxDELETE-wrap object,
.fancyboxDELETE-nav,
.fancyboxDELETE-nav span,
.fancyboxDELETE-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
.fancyboxDELETE-wrap {
    position: absolute;
    top: 0;
    left: 0;
    zindex: 8020;
}
.fancyboxDELETE-skin {
    position: relative;
    background: #fff;
}
.fancyboxDELETE-skin article {
    width: 99.9%;
}
.fancyboxDELETE-opened {
    z-index: 13000;
}
.fancyboxDELETE-outer,
.fancyboxDELETE-inner {
    position: relative;
}
.fancyboxDELETE-inner {
    overflow: hidden;
}
.fancyboxDELETE-type-iframe .fancyboxDELETE-inner {
    -webkit-overflow-scrolling: touch;
}
.fancyboxDELETE-error {
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancyboxDELETE-image,
.fancyboxDELETE-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancyboxDELETE-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/fr/_template/responsive/img/lightbox/fancybox_loading.gif) center center no-repeat;
}
.fancyboxDELETE-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancyboxDELETE-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/fr/_template/responsive/img/lightbox/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancyboxDELETE-prev {
    left: 0;
}
.fancyboxDELETE-next {
    right: 0;
}
.fancyboxDELETE-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancyboxDELETE-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancyboxDELETE-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancyboxDELETE-nav:hover span {
    visibility: visible;
}
.fancyboxDELETE-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important;
}
.fancyboxDELETE-lock {
    overflow: hidden!important;
    width: auto;
}
.fancyboxDELETE-lock body {
    overflow: hidden!important;
}
.fancyboxDELETE-lock-test {
    overflow-y: hidden!important;
}
.fancyboxDELETE-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 11000;
    background: rgba(51, 51, 51, .8);
}
.fancyboxDELETE-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancyboxDELETE-lock .fancyboxDELETE-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancyboxDELETE-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancyboxDELETE-opened .fancyboxDELETE-title {
    visibility: visible;
}
.fancyboxDELETE-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancyboxDELETE-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
}
.fancyboxDELETE-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancyboxDELETE-title-inside-wrap {
    padding-top: 10px;
}
.fancyboxDELETE-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
.red-btn,
.red-btn:hover,
.black-btn,
.black-btn:hover,
#icon-ancre a {
    text-shadow: none;
}
.padding-txt {
    padding: 5%;
}
.icheckbox_square-red,
.iradio_square-red {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/fr/_template/responsive/img/lightbox/red.png) no-repeat;
    border: 0;
    cursor: pointer;
}
.icheckbox_square-red {
    background-position: 0 0;
}
.icheckbox_square-red.hover {
    background-position: -24px 0;
}
.icheckbox_square-red.checked {
    background-position: -48px 0;
}
.icheckbox_square-red.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-red.checked.disabled {
    background-position: -96px 0;
}
.iradio_square-red {
    background-position: -120px 0;
}
.iradio_square-red.hover {
    background-position: -144px 0;
}
.iradio_square-red.checked {
    background-position: -168px 0;
}
.iradio_square-red.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-red.checked.disabled {
    background-position: -216px 0;
}
.ac-container ul {
    padding: 20px;
}
.ac-medium .btn {
    padding: 0 5px;
    text-shadow: none;
}
.ac-container {
    margin: 10px auto 30px;
    text-align: left;
}
.ac-container label {
    padding: 5px 20px;
    position: relative;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #2d2d37;
    background: #f1f1f1;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, .3), 1px 0 0 0 rgba(255, 255, 255, .9) inset, 0px 2px 2px rgba(0, 0, 0, .1);
}
.ac-container label:hover {
    background: #fff;
}
.ac-container input:checked+label,
.ac-container input:checked+label:hover {
    background: #d44457;
    border: 1px solid #d44457;
    color: #fff;
    box-shadow: none;
}
.ac-container label:hover:after,
.ac-container input:checked+label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: url(../fr/_template/responsive/img/lightbox/arrow_down.png) no-repeat center center;
}
.ac-container input:checked+label:hover:after {
    background-image: url(../fr/_template/responsive/img/lightbox/arrow_up.png);
}
.ac-container input {
    display: none;
}
.ac-container article {
    background: rgba(255, 255, 255, .5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    -webkit-transition: height .3s ease-in-out, box-shadow .6s linear;
    -moz-transition: height .3s ease-in-out, box-shadow .6s linear;
    -o-transition: height .3s ease-in-out, box-shadow .6s linear;
    -ms-transition: height .3s ease-in-out, box-shadow .6s linear;
    transition: height .3s ease-in-out, box-shadow .6s linear;
}
.ac-container article a {
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 10px 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .8);
}

/*.ac-container input:checked~article{border:1px #8b8b8b solid;}*/
.ac-container input:checked~article.ac-small {
    height: auto !important;
}
.ac-container h5 {
    padding: 10px 0;
}
.ac-container input:checked~article.ac-medium {
    height: 180px;
}
.ac-container input:checked~article.ac-large {
    height: 230px;
}
.group td,
.fancyboxDELETE-outer td {
    line-height: 1.8em;
    padding: 4px 10px;
}
.bottom-menu li {
    padding: 5px 0;
    border-bottom: 1px dotted #cacaca;
    list-style-type: none;
}
.bottom-menu li:hover {
    background-color: #e7e7e7;
}
.bottom-menu article ul {
    margin: 0;
}
.bottom-menu a {
    color: #2d2d37;
    border-left: 3px solid #d44457;
    padding-left: 10px;
}
.border-img {
    padding: 5px;
    box-shadow: 1px 0 3px #cacaca;
}
.lot-panache-title {
    background: url(../img/lots.png) 20px 20px no-repeat;
    box-shadow: 0 0 3px #cacaca;
    padding: 15px 15px 15px 150px;
    color: #737373;
    min-height: 110px;
}
.lot-panache-title h3 {
    font-size: 18px;
    font-weight: 400;
    color: #707070;
}
.uk-version .lot-panache-title {
    background: url(../img/lots-uk.png) 20px 20px no-repeat;
}
.noUi-connect { background: #d44457 !important;}

#menu-myidealwine {
    background-color: #d44457;
    margin: 0;
}
#menu-myidealwine .clear {
    height: 0 !important;
}
#menu-myidealwine li,
#menu-archive li {
    display: block;
    float: left;
    border-right: 1px solid #fff;
    list-style-type: none;
}
#menu-myidealwine li:last-of-type {
    float: right;
    border-left: 1px solid #fff;
}
#menu-myidealwine a:hover {
    background: #EE5E71;
    cursor: pointer;
}
#menu-myidealwine .selected a:hover {
    background-color: #f3f3f3;
}
#menu-myidealwine a {
    color: #fff;
    display: block;
    min-width: 110px;
    padding: 10px 20px;
}
#menu-myidealwine .icon {
    margin-right: 8px;
    line-height: 1.4;
}
.selected {
    background-color: #fff;
}
#menu-myidealwine .selected a {
    color: #EE5E71;
}
.sous-menu-myidealwine {
    margin: 0;
}
.sous-menu-myidealwine li {
    margin: 0;
}
.sous-menu-myidealwine li {
    display: block;
    float: left;
    border-right: 1px solid #fff;
    list-style-type: none;
    text-align: center;
}
.sous-menu-myidealwine a {
    color: #979797;
    font-size: 12px;
    padding: 8px 24px;
    background-color: #f1f1f1;
}
.sous-menu-myidealwine a:hover {
    background: #a4a4a4;
    cursor: pointer;
}
.sous-menu-myidealwine .selected a {
    background-color: #fff;
}
.sous-menu-myidealwine .selected a {
    color: #EE5E71;
}
.sous-menu-myidealwine li:hover a {
    background: #a4a4a4;
    color: #fff;
}
.inscription input[type=text],
.inscription input[type=password],
.inscription textarea,
.inscription input[type=tel],
.inscription input[type=email],
.inscription input[type=number] {
    margin: 10px 0;
    padding: 9px 4%;
    width: 75%;
    clear: both;
    display: block;
    border: 1px solid #cacaca;
}
.inscription .icheckbox_square-red {
    float: left;
    display: block;
    margin-right: 20px;
    margin-top: 5px;
}
.inscription h5 {
    background-color: #f3f3f3;
    padding: 5px 10px 5px 15px;
    margin: 25px 0;
    clear: both;
}
.presse h5 {
    background-color: #f3f3f3;
    padding: 5px 10px 5px 15px;
    margin: 0 0 20px;
    clear: both;
}
.inscription p a {
    text-decoration: underline;
}
.inscription .bg-color a {
    text-decoration: none;
}
.inscription .bg-color a:hover {
    color: #2d2d37;
}
.inscription p .btn {
    text-decoration: none;
}
.inscription a:hover {
    color: #d44457;
}
.inscription li a:hover {
    color: #fff;
}
.inscription .btn:hover {
    color: #fff;
}
.inscription fieldset {
    width: 49%;
    float: left;
}
.inscription .rouge,
.inscription2 .rouge {
    margin: 10px 0;
    display: block;
    background-color: #FFD6D6;
    text-align: center;
    padding: 5px;
}
.annonce-emploi {
    box-shadow: 1px 1px 4px #cacaca;
    padding: 20px;
    background-color: #fff;
}
.annonce-emploi .icon-bullhorn {
    font-size: 40px;
    color: #cacaca;
    padding: 20px;
    margin-right: 30px;
    border-right: 1px solid #f3f3f3;
    display: block;
}
.offres {
    background-color: #d44457!important;
    color: #fff;
}
.diaporama a {
    opacity: .5;
    margin-left: 2px;
}
.diaporama a:hover {
    opacity: 1;
}
.validation .medium {
    margin: 10px auto;
    display: block;
    float: none;
}
.validation p {
    text-align: center;
}
.inscription input[type=text]:hover,
.inscription input[type=password]:hover,
.inscription textarea:hover,
.inscription input[type=tel]:hover,
.inscription input[type=email]:hover,
.inscription input[type=number]:hover {
    border: 1px solid #E9ABAC;
}
.inscription .large {
    margin: auto;
    display: block;
}
.uk-space {
    min-height: 97px;
}
article ul {
    margin-left: 15px;
}
article li,
.exeption li {
    list-style: square;
    display: list-item;
}
.li-style-none article li {
    list-style: none;
}
#last_auctions li {
    list-style-type: none;
}
.li-style-none article ul {
    margin-left: 0;
}
#milieu td,
.garantie td {
    line-height: 1.8em;
    padding: 4px 10px;
}
#milieu th,
.garantie th {
    border-bottom: 1px solid #f1f1f1;
}
div#auCentre {
    width: 100%!important;
}
figure.img-presse {
    width: 130px;
    margin: 15px 10px 10px 0;
    float: left;
}
div.article-presse {
    margin: 10px 0 10px auto;
    width: 85%;
}
.btn_red,
.inp_red,
#cote_indicateur .button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 0;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
    padding: 5px 10px;
    text-decoration: none!important;
}
.btn_red,
.inp_red,
#cote_indicateur .button {
    color: #F2F2F2!important;
    background: #d44457!important;
    background-color: #d44457!important;
}
.btn_red:hover,
.inp_red:hover,
#cote_indicateur .button:hover {
    color: #fff;
    background: #da3b22!important;
    background: #EE5E71!important;
}
.paging {
    background-color: #d2d2d2!important;
}
.Fgris,
.paging {
    border: 1px solid #cacaca;
}
.Fgris td {
    border-right: 1px solid #cacaca;
}
.box {
    max-height: 36px;
}
.input-prix {
    min-height: 26px;
}
.form-user input {
    min-height: 19px;
}
#nslBox {
    text-align: center;
}
#progressBar {
    height: 35px;
    background: #cacaca;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    font-weight: bold;
    line-height: 30px;
    /* same as #progressBar height if we want text middle aligned */
    
    width: 0;
}
#progressBar .red-bar {
    background-color: #d44457;
}
#progressBar .orange-bar {
    background-color: #e67e22;
}
#progressBar .green-bar {
    background-color: #27ae60;
}
.left-text {
    text-align: left;
    float: left;
    display: block;
    color: #ffffff;
    padding-left: 20px;
    padding-top: 2px;
}
.left-text {
    animation: animationFrames2 ease 1.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    
    -webkit-animation: animationFrames2 ease 1.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    
    -moz-animation: animationFrames2 ease 1.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    
    -o-animation: animationFrames2 ease 1.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    
    -ms-animation: animationFrames2 ease 1.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}
.green-msg {
    margin: 10px 0;
    display: block;
    background-color: #d3edd2;
    color: #454346;
    text-align: center;
    padding: 5px;
}
.green-msg a {
    color: #29b865 !important;
}
#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar {
    width: 11px;
    background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar-thumb {
    background-color: #d44457;
}
#result-right .pagination {
    float: right;
    margin-top: 5px;
}
#result-right .pagination a:first-of-type,
#result-right .pagination a:last-of-type {
    padding: 3px;
    background-color: #d44457;
    color: #fff;
}
#result-right h1 {
    float: left;
    max-width: 90%;
    font-size: 19px;
}
#result-right .result-bar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    
    background: #2d2d37;
}
#result-right #comboboxSort {
    margin-right: 10px;
    padding: 1px;
    float: left;
    margin-left: 7px;
    margin-bottom: 7px;
    max-width: 100px;
    border-right: 1px solid #646464;
}
#result-right #comboboxSort   { position: absolute;
    margin-top: 4px;
}
#result-right .result-bar span {
    color: #fff;
    font-size: 24px;
    float: left;
    border-right: 1px solid #646464;
    padding: 4px;
}
#result-right .result-bar span:last-of-type {
    margin-right: 10px;
}
#result-right .lot-hide {
    float: right;
    margin-top: 4px;
    margin-right: 4px;
}
#result-right .css-label2 {
    font-weight: 700;
    color: #fff;
    font-size: 12px;
}
#result-item figure img {
    max-width: 110px;
}
.ribbon-online,
.ribbon-fixedprice {
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    display: inline;
    box-shadow: 1px 1px 2px #cacaca;
    float: left;
    margin-right: 10px;
}
.ribbon-online {
    background-color: #d44457;
}
.ribbon-fixedprice {
    background-color: #16a085;
}
#result-item h2 {
    font-size: 2rem;
}

#advance_search_part br { display: none !important;}

#result-item .price {
    font-size: 30px;
    display: block;
    text-align: center;
}
#result-item .span_2_of_12 small {
    display: block;
    text-align: center;
    font-style: italic;
}
#result-item .span_8_of_12 {
    box-sizing: border-box;
    border-right: 1px solid #cacaca;
}
#result-item .span_8_of_12 h5 {
    margin-bottom: 2px;
    display: inline-block;
    padding: 0 10px 0 0;
    border-right: 1px solid #cacaca;
}
#result-item .span_8_of_12 h5 span {
    text-transform: lowercase;
}
#result-item .span_8_of_12 h5:last-of-type {
    border: none !important;
}
#result-item .span_8_of_12 h5 b {
    font-weight: bold;
}

/*#result-item .span_8_of_12 h5 span, #result-item h5 .material-icons { padding-right: 5px; border-right: 1px solid #cacaca; margin-right: 5px; }*/
#result-item .icon-redo {
    border-left: 1px solid #FFFFFF;
}
#result-item .medium {
    padding: 6px 20px;
}
#result-item .btn span {
    padding-left: 4px;
}
#result-item article li {
    list-style-type: none;
}
#result-item article ul {
    margin: 0;
}
#result-item {
    border-bottom: 1px solid #e0e0e0;
}
.current {
    font-weight: bold;
    color: #D9161A;
}
.green-msg .icon-checkmark {
    font-size: 20px;
    line-height: 1.5;
    margin-right: 10px;
}
@keyframes animationFrames2 {
    0% {
        opacity: 0;
        transform: translate(-1500px, 0px);
    }
    
    60% {
        opacity: 1;
        transform: translate(30px, 0px);
    }
    
    80% {
        transform: translate(-10px, 0px);
    }
    
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
@-moz-keyframes animationFrames2 {
    0% {
        opacity: 0;
        -moz-transform: translate(-1500px, 0px);
    }
    
    60% {
        opacity: 1;
        -moz-transform: translate(30px, 0px);
    }
    
    80% {
        -moz-transform: translate(-10px, 0px);
    }
    
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}
@-webkit-keyframes animationFrames2 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-1500px, 0px);
    }
    
    60% {
        opacity: 1;
        -webkit-transform: translate(30px, 0px);
    }
    
    80% {
        -webkit-transform: translate(-10px, 0px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}
@-o-keyframes animationFrames2 {
    0% {
        opacity: 0;
        -o-transform: translate(-1500px, 0px);
    }
    
    60% {
        opacity: 1;
        -o-transform: translate(30px, 0px);
    }
    
    80% {
        -o-transform: translate(-10px, 0px);
    }
    
    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}
@-ms-keyframes animationFrames2 {
    0% {
        opacity: 0;
        -ms-transform: translate(-1500px, 0px);
    }
    
    60% {
        opacity: 1;
        -ms-transform: translate(30px, 0px);
    }
    
    80% {
        -ms-transform: translate(-10px, 0px);
    }
    
    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}
#progress-message p {}
#progress-message {
    background-color: #f1f1f1;
    padding: 20px 50px;
}
#progress-message span {
    font-size: 35px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.geometric2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #f1f1f1 transparent;
    margin-left: 10%;
    margin-top: 10px;
}
.sous-menu-myidealwine .selected a {
    box-shadow: 0px -2px 4px #cacaca;
}
#progress-message p a {
    font-weight: 700;
}
.inscription2 .tooltip {
    font-size: 12px;
    color: #BF1F22 !important;
    background-color: #FFD6D6;
    display: none;
    padding: 3px;
    text-align: center !important;
}
#progress-message p a:hover {
    text-decoration: underline;
}
#progress-message small {
    font-style: italic;
    font-size: 11px;
    color: #8C8C8C;
}
.inscription2 p {
    text-align: center !important;
    padding-top: 10px;
}
.fancyboxDELETE-skin {
    padding: 0px !important;
}

/*.fancyboxDELETE-skin p { padding-left:10px; padding-right:10px;}*/
.inscription2>.geometric {
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    display: block;
    border-width: 15px 15px 0 15px;
    border-color: #d44457 transparent transparent transparent;
}
.subscribe {
    padding: 10px 60px 20px 60px;
}
.inscription2 small {
    font-size: 11px;
    text-align: center !important;
    color: #606060;
    display: block;
}
.inscription2 input[type="text"],
.inscription2 input[type="password"],
.inscription2 input[type="button"],
.inscription2 input[type="submit"] {
    margin: 8px auto;
    padding: 12px 0%;
    text-indent: 15px;
    width: 92%;
    min-width: 270px;
    max-width: 280px;
    clear: both;
    display: block;
    border: 1px solid #cacaca;
}
.inscription2 input[type="button"] {
    width: 100%;
    border: none;
}
.smaller {
    text-indent: 10px;
    font-size: 12px;
    color: #585858;
    text-align: justify;
}
.smaller2 {
    line-height: 30px;
    text-indent: 10px;
    font-size: 12px;
    color: #585858;
    text-align: justify;
}
.inscription2 .divider2 {
    margin: 15px 0;
}
placeholder {
    color: #585858 !important;
    font-size: 14px;
}
.inscription2 input[type=text]:hover,
.inscription2 input[type=password]:hover,
.inscription2 textarea:hover {
    border: 1px solid #E9ABAC;
}
input+.tooltip {
    display: none;
}
input:focus+.tooltip {
    display: block;
    text-indent: 10px;
    font-size: 12px;
    color: #585858;
    text-align: justify;
}
.inscription2 a {
    color: #2B2B2B;
}
.inscription2 select {
    padding: 6px 1px;
    margin-left: 2px;
    margin-right: 0;
    float: right;
}
.inscription2 .error-message {
    text-align: center;
    color: #d44457;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 5px;
    max-width: 80%;
    margin: auto;
}
.green-msg {
    color: #29b865 !important;
}
#password-missing input[type=submit] {
    padding: 12px 4%;
    max-height: 41px;
}
i {
    font-style: italic;
    font-size: 12px;
}
@media screen and (min-width: 1000px) {
    #content-responsive2 {
        padding: 0% 6%;
    }
    
    .inscription2 select {
        padding: 5px 0px;
        margin-left: 0px;
    }
    
    .smaller2,
    .smaller {
        font-size: 10px !important;
    }
    
    .no-responsive-hide {
        display: none !important;
    }
    
    html {
        min-width: 1080px;
    }
    
    .sous-cat {
        width: 710px;
        padding-bottom: 3%;
    }
    
    .meganizr .drop-two-columns {
        width: 320px;
    }
    
    .meganizr .drop-three-columns {
        width: 480px;
    }
    
    .meganizr .drop-four-columns {
        width: 640px;
    }
    
    .meganizr .drop-five-columns {
        width: 930px;
    }
    
    .meganizr .drop-six-columns {
        width: 960px;
    }
    
    .meganizr .mzr-full-width>div {
        width: 100%;
    }
    
    .meganizr .one-col {
        width: 140px;
    }
    
    .meganizr .three-col {
        width: 460px;
    }
    
    .meganizr .five-col {
        width: 780px;
    }
    
    .meganizr .six-col {
        width: 940px;
    }
    
    .meganizr .four-col {
        width: 690px;
    }
    
    #onglet0,
    .responsive-visible,
    .search-mobile-nav,
    .mobileNav,
    .search-mobile-nav,
    .message-portrait {
        display: none !important;
    }
    
    header .box-user #list-dropdown a {
        color: #B4B4B4;
        display: block;
    }
    
    header .box-user #list-dropdown p {
        padding: 1%;
    }
    
    header #list-dropdown {
        background-color: #4D4D4D;
        border: 1px solid #2A2A2A;
        color: #f1f1f1;
        z-index: 700;
        padding: 1%;
        float: right;
    }
    
    header #list-dropdown .compte .icon {
        display: block;
        float: right;
        margin-top: 4px;
        margin-left: 3px;
        padding-left: 2px;
        border-left: 1px dotted #2d2d37;
    }
    
    header #list-dropdown ul {
        position: absolute;
        margin-top: 2px;
        background-color: #4D4D4D;
        border: 1px solid #2d2d37;
        z-index: 1500;
        min-width: 120px;
    }
    
    header .box-user #list-dropdown li {
        min-width: 105px;
    }
    
    header .box-user .mpp {
        color: #cacaca;
        display: block;
        text-align: right;
    }
    
    header .box-user .btn {
        float: right;
        max-width: 120px;
    }
    
    header .search-bar .box {
        border: 1px solid #cacaca;
        border-radius: 1px;
        display: inline-block;
        padding: 8px 10px;
    }
    
    header .search-bar .btn {
        display: inline-block;
    }
    
    header .search-bar input {
        margin-left: .8%;
    }
    
    header .search-bar input:first-child {
        margin-left: 0;
    }
    
    header .search-bar .search {
        min-width: 20%;
        width: 48%;
    }
    
    header .search-bar .millesime {
        width: 15%;
        text-indent: 3%;
    }
    
    header #list-dropdown p {
        background-color: #4D4D4D;
        border: 1px solid #2A2A2A;
        color: #f1f1f1;
        float: right;
        padding: 0 2%;
        z-index: 700;
    }
    
    header #list-dropdown a {
        color: #B4B4B4;
        text-indent: 5px;
    }
    
    header {
        top: 0;
    }
    
    #list-dropdown .icon {
        border-left: 0;
        margin-left: 3px;
    }
    
    #list-dropdown li:hover a,
    .box-user #list-dropdown li:hover a {
        color: #f1f1f1;
        font-weight: 400;
    }
    
    .box-user #list-dropdown ul a:hover {
        border-left: 5px solid #d44457;
    }
    
    #left,
    #list-dropdown ul,
    .box-user #list-dropdown ul,
    .search_left,
    .search_middle,
    .search_right {
        display: none;
    }
    
    #list-dropdown:hover ul,
    .box-user #list-dropdown:hover ul {
        cursor: pointer;
        display: block;
    }
    
    .box-user #list-dropdown ul a {
        border-left: 5px solid #4D4D4D;
        padding: 6px 6px 6px 0;
    }
    
    .box-user .small {
        padding: 5px 10px;
    }
    
    .box-user #list-dropdown li {
        border-top: 1px solid #252525;
    }
    
    .box-user #list-dropdown .first {
        border: 0;
    }
    
    .box-user p {
        color: #ABABAB;
    }
    
    .box-user p span {
        color: #fff;
        text-transform: capitalize;
    }
    
    .meganizr,
    .meganizr a,
    .meganizr div,
    .meganizr form,
    .meganizr h3,
    .meganizr h4,
    .meganizr h5,
    .meganizr img,
    .meganizr input,
    .meganizr li,
    .meganizr p,
    .meganizr textarea,
    .meganizr ul {
        margin: 0;
        padding: 0;
    }
    
    .logo-responsive {
        color: #fff;
        text-align: left;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
    
    .slicknav_menu p {
        color: #fff;
        text-align: left;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        float: left;
        font-size: 35px;
        margin-left: 10px;
    }
    
    .meganizr {
        font-size: 13px;
    }
    
    .meganizr .two-col a {
        color: #525252;
    }
    
    .meganizr li a:hover {
        color: #525252;
    }
    
    .mzr-content li a {
        color: #494949;
    }
    
    .meganizr {
        position: relative;
        z-index: 500;
        clear: both;
        width: 100%;
    }
    
    .meganizr:after,
    .meganizr:before {
        content: '';
        clear: both;
    }
    
    .second-title-nav {
        font-weight: 100;
        color: #d44457;
        font-size: 18px;
    }
    
    .meganizr>li {
        position: relative;
        display: block;
        float: left;
    }
    
    .mzr-content {
        background-color: transparent!important;
        border: 0!important;
        border-top: 1px solid #e1e1e1!important;
    }
    
    .sous-cat-customizeDELETE btn {
        color: #fff;
    }
    
    .meganizr>li.mzr-full-width {
        position: static;
    }
    
    .meganizr>li.mzr-align-right {
        float: right;
        border-right: 0;
        border-left: 1px dotted #ccc;
    }
    
    .second-cat {
        font-weight: 100;
        color: #d44457;
        font-size: 18px;
        padding-bottom: 5px!important;
    }
    
    .min-cat {
        background-color: #f1f1f1;
        font-weight: 700;
        color: #646464;
        padding: 3px!important;
    }
    
    .meganizr>li>a {
        display: inline-block;
        z-index: 550;
        padding: 10px 18px;
        text-transform: uppercase;
        color: #525252;
    }
    
    .meganizr>li>a:hover {
        color: #d44457;
    }
    
    .meganizr>li>a:active {
        color: #525252;
    }
    
    .meganizr>li.mzr-drop:hover>a,
    .meganizr>li.mzr-drop>a.mzr-click {
        z-index: 650;
    }
    
    .meganizr>li.mzr-home-dark>a,
    .meganizr>li.mzr-home-light>a {
        text-indent: -9999px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .meganizr>li>div,
    .meganizr>li>ul,
    .meganizr>li>ul li>ul {
        position: absolute;
        z-index: 600;
        padding: 0;
        top: 37px;
        left: -1px;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        background-color: #fff;
        border: 1px solid #e1e1e1;
    }
    
    .drop-five-columns {
        background-color: transparent;
    }
    
    .meganizr>li.mzr-align-right>div {
        left: auto;
        right: -1px;
    }
    
    .mzr-slide>li>div,
    .mzr-slide>li>ul,
    .mzr-slide>li>ul li>ul {
        top: 88px;
    }
    
    .mzr-slide>li.mzr-drop:hover>div,
    .mzr-slide>li.mzr-drop:hover>ul,
    .mzr-slide>li>ul li.mzr-drop:hover>ul {
        top: 37px;
        opacity: 1;
        overflow: visible;
        visibility: visible;
    }
    
    .meganizr>li.mzr-drop:hover>div,
    .meganizr>li.mzr-drop:hover>ul,
    .meganizr>li>ul li.mzr-drop:hover>ul,
    .mzr-fade>li.mzr-drop:hover>div,
    .mzr-fade>li.mzr-drop:hover>ul,
    .mzr-fade>li>ul li.mzr-drop:hover>ul {
        opacity: 1;
        overflow: visible;
        visibility: visible;
    }
    
    .meganizr .five-col,
    .meganizr .four-col,
    .meganizr .one-col,
    .meganizr .six-col,
    .meganizr .three-col,
    .meganizr .two-col {
        float: left;
        padding: 3px;
    }
    
    .meganizr .mzr-full-width .one-col {
        width: 14%;
    }
    
    .meganizr .mzr-full-width .two-col {
        width: 30.6664%;
    }
    
    .meganizr .mzr-full-width .three-col {
        width: 47.3328%;
    }
    
    .meganizr .mzr-full-width .four-col {
        width: 63.9992%;
    }
    
    .meganizr .mzr-full-width .five-col {
        width: 80.6656%;
    }
    
    .meganizr .mzr-full-width .six-col {
        width: 97.332%;
    }
    
    .meganizr .mzr-full-width .five-col,
    .meganizr .mzr-full-width .four-col,
    .meganizr .mzr-full-width .one-col,
    .meganizr .mzr-full-width .six-col,
    .meganizr .mzr-full-width .three-col,
    .meganizr .mzr-full-width .two-col {
        margin: 1.2d2d372%;
    }
    
    .meganizr>li>ul,
    .meganizr>li>ul li>ul {
        width: 200px;
    }
    
    .meganizr.mzr-fade>li>ul li.mzr-drop>ul,
    .meganizr>li>ul li.mzr-drop:hover>ul {
        top: -11px;
    }
    
    .meganizr>li>ul li {
        position: relative;
    }
    
    .meganizr>li>ul li>ul {
        position: absolute;
        left: 100%;
    }
    
    .meganizr>li.mzr-align-right>ul {
        left: auto;
        right: 0;
    }
    
    .meganizr>li>ul li.mzr-align-left>ul {
        position: absolute;
        left: auto;
        right: 105%;
    }
    
    .meganizr>li>ul a {
        display: block;
        line-height: 38px;
        border-bottom: 1px dotted #e1e1e1;
        color: #5e5e5e;
    }
    
    .meganizr>li>ul li:last-child a {
        border: 0;
    }
    
    .mzr-drop .onglet {
        cursor: default;
        border-left: 1px solid #eee;
        box-shadow: -1px 0 0 #e0e0e0;
    }
    
    .cat span {
        text-align: right;
    }
    
    .mzr-content {
        background-color: transparent;
        border: 0;
    }
    
    .mzr-drop:hover {
        background: #fff;
    }
    
    .meganizr .two-col {
        width: 170px;
        float: none;
    }
    
    .meganizr .four-col {
        float: left;
        margin: 10px;
    }
    
    .cat {
        border-bottom: 1px dotted #E1E1E1;
        color: #5E5E5E;
        display: block;
        line-height: 38px;
        text-shadow: 0 1px 1px #fff;
        text-indent: 8px;
    }
    
    .cat span,
    .sous-cat {
        display: none;
    }
    
    .sous-cat {
        box-shadow: 0 0 5px #cecece;
    }
    
    .select-menu1:hover .cat span,
    .select-menu2:hover .cat span,
    .select-menu3:hover .cat span,
    .select-menu4:hover .cat span,
    .select-menu5:hover .cat span,
    .select-menu6:hover .cat span,
    .select-menu7:hover .cat span {
        display: inline;
        color: #d44457;
    }
    
    .select-menu1:hover .cat,
    .select-menu2:hover .cat,
    .select-menu3:hover .cat,
    .select-menu4:hover .cat,
    .select-menu5:hover .cat,
    .select-menu6:hover .cat,
    .select-menu7:hover .cat {
        color: #d44457;
        cursor: default;
        z-index: 900;
        position: relative;
        background-color: #f1f1f1;
    }
    
    .sous-cat-customizeDELETE a {
        display: block;
    }
    
    .sous-cat-customizeDELETE {
        float: left;
    }
    
    .sous-cat-customizeDELETE tr:hover {
        background-color: #F3F3F3;
    }
    
    .sous-cat-customizeDELETE-large {
        float: left;
        width: 95%;
        padding: 0 2%;
    }
    
    .middle {
        border-left: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
    }
    
    .select-menu1,
    .select-menu2,
    .select-menu3,
    .select-menu4,
    .select-menu5,
    .select-menu6,
    .select-menu7 {
        border-left: 5px solid #fff;
        box-shadow: -1px 0 0 #cacaca;
    }
    
    .select-menu7 {
        border-bottom: 1px solid #cacaca;
        max-width: 177px;
    }
    
    .select-menu7 .cat {
        border-bottom: 0;
    }
    
    .select-menu1:hover,
    .select-menu2:hover,
    .select-menu3:hover,
    .select-menu4:hover,
    .select-menu5:hover,
    .select-menu6:hover,
    .select-menu7:hover {
        border-left: 5px solid #d44457;
    }
    
    .select-menu1 .cat,
    .select-menu2 .cat,
    .select-menu3 .cat,
    .select-menu4 .cat,
    .select-menu5 .cat,
    .select-menu6 .cat,
    .select-menu7 .cat {
        background-color: #fff;
    }
    
    .select-menu1:hover .sous-cat,
    .select-menu2:hover .sous-cat,
    .select-menu3:hover .sous-cat,
    .select-menu4:hover .sous-cat,
    .select-menu5:hover .sous-cat,
    .select-menu6:hover .sous-cat,
    .select-menu7:hover .sous-cat {
        display: block;
        background-color: #fff;
        padding: 10px 20px;
        position: absolute;
        margin-left: 177px;
        min-height: 293px;
    }
    
    .select-menu1:hover .sous-cat {
        margin-top: -45px;
    }
    
    .select-menu2:hover .sous-cat {
        margin-top: -90px;
    }
    
    .select-menu3:hover .sous-cat {
        margin-top: -135px;
    }
    
    .select-menu4:hover .sous-cat {
        margin-top: -180px;
    }
    
    .select-menu5:hover .sous-cat {
        margin-top: -225px;
    }
    
    .select-menu6:hover .sous-cat {
        margin-top: -270px;
    }
    
    .select-menu7:hover .sous-cat {
        margin-top: -315px;
    }
    
    .mzr-responsive .icon {
        color: #666;
    }
    
    .home {
        border-top: 5px solid #fff;
    }
    
    .two-col {
        border-right: 1px solid #cacaca;
    }
    
    .mzr-levels li,
    .two-col {
        max-height: 38px;
        padding: 3px;
        text-indent: 8px;
    }
    
    .mzr-levels li {
        border-left: 5px solid #fff;
    }
    
    .mzr-levels li:hover {
        border-left: 5px solid #d44457;
        background-color: #f1f1f1;
    }
    
    .mzr-drop {
        border-top: 3px solid #fff;
    }
    
    .mzr-drop:hover {
        border-top: 3px solid #d44457;
        position: relative;
        z-index: 700;
    }
    
    .mzr-content {
        position: relative;
        z-index: 600;
    }
    
    .mzr-content:hover .meganizr li a {
        color: #d44457;
    }
    
    .lots span {
        border-right: 1px solid #cacaca;
        margin-right: 5px;
        padding-right: 5px;
        color: #2d2d37;
    }
    
    .icon-square,
    .icon-square-all {
        padding-right: 0!important;
        border-right: 0!important;
    }
    
    .tags a {
        padding: 0 2px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        float: right;
        margin-top: 3px;
    }
    
    .sales_tables .red,
    .sous-cat-customizeDELETE .red {
        border-right: 3px solid #d44457;
        padding-right: 4px;
    }
    
    .sales_tables .blue,
    .sous-cat-customizeDELETE .blue {
        border-right: 3px solid #2980b9;
        padding-right: 4px;
    }
    
    .sales_tables .green,
    .sous-cat-customizeDELETE .green {
        border-right: 3px solid #16a085;
        padding-right: 4px;
    }
    
    .color1 {
        background-color: #f1f1f1;
    }
    
    .select-menu5 .sous-cat-customizeDELETE ul {
        width: 21%;
    }
    
    .tags {
        float: right;
        border-right: 0;
        text-transform: uppercase;
        font-size: 10px;
    }
    
    .select-menu1 .cat a,
    .select-menu2 .cat a,
    .select-menu3 .cat a,
    .select-menu4 .cat a,
    .select-menu5 .cat a,
    .select-menu6 .cat a {
        cursor: default;
        display: block;
    }
    
    .select-menu1 {
        margin-top: 3px;
    }
    
    .select-menu7 .cat a {
        display: block;
    }
    
    .sous-cat-customizeDELETE .last {
        padding-right: 0;
        margin-right: 0;
        border: 0;
    }
    
    
    div.royal_tab.sliding>div.tabs>div.scroller {
        position: relative;
        left: 0!important;
        right: 0!important;
        display: block;
    }
    
    footer ul {
        margin-left: 0!important;
    }
    
    nav a {
        cursor: auto;
    }
    
    :focus {
        outline: 0;
    }
    
    .search-mobile,
    .version-mobile,
    .sliding_menu {
        display: none;
    }
    
    .search-pc {
        display: block;
    }
    
    .slicknav_menu {
        display: none;
    }
    
    .mzr-levels li,
    .two-col {
        text-indent: 0;
        max-height: none;
    }
    
    .mzr-drop:hover,
    .mzr-drop {
        border-left: none;
        border-top: 1px;
    }
    
    .royal-mob {
        min-width: 980px;
    }
}
@media screen and (max-width: 480px) {
    .ancre {
        display: none;
    }

    div.royal_tab>div.views>div.scroller>div { display:block !important;}
}
label {
    margin-right: 20px;
}
input[type=checkbox].css-checkbox,
input[type=radio].css-radio {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=checkbox].css-checkbox + label.css-label,
input[type=radio].css-radio + label.css-label-radio {
    padding-left: 31px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}
input[type=checkbox].css-checkbox:hover + label.css-label,
input[type=radio].css-radio:hover + label.css-label-radio {
    background-position: 0 -52px;
}
input[type=checkbox].css-checkbox:checked + label.css-label,
input[type=radio].css-radio:checked + label.css-label-radio {
    background-position: 0 -26px;
}
label.css-label {
    background-image: url(/spring_modules/template/img/item/CheckBox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.css-label-radio {
    background-image: url(/spring_modules/template/img/item/RadioBox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.icon-arrow-right {
    background-color: transparent !important;
}
.bg-color {
    background-color: #ECECEC !important;
    padding: 10px;
    box-sizing: border-box;
}
footer .bg-color {
    background-color: transparent !important;
    min-height: 0;
    padding: 0;
}
#step2 .bgred,
#step2 .bgblue {
    display: block !important;
}
#idw-anim p {
    margin-top: 20px !important;
}
#content-responsive2 {
    max-width: 1500px !important;
    padding: 0 3%;
    box-sizing: border-box;
    margin: auto !important;
    padding-top: 150px;
}
.site-map {
    padding-left: 40px;
}
body {
    font-size: 1.4rem;
    font-family: 'Roboto', sans-serif;
    color: #2c343b;
    margin: 0;
}
.wrapper-for-old-site {
    padding: 0 3%;
    box-sizing: border-box;
    min-width: 320px;
    max-width: 1500px;
    margin: auto;
}
.material-icons,
.icon-logoidealwine,
#idw-anim .icon, .annonce-emploi .icon-bullhorn {
    display: none;
}
.result-bar .clear,
.redline, .style-idw {
    display: none;
}

div.royal_tab>div.tabs,
div.royal_tab>div.tabs1,
div.royal_tab>div.tabs>div.scroller,
div.royal_tab>div.tabs1>div.scroller,
div.royal_tab>div.tabs>div.scroller>ul>li,
div.royal_tab>div.tabs1>div.scroller>ul>li {
    background-color: #d44457 !important;
}
div.royal_tab>div.tabs>div.scroller>ul>li.active,
div.royal_tab>div.tabs1>div.scroller>ul>li.active {
    background-color: #EE5E71 !important;
}
.wrapper-for-old-site p {
    padding: 5px 0;
}
.wrapper-for-old-site p,
.wrapper-for-old-site li,
.wrapper-for-old-site h2 {
    font-size: 1.5rem;
    box-sizing: border-box;
    font-weight: 400;
}
#menu-myidealwine li:last-of-type {
    border-right: none;
}
.wrapper-for-old-site h1 {
    font-size: 2.5rem;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.3;
}
.wrapper-for-old-site {
    min-height: 700px;
}
#royal-mob {
    width: 100%;
}
#titreNote { font-size: 4rem;}

.btn {
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: .8em 1.4em;
    border: none;
    color: #fff !important;
    transition: .2s;
    text-transform: uppercase;
}


.modif-tmp { text-shadow: none !important;}
.group td {    line-height: 1.8em !important;
    padding: 4px 10px !important;}
.number2 { color: #d44457 !important; }

.Fgris { background: #2d2d37 !important; color: #fff;} 
.Fgris a {color: #fff; padding-left: 10px; display: inline-block; width: 100%;}

.Fgris td p { color: #fff;}
fieldset { border: none !important; }
.geometric { display: none !important;}
.title-lightbox {
    text-align: center;
    font-size: 2.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    display: block;
}
.inscription2 .clear1:first-of-type{
    border: 0;
    height: 1px;
    margin: 2rem 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.fancybox-skin table { max-width: 400px;}
footer .bg-color {
    background-color: rgba(255, 255, 255, 0.07) !important;
}

.promo-banner-02 { position: relative; clear: both;}


.ancre2, .path2, .path3, .path4, .icon-bottle2 .path1:before { display: none;}

#step2 .bgred, #step2 .bgblue { height: auto !important;}

.wrapper-for-old-site .icon-bell { font-family: 'Idealwine' !important;}
#target-to-sell-tag .owl-item h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
    font-weight: 400;}


.wrapper-for-old-site #target-to-sell-tag p, .wrapper-for-old-site li, .wrapper-for-old-site h2 { list-style-type:none; } 

 .target-to-sell .owl-controls .owl-page span {
    display: block;
    width: 30px !important;
    height: 12px !important;
    margin: 5px 0 5px 3px !important;
    filter: Alpha(Opacity=50);
    opacity: .5;
    background: #2d2d37 !important;
    border-radius: 0 !important;
}


figure a:hover .icon-search {
    color: #fff;
    font-size: 16px !important;
    background-color: #bd2a30;
    display: block;
    padding: 10px;
    position: absolute;
    max-width: 30px !important;
    max-height:30px !important;
}

.wrapper-for-old-site .icon-truck, .wrapper-for-old-site .icon-shop, .wrapper-for-old-site .icon-lock {font-family: 'Idealwine', sans-serif !important;}

/*.hidden-first input:first-of-type, .hidden-first label:first-of-type { displ} */

div.royal_tab>div.tabs>a.dropdown_menu>ul>li.active, div.royal_tab>div.tabs>a.dropdown_menu>ul>li:hover, div.royal_tab>div.tabs1>a.dropdown_menu>ul>li.active, div.royal_tab>div.tabs1>a.dropdown_menu>ul>li:hover{ background-color:#d44457 !important; }

.inscription2 .pbio {
    text-align: left !important;
    padding-top: 10px;
}

.display-grid #result-item img { min-width: 100%; vertical-align: middle;}
.display-grid #result-item .cadre { min-height: 279px; background-color:#F3F3F3; }
.display-grid #result-item h2 { width: auto;  height: 35px; overflow: hidden !important; }
.display-grid #result-item .truncatetype {white-space: normal !important;}
.display-grid #result-item .col { margin: 0; padding: 5px;}
.display-grid #result-item .clear2 {height: 1rem;}
.display-grid #result-item { overflow: hidden; box-sizing: border-box; margin-left: 10px; margin-top: 10px; max-width: 240px; display: inline-block !important; float: none !important;}
.display-grid h2 span {left: 5px;}

#formCartData .button-flat {float: right;}
#formCartData .button-flat:last-of-type {margin-left: 10px;}
#formCartData .input {padding-right:1.4rem !important;    background: #2d2d37;}

#content-hidden9 .btn, #content-hidden4 .btn { font-size:1.3rem !important;}
input[type="submit" i] { padding: 16px;}

.style-a a {
	font-weight: bold;
    text-decoration: underline;
    color: #474751;
}
.style-a h1 {
	margin-bottom:15px;	
}
.style-a p {
	line-height:1.5;
	margin-bottom:10px;
}
.style-a h2 {
	font-weight: bold;
    font-size: 1.6rem;
    color: rgba(50,50,50,1.00);
    margin: 0;
	margin-bottom:10px;	
}	