body{font-family: "Helvetica neue",Roboto,Helvetica,Arial,sans-serif;font-size:12px;background-color:#f5f5f5;color:#303030;margin:0;}
#calendrierdebut, #calendrierfin{position:absolute;z-index:99;}
a{font-weight:normal;color:#004080;text-decoration:none;font-size:14px}
p {font-size: 14px; }
.ppcontainer {
  display: flex;
  flex-wrap: wrap;
}
.pprp{  font-weight: 500; padding-left:5px   ;margin-top:5px ;font-size: 18px; margin-bottom:5px ;  }
.ppcontainer p {
  width: 45%; /* Adjust width as needed */
  margin: 5px;
}
.ppcontainer p:nth-child(odd) {
  text-align: left;
}
.ppcontainer p:nth-child(even) {
  text-align: right;
}
.thumb2-down:hover,
.thumb2-up:hover {
  background: none; 
  color: inherit;
 }
 .yesvotebtnarea .button:hover,
 .novotebtnarea .button:hover{
   background: none; 
  color: inherit;
  }
.votebox2{width:90%;cursor:default}
.button-container2 .button svg{width:24px;height:24px}
.button-container2 .yesvotebtnarea, .button-container2 .novotebtnarea{height:30px;cursor:pointer;border-radius:10px;text-align:left;display:flex;align-items:center;justify-content:left;border: 1px solid #CCCCCC;padding-left:5px;padding-right:5px;margin-left:5px;margin-right:5px;padding-top:0;padding-bottom:0}
.button-container2 .yesvotebtnarea:hover {border:1px solid green;}
.button-container2 .novotebtnarea:hover{border:1px solid red;}
.button-container2 .button{border-color:1px solid #cccccc;width:24px;height:24px;padding-left:5px;padding-right:5px;background-color:#ffffff;border-radius:10%;color:#fff;font-size:24px;cursor:pointer;transition:background-color .3s}
.button-container2 .button.active{background-color:#ffffff}
.button-container2 .yesvote, .button-container2 .novote {margin-right:5px} 
.button-container2 {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; 
}
.feedbackvote {
  flex: 0 1 auto;
  margin-right: 10px; 
  margin-bottom: 0; /
}
@media screen and (max-width: 768px) {
.logomobilec h2{font-size:16px}
  .feedbackvote {
    flex: 1 0 100%; /* Force it to take up the full width */
    margin-right: 0; /* Remove margin-right for better alignment */
    margin-bottom: 8px; /* Add spacing below for separation */
  }
}
.votebox .checkbox-container {
    display: flex;            
    align-items: center;     
    gap: 5px;                 
}

.votebox input[type="checkbox"] {
    margin: 0;                
    padding: 0;               
    width: auto;             
    height: auto;             
}

.votebox #privacy-policy {
    margin: 0;                
    padding: 0;               
    font-size: 14px;         
    color: #555;              
    white-space: nowrap;      
    display: block;           
    width: 100%;              
}
   .votebox #token-message {
        font-size: 14px;
        color: #000;
        margin-top: 5px;
    }
    
    
   .votebox .button-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 20px auto;
        max-width: 300px;
    }

   .votebox .button {
        background-color: #376ea6;
        border: none;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.3s;
    }

   .votebox .button svg {
        width: 30px;
        height: 30px;
    }

   .votebox .feedback-message {
        text-align: center;
        margin-top: 0px;
        font-size: 16px;
        color: #27ae60;
            font-weight: 400; 
           display: block; 
    opacity: 1;
    }
    
       .votebox .feedback-message2 {
        text-align: center;
        margin-top: 0px;
        font-size: 16px;
        color: red;
           display: block; 
    opacity: 1;
   font-weight: 400; 
    }

  .votebox  #vote-form-container {
        display: none;
        margin: 5px auto;
        max-width: 400px;
        padding: 5px;
        background-color: #f9f9f9;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

   .votebox #vote-form {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

   .votebox label {
        font-size: 14px;
        color: #333;
    }

  .votebox input,
.votebox textarea {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

  .votebox  textarea {
        resize: none;
        height: 100px;
    }

  .votebox  button[type="submit"] {
        background-color: #27ae60;
        color: #fff;
        font-size: 16px;
        border: none;
        border-radius: 4px;
        padding: 12px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

  .votebox  button[type="submit"]:hover {
        background-color: #1e874d;
    }
    
    .votebox label {
   
text-align:left;
}

    @media (max-width: 768px) {
      .votebox  #vote-form-container {
            width: 90%;
        }
.ecoupondetails{font-size:13px}
    }
.faq-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
.faq-container h2 {
            text-align: center;
           
margin-bottom:5px;
        }
details {
            background-color: #fff;
            
            border-radius: 5px;
            margin-bottom: 10px;
border-bottom: 1px solid #CCCCCC;
        }
        
details > summary {
    list-style-type: none;
}
details > summary::-webkit-details-marker {
    display: none;
}
details > summary::before {
    content: '+';
     margin-right: 5px; 
}
details[open] > summary::before {
    content: '-';
     margin-right: 8px; 
}        
summary {
            padding: 15px;
            font-size: 18px;
            cursor: pointer;
            background-color: #FFFFFF;
          
            border-radius: 5px;
        }
summary:hover {
            background-color: #FFFFFF;
        }
.faq-container  p {
            padding: 15px;
            margin: 0;
            font-size: 14px;
            background-color: #FFFFFF;
           
        }
 @media (max-width: 768px) {
 .faq-container  p {  font-size: 12px; }
.faq-container {
                padding: 10px;
            }
summary {
                font-size: 14px;
            }
        }
.smalltxt{font-size:13px;}
.responsivexpire{display:none;}
.responsivesep{display:inline;}
a:visited{font-weight:normal;color:#004080;text-decoration:none}
a:hover{font-weight:normal;color:#004080;text-decoration:underline}
.storelink a{font-size:12px;text-decoration:none}
.hpoffermea h1{white-space: normal;text-overflow: clip}
.flotantg  h1{white-space: normal;text-overflow: clip}
.activeproductsale{color:#e50000;font-weight: 700;}
.expiredproductsate{color:#999;font-weight: 600;}
.product-price { font-size: 20px; color: #555;margin-bottom:5px;}
.product-crossed-out {text-decoration: line-through;color: #000000;margin-right:5px;}
.product-new-price {  margin-right:5px;}
.product-discount {color: #444;font-weight: 600;}
h1 {font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 25px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px;	padding:0px 0px 0px 0px;margin-top:5px;margin-bottom:5px;white-space: nowrap;text-overflow: ellipsis }
h2 { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 26px;	padding:0px 5px 0px 5px;margin-top:5px;margin-bottom:5px ;white-space: normal;text-overflow: clip}
h3 { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 19px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 21px;	padding:0px 5px 0px 5px;margin-top:5px;margin-bottom:5px ;white-space: normal;text-overflow: clip}
.alphabox{width:auto;background-color:#efefef;text-align:center;height:auto;padding:15px;margin-bottom:10px}
.similarelement{width:100%}
.similarcontainer{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}
.similarcontainer > div{flex:50%;box-shadow:0;margin-bottom:10px}
.textontheleft{text-align:left}
.button-container{text-align:center;display:flex;align-items:center;justify-content:center}
#thumb-up-button .icon, #thumb-down-button .icon{color:white}
#shareIconContainer {position:relative;display:flex;align-items:center;justify-content:center;width:35px;height:35px;background-color:#fff;border-radius:50%;transition:background-color 0.3s;cursor:pointer;}
#shareIconContainer:hover {background-color:#f0f0f0;}
#shareIconContainer svg {fill:#818589;width:60%;height:60%;transition:fill 0.3s;}
#shareIconContainer:hover svg {fill:#000;}
#shareIconContainer::before {content:attr(data-share);position:absolute;left:70%;bottom:110%;transform:translateX(-50%);white-space:nowrap;background-color:#000;color:#fff;padding:4px;border-radius:8px;opacity:0;transition:opacity 0.3s;pointer-events:none;z-index:99999;overflow: visible; }
#shareIconContainer:hover::before {opacity:1;}
.button svg{width:24px;height:24px}
.button:hover{ background-color:#34b4db;}
.button{width:40px;height:40px;background-color:#376ea6;border:none;border-radius:50%;color:white;font-size:24px;cursor:pointer;margin:10px;transition:background-color 0.3s;}
.shake{animation:shake 0.5s;}
@keyframes shake{0%,100%{transform:translateX(0);}10%,30%,50%,70%,90%{transform:translateX(-5px);}20%,40%,60%,80%{transform:translateX(5px);}}
.button.active{background-color:#376ea6}
#feedback-text{font-size:16px;color:#000;}
.animateworkingoffer { animation: fadeInAndEnlarge 2s forwards; } 
@keyframes fadeInAndEnlarge { 0% {  font-size: 14px; font-weight: normal; } 100% {  font-size: 16px; font-weight: normal; } }
.feedback-message{text-align:center;font-size:20px;color:#000;margin-top:10px;opacity:0;animation:fadeIn 2s}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.limited-lines{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.discountcalculator form{text-align:left}.discountcalculator label{display:block;margin-top:10px;font-size:14px}.discountcalculator input[type="number"]{width:100px;margin:5px;padding:5px}.discountcalculator input[type="text"]{width:100px;margin:5px;padding:5px;font-weight:bold}
.startingfrom{overflow-wrap: break-word;font-size: 16px;font-weight:normal;text-align:center; text-transform: uppercase;word-break: break-word}
.startingfromb{padding-top:10px;overflow-wrap: break-word;font-size: 18px;font-weight:normal;text-align:center; text-transform: uppercase;word-break: break-word}
.startingfromcl1{overflow-wrap: break-word;font-size: 16px;font-weight:normal;text-align:center;color:#376ea6;}
.startingfromcl2{overflow-wrap: break-word;font-size: 16px;font-weight:normal;text-align:center;color:#000000;}
.startingfromcl3{overflow-wrap: break-word;font-size: 16px;font-weight:normal;text-align:center;color:#4e4e4e;}


@media all and (max-device-width: 720px){
.product-price { font-size: 18px; color: #555;margin-bottom:5px;}
.product-crossed-out {text-decoration: line-through;color: #000000;margin-right:5px;}
.activeproductsale{color:#e50000;font-weight: 700;}
.expiredproductsate{color:#999;font-weight: 600;}
.product-new-price { margin-right:5px;}
.product-discount {color: #444;font-weight: 600;}

.startingfrom{overflow-wrap: break-word;font-size: 16px;font-weight:normal;text-align:center; text-transform: uppercase;word-break: break-word}
.startingfromb{padding-top:10px;overflow-wrap: break-word;font-size: 16px;font-weight:normal;text-align:center; text-transform: uppercase;word-break: break-word}
.startingfromcl1{overflow-wrap: break-word;font-size: 16px;font-weight:normal;text-align:center;color:#376ea6;}
.startingfromcl2{overflow-wrap: break-word;font-size: 16px;font-weight:normal;text-align:center;color:#000000;}
.startingfromcl3{overflow-wrap: break-word;font-size: 16px;font-weight:normal;text-align:center;color:#4e4e4e;}
}

@media all and (max-device-width: 640px){
.responsivesep{display:none}
.responsivexpire{display:inline;}
.startingfromb{padding-top:10px;overflow-wrap: break-word;font-size: 16px;font-weight:normal;text-align:center; text-transform: uppercase;word-break: break-word}
.startingfrom{overflow-wrap: break-word;font-size: 15px;font-weight:normal;text-align:center; text-transform: uppercase;word-break: break-word}
.startingfromcl1{overflow-wrap: break-word;font-size: 15px;font-weight:normal;text-align:center;color:#376ea6;}
.startingfromcl2{overflow-wrap: break-word;font-size: 15px;font-weight:normal;text-align:center;color:#000000;}
.startingfromcl3{overflow-wrap: break-word;font-size: 15px;font-weight:normal;text-align:center;color:#4e4e4e;}
}

@media all and (max-device-width: 320px){
.startingfromb{padding-top:10px;overflow-wrap: break-word;font-size: 16px;font-weight:normal;text-align:center; text-transform: uppercase;word-break: break-word}
.startingfrom{overflow-wrap: break-word;font-size: 14px;font-weight:normal;text-align:center; text-transform: uppercase;word-break: break-word}
.startingfromcl1{overflow-wrap: break-word;font-size: 14px;font-weight:normal;text-align:center;color:#376ea6;}
.startingfromcl2{overflow-wrap: break-word;font-size: 14px;font-weight:normal;text-align:center;color:#000000;}
.startingfromcl3{overflow-wrap: break-word;font-size: 14px;font-weight:normal;text-align:center;color:#4e4e4e;}
}

.clkbleh{cursor:pointer;font-size:13px}
.stdescrh{font-size:14px}
.blocmidr9h{width:100%;float:left;background-color:#d3d3d3;border-bottom:3px solid #d3d3d3;height:35px;font-weight:bold;padding-left:10px;line-height:35px;overflow:hidden}
.filteredbox{display:none;background-color: #fff2ac;    background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%)}
.resetfilters{background-color: #ffffff;text-align:center}
.btnflatgrislargvarb {width:auto;padding-left:10px;padding-right:10px }
.favcouponend {position:relative;margin-left:10px;float:left;width:27px;height:27px}
.searchfieldquest{background-color:#fff;height:25px;font-size:15px;width:250px;padding:3px;text-shadow:0 1px 0 #fff;outline:none;border:0}
.ie8 .searchiconm{background: url(/dependances/images/magnifier2.png) no-repeat;background-size: 36px 36px;background-position: center center;}
.searchiconm{background: url(/dependances/images/magnifier.png) no-repeat;background-size: 36px 36px;background-position: center center;}
.boxsearchm{background-color:white;width:100%;height:100%;position:fixed;z-index:9999999;display:none;}
.bluebar { width:100%;height:50px;background-color:#376ea6;box-sizing:border-box;overflow:hidden }
.boxresult{height:100%;width:100%;box-sizing:border-box;overflow:auto;padding:0
}
.searchboxi{height:50px;overflow:hidden}
   .btmv3{background: url(/dependances/images/back.png) no-repeat;	background-size: 35px 35px;background-position: center center;
   width:50px; height:50px;cursor:pointer;float:left}
  .haut1ca input[type=search]{
   -moz-appearance: none;/* older firefox */
   -webkit-appearance: none; /* safari, chrome */
   appearance: none; /* rest */
background-color:#fff;height:31px;font-size:15px;width:253px;padding:3px;text-shadow:0 1px 0 #fff;outline:none;border:0
}
.gotoonlinestore a:link {
    color: #457ed0;font-size:1.em;text-decoration:none;
}
.zminipica{width:60px;height:45px}
.zminipicb{width:80px;height:60px}
.gotoonlinestore a:visited {
    color: #457ed0;font-size:1.em;text-decoration:none;
}

.gotoonlinestore a:hover {
    color: #4567d0;font-size:1.em;text-decoration:none;
}

.gotoonlinestore a:active {
    color: #457ed0;font-size:1.em;text-decoration:none;
}
.signupbtn:hover{background-color:white;color:#376ea6}
.signupbtn2{background-color:white;color:#376ea6}
.signupbtn3{color:white;}
.signupbtn{cursor:pointer;font-weight:bold;float:right;border:1px #ffffff solid;border-radius:4px;padding:10px;margin-right:15px;margin-top:7px}
.countrypos{margin-top:8px;}
.countryposb{vertical-align:middle}
.mybreadcrumbs {

}
.mybreadcrumbs ul{
  margin: 0;
  padding: 0;
 white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  list-style: none;
}
#breadcrumbs-one{
  background: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
   width: 100%;
 }
.mybreadcrumbs ul::-webkit-scrollbar {
  display: none; }
   .mybreadcrumbs::-webkit-scrollbar {
  display: none; }
#breadcrumbs-one li{
 display: inline-block;
}

#breadcrumbs-one a{
  padding: .7em 1em .7em 2em;
 display: inline-block;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);  
}

#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover{
  background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}
#breadcrumbs-one a::after{ 
  z-index: 2;
  border-left-color: #ddd;  
}
#bgmodalbparnerconsent{display:initial;width:100%;position:fixed;z-index:9999999;height:100%;background:rgba(0,0,0,.5)}
#avertissementcookiesbptconsent{display:initial;border-radius:15px;padding:20px;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);box-sizing:border-box;text-align:center;background:#f0f0f0;box-shadow:0 4px 8px 0 rgba(0,0,0,.2) , 0 6px 20px 0 rgba(0,0,0,.19);height:auto;border-top:2px solid #dedede;border-right:2px solid #dedede;border-left:2px solid #dedede;border-bottom:2px solid #dedede;position:fixed;z-index:9999999;display:none}@media all and (max-width:30em){#avertissementcookiesbptconsent{display:initial;min-width:0;width:95%}}
.messagecookieptconsent{max-width:400px}.cookiebtn{margin-top:10px}
#breadcrumbs-one a::before{
  border-left-color: #ccc;  
  right: -1.1em;
  z-index: 1; 
}

#breadcrumbs-one a:hover::after{
  border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;  
}
.alphabox a{ font-size:1.2em;color:#376ea6;float:left;display:block;padding:5px 5px;min-width:15px;height:15px;background-color:#ffffff;border: solid 1px #376ea6;margin-right:20px ;margin-top:10px;margin-bottom:10px}
.alphabox a:hover{text-decoration:none;background-color:#376ea6;color:#ffffff;}
.alphabox .morewideletter { min-width:60px;text-align:center }
.alphabox  .letterselected{background-color:#376ea6;color:#ffffff;text-decoration:none;}
 .storeguides{max-width:100%}
 .prettywhite{background: rgba(0, 0, 0, 0.5);}
 .boxuser {
width:320px;height:80px;position:fixed;background-color:#376ea6;right:0;bottom:100px;color:#ffffff; text-transform: uppercase;
-webkit-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.55);
box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.55);
display: table;
z-index:9999;
}
.boxusera {
width:20%;text-align:center; font-size:3em;font-weight:bold;display: table-cell;
    vertical-align: middle; padding: 5px 5px 5px 5px;
}

.boxuserb {
width:80%;text-align:center; font-size:1.2em;display: table-cell;
    vertical-align: middle;padding: 1px 1px 1px 1px;
}
 .twobtncpandcode{width:100%;clear:both;text-align: center;}
  .twobtncpandcodeb{width:100%;clear:both;text-align: center;}
  .pressbackmobilearea{
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
  cursor:pointer;border-style: solid;border-color:#376ea6;border-width:1px;background-color:#FFFFFF;width:90%;margin-left:auto;margin-right:auto;text-align:center;padding-left:10px;padding-right:10px;padding-bottom:5px;padding-top:5px;
 overflow:hidden;white-space: nowrap;text-overflow: ellipsis;
  }
    .pressbackmobilearea a{  font-size:20px;color:#376ea6;text-decoration:none; overflow:hidden;white-space: nowrap;text-overflow: ellipsis; }
 .pressbackmobileareab{line-height:40px;display: block;height:100%;width:100%;text-decoration:none;color:#376ea6;}
 .boldmobileareacp{font-weight:bold;}
 .alreadyseencoupon{-webkit-filter: grayscale(70%);    filter: grayscale(70%);opacity:0.6;}
 .oneprev{margin-left:20px;width:130px;float:left;padding:5px;height:130px;overflow:hidden}
 .topspace{padding-top:10px;}
 .btspace{padding-top:50px;}
 .filtercats1{ margin-bottom:10px }
.filtercats2{ float:left }
.filtercats3{ float:left;cursor:pointer;margin-left:10px;padding-top:5px}
#newcatfofferfield{ width:120px;height:20px }
 .paddinleftrightother{text-align:left;width:auto;padding-left:5px;padding-right:5px}
 .paddinleftright{padding-left:5px;padding-right:5px;}
 .halfsizediscount{font-size:0.3em;padding-right:2px;}
 .gifta {  background: url(/dependances/images/iconsvector/gi.svg) center center no-repeat;}
 .cssmasks .giftb {  
  background-color:#000000;  
    mask: url(/dependances/images/iconsvector/gi2.svg) no-repeat 50% 50%;
    -webkit-mask:  url(/dependances/images/iconsvector/gi2.svg) no-repeat 50% 50%;
  
  }
  
  
  .cssmasks .shipping2 { 
background-color:#000000;  
    mask: url(/dependances/images/iconsvector/sh2.svg) no-repeat 50% 50%;
    -webkit-mask:  url(/dependances/images/iconsvector/sh2.svg) no-repeat 50% 50%;
  
  }
 .no-cssmasks .giftb {  background: url(/dependances/images/iconsvector/gi2.svg) center center no-repeat;}
  .no-cssmasks .shipping2 {  background: url(/dependances/images/iconsvector/sh2.svg) center center no-repeat;}
  
  
   .giftc {  background: url(/dependances/images/iconsvector/gi4.svg) center center no-repeat;}
 .gift{    width: auto;  height: auto;min-width: 60px;  min-height: 60px;  background-size: 95% 95%;  }
  .shipping1 {  background: url(/dependances/images/iconsvector/sh.svg) center center no-repeat;}
 
   .shipping3 {  background: url(/dependances/images/iconsvector/sh3.svg) center center no-repeat;}
 .shipping{    width: auto;  height: auto;min-width: 55px;  min-height: 55px;  background-size: 95% 95%;  }
.giftcol{ fill:#efefef;}
 .noscroll{margin-top:10px;}
.storelink a:hover{text-decoration:underline}
.editioncoupon{background-color:#ffffff;}
.boxmailnotifstore, .boxcurrentcoupon, .inforating {display:none}
.ab1b,.ab1b:visited{width: 200px;  height:30px;line-height:30px;  margin: 0 auto;background-color:white; text-align:center;cursor:pointer; text-decoration: none;font-size:1.3em;background-color:#376ea6;color:white;padding: 4px 19px 4px 19px;}
.ab1b:hover,.ab1b:active{background-color:#439af2;text-decoration: none;	color: #fff; }
.statpricereduc {line-height:25px;padding-left:25px}
.bodyboxmailnotifstore {padding: 10px 10px;text-align:center}
.btnflatgris {float:left;margin-right:10px;text-align:left;line-height:25px;height:25px;backgound-color:#ffffff;border:1px solid #d4d4d4;cursor:pointer}
.btnflatgrislargfixe { width:90px;padding-left:5px;padding-right:5px;}
.btnflatgrislargvar {width:auto;padding-left:10px;padding-right:10px; min-width:70px}
.btnflatgris:hover {background-color:#efefef}
.flecheflatgrise { width:25px;height:20px;float:right; }
.loveflat { width:25px;height:25px;float:left; background:url(/dependances/images/sprite-flat24032016.png) no-repeat ; background-position:-43px -363px;}
.flecheflatgrisebas {background:url(/dependances/images/sprite-flat24032016.png) no-repeat ; background-position:-4px -163px; }
.flecheflatgrisehaut {background:url(/dependances/images/sprite-flat24032016.png) no-repeat ; background-position:-8px -525px; }
.zonefiltre, .zonetri {display:none;}
.menurestant {float:left;width:auto}
.menufav {border-right:solid 1px #0b1722;float:right;background:url(/dependances/images/flechebb.png) no-repeat center right;margin-left:0px;padding-left:10px;width:42px;height:27px;cursor:pointer;padding-right:10px}
.menufav2 {float:right;background:url(/dependances/images/flechebb.png) no-repeat center right;margin-left:0px;padding-left:10px;width:42px;height:27px;cursor:pointer;padding-right:10px}
.labordureimage3 {border-radius: 10%}
.currentpg {display:none;}
.hcpdetails{display:none;}
.griscodecp {background-color:#dddddd;color:black}
.copiercodecl {background-color:#376ea6;color:white;}
.clgowebsite {background-color:#376ea6;color:white;border-radius: 5px;}
.clgowebsite:hover {background-color:#6aa1d9;}
.inutile, .utile {margin-left:10px;float:left;background-color:#3fb8e8;color:white;padding : 4px 4px;cursor:pointer}
.menufav:hover {background-color:#28517a}
.menufav:hover .boxmenufav { display : block}
.boxmenufav { padding:5px;width:300px;height:auto;position:absolute;background-color:#214263;color:white;top:27px;margin-left:-258px;z-index:99;display:none;cursor:default}
.starmenufav,  .lovemenufav{top:2px;position:absolute;width:24px;height:21px;background:url(/dependances/images/love/sprite-favoris6.png) no-repeat top left;}
.starmenufav a, .lovemenufav a {display:block;width:24px;height:21px}
.starmenufavno {background-position:-4px -69px;}
.starmenufavyes {background-position:-4px -97px;}
.lovemenufavno {background-position:-45px -75px;}
.lovemenufavyes {background-position:-46px -107px;}
.barrenoire { margin-left:auto;margin-right:auto;color:white;background-color:#214263;
width:auto;height:27px;overflow:hidden}
.menubarrenoire1 {border-right:solid 1px #0b1722;font-size:12px;background:url(/dependances/images/flechebb.png) no-repeat center right;float:right;padding-left:10px;padding-right:30px;overflow:hidden;width:auto;height:27px;cursor:pointer;line-height:25px}
.margedroitebarrenoire1 {margin-right:75px;}
.menuprofil {position:relative;height:auto;}
.menuprofil a{  position: absolute;    width: 100%;    height: 100%;    top: 0;    left: 0;    text-decoration: none}
.menubarrenoire1:hover {background-color:#28517a}
.menubarrenoire1:hover .menuvertival { display : block}
.mlarge {width:300px}
.msmall {width:200px}
.separateurligne{border-bottom:1px solid #dddddd;}
a img  {  border: none;  }
.menubarrenoire1 ul { position:absolute;  padding:0;  list-style: none;  margin: 2px 0px 0px -10px;   background-color:#214263;  z-index:9999;display: none}
.pmenuc ul{ margin: -1px 0px 0px -10px;   }

.fermerminibox {
background:url(/dependances/images/fermer8.png) no-repeat top left;width:42px;height:42px;position:absolute;cursor:pointer;top:0px;left:240px
}
.fermerminibox2 {
background:url(/dependances/images/fermer8.png) no-repeat top left;width:42px;height:42px;position:absolute;cursor:pointer;top:-3px;left:240px
}
.barrefavstore { width:50px;height:50px;position:absolute;margin-left:200px}
.favstore {position:absolute;right:5px;top:5px;width:40px;height:35px;background:url(/dependances/images/love/sprite-favoris6.png) no-repeat top left;cursor:pointer;background-position:-37px -39px;float:right}
.favstoredemo {width:40px;height:35px;background:url(/dependances/images/love/sprite-favoris6.png) no-repeat top left;float:left}
.favcoupondemo {width:30px;height:30px;background:url(/dependances/images/love/sprite-favoris6.png) no-repeat top left;float:left}
.favyvstore {background-position:-37px -3px;}
.favnvstore {background-position:-37px -39px;}
.menuvertival { position:absolute }
.minibox2 {text-align:left;line-height:15px;z-index:1;cursor:initial;padding:10px 40px 15px 5px;right:55px;top:-5px;position:absolute;width:240px;height:40px;color:white;background-color:#376ea6;display:none}
.minibox2:after {
    content: "";
    position: absolute;
    top: 20px;
    left:277px;
    z-index: -1;
    height:15px;
    width:15px;
    background:#376ea6;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}
.minibox {z-index:9;cursor:initial;padding:15px 35px 15px 15px;position:absolute;width:230px;height:50px;color:white;background-color:#28517a;display: none}
.minibox:after {
    content: "";
    position: absolute;
    top: 30px;
    left:272px;
    z-index: 0;
    height:15px;
    width:15px;
    background:#28517a;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}
.minibox2 a:link, .minibox2 a:hover,.minibox2 a:visited,.minibox2 a:active { color:white;text-decoration:underline}
.minibox a:link, .minibox a:hover,.minibox a:visited,.minibox a:active { color:white;text-decoration:underline}
.menubarrenoire1 li a{font-size:12px;display:block;padding:0.2em 0.5em 0.3em 0.5em;text-decoration:none;color:white}
.menubarrenoire1 li a:hover{text-decoration:none; background-color:#28517a}
.aboutstore {padding:0;margin:0;font-family: Arial,sans-serif;font-size: 18px;	font-style: normal;	font-variant: normal;	font-weight: 400;color:#242729;}

.mailbox2{float:left;width:auto;margin-right:20px;margin-top:12px}
.boldtext{font-weight:bold}
.ha1{}
.ha2 { font-size:14px;color:#FFFFFF;line-height:30px;padding:0;margin:0; }
.ha2bb { font-size:16px;padding-bottom:3px;display:inline-block;color:#000000;margin:0;font-weight:bold }
.ha2b { font-family: Arial,sans-serif;font-size: 20px;	font-style: normal;	font-variant: normal;	font-weight: 400;
	line-height: 26.4px;padding-bottom:3px;display:inline-block;color:#000000;margin:0; }
.ha2g { font-size:14px;color:#000;line-height:14px;font-weight:normal;margin-top:9px }
.ha3 { font-size:12px;font-weight:bold }
.hawhite{color:#FFFFFF;font-size:14px}
.hawhiteb a, .hawhiteb a:visited{color:#FFFFFF;font-size:12px;text-decoration:none}
.hawhiteb a:hover{text-decoration:underline;font-size:12px;color:#FFFFFF}
.triabd{}
.triagd{}
.couponexplain{width:100%;clear:both;text-align:center}
.gotothestore, .gotothecoupon{-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor:pointer;font-size:20px;font-weight:bold;border-style: solid;border-color:#376ea6;border-width:1px;background-color:#376ea6;color:#ffffff;width:90%;margin-left:auto;margin-right:auto;text-align:center;padding:10px}
#infocode, .infocode{float:right;width:60%;text-align:right;font-size:.9em;padding-bottom:5px;overflow:hidden;margin-top:10px}
.hyperglobal { width:auto;}
.superglobal {margin-left:auto;margin-right:auto;max-width:1230px;width:100%;margin-top:0px}

.menublackvg {left:-70%;position:fixed;max-width:300px;height:100%;width:70%;
background-color:white;z-index:999999;top:0;text-align:center;overflow:auto;  overflow-y: auto;  -webkit-overflow-scrolling:touch; 
}
.closemenu {
background:url(/dependances/images/fermer8.png) no-repeat top left;width:42px;height:42px;float:right;cursor:pointer
}
#menu {
clear:both;
}
.menublackvg ul{list-style:none;margin:0;padding:0;text-align:left}
.menublackvg li a{display:block;width:auto;height:auto;padding-left:10px;padding-top:10px;padding-bottom:10px;border-bottom: 1px solid #cccccc;text-decoration:none;font-size:15px;color:#376ea6;}
.no-touch .menublackvg li a:hover{background-color:#f5f5f5;}
.entetecom {font-size:15px}
.haut1{
margin-left:auto;margin-right:auto;width:100%;height:50px;z-index:8;
text-align:center;position:static;
}
.designcolor {background-color:#376ea6;}
.designcolor2{background-color:rgba(69,138,208,0.9);}
.lecodedetail {line-height:30px;text-align:left;font-weight:bold;font-size:15px;margin-bottom:0px;float:left;width:auto;margin-right:10px}
#haut1a{width:50px ;height:50px;
float:left;
}
.ie8 .btmv{background:  url(/dependances/images/stripsmin.png) no-repeat ;	background-position: center center;  
  width:50px; height:50px;cursor:pointer;
   }
.btmv{background:  url(/dependances/images/strips3.png) no-repeat ;	background-size: 25px 25px;background-position: center center;  
  width:50px; height:50px;cursor:pointer;
   }
   
   .btmv2{background: url(/dependances/images/back.png) no-repeat;	background-size: 35px 35px;background-position: center center;
   width:50px; height:50px;cursor:pointer;}
.btrmv {margin-left:10px;height:4px;width:30px;background-color:white;margin-bottom:4px;}
.haut1b{background:url(/dependances/images/logos/pricereduc/logo10042020ymini.svg) no-repeat;background-position: left center;width:250px;height:50px;margin-left:10px;
float:left;  }
.haut1b a{width:250px;height:50px;display:block;}
.haut1c{margin-left:10px;width:330px;height:50px;float:left;text-align:center;}

.haut1ca {position:relative; width:250px;margin-top:10px;float:none;vertical-align: middle;display:inline-block}
.searchfield {background-color:#fff;height:25px;font-size:15px;width:250px;padding:3px;text-shadow:0 1px 0 #fff;outline:none;border:0}
.stauto{width:auto}
.searchresult {text-align:left;display:block;position:absolute;margin-top:31px;width:304px;background-color:white;z-index:99999999999999;display:none}
.haut1cb {float:none;vertical-align: middle;display:inline-block;margin-top:10px;border-left: solid 1px  #cccccc;cursor: pointer;background: url(/dependances/images/loupebleue2.png) #FFFFFF;background-position: -2px 0px;background-repeat: no-repeat;width: 50px;height: 31px; }
.posformsearch { padding-top:12px;padding-left:30px; }
.champsearchhaut input[type=text]:focus { }
.superglobal input[type=password], .superglobal input[type=text], .superglobal textarea {padding: 3px;text-shadow: 0px 1px 0px #fff;	outline: none;border: 1px solid #bdbdbd;	-webkit-box-shadow: 1px 1px 0px #efefef;-moz-box-shadow: 1px 1px 0px #efefef;box-shadow:  1px 1px 0px #efefef;}
.superglobal input[type=password]:focus,.superglobal input[type=text]:focus, .superglobal textarea:focus {-webkit-box-shadow: 0px 0px 5px #007eff;-moz-box-shadow: 0px 0px 5px #007eff;box-shadow: 0px 0px 5px #007eff;}

#haut2{height:27px;position:relative;width:auto;margin-left:auto;margin-right:auto}
#haut2a{width:auto;margin-left:auto;margin-right:auto;
background-color:#FFFFFF;
text-align:center}
#haut2a ul{list-style:none;margin:0;padding:0;text-align:center}
#haut2a li.active{position:relative;bottom:-1px;background:#FFF}
#haut2a li:hover{box-shadow:1px 1px 10px #4a9aec;background:#FFF}
#haut2a li a{display:block;padding:0.25em 0.5em 0.20em 0.5em;text-decoration:none;font-size:12px}
#haut2a li a:hover{text-decoration:none}
#haut2a li{height:23px;display:inline-block;padding-top:3px;border:1px solid #c93;border-bottom:none;width:140px;text-align:center;margin-left:10px;-moz-border-radius:7px 7px 0 0;-webkit-border-radius:7px 7px 0 0;border-radius:7px 7px 0 0;
background: -webkit-linear-gradient(#ffffff 50%, #fce8c1  50% );
background: -o-linear-gradient(#ffffff 50%, #fce8c1 50%);
background: -moz-linear-gradient(#fcf5e5 50% , #fce8c1 50%);
background: linear-gradient(#fcf5e5 50%, #fce8c1 50%)}
#haut3{position:relative;width:auto;height:25px;padding-top:5px;margin-left:auto;margin-right:auto;
background: -webkit-linear-gradient(#c36767 50%, #9b0000  50% );
background: -o-linear-gradient(#c36767 50%, #9b0000 50%);
background: -moz-linear-gradient(#c36767 50% , #9b0000 50%);
background: linear-gradient(#c36767 50%, #9b0000 50%);
font-size:1.1em;font-weight:bold}
.ltriangle{}
.rtriangle{}
#trianglebleugauche, .bluetrileft{}
#haut3bloc1{width:400px;color:white;float:left;height:25px;padding-left:5px;overflow:hidden}
#haut3bloc2{width:400px;float:left;height:25px;color:white;overflow:hidden}
#haut3bloc3{width:195px;float:left;height:25px;color:white;overflow:hidden}
#milieu1{width:100%;box-sizing:border-box;min-height:600px}/*background-color:pink;*/
#milieu1bloc1{width:70%;float:right;box-sizing:border-box} /*background-color:blue*/
#milieu1bloc2{width:30%;float:left;padding-top:10px;box-sizing:border-box} /*background-color:red*/
#minimilieu1bloc1{width:80%;float:right;box-sizing:border-box} /*background-color:blue*/
#minimilieu1bloc2{width:20%;float:left;padding-top:0px;box-sizing:border-box;background-color:white;margin-top:10px} /*background-color:red*/
.blocright1{margin-top:10px}
#blocdroite, .blocright{margin-right:10px;position: relative; background-color:#ffffff;height:auto; min-width: 280px;width:auto;margin-bottom:10px;font-weight:normal;border-bottom:#efefef solid 1px;border-left:#efefef solid 1px;border-right:#efefef solid 1px;border-top:#efefef solid 1px;}
#blocdroite a, .blocright a, #resultatrechercheboutique{ }
.rblocrowblue{
width:100%;background-color:#376ea6;height:5px}
.rtitlebluehat {width:auto;padding-left:5px}
#blocdroiteligne1, .rblocrow1{
font-family: Arial,sans-serif;font-size: 17px;	font-style: normal;	font-variant: normal;	padding-top:5px;
font-weight: 400;color:#242729;background-color:#FFFFFF;padding-left:5px;height:auto;width:auto;}
#blocdroiteligne2, .rblocrow2{margin-left:auto;margin-right:auto;text-align:center;width:auto;overflow:hidden;background-color:#FFFFFF;}
.rblocrow2b{ display: flex;  justify-content: center;  align-items: center;  width: 100%; padding-top:5px;padding-bottom:5px;  min-height: 200px; }
.rblocrow1blue{padding-bottom:5px;font-weight:bold;margin-left:auto;margin-right:auto;font-size:17px;line-height:30px;color:#666672;background-color:#FFFFFF;
height:30px;width:auto;border-left:#efefef solid 1px;border-right:#376ea6 solid 5px;border-top:#efefef solid 1px;}
.titreduhaut{font-weight:bold;font-size:14px;color:#FFFFFF;background-color:#9b0000;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-top-left-radius:10px;width:auto;height:16px;padding-left:15px;text-transform:uppercase}
#marron-blocmilieuligne1{width:auto;height:15px;position:relative}
.firstmbloc {background-color:#ffffff;width:auto;padding: 5px 5px;margin-top:10px;overflow:hidden}
.firstmbloc h1{margin-bottom:0;display:inline; overflow:hidden;white-space: nowrap;text-overflow: ellipsis}
.hpoffermea h1{white-space: normal;text-overflow: clip}
.flotantg  h1{white-space: normal;text-overflow: clip}
.firstmbloc h2{margin-bottom:0;display:inline;padding:0}
#blocmilieu{margin-right:10px;margin-left:10px;width:auto;padding-bottom:0px;overflow:hidden}
.verified{cursor:pointer}
.blocmilieuligne12{float:none;border-bottom:#b6b6b8 solid 1px;background-color:#FFFFFF;width:auto;position:relative;border-left:#ffffff solid 3px;border-right:#ffffff solid 3px;}
.blocmilieuligne12:hover{border-left:#8e8e90 solid 3px;border-right:#8e8e90 solid 3px;}
.margehautcoupon {margin-top:10px;}
.margebascoupon {margin-bottom:10px;}
#blocmilieuligne11, .blocmiddler11, .blocmiddler11exp {margin-left:auto;margin-right:auto;width:auto;}
#blocmilieu2{width:auto;margin-top:0px;padding-bottom:0px;overflow:hidden}
#blocmilieu3{width:auto;margin-top:0px;background-color:#FFFFFF;padding-bottom:0px;border-top:1px solid #c93;border-left:1px solid #c93;border-right:1px solid #c93;border-bottom:1px solid #c93;-moz-border-radius:10px 10px 10px 10px;-webkit-border-radius:10px 10px 10px 10px;border-radius:10px 10px 10px 10px;overflow:hidden}
#marron-blocmilieuligne1bis{width:100%;height:15px;position:relative}
#marron-blocmilieuligne1bis2{z-index:2;font-size:1.5em;width:100%;top:5px;left:10px;height:30px;position:absolute;font-weight:bold}
#blocmilieuligne1{-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;background-color:#cf0b0b;width:100%;height:15px;position:relative}
#blocmilieuligne1bis{background-color:#9b0000;width:100%;height:15px;position:relative}
#blocmilieuligne1bis2{z-index:2;font-size:1.2em;color:#FFFFFF;width:100%;top:5px;left:10px;height:30px;position:absolute;font-weight:bold;text-shadow:2px 2px 2px #000}
#blocmilieuligne2{float:left;background-color:#FFFFFF;width:100%;padding-top:5px;height:20px;padding-left:5px}
#blocmilieuligne4banniere{text-align:center;background-color:#FCE7BE;width:500px;height:65px;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;margin-top:10px;margin-bottom:10px;padding-top:5px;margin-left:auto;margin-right:auto}
#bordureimage, .bordureimage {padding:5px;overflow:hidden; width:120px;height:90px;margin:0 0px 0px 0;border:1px solid #ddd;background-color:white;margin-bottom:5px;margin-top:5px}
#storelogo {background-color:white;margin-bottom:45px;margin-top:5px ;padding:5px 5px 5px 5px;   margin-left: auto;    margin-right: auto;   width: 250px;   height: auto;      text-align: center;overflow:hidden}
#storelogo img {  vertical-align: middle;}
#storelogo a{display:block}
.globalshadow {width:auto; }
#globalshadow2 {width:auto; }
#global0{width:auto;position:relative;     left:0;        right:0;       margin-left:auto;        margin-right:auto;
-moz-border-radius-topright:3px;-webkit-border-radius-top-right:3px;border-top-right-radius:3px; 
-moz-border-radius-topleft:3px;-webkit-border-radius-top-left:3px;border-top-left-radius:3px;}
.global{width:auto;position:relative;left:0;right:0;margin-left:auto;margin-right:auto}
#globalrelatif
{width:auto;box-shadow:1px 1px 5px #555;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;margin-left:auto;margin-right:auto;margin-top:15px;margin-bottom:15px}
#conteneurbanniere728{width:auto;max-width:800px;margin-left:auto;margin-right:auto;margin-top:0px}
#banniere728{max-height:90px;overflow:hidden;text-align:center;padding-top:25px;padding-bottom:25px;margin-left:auto;margin-right:auto;-moz-border-radius:7px 7px 7px 7px;-webkit-border-radius:7px 7px 7px 7px;border-radius:7px 7px 7px 7px}
#nepasflotter, .finflot{clear:both}
.clearfix:after {content:" "; display:block; clear:both}
#bas1{height:auto;margin-left:auto;margin-right:auto;background-color: #ffffff ;width:auto;border-top:#efefef solid 1px;}
#bas2 a{ color:#ffffff}
#bas2 a:hover{ text-decoration:underline}
.circularshape3:hover{background-color: #000000;}
.circularshape3{float:left;background-color: #1c4670;fill: #ffffff; stroke: white; cursor:pointer;width: 40px; height: 40px;  -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;margin-left:5px;margin-right:5px;}
.r2footer {background-color:#1c4670;width:auto;height:auto;text-align:center;padding-top:10px}
.r3footer { background-color:#1c4670;width:auto;text-align:center;padding-top:10px;padding-bottom:10px;min-height:100px}
.r1footer {background-color:#376ea6;padding-left:5px;width:auto;height:auto;padding-top:10px;padding-bottom:10px;}
#bas2{background-color:#376ea6;width:100%;height:auto;font-size:1.3em;color:#FFFFFF;font-weight:normal;}
#blocdroiteligne1b{padding-left:0px;height:10px;background-color:#FFFFFF;width:auto;}
.flechebasgreyblocdroite{margin-left:30px;height:14px;background-color:#FFFFFF;width:26px}
.unemargededix {margin-top:5px;margin-bottom:0px}
.unemargedecinq {margin-top:5px;margin-bottom:5px}
.mycurrentColor, .myselectedColor {  border: 1px solid #000;  background-color: #fff;  width:15px;  height:15px;}
.ImageColorPickerCanvas {	cursor:crosshair;}
.inputtext2{font-size:14px;color:#356aa0;font-weight:bold;background-color:#FFFFFF;width:200px;height:20px}
.boutonvotecodegood{-webkit-filter: grayscale(0%); filter: grayscale(0%);opacity:0.8;width:27px;height:27px;background:url(/dependances/images/sprite-flat24032016.png) -39px -492px;cursor:pointer}
.boutonvotecodebad{-webkit-filter: grayscale(0%); filter: grayscale(0%);opacity:0.8;width:27px;height:27px;background:url(/dependances/images/sprite-flat24032016.png) -7px -495px;cursor:pointer}
.gcode {width:27px;height:27px;background:url(/dependances/images/sprite-flat24032016.png) -39px -492px;margin-left: auto; margin-right: auto}
.bcode {width:27px;height:27px;background:url(/dependances/images/sprite-flat24032016.png) -7px -495px;margin-left: auto; margin-right: auto}
.c50pietalc {width:50px;text-align:center;float:left}
.boutonvotecodebad:hover{background-position: -7px -495px;-webkit-filter: grayscale(0%); filter: grayscale(0%);opacity:1;}
.boutonvotecodegood:hover{background-position: -39px -492px;-webkit-filter: grayscale(0%); filter: grayscale(0%);opacity:1;}
#blocmilieuligne5{float:left;background-color:#ecebeb;width:100%;font-weight:normal;font-size:12px;padding-top:3px;padding-left:5px;padding-bottom:3px}
.ilyacoupon {width:auto;padding-left:10px;float:left;}
#blocmilieuligne5a{float:left;width:100%;text-align:left;font-size:12px;}
#lienboutique a{font-size:14px;text-decoration:none;font-weight:bold;color:#3b6ea2}
#lienboutique a:hover{text-decoration:underline;color:#356aa0}
#blocmilieuligne6{float:left;background-color:#fdf0d9;width:100%}
#blocmilieuligne7{float:left;background-color:#fefbeb;width:100%}
#blocmilieuligne8{float:left;background-color:#FFFFFF;width:100%}
#blocmilieuligne9jaune, .blocmidr9y{float:left;background:url(/dependances/images/sidetitleyellow.png) #fec736 repeat-x top left;width:100%;height:30px;color:#000;font-weight:bold;padding-left:10px;line-height:30px;font-size:14px;overflow:hidden}
#blocmilieuligne9bis, .blocmidr9bis{text-shadow:2px 2px 2px #000;float:left;background:url(/dependances/images/sidetitlered.png) #9b0000 repeat-x top left;width:100%;height:30px;font-weight:bold;padding-left:10px;line-height:30px;font-size:14px;color:#FFFFFF;overflow:hidden}
#blocmilieuligne10, .midblocrow10{height:15px;width:20px;background:url(/dependances/images/sprite-flat10042017.png) -44px -159px no-repeat;margin-top:-4px;margin-left:35px;float:left}
#blocmilieuligne10jaune{height:10px;width:100%;background-color:#fec736;float:left;background:url(/dependances/images/flechebasyellow.png) top left no-repeat}
#blocmilieuligne10bis{height:10px;width:100%;background-color:red;float:left;background:url(/dependances/images/flechebasred.png) top left no-repeat}
#blocmilieuligne10bis2{height:15px;width:25px;background-color:red;background:url(/dependances/images/sprite-flat24032016.png) 0px -169px no-repeat;margin-top:-3px;margin-left:40px;float:left}
#blocmilieuligne11b{margin-left:auto;margin-right:auto;width:auto}
.flaticonlink {float:left;width:16px;height:16px;background:url(/dependances/images/sprite-flat24032016.png) -11px -335px no-repeat ;margin-right:10px}
#blocmilieuligne12a1{width:100%}
#blocmilieuligne12a3{width:30%;float:left}
.soldesquelstore {font-size:1.5em;font-weight:bold;color:#9B0000;}
#lessoldesencours{width:92%;padding-left:2%;padding-right:2%;padding-top:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;box-shadow:1px 1px 8px #555;margin-left:2%;margin-right:2%;background-color:#FFFFFF;margin-top:5px;margin-bottom:10px;position:relative;float:left;min-height:100px}
#lessoldesencours_a{float:left;width:13%;text-align:center;font-size:25px;font-weight:bold}
#lessoldesencours_b{float:left;width:53%;text-align:left}
#lessoldesencours_c{float:left;width:33%;text-align:center}
#puceavecstyle,.pucewithstyle{list-style-type:none;background-repeat:no-repeat;height:30px;padding-left:15px}
#puceavecstyle2{list-style-type:none;background-image:url(/dependances/images/flechedroite2bis.png);background-repeat:no-repeat;height:20px;padding-left:20px}
#puceavecstyle3{list-style-type:none;background-image:url(/dependances/images/flechedroite2.png);background-repeat:no-repeat;height:30px;padding-left:15px}
#pucesansstyle{list-style-type:none;padding-left:0px;margin-bottom:15px}
.nostyle{list-style-type:none;padding-left:0px;margin-bottom:15px}
.lesdes{float:left;width:92%;margin-left:2%;margin-right:2%;padding-left:2%;padding-right:2%;padding-top:0px;padding-bottom:0px;text-align:left;margin-top:0px;margin-bottom:0px;}
#lessoldesencours_descriptif{float:left;width:92%;margin-left:2%;margin-right:2%;padding-left:2%;padding-right:2%;padding-top:5px;padding-bottom:5px;text-align:left;margin-top:10px;margin-bottom:10px;}
#lessoldesencours_stats{float:left;width:94%;margin-left:1%;margin-right:1%;padding-left:2%;padding-right:2%;text-align:left;margin-top:10px;margin-bottom:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px}
.morecontent span {    display: none;}
.morelink {    display: block;}

#blocmilieuligne12bmoyecoparcode{float:left;margin-left:auto;margin-right:auto;font-weight:normal;width:100%;height:23px;margin-top:20px;background-color:white}
#blocmilieuligneadmin{float:left;margin-left:auto;margin-right:auto;margin-top:10px;font-weight:normal;width:100%;height:60px;-moz-border-radius:10px;-webkit-border-radius:10px;overflow:hidden;background-color:#FFFFFF}
.blocmilieuligne12b1{float:left;margin-left:auto;margin-right:auto;font-weight:normal;width:100%;-moz-border-radius:10px;-webkit-border-radius:10px}
.lescommentaires{background-color:white;margin-left:auto;margin-right:auto;font-weight:normal;-moz-border-radius:10px;-webkit-border-radius:10px;width:100%;display:none}
.leseconomielistings{background-color:white;margin-left:auto;margin-right:auto;font-weight:normal;-moz-border-radius:10px;-webkit-border-radius:10px;width:100%;max-height:300px;display:none;overflow:auto}
#blocmilieuligne12transparent,.bmr12tr{float:left;margin-left:auto;margin-right:auto;margin-top:0px;width:auto}
.theme{font-size:11px;color:#9B0000;font-weight:bold;background-color:#fefbeb}
.empendoffer {width:auto;overflow:hidden}
.checkmarka
{
  margin:  0;padding:0;color:#4d4d4d;
}
.checkmark {
  margin-left:-5px; margin-top:  0;padding:0;margin-bottom:  0;color:#4d4d4d;
}
.coupondetails {color:#4d4d4d;}
.expirefcl {font-size:12px}
   ul.checkmarka li {
  font-size: 12px;
 margin-bottom: 5px;
   display: inline-block;
  list-style-type: none;
  padding: 0 0 0 0;

  position: relative;
       float: left; 
}
  ul.checkmark li {
  font-size: 12px;
margin-left:5px;
  margin-bottom: 5px;
   display: inline-block;
  list-style-type: none;
  padding: 0 0 0 0;
  position: relative;
       float: left; 
}

.liencodepromo{overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 20px;     
   max-height: 80px;     
   -webkit-line-clamp: 3; 
   -webkit-box-orient: vertical;font-family: Arial,sans-serif;font-size: 18px;	font-style: normal;	font-variant: normal;	font-weight: 400;color:#242729;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;text-decoration:none;cursor:pointer;padding:0px; margin:0px 0px 10px 0px}
.liencodepromo:visited{color:#242729}
.liencodepromo:hover{color:#356aa0}
.liencodepromo strong{
font-weight:600;
 }
.liencodepromocl2{font-size:1.4em;color:#955d91;text-decoration:none;cursor:pointer;padding:0px; margin:0px 0px 10px 0px}
.liencodepromocl2:visited{color:#955d91}
.liencodepromocl2:hover{text-decoration:underline}
.detailscoupon {font-size:1.2em}
.liencodepromoexpire{overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 25px;     
   max-height: 80px;     
   -webkit-line-clamp: 3; 
   -webkit-box-orient: vertical;display:table-cell;  font-size:1.4em;color:#4e4e4e;text-decoration:none;cursor:initial;padding:0px;width:auto; margin:0px 0px 10px 0px;}
.empendofferb {width:auto; display:table;}
.itsexpired2{background-color:#7a7a7a;color:white;font-weight:normal;padding:3px 3px 3px 3px;}
.itsexpired{ display:table-cell;  width:auto; padding-right:15px}
.liencodepromoexpire:visited{color:#4e4e4e}
.liencodepromoexpire:hover{text-decoration:underline}
a.liencodepromohaut{font-size:1em;font-weight:normal;color:#fec736;text-decoration:underline}
a.liencodepromohaut:visited{font-size:1em;font-weight:normal;color:#fec736;text-decoration:underline}
a.liencodepromohaut:hover{font-size:1em;font-weight:normal;color:#FFFFFF;text-decoration:none}
.container{width:100%;margin:0px auto;font-size:12px;color:#6B4418;font-weight:normal}
ul.tabs{margin:0;padding:0;float:left;list-style:none;height:32px;border-bottom:1px solid #999;border-left:1px solid #999;width:100%}
ul.tabs li{float:left;margin:0;padding:0;height:31px;line-height:31px;border:1px solid #999;border-left:none;margin-bottom:-1px;background:#e0e0e0;overflow:hidden;position:relative}
ul.tabs li a{text-decoration:none;color:#000;display:block;font-size:1.1em;padding-top:0px;padding-bottom:0px;padding-left:30px;padding-right:20px;border:1px solid #fff;outline:none}
ul.tabs li a:hover{background:#ccc}
html ul.tabs li.active,html ul.tabs li.active a:hover{background:#fefbeb;border-bottom:1px solid #fff}
.tab_container{border:1px solid #999;border-top:none;clear:both;float:left;width:100%;background:#fff}
.tab_content{padding:0px;background:url(/dependances/images/degradejauneorange.png) #fce7be top left repeat-x;min-height:70px}
.tab_content h2{font-weight:normal;padding-bottom:10px;border-bottom:1px dashed #ddd;font-size:1.8em}
.tab_content h3 a{color:#254588}
.wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi a:active{-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;padding:2px 4px 2px 4px;margin:2px;text-decoration:none;border:1px solid #000;color:#9B0000;background-color:#fce7be;font-weight:bold}
.wp-pagenavi a:hover{border:1px solid #069;color:#069;background-color:#fce7be}
.wp-pagenavi a:visited{border:1px solid #9B0000;color:#9B0000;background-color:#fce7be}
.wp-pagenavi span.pages{padding:2px 4px 2px 4px;margin:2px 2px 2px 2px;color:#9B0000;border:1px solid #9B0000;background-color:#fce7be}
.wp-pagenavi span.current{padding:2px 4px 2px 4px;margin:2px;font-weight:bold;border:1px solid #356aa0;color:#000;background-color:#fce7be}
.wp-pagenavi span.extend{padding:2px 4px 2px 4px;margin:2px;border:1px solid #9B0000;color:#9B0000;background-color:#fce7be}
#detailsbon{font-size:11px;color:#9B0000;overflow:auto;width:100%;height:100px;text-align:left;font-weight:bold;box-shadow:1px 1px 15px #fdf0d9;background-color:#fff;-moz-border-radius:10px;-webkit-border-radius:10px;cursor:pointer;margin-top:30px;margin-bottom:30px;margin-left:auto;margin-right:auto}
#pasdecode, .nocode{margin-bottom:10px;border:#efefef solid 1px;overflow:hidden;padding-left:5px;padding-right:5px;padding-bottom:10px;padding-top:10px;width:auto;background-color:#fff;font-weight:normal;-moz-border-radius:10px 0px 10px 0px;-webkit-border-radius:10px 0px 10px 0px;border-radius:10px 0px 10px 0px}
.nuagebehind,.rightmenu{  display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:98; background: rgba(34,69,104, 0.8);}
#nuage{display:none;
  width: 100%;    position: fixed;    z-index:99;    height:100%;    background: rgba(34,69,104, 0.8);cursor:pointer;
}
#fermeturecloud {position:absolute;width:42px;height:42px;right:0px;z-index:999;cursor:pointer;background:url(/dependances/images/fermer8.png) no-repeat;width:42px;height:42px;}

#corpsnuage{
  z-index:100;border-radius: 5px; 
max-width: 800px;
    max-height: 700px;
    min-width:200px;
    min-height:200px;
    width:85%;
    height:85%;
   background-color:white;
display:none;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
overflow:auto;
    margin: auto;

 
}
.orangea{width:100%;padding-top:5px;background-color:#FFFFFF;padding-left:5px}
#antispam{display:none}
#montanteco{float:left;position:relative;background:url(/dependances/images/economiser.png) no-repeat;width:191px;height:102px;margin-left:10px}
#combienmontanteco{width:100px;height:50px;top:25px;left:63px;position:absolute;text-align:right}
#entrerdansboutique{width:98%;padding-top:3px;margin-top:3px}
.gldp-android{float:left;font-family:"trebuchet ms" !important;background-color:#222 !important;font-size:1em !important;font-weight:bold !important;border:solid 1px #222}
.gldp-android table{border-spacing:1px;border-collapse:inherit}
.gldp-android tr{line-height:28px}
.gldp-android td{margin:0;padding:0;width:33px;text-align:center}
.gldp-android-prevnext{font-family:"times new roman";background-color:#222;color:#fff;cursor:pointer}
.gldp-android-monyear{background-color:#222;color:#fff;font-size:1.1em}
.gldp-android-dow{background-color:#424852;color:#ddd;font-size:1em}
.gldp-android-day{background-color:#000;color:#fff;border:solid 1px #000}
.gldp-android-day-hover{background-color:#000;color:#fff;border:solid 1px #00afff;cursor:pointer}
.gldp-android-selected{background-color:#024;color:#fff;border:solid 1px #008faf;cursor:wait}
.gldp-android-today{background-color:#00afff;color:#fff;border:solid 1px #00afff}
.gldp-android-today-hover{background-color:#fff;color:#00afff;border:solid 1px #00afff;cursor:pointer}
.gldp-android-sat,.gldp-android-sat-hover{background-color:#000;color:#00afff;border:solid 1px #000}
.gldp-android-sun,.gldp-android-sun-hover{background-color:#000;color:#ff4f00;border:solid 1px #000}
.gldp-android-noday{background-color:#222;border:solid 1px #222;color:#666;font-weight:normal;cursor:wait}
#entreedatefinoffre{display:none}
#textegrasbleu{font-weight:bold}
.notesmoyavis {float:left;margin-left:40px;width:auto;display:none}
.bandeautabs {width:1500px}
.resumenoteavis {float:left;margin-left:20px;margin-right:20px;margin-bottom:10px;margin-top:10px;width:600px}
#conteneur_categories{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;width:98%;float:left;margin-left:1%;margin-right:1%;margin-top:5px;margin-bottom:5px;background-color:#FFFFFF}
#presentationboutique{overflow:hidden;max-height:160px;margin-bottom:10px}
#blocexpression{height:auto;width:100%;background-color:white;overflow:hidden;float:left}
#suiteblocexpression{display:none;text-align:right;height:12px;padding-bottom:10px;float:right}
#suitepresentationboutique{display:none;text-align:right;height:12px;margin-bottom:5px}
#toTop{display:none;text-decoration:none;position:fixed;bottom:40px;right:140px;overflow:hidden;width:51px;height:51px;border:none;text-indent:-999px;background:url(/dependances/images/ui.totop.png) no-repeat left top;z-index:400}
#toTopHover{background:url(/dependances/images/ui.totop.png) no-repeat left -51px;width:51px;height:51px;display:block;overflow:hidden;float:left;opacity:0;-moz-opacity:0;filter:alpha(opacity=0)}
#toTop:active,#toTop:focus{outline:none}
#resultatrechercheboutique {font-size:12px;display:none;position:absolute;background-color:#fefbeb;z-index:999;border-left:#9b0000 solid 1px;border-right:#9b0000 solid 1px;width:308px;overflow:hidden}
#resultatrechercheboutique a {font-size:12px;}
.tablo{width:100%;float:left;text-align:left;margin-bottom:5px}
.tablocg{width:20%;float:left;font-size:.9em;padding-top:3px}
.tablocd{width:80%;float:left;}
.tablocd50{width:55%;float:left}
.tablocd30{width:25%;float:left}
.tablocg2{width:5%;float:left;padding-top:2px;}
.tablocd2{width:95%;float:right}
#cliquable, .cliquable {cursor:pointer}
.boutonoptcode {background:url(../images/iconesreduc.png) no-repeat top left;float:left;width:17px;height:17px}
.boutonoptcodeb {background:url(../images/iconesreduc.png) no-repeat top left;float:left;width:17px;height:17px;margin-right:10px;}
.puceboutonoptcode{list-style-type:none;background:url(/dependances/images/iconesreduc.png) no-repeat;height:17px;padding-left:20px;margin-bottom:15px;display:list-item}
.boutonoptcodenb {background:url(../images/iconesreducnb.png) no-repeat top left;float:left;width:17px;height:17px}
.boutonoptcodetri {border:1px dashed #FFFFFF;cursor:pointer;background:url(../images/iconesreduc.png) no-repeat top left;float:left;width:17px;height:17px;margin-right:3px;margin-bottom:3px}
.boutonoptcodetrinb {border:1px dashed #FFFFFF;background:url(../images/iconesreducnb.png) no-repeat top left;float:left;width:17px;height:17px;margin-right:3px;margin-bottom:3px}
.no-touch .boutonoptcodetri:hover{border:1px dashed #000000}
.boutonoptc1 {background-position:0 -4px}
.boutonoptc2 {background-position:0 -21px}
.boutonoptc3 {background-position:0 -40px}
.boutonoptc4 {background-position:0 -58px}
.boutonoptc5 {background-position:0 -703px}
.boutonoptc6 {background-position:0 -99px}
.boutonoptc7 {background-position:0 -615px}
.boutonoptc8 {background-position:0 -636px}
.boutonoptc10 {background-position:0 -178px}
.boutonoptc11 {background-position:0 -157px}
.boutonoptc12 {background-position:0 -296px}
.boutonoptc13 {background-position:0 -336px}
.boutonoptc14 {background-position:0 -377px}
.boutonoptc15 {background-position:0 -392px}
.boutonoptc16 {background-position:0 -415px}
.boutonoptc17 {background-position:0 -437px}
.boutonoptc18 {background-position:0 -462px}
.boutonoptc19 {background-position:0 -480px}
.boutonoptc20 {background-position:0 -658px}
.boutonoptc21 {background-position:0 -782px}
.boutonoptc22 {background-position:0 -755px}
.boutonoptc23 {background-position:0 -805px}
.boutonoptc24 {background-position:0 -830px}
#presentationdelaboutique {text-align:left;padding-left: 5px;padding-right: 5px;width:auto;padding-top:0px}
.coupon_codepromo {background:url(../images/coupon/codepromo.png) no-repeat;width:114px;height:120px;position:absolute;margin-left:-15px;margin-top:-15px}
.coupon_codepromoe {background:url(../images/coupon/codeexclu.png) no-repeat;width:114px;height:120px;position:absolute;margin-left:-15px;margin-top:-15px}
.coupon_codepromo3 {background:url(../images/coupon/codepromo_expire.png) no-repeat;width:114px;height:120px;position:absolute;margin-left:-15px;margin-top:-15px}
.coupon_codepromo2 {background:url(../images/coupon/bonplan.png) no-repeat;width:114px;height:120px;position:absolute;margin-left:-25px;margin-top:-15px}
.coupon_codepromo4 {background:url(../images/coupon/bonplan_expire.png) no-repeat;width:114px;height:120px;position:absolute;margin-left:-25px;margin-top:-15px}
.boutontypecoupon{line-height:20px;border:1px solid #d4d4d4;padding-left:5px;padding-right:5px;height:20px;float:left;margin-right:10px;text-align:center;cursor:pointer}
.boutontypecoupon:hover{background-color:#efefef}
.boutontypecouponnoir {background-color:#efefef}
.boutontypecouponcroissant {background:url(../images/tri/croissant.png) no-repeat center right;}
.boutontypecoupondecroissant {background:url(../images/tri/decroissant.png) no-repeat center right;}
.boutontricoupon{line-height:20px;margin-top:10px;border:1px solid #d4d4d4;padding-left:5px;padding-right:5px;height:20px;float:left;margin-right:10px;text-align:center;cursor:pointer;}
.boutontricoupon:hover{background-color:#efefef;}
#patientez { display:none; position:fixed; left:0; top:0; background:url("../images/patientez.gif") no-repeat;  width:125px; height:125px;top: 50%;left: 50%;margin-top: -125px;margin-left: -125px }
 #tooltip { background: #b8dff2; padding: 5px; border: 1px solid #ddd; position: absolute; display:none;filter:alpha(opacity=80);opacity: 0.8 }
.survoltitre {    position: absolute; display:none;color:white ;font-weight:bold;width:auto} 
.survoltitreb { width:auto;background: #33393d; padding: 5px;} 
.survoltitrec { width:100% } 
.survoltitrebas {margin-left:auto;margin-right:auto; background:url(/dependances/images/sprite-flat24032016.png) -5px -227px;width:30px;height:13px;}
#precisions{width:90%;float:left}
#lesprecisions{width:100%;float:left;margin-bottom:5px}
.lesprecisions{width:auto;float:none;margin-bottom:5px}
.precisions{width:auto;overflow:hidden}
select.customselect {  font-size: 15px;    border: 1px solid #ffffff;    border-radius: 10px;    color: black;    padding: 1px;    width: 50px;    -webkit-appearance: none;    background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") right no-repeat;    background-color: #ffffff;    background-transparency: 0.5;    background-position: right 5px top 5px;    background-size: 11px 11px; }
select.customselect:active {    border: 1px solid #000;}
.float_sharer {     text-align:left;  margin-top:10px;}
.flatboutonprice {	margin-top: 2px;	margin-right: 10px;	padding: 5px 11px;	font-size: 14px;	line-height: 100%;	text-shadow: 0 1px rgba(0, 0, 0, 0.4);	color: #fff;	display:inline-block;	vertical-align: middle;	text-align: center;	cursor: pointer;	font-weight: bold;	transition: background 0.1s ease-in-out;	-webkit-transition: background 0.1s ease-in-out;	-moz-transition: background 0.1s ease-in-out;	-ms-transition: background 0.1s ease-in-out;	-o-transition: background 0.1s ease-in-out;	text-shadow: 0 1px rgba(0, 0, 0, 0.3);	color: #fff;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	font-family: 'Helvetica Neue', Helvetica, sans-serif;}
.flatboutonprice:active {	padding-top: 6px;        margin-bottom: -1px;}
.flatboutonprice, .flatboutonprice:hover, .flatboutonprice:active {	outline: 0 none;	text-decoration: none;	color: #fff;}
.flatboutonprice-1 {	background-color: #3fb8e8;	box-shadow: 0px 3px 0px 0px #3293ba;}
.flatboutonprice-1:hover {	background-color: #1baae3;}
.flatboutonprice:active {	box-shadow: 0px 1px 0px 0px #3293ba;}
.flatzone .flatlien {	margin-top: 10px;	padding: 14px 16px;	font-size: 14px;width:110px;	line-height: 100%;	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	color: #fff;	display:inline-block;	vertical-align: middle;	text-align: center;	cursor: pointer;	font-weight: bold;	transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;	-o-transition: background 0.1s ease-in-out;	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	color: #fff;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	font-family: 'Helvetica Neue', Helvetica, sans-serif;}
.flatzone .flatlien:active {	padding-top: 15px;        margin-bottom: -1px;}
.flatzone .flatlien, .flatzone .flatlien:hover, .flatzone .flatlien:active {	outline: 0 none;	text-decoration: none;	color: #fff;}
.flatzone .flatlien-1 {	background-color: #3fb8e8;	box-shadow: 0px 3px 0px 0px #3293ba;}
.flatzone .flatlien-1:hover {	background-color: #1baae3;}
.flatzone .flatlien-1:active {	box-shadow: 0px 1px 0px 0px #3293ba;}
.otherlink {font-weight:normal;color:#1c4d7e;cursor:pointer}
.otherlink:hover {color:#9b0000}
.fermercomreduc{font-weight:normal;color:#1c4d7e;cursor:pointer}
.fermercomreduc:hover {color:#9b0000;}
a.bottomlink {font-size:12px;display: inline-block;padding-bottom:10px}
.evexprpos, .evexprneg{width:5%;float:left}
.evexprpos {background:url(/dependances/images/sprite-flat24032016.png) 0px -186px;width:27px;height:30px;display:block;cursor:pointer}
.evexprneg {background:url(/dependances/images/sprite-flat24032016.png) -26px -187px;width:25px;height:31px;display:block;cursor:pointer}
.colexpr1 {width:90%;float:left} 
.colexpr2 {width:10%;float:left;padding-top:20px}
.colexpr2 a{background:url(/dependances/images/sprite-flat24032016.png) -24px -2px;width:25px;height:24px;display:block}
.avatar {text-align:center;background:url(/dependances/images/avatar.png) no-repeat;width:45px;height:45px;float:left;-moz-border-radius: 50%;
    -webkit-border-radius: 50%;    border-radius: 50%;}
.avcircle{-moz-border-radius: 50%;  -webkit-border-radius: 50%;    border-radius: 50%;width:45px;height:45px;}
.white{background-color:#FFFFFF}
.rss, .r1l2footer {float:left;margin-right:10px}
.rss a{background:url(/dependances/images/sprite-flat24032016.png) -52px -192px no-repeat;width:18px;height:18px;display:block}
.listebleue {padding:5px; margin:0; list-style-type:none }
.listebleue li a { color: black;}
.puceflechebleue{background-image:url(/dependances/images/flechedroite2.png) ;background-repeat:no-repeat;height:25px;padding-left:15px}
.addcom, .coms {margin-left:5px;background:url(/dependances/images/sprite-flat24032016.png) -6px -588px no-repeat ;-webkit-filter: grayscale(0%); filter: grayscale(0%);line-height:30px;min-width:30px;width:auto;height:30px;cursor:pointer;float:left}
.coms:hover,.addcom:hover {background-position: -37px -310px;color:#9b0000 ;-webkit-filter: grayscale(0%); filter: grayscale(0%);}
.txtmarg{padding-left:32px;cursor:pointer;color:#1c4d7e;font-size:12px;font-weight:normal;line-height:30px;text-decoration:none;}
.hcpdetailsb{display: inline-block;}
.hcpdetailsc{display: none;}
.ecoupondetails{cursor:pointer;color:#555555;font-size:13px;font-weight:normal;text-decoration:none;margin-top:20px}
.txtmargless{margin-left:5px;padding-left:5px;cursor:pointer;color:#1c4d7e;font-size:12px;font-weight:normal;line-height:30px;text-decoration:none;}
.txtmarg:hover, .txtmargless:hover, .ecoupondetails:hover{text-decoration:underline}
.comscl2 {background-position: -6px -588px; }
.comscl3 {background-position: -6px -588px; }
.affichercom, .ajouterlecom, .derouleecolist, flotantgcom {line-height:30px;min-width:30px;width:auto;font-size:12px;font-weight:normal;color:#1c4d7e;cursor:pointer;float:left;margin-left:5px;height:30px}
.affichercom:hover, .ajouterlecom:hover, .derouleecolist:hover {color:#9b0000}
.eco {background:url(/dependances/images/sprite-flat24032016.png)  no-repeat;-webkit-filter: grayscale(0%); filter: grayscale(0%);}
.ecocl2 {background-position: -7px -553px; }
.ecocl3 {background-position: -7px -553px; }
.ecocl1 {background-position: -7px -553px; }
.favcoupon {-webkit-filter: grayscale(0%); filter: grayscale(0%);background:url(/dependances/images/sprite-flat24032016.png) no-repeat top left;cursor:pointer;background-position:-38px -462px;position:relative;margin-left:10px;float:left;width:27px;height:27px;}
.favyvcp {background-position:-4px -465px;-webkit-filter: grayscale(0%); filter: grayscale(0%);}
.favnvcp {background-position:-38px -464px;}
.sharecoupon{-webkit-filter: grayscale(0%); filter: grayscale(0%);}
.sharecoupon:hover{-webkit-filter: grayscale(0%); filter: grayscale(0%);}
.captchaform{display:none;}
.captchaformb{display:none;}
.searchlist { font-family:Verdana;font-size:12px;color:#000000;width:197px;background-color:#FFF;border:solid black 1px;visibility:hidden;position:absolute;z-index:100;margin-top:90px;margin-left:25px;text-align:left;padding:1px }
.pays1,.pays2,.pays3,.pays4,.pays5{float:right;padding-top:16px;}
.pays1 a{background:url(/dependances/images/sprite-flat24032016.png) -50px -44px no-repeat;width:16px;height:11px;display:block}
.pays2 a{background:url(/dependances/images/sprite-flat24032016.png) -51px -29px no-repeat;width:16px;height:11px;display:block}
.pays3 a{background:url(/dependances/images/pays/3.png) no-repeat;width:16px;height:11px;display:block}
.pays3 a{background:url(/dependances/images/pays/4.png) no-repeat;width:16px;height:11px;display:block}
.pays3 a{background:url(/dependances/images/pays/5.png) no-repeat;width:16px;height:11px;display:block}
.c5perct {width:5%}
.c80perct {width:80%}
.cf5perct{margin-left:5px;width:auto;float:left;line-height:31px;height:31px}
.cf5perctb{font-size:12px;font-weight:normal;margin-left:5px;width:115px;float:left;line-height:31px;height:31px}
.greentxt{color:#4CBB17;font-weight:bold;}
.cf80perct{width:100px;float:left}
.jauge{width:80px;float:left}
.rectatxreuss {width:150px;height:20px;border: 1px solid black;background-color:#cc6666}
.rectbtxreuss {height:20px;;background-color:#99cc66;text-align:center}
.rectatxreuss2 {margin-top:8px;margin-left:5px;width:80px;height:15px;border: 1px solid black;background-color:#cc6666}
.rectbtxreuss2 {height:15px;;background-color:#99cc66;text-align:center}
.t100perct {width:100%}
.barrecom{width:auto;float:left;margin-top:3px}
.blocmilieuligne12b{height:auto;min-height:40px;position:relative;font-size:12px;float:left;margin-left:auto;margin-right:auto;margin-top:10px;font-weight:normal;width:100%;}
.comstylehaut {border-bottom: solid 1px #efefef;}
.trianglecom{width:100%;height:30px;background:url(/dependances/images/sprite-flat24032016.png) no-repeat ; background-position:-5px -396px;      }
.jauged {width:auto;right:15px;height:auto;position:absolute;}
.whiterowt{background-color:#FFFFFF;vertical-align:top}
.whtoorange{padding-left:5px;text-align:left}
.moteurboutique{width:308px;height:100px;
background: -webkit-linear-gradient(#ffffff , #fdf0d9  50%);
background: -o-linear-gradient(#ffffff , #fdf0d9 50%);
background: -moz-linear-gradient(#ffffff  , #fdf0d9 50%);
background: linear-gradient(#ffffff , #fdf0d9 50%);
font-weight:bold;font-size:12px;color:#6B4418;border-left:1px solid #9b0000;border-right:1px solid #9b0000;border-bottom:1px solid #9b0000;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;border-bottom-right-radius:10px}
#blocmilieuligne9, .blocmidr9{width:100%;float:left;background-color:#d3d3d3;
border-bottom:3px solid #d3d3d3;height:30px;color:#214263;font-weight:bold;padding-left:10px;line-height:30px;font-size:14px;overflow:hidden}
.orangeb{width:100%;padding-top:5px;background-color:#efefef;padding-left:5px}
.fm1{margin-bottom:10px}
#blocmilieuligne9bis2 , .blocmidr9bis2 {margin-top:10px;float:left;background-color:#d4d4d4;
border-bottom:3px solid #d4d4d4;width:100%;height:30px;color:#2C3539;font-weight:bold;padding-left:10px;line-height:30px;font-size:14px;overflow:hidden}
.blocmilieuligne12b a{font-size:12px;}
.boutoncodereduc{background:#4a9aec;background:-moz-linear-gradient(90deg, #0459b7, #08adff);background:-webkit-gradient(linear, left top, left bottom, from(#08adff), to(#0459b7));border:1px solid #093c75;-moz-border-radius:3px;-webkit-border-radius:3px;-moz-box-shadow:0 1px 0 #fff;-webkit-box-shadow:0 1px 0 #fff;color:#fff;cursor:pointer;font-family:Arial,sans-serif;font-size:11px;font-weight:bold;padding:3px 7px;text-decoration:none;text-shadow:0 1px 1px #333;text-transform:uppercase}
.boutoncodereduc:hover{background:#4ab1ec;background:-moz-linear-gradient(90deg, #067cd3, #0bcdff);background:-webkit-gradient(linear, left top, left bottom, from(#0bcdff), to(#067cd3));border-color:#093c75;text-decoration:none;}
/*background:url(/dependances/images/love/sprite-favoris6.png) no-repeat top left;cursor:pointer;background-position:0 0px;*/
.alignerc {width:auto;text-align:center}
.margin10code{width:100%;height:10px}
.stopselect{-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.morecoupon{margin-bottom:20px;margin-top:10px;background-color:#376ea6;line-height:30px;height:30px;font-size:15px;cursor:pointer;text-align:center;width:100%;color:white}
.waiting{margin-top:10px;width:100%;background:url(/dependances/images/waiting.gif) center center no-repeat;height:62px;}


.no-touch .btncode3:hover:after
	{

	}

	.btncode3:after
	{
		content:"";
		right:30px;
		background-color:#376ea6;
		width:15px;
		height:100%;
		margin-top:5px;
		z-index:3;
		position:absolute;
			
	}
		.btncode3expired:after
	{
		content:"";
		right:30px;
		background-color:#b4b4b4;
		width:15px;
		height:100%;
		margin-top:5px;
		z-index:3;
		position:absolute;
			
	}
.btncode1
{
	z-index:1;
	position:absolute;
width: 0;
height: 0;
right:0;
border-style: solid;
border-width: 0 30px 30px 0;	

border-color: transparent white transparent transparent;
   -webkit-transition: border-width 0.2s ease-out;
   -moz-transition: border-width 0.2s ease-out;
   -ms-transition: border-width 0.2s ease-out;
   -o-transition: border-width 0.2s ease-out;
   transition: border-width 0.2s ease-out;
}


.btncode2
{z-index:4;
	right:0;
	position:absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 30px 0 0 30px;
	
   -webkit-transition: border-width 0.2s ease-out;
   -moz-transition: border-width 0.2s ease-out;
   -ms-transition: border-width 0.2s ease-out;
   -o-transition: border-width 0.2s ease-out;
   transition: border-width 0.2s ease-out;
border-color: transparent transparent transparent #b3cfec 	;

}

.btncode2expired
{z-index:4;
	right:0;
	position:absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 30px 0 0 30px;
	
   -webkit-transition: border-width 0.2s ease-out;
   -moz-transition: border-width 0.2s ease-out;
   -ms-transition: border-width 0.2s ease-out;
   -o-transition: border-width 0.2s ease-out;
   transition: border-width 0.2s ease-out;
border-color: transparent transparent transparent #efefef 	;

}


.btncode3{z-index:3;	left:0;	top:0;	position:absolute;width:100%;color:white;text-align:center;}
.btncode3expired{z-index:3;	left:0;	top:0;	position:absolute;width:100%;text-align:center;}
.code{z-index:1;display:none;	right:3px;	top:0;font-family: Arial,sans-serif;font-size: 18px;	font-style: normal;	font-variant: normal;	font-weight: 400;
line-height:35px;	position:absolute; width:100%;color:black;background-color:#FFFFFF;text-align:right;
}
.coderevealed{background-color:#FFFFFF;color:black;font-family: Arial,sans-serif;font-size: 18px;	font-style: normal;	font-variant: normal;	font-weight: 400;
}
.hstatus{display:none}
.no-touch .boutonvoircode:hover .btncode1 {

	border-width: 0 35px 35px 0;
}
.no-touch .boutonvoircode:hover .btncode2 {
	
	border-width: 35px 0 0 35px;
}

.boutonvoircode {
	z-index:0;
	   position: relative;
 color:black;background-color:#376ea6;
   text-align:center;
  border: 1px solid  #376ea6;
   border-radius: 8px;
color:#FFFFFF; -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;
   -moz-user-select: none;-ms-user-select: none;user-select: none;height:auto;min-height:35px;line-height:35px;width:200px;
cursor:pointer;font-weight:bold;font-size:16px;text-decoration:none;float:left ;overflow:hidden;
}

.boutonvoircodeexpire {
	z-index:0;
	   position: relative;
 background-color:#b4b4b4;
   text-align:center;
  border: 1px solid  #b4b4b4;
   border-radius: 8px;
color:#000000; -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;
   -moz-user-select: none;-ms-user-select: none;user-select: none;height:auto;min-height:35px;line-height:35px;width:200px;
cursor:pointer;font-weight:bold;font-size:16px;text-decoration:none;float:left ;overflow:hidden;
}
.no-touch .boutonvoircode:hover
{	
	
}
 .playcpdeal {
    width: 0;
    height: 0;
    position:absolute;
    float:right;
    top:14px;
    right:10px;
   border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.playcpdealexpire {
    width: 0;
    height: 0;
    position:absolute;
    float:right;
    top:14px;
    right:10px;
   border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


 .boutonvoirbonplan, .boutonvoirbonplanexpire { position:relative;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;text-align:center;height:auto;min-height:25px;line-height:25px;width:200px;overflow:hidden;
padding-top:6px;padding-bottom:6px;cursor:pointer;font-weight:bold;font-size:16px;text-decoration:none;float:left }
.offertitle{border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;overflow:hidden;width:auto;padding-left:5px;padding-right:5px;height:20px;font-size:13px;font-weight:bold;line-height:15px}
.offertitlecl1 {background-color:#376ea6;border: 1px solid #376ea6;color:#FFFFFF;}
.offertitlecl2 {background-color:#000000;border: 1px solid #000000;color:#FFFFFF;}
.offertitlecl3 {background-color:#d2d2d2;border: 1px solid #d2d2d2;color:#4e4e4e;}
.offertitlecl4 {background-color:#efefef;border: 1px solid #efefef;color:#666672;}

.cssmasks .couponncl1 { 
width:48px;height:70px;margin-top:20px;margin-bottom:0px;margin-left:auto;margin-right:auto;

background-color:#376ea6;  
    mask: url(/dependances/images/iconsvector/label1.svg) no-repeat 50% 50%;
    -webkit-mask:  url(/dependances/images/iconsvector/label1.svg) no-repeat 50% 50%;
  
  }
 .no-cssmasks .couponncl1 { 
 width:48px;height:70px;margin-top:20px;margin-bottom:0px;margin-left:auto;margin-right:auto;
  background: url(/dependances/images/iconsvector/label1.svg) center center no-repeat;}
.cssmasks .couponncl2 { 
width:48px;height:70px;margin-top:20px;margin-bottom:0px;margin-left:auto;margin-right:auto;

background-color:#000000;  
    mask: url(/dependances/images/iconsvector/label.svg) no-repeat 50% 50%;
    -webkit-mask:  url(/dependances/images/iconsvector/label.svg) no-repeat 50% 50%;
  
  }
 .no-cssmasks .couponncl2 { 
 width:48px;height:70px;margin-top:20px;margin-bottom:0px;margin-left:auto;margin-right:auto;
  background: url(/dependances/images/iconsvector/label.svg) center center no-repeat;}
  .cssmasks .couponncl3 { 
width:48px;height:70px;margin-top:20px;margin-bottom:0px;margin-left:auto;margin-right:auto;

background-color:#4e4e4e;  
    mask: url(/dependances/images/iconsvector/label3.svg) no-repeat 50% 50%;
    -webkit-mask:  url(/dependances/images/iconsvector/label3.svg) no-repeat 50% 50%;
  
  }
 .no-cssmasks .couponncl3 { 
 width:48px;height:70px;margin-top:20px;margin-bottom:0px;margin-left:auto;margin-right:auto;
  background: url(/dependances/images/iconsvector/label3.svg) center center no-repeat;}
.freefdpcl1 {background:url(/dependances/images/coupon/freefdpcl1.png) 0px 0px;width:110px;height:66px;margin-top:0px;margin-bottom:0px;margin-left:auto;margin-right:auto}
.freefdpcl2 {background:url(/dependances/images/coupon/freefdpcl2.png) 0px 0px;width:110px;height:66px;margin-top:0px;margin-bottom:0px;margin-left:auto;margin-right:auto}
.freefdpcl3 {background:url(/dependances/images/coupon/freefdpcl3.png) 0px 0px;width:110px;height:66px;margin-top:0px;margin-bottom:0px;margin-left:auto;margin-right:auto}
.offertitleborder {width:auto;padding-left:0px;padding-right:0px;font-size:25px;height:auto;font-weight:bold; }
.blocmilieuligne12a{width:100%;overflow:hidden;padding-top:10px;display: flex;  }
.colgcoupon { width:170px;overflow:hidden;text-align:center;position: relative;margin-right:10px;margin-left:10px;margin-bottom:10px}
.colgproduct {min-height:170px; width:170px;overflow:hidden;text-align:center;position: relative;margin-right:10px;margin-left:10px;margin-bottom:10px}
.coupontitle{overflow:hidden;position:relative;flex:1}
.alignvertical{ display: flex;  align-items: center; }
.img-container {    width: 150px;     margin: 10px;       text-align: center;margin: 0 auto; }
.img-wrapper {    overflow: hidden;    border-radius: 10px;      max-height: 150px; }
.img-wrapper img { border-radius: 10px;   display: block;            width: auto;     height: 100%;    max-width: 100%;  transition: transform .3s ease;  margin: 0 auto;  }
.img-wrapper:hover img {    transform: scale(1.1); }
.blackandwhitepic img { filter: grayscale(100%);}
.smallproductpicmotalbox img { max-height: 200px; width: auto;}
.roffer {   margin-top:20px;margin-bottom:20px;font-size:1.7em;    }
.roffer2 {   width:100%;  margin-top:5px;margin-bottom:5px }
.taillefcoupon {font-size:20px}
.placeholder { color: #aaa; }
.storelogosmall {	max-width:100%;  display: block;}
.offertitlebordercl1 {color:#376ea6;}
.offertitlebordercl2 {color:#000000;background-color:#FFFFFF}
.offertitlebordercl3 {color:#4e4e4e;background-color:#FFFFFF}
.offertitlebordercl4 {color:#000000;background-color:#FFFFFF}
.boutonvoirbonplan:hover{color:#FFFFFF;background: #376ea6 ;}
.boutonvoircodeexpire{background-color: #b4b4b4 ;color:#000000}
.boutonvoirsoldes, #boutonvoirsoldes{width:auto;max-width:175px;background-color:#9b0000;padding-left:10px;padding-right:10px;text-align:center;cursor:pointer;margin-top:5px;margin-bottom:5px;float:right;color:#FFFFFF;overflow:hidden;padding-top:6px;padding-bottom:6px;font-weight:bold;font-size:14px;text-decoration:none;}
.boutonvoirbonplan{ background: linear-gradient(to right, #33ba91 0%, #376ea6 50%);color:#FFFFFF;     border-radius: 5px;}
.boutonvoirbonplanexpire {    background: linear-gradient(to right, #e0e0e0 0%, #b4b4b4 50%);    color: #000000;    border-radius: 5px;}
.boutonvoirbonpanexpire:hover{color:#000000;background: #b4b4b4 ;}
.boutonvoirsoldes:hover, #boutonvoirsoldes:hover{background-color:#000000;}
#blocmilieuligne4bouton{
background-color:#376ea6;
text-align:center;margin-top:10px;margin-bottom:10px;margin-left:auto;margin-right:auto;color:#000000;width:250px;overflow:hidden;}
#blocmilieuligne4bouton:hover{background-color:#000000}
#blocmilieuligne4bouton a{font-size:18px;color:#FFFFFF;text-decoration:none;font-weight:bold;display:block;width:250px;height:40px;line-height:40px}
#blocmilieuligne4bouton a:visited{color:#FFFFFF;font-weight:bold;text-decoration:none}

#blocmilieuligne3{float:left;background: -webkit-linear-gradient(0deg,#fde8bf  , white 30px);
background: -o-linear-gradient(0deg,#fde8bf , white 30px);
background: -moz-linear-gradient(0deg,#fde8bf , white 30px );
background: linear-gradient(0deg,#fde8bf , white 30px );width:100%}
#blocmilieuligne4{
width:auto}
#blocmilieuligne4bis{float:none;

width:auto;}
#blocmilieuligne4moyecoparboutique{background-color:white;width:auto}
#antispam{display:none }
#blocmilieuligne4banniere{text-align:center;background-color:#FCE7BE;width:500px;height:65px;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;margin-top:10px;margin-bottom:10px;padding-top:5px;margin-left:auto;margin-right:auto }
.flotantg { float:left }
.stfav1 { float:left;line-height:30px}
.cflot {width:auto}
.flotetmargl { float:left;margin-left:4px }
.flotantg100 { float:left;width:100% }
.flotantcol500 {width:auto;word-wrap:break-word;overflow:hidden }
.textedore {font-size:1.1em;color:gold}
.ft80p { font-size: 1em }
.ftmax { font-size: 0.9em }
.texteit {font-style:italic}
.titlecp { width:auto;height:auto;overflow:hidden;padding-bottom:0px;margin-top:0px;padding-right:30px }
.gras {font-weight:bold}
.pricered {color:#9b0000}
.lignecom {width:98%;margin-left:auto;margin-right:auto;border-bottom:1px solid #e1e0df;margin-top:2px}
.alignerg {text-align:left}
.col6perc {width:6%;float:left}
.col64perc {width:64%;float:left}
.col20perc {width:20%;float:left}
.col30perc {width:30%;float:left}
.col70perc {width:70%;float:left}
.col80perc { width:80%;float:left}
.remisecase {width:30px}
.shipcondcase {width:60px;font-size:0.9em}
.stfilter {width:100%}
.stfilter2{text-align:left;width:auto;margin-bottom:5px;margin-top:5px;}
.stfilter3{margin-right:5px;margin-top:10px}
.stfilter4{text-align:left;width:auto;padding-bottom:0px;padding-top:5px}
.stfilter5{margin-top:5px;width:auto;padding-left:5px}
.stfilter6{width:auto;margin-top:10px}
.marge5ptf {float:left;padding-top:5px}
.marged10 {margin-right:10px}
.quandjev {display:none}
.codetitle{text-align:center;font-weight:bold;font-size:15px;width:100%;padding-bottom:5px}
.mobilecode {font-size:20px;border-style: dashed;border-color:#cccccc;border-width:2px;font-weight:bold;color:#376ea6;width:auto;display: inline-block;text-align:center;padding:10px}
#mynewcopybtn{display: inline-block;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor:pointer;font-size:20px;font-weight:bold;border-style: solid;border-color:#376ea6;border-width:2px;background-color:#376ea6;color:#ffffff;width:auto;margin-left:5px;text-align:center;padding:10px}
.staddcode1{margin-left:auto;margin-right:auto;width:auto;margin-bottom:5px}
.staddcode2{margin-left:auto;margin-right:auto;width:auto}
.staddcode3{margin-left:auto;margin-right:auto;width:220px}
.staddcode4{margin-left:auto;margin-right:auto;width:auto;margin-top:5px}
.streview1{text-align:left;padding-left:5px;width:auto;display: inline-block;padding-bottom:10px;}
.streview2{width:auto ;position: relative;  text-align:center;}
.streview3{display:inline-block;margin-right:12px;vertical-align:top;position: relative;}
.stap1{width:auto;padding-left:10px;padding-top:5px}
.stap2{width:100%;text-align:left;margin-bottom:10px}
.stap3{width:auto;margin-top:5px}
.stnotif1{margin-top:12px}
.stnotif2{display:inline-block;  vertical-align:top;position: relative;}
.dimrecapcase {width:270px;height:100px}
.dimrecapcaseb {width:370px;height:100px}
.dimlivrcond {width:220px;height:80px}
.dimantispam {width:220px;height:150px}
.dimantispamb {width:440px;height:300px}
#ordredutri {float:left;min-width:90px;margin-top:10px;line-height:20px}
.ecorealise1 {font-size:1.2em;font-weight:bold}
.ecorealise2 {font-size:0.7em;font-weight:bold}
.ecorealise3 {float:left;position:relative;width:400px;padding-top:10px;height:20px}
.ecorealise4 {float:left;position:relative;width:400px;padding-top:10px}
.coupontype {float:left;position:relative;width:400px;margin-top:5px}
.amounteco1 {width:100px;height:50px;top:25px;left:72px;position:absolute;text-align:right;font-size:0.8em;font-weight:bold}
.iconeeco {float:left;position:relative;width:400px;padding-top:10px;height:20px}
.menutricp {float:left;position:relative;width:400px;padding-top:10px}
.menutypecp {float:left;position:relative;width:400px;margin-top:5px}
.choice180p{width:180px}
.choice200p{width:200px}
.choice160p{width:160px}
.choice170p{width:170px}
.choix150p{width:150px}
.choix100p{width:100px}
.choix220p{width:220px}
.choix440p{width:440px}
.choix65p{width:65px}
.choix180p{width:180px}
.topbout1{padding-left:5px;padding-right:5px}
.topbout2{text-align:left;width:100%}
.topbout2 a { float:left;background-color:#e8e8e8;padding: 5px 5px;margin-left:10px;margin-bottom:10px;color:black;display:block;text-decoration:none}
.topbout2 a:hover {background-color:#376ea6;color:white}
.leblanc{background-color:#FFFFFF}
.sousapercu {background-color:#e1e0df;height:1px;width:100%}
.sousligne {text-decoration:underline}
.debstgray {color:#4e4e4e}
.ftxreuss {font-size:0.9em}
.tinyftf{float:left;margin-left:6px}
.cltxreuss {font-weight:bold;color:white}
.txtbarre {text-decoration:line-through}
.fnormal {font-weight:normal}
.codeboxcurr{margin-top:10px;display: inline-block;background-color:#e5e5e5;border-radius:5px;padding:10px;width:auto;margin-left:auto;margin-right:auto;font-size:20px}
.halfcurrentbox{overflow:auto;width:auto;text-align:center;margin-left:auto;margin-right:auto;margin-top:10px;height:70%}
.halfcurrentbox p, .fl70 p{padding:0;margin:0}
.codestcurr{float:left;margin-right:10px;padding: 4px 19px 4px 19px;}
.secondratingbox{display: inline-block;margin-left:auto;margin-right:auto;margin-top:10px;}
.ratingbox{position:relative;}
.ratingboxb{position:relative;height:auto;overflow:hidden;padding-left:5px;padding-right:5px}
.fl30{float:left;width:30%}
.fl70{float:left;width:70%}
.secondhalfcpbox{padding:10px;width:auto;border-top: #cccccc solid 1px;overflow:hidden;height:auto}
.deroulantauto {overflow:auto;width:auto;max-height:250px}
.plusdecom, .plusdeco,.plusdeco:visited,.plusdecom:visited,.reviewbtn,.reviewbtn:visited { margin-top:5px;border-radius:5px;text-decoration: none;font-size:1em;background-color:#376ea6;color:white;padding: 4px 19px 4px 19px;cursor:pointer; display: inline-block;}
.reviewbtncopy,.reviewbtncopy:visited { border-radius:5px;text-decoration: none;font-size:1em;background-color:#376ea6;color:white;padding: 4px 19px 4px 19px;cursor:pointer; display: inline-block;}
.reviewbtn:hover,.reviewbtn:active,.reviewbtncopy:hover,.reviewbtncopy:active,.plusdeco:hover,.plusdeco:active,.plusdecom:hover,.plusdecom:active{background-color:#439af2;text-decoration: none;	color: #fff; }
.ligneplusdecom, .ligneplusdeco{text-align:center;width:auto;height:35px}
.star-ratings-sprite {
  background: url("/images/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
margin-bottom:5px;
  }
  .rating {
    background: url("/images/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display:block;
  }
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/dependances/images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/dependances/images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
div.star-rating-readonly a{cursor:default !important}
div.star-rating{background:transparent!important;overflow:hidden!important}
 .fermercouponbox {
  background:url(/dependances/images/fermer8.png) no-repeat top left;width:42px;height:42px;position:absolute;cursor:pointer;right:0px;top:-2px
 
  }
.tri-down, .tri-down2 { z-index:999999999;     padding: 5px 5px;border: #cccccc solid 1px; right:0px;bottom:0px ;background-color:white;width:97%;max-width:500px;height:80px;position:absolute;
  }
.tri-down:before, .tri-down2:before, .tri-down:after, .tri-down2:after {
    content: "";
    position: absolute;
    width: 0;
    z-index:9999999;
    
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
  }
  .tri-down:before {
    bottom: -16px;
    right: 83px;
    border-top-color: #cccccc;
    border-width: 16px;
  }
  .tri-down:after {
    bottom: -15px;
    right: 84px;
    border-top-color: #ffffff;
    border-width: 15px;
  }
 
  .tri-down2:before {
    bottom: -16px;
    right: 53px;
    border-top-color: #cccccc;
    border-width: 16px;
  }
  .tri-down2:after {
    bottom: -15px;
    right: 54px;
    border-top-color: #ffffff;
    border-width: 15px;
  }
  .aligneetcentre{display:inline-block;vertical-align: top;margin-right:10px}
.postxta {line-height:28px}  
.stcasecode {width:auto;display:none;}
.stcasecode2 {width:auto;}   
.inputtext{font-size:16px;color:#356aa0;font-weight:bold;background-color:#FFFFFF;width:220px;height:25px}

.bloccode {float:left;width:230px;margin-right:10px;margin-bottom:10px;}
.blocmrow12a1{width:100%}

.copiercode {width:50px;font-weight:bold;font-size:14px;line-height:25px;height:25px;cursor:pointer;
padding : 4px 4px; margin-bottom:10px;text-align:center;float:left;margin-right:10px}

.gowebsite,.gowebsitew {width:120px;font-weight:bold;font-size:14px;line-height:25px;height:25px;cursor:pointer;
padding : 4px 4px; margin-bottom:10px;text-align:center;float:left;margin-right:10px}

.goreduca {float:left;}
.storecard {display:inline-block;width:auto;height:auto;text-align:center;margin-left:15px;margin-right:15px;
}
.pricereducsn{float:left; padding-left:5px;padding-right:5px;line-height:40px;font-size:12px}
.avataravis {
float:left;width:60px;word-wrap:break-word;margin-right:5px
}
.avataravis a{}
.logomobilec{ padding-right:5px; margin-left:0px;overflow:hidden;  }
#back-to-top {
    position: fixed;
    bottom: 90px;
    right: 40px;
    z-index: 40;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 40px;
     font-size: 30px;
     vertical-align: middle;
   
    background: #a9a9a9;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    display:none;
    
   opacity: 1;
}
.no-touch #back-to-top:hover {
    background: #376ea6;
}

.logomobiled{float:left;width:210px;overflow:hidden}
.logomobilea {width:100%; margin:0;overflow:hidden}
.logomobile {display:none;}
.logomobile2 {padding:5px;overflow:hidden; width:80px;height:60px;margin:0 10px 0px 0;border:1px solid #ddd;background-color:white;float:left}
.measnapstore {padding:5px;overflow:hidden; width:120px;height:90px;margin:0 0px 0px 0;border:1px solid #ddd;background-color:white;margin-left:auto;margin-right:auto}
.measnapstoreb {padding:5px;overflow:hidden; width:120px;height:90px;margin:0 0px 0px 0;border:1px solid #ddd;background-color:white;margin-left:auto;margin-right:auto}
.frontstorecard { padding:5px;overflow:hidden; width:120px;height:90px;margin:0 0px 0px 0;border:1px solid #ddd;background-color:white;margin-bottom:5px;margin-top:5px}
.backstorecard {display:none;padding:5px;overflow:hidden; width:120px;height:90px;margin:0 0px 0px 0;border:1px solid #ddd;background-color:white;margin-bottom:5px;margin-top:5px}
.blackandwhiteoptioncoupon {
 -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -webkit-filter: grayscale(100%);
         filter: gray;
         filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
 margin:10px;
cursor:pointer;
border : solid 2px #d2d2d2;

}

.blackandwhiteoptioncoupon2 {
 -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -webkit-filter: grayscale(100%);
         filter: gray;
         filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
margin:10px;
cursor:pointer;
border : solid 2px #000000;

}

.blackandwhiteoptioncouponb {
margin:10px;
border : solid 2px #376ea6;
cursor:pointer;
}
.blackandwhiteoptioncouponc {
margin-right:10px;

cursor:pointer;
}
.leszonescoupon .unezonecoupon {
padding-top:10px;
padding-bottom:10px
}
#presentationdelaboutique img {
max-width: 100%;
}

.zonesaisieavis, .lechamptextarea {
    display:block;
    width:100%;
    padding:2%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            height:150px;
		}
		
		.conteneuravisbox {
		width:auto;clear:both;
	}
	
	.champbox {
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            width:100%;height:40px;font-size:18px
}
	.champboxb {
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            width:200px; height:40px;font-size:18px
}

.r2footer a {margin-right: 15px;margin-left: 15px;}

  
.mobilelien a{
background-color:#efefef;
color:#000000;
padding: 5px 10px;
margin-right:10px;
font-size:13px;

}

.mobilelien strong{
background-color:#efefef;
color:#000000;
padding: 5px 10px;
margin-right:10px;
font-size:13px;

}
.mobilelien a:hover{
color:#FFFFFF;
background-color:#000000;
}   
.haut1d {display:none;}
.firsth2{font-weight:normal;padding:0;margin-top:3px;margin-left:0;margin-right:0;margin-bottom:0;line-height: 18px;color:#4d4d4d;font-size:18px;height:20px;white-space: normal;text-overflow: clip}
div.respscrollmenu  {
  width: 100%;text-align:left;
}

div.respscrollmenu a  {
  background-color: #fff;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

div.respscrollmenu a:hover {
  background-color: #eee;
}
div.respscrollmenu a.active {
  background-color: #eee;
}
@media screen and (max-width: 999px) {

.btncode3:after	{content:"";right:30px;background-color:#376ea6;width:5px;height:100%;margin-top:0px;z-index:3;	position:absolute;	}
.boutonvoircodeexpire, .boutonvoirbonplan, .boutonvoirbonplanexpire { width:180px; }
.boutonvoircode {width:180px;}
.liencodepromo{overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 20px;     
   max-height: 80px;     
   -webkit-line-clamp: 3; 
   -webkit-box-orient: vertical;font-family: Arial,sans-serif;font-size: 16px;	font-style: normal;	font-variant: normal;	font-weight: 400;color:#242729;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;text-decoration:none;cursor:pointer;padding:0px; margin:0px 0px 10px 0px}


h3 { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 16px;
padding:0px 5px 0px 5px;margin-top:5px;margin-bottom:5px ;white-space: normal;text-overflow: clip}
h2 { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px;	padding:0px 5px 0px 5px;margin-top:5px;margin-bottom:5px ;white-space: normal;text-overflow: clip}
.blocmidr9h h2{font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 26px;	padding:0px 5px 0px 5px;margin-top:5px;margin-bottom:5px;white-space: normal;text-overflow: clip}
div.respscrollmenu::-webkit-scrollbar { 
                display: none; 
            } 
div.respscrollmenu {
  background-color: #fff;
  overflow: auto;
  overflow: -moz-scrollbars-none; 
  -ms-overflow-style: none;
  white-space: nowrap;
}

div.respscrollmenu a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}
.blocmilieuligne12:hover{border-left:#FFFFFF solid 3px;border-right:#FFFFFF solid 3px;}
.searchresult{
   margin-top:0;width:100%;position:relative;z-index:1;top:0;left:0;margin-left:0;margin-top:10px;padding:0
   }
   .searchfield{
   width:100%;
   box-sizing:border-box;
   height:40px;
  padding:3px;
   
   
   }
   
   .haut1ca input[type=search]{
   -moz-appearance: none;/* older firefox */
   -webkit-appearance: none; /* safari, chrome */
   appearance: none; /* rest */
background-color:#fff;height:40px;font-size:18px;width:100%;padding:3px;outline:none;border:0
}


   .haut1ca{
    
   width:100%;
   box-sizing:border-box;
   padding-right:10px;
   margin-top:5px;
   margin-bottom:5px;
   
   }
   .haut1cb{display:none}
.signupbtn{display:none}
.firsth2{font-size:14px;margin-top:0px;margin-left:0;margin-right:0;margin-bottom:0;white-space: normal;text-overflow: clip}
.hpoffermea h1{padding:0px 5px 0px 5px;white-space: normal;text-overflow: clip}
h1{padding:0px 5px 0px 5px; overflow:hidden;white-space: nowrap;text-overflow: ellipsis}
.logomobilec{ padding-right:5px; margin-left:10px;overflow:hidden;  }
.logomobile{display:inline;padding:5px;overflow:hidden; width:80px;height:60px;margin:0 10px 0px 0;border:1px solid #ddd;background-color:white;float:left}
.verifiedb{display:none;}
.boxuser{display:none;}
#back-to-top {
       bottom: 70px;
    right: 5px; ;
    }
.blocmilieuligne12b1{display:none;}
h1 {font-size:20px;}
 .shipping{    width: auto;  height: auto;min-width: 50px;  min-height: 50px;  background-size: 95% 95%;  }
 .gift{    width: auto;  height: auto;min-width: 50px;  min-height: 50px;  background-size: 95% 95%;  }
.txtmarg, .txtmargless{display:none;}
.haut1d {display:inline;width: 50px;height: 50px ;cursor:pointer;float:right;background-position: left center;}
.ie8 .haut1da{background: url(/dependances/images/magnifier2.png) no-repeat;background-size: 36px 36px;background-position: center center;}
.haut1da{background: url(/dependances/images/magnifier.png) no-repeat;background-size: 36px 36px;background-position: center center;}
.haut1db{background: url(/dependances/images/share.png) no-repeat;	background-size: 28px 28px;background-position: 5px 10px}
.minisearch {display:inline;}
/* #moteurrecherche {display:none} */
.haut1c {display:none;margin-left:0px;}
.expiredarea{}
.hlogofixe{display:none;}
.logomobilea {width:100%;margin-bottom:10px;margin-left:5px;display:block;overflow:hidden}
.freefdpcl1 {background:url(/dependances/images/coupon/freefdpcl1cm.png) 0px 0px;width:55px;height:66px;margin-top:0px;margin-bottom:0px;margin-left:auto;margin-right:auto}
.freefdpcl2 {background:url(/dependances/images/coupon/freefdpcl2cm.png) 0px 0px;width:55px;height:66px;margin-top:0px;margin-bottom:0px;margin-left:auto;margin-right:auto}
.freefdpcl3 {background:url(/dependances/images/coupon/freefdpcl3cm.png) 0px 0px;width:55px;height:66px;margin-top:0px;margin-bottom:0px;margin-left:auto;margin-right:auto}

.offertitleborder {
font-size:20px
}
.soldesquelstore {font-size:1em;font-weight:bold;color:#9B0000;}
#lessoldesencours_a {font-size:16px}
.taillefcoupon {font-size:15px}
#blocdroite, .blocright{margin-right:2px;margin-left:2px;}
.colgcoupon {width:100px;margin-right:10px;margin-left:10px;  }
.roffer {   margin-top:20px;margin-bottom:20px;font-size:1.4em;    }
.colgproduct { width:100px;overflow:hidden;text-align:center;position: relative;margin-right:10px;margin-left:10px;}
.img-container {   width: 100px;margin: 0 auto;    text-align: center; }
.img-wrapper {    overflow: hidden;    border-radius: 10px;      max-height: 100px;  }
.img-wrapper img {  display: block;            width: auto;     height: 100%;    max-width: 100%;  transition: transform .3s ease;  margin: 0 auto;  }
.img-wrapper:hover img {    transform: scale(1.1); }
.copiercode {display:none}
#cielbleu,#barrevignette,#barrebanniere,#charchementmiseavant,#verslahaut,#verslagauche,#versladroite,#verslabas {display:none}
.haut1b, .haut1b a{width:210px;background-size:210px;float:none;display:inline-block;}
.barrenoire, #haut3, #haut2, #banniere728 {display:none}
#blocmilieu{margin-right:2px;margin-left:2px;overflow:hidden}
#milieu1bloc1 {width:100%;float:none;}
#milieu1bloc2 {width:100%;float:none;}
#minimilieu1bloc1 {width:100%;float:none;}
#minimilieu1bloc2 {width:100%;float:none;background-color:white;margin-top:10px}
.refinecat{display:none}
}
@media screen and (max-width: 350px) {

.btnflatgrislargfixe { width:80px;padding-left:5px;padding-right:5px;}
.btnflatgrislargvar {width:auto;padding-left:10px;padding-right:10px; min-width:60px}
}


@media screen and (max-width: 590px) {
.detailsbt span {display:none}


.haut1b, .haut1b a{width:160px;background-size:160px;float:none;display:inline-block;}

}
.sharebox2 {
text-align:center;height:auto;border-top: #cccccc solid 1px;padding:10px;width:auto;
}
.sharebox2g {
text-align:center;height:50%;background-color: #efefef ;padding:10px;width:auto;
}

.sharebox2b {
text-align:center;height:auto;padding:10px;width:auto;
}
.sharebox3b {
height:auto;padding:10px;width:auto;
}
.fbshare2{float:left;background-color:#3b5998}
.fbshare2:hover,.fbshare3:hover{background-color:#627aac;}
.twittershare2{float:left;background-color:#000000}
.twittershare2:hover,.twittershare3:hover{background-color:#4c4c4c;}
.emailshare2{float:left;background-color:#376ea6;}

.emailshare3{float:left;background-color:#376ea6;margin-bottom:10px}
.twittershare3{float:left;background-color:#000000;margin-bottom:10px}
.fbshare3{float:left;background-color:#3b5998;margin-bottom:10px}

.emailshare2:hover,.emailshare3:hover{
float:left;background-color:#6aa1d9;
}

.googleplus2{
float:left;background-color:#d34836;
}

.googleplus2:hover{
float:left;background-color:#db6c5e;

}
.sharebuttons2{
margin-left:auto;margin-right:auto;width:280px;height:auto; overflow:auto;
}


.sharebuttons2b{
margin-left:auto;margin-right:auto;width:auto;height:auto; overflow:auto; 
}

.googleplus2:hover,.emailshare2:hover,.twittershare2:hover,.fbshare2:hover,.fbshare3:hover{
  -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
}

.circularshape{
fill: #ffffff;
 stroke: white;
 cursor:pointer;
width: 60px; height: 60px;  -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;margin-left:10px;margin-right:10px;
}
.circularshape2{
fill: #ffffff;
 stroke: white;
 cursor:pointer;
width: 40px; height: 40px;  -moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius: 25px;margin-left:10px;margin-right:10px;
}
.circularshape svg, .circularshape2 svg{
  height: 100%;
  width: 100%;
  display: block ;

}
.ratestore{
padding-top:10px;
text-align:center
}
.starRating{
font-size:20px; 

text-align:left
}


.ratestore .starRating:not(old){
  display        : inline-block;
  width          : 180px;
  height         : 1.5em;

  overflow       : hidden;
  vertical-align : bottom;

}

.ratestore .starRating:not(old) > input{
  margin-right : -100%;
  opacity      : 0;

}

.cssmasks .ratestore .starRating:not(old) > label{
  display         : block;
  margin-right:5px;
  float           : right;
   width           : 1.5em;
  height          : 1.5em;
  position        : relative;
  background-color:#ccc;  
mask: url(/dependances/images/iconsvector/mystaroff.svg) ;
    -webkit-mask:  url(/dependances/images/iconsvector/mystaroff.svg) no-repeat 50% 50%;
  background-size : contain;
    cursor:pointer;
}


.no-cssmasks .ratestore .starRating:not(old) > label{
  display         : block;
  margin-right:5px;
  float           : right;
   width           : 1.5em;
  height          : 1.5em;
  position        : relative;
  background-color:#ccc;  
  background      : url('/dependances/images/iconsvector/mystaroff.svg');
  background-size : contain;
    cursor:pointer;
}





.cssmasks .ratestore .starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 1.5em;
    margin-right:5px;
  height          : 1.5em;
background-color:#376ea6;  
 
    mask: url(/dependances/images/iconsvector/mystaron.svg) ;
    -webkit-mask:  url(/dependances/images/iconsvector/mystaron.svg) no-repeat 50% 50%;
  background-size : contain;
  opacity         : 0;
  transition      : opacity 0.2s linear;

}


.no-cssmasks .ratestore .starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 1.5em;
    margin-right:5px;
  height          : 1.5em;
  background      : url('/dependances/images/iconsvector/mystaron.svg');
  background-size : contain;
  opacity         : 0;
  transition      : opacity 0.2s linear;

}


.ratestore .starRating:not(old) > label:hover:before,
.ratestore .starRating:not(old) > label:hover ~ label:before,
.ratestore .starRating:not(:hover) > :checked ~ label:before{
  opacity : 1;
}
.fbshare{line-height:40px;color:white;background:#3b5998 url(/dependances/images/fb.png) no-repeat top left;}
.twittershare{line-height:40px;color:#000000;background:#ffffff url(/dependances/images/twitter.png) no-repeat top left;}
.mailshare{line-height:40px;color:black;background:#cccccc url(/dependances/images/mail.png) no-repeat top left;}
.cancelshare{line-height:40px;background-color:#000000;color:white;}
.rectshare {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;font-size:22px; font-weight:bold;text-align:center;overflow:auto;height:40px;width: 80%;margin-left:auto;margin-right:auto;margin-bottom:15px; }
.sharebox{display:none;background:url(/dependances/images/blacktransp.png) ;position:fixed;height:auto;width:100%;  bottom: 0;left:0;z-index:999999;padding-top:15px;}
.previewwrapper {
    position: relative;
    padding: 0;
width:auto;
height:auto;
    display:block;
}

.previewtxt {

display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */

    position: absolute;
    top: 0;
    color:#000000;
   
    background-color:rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
     
 font-size:16px;
font-weight:bold;
    text-align: center;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.previewtxt:hover {
    opacity:1;
}
.storepreview2{position: relative;
}

.storepreview2 img {
    z-index:1;
}
.preventselection{    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;}
.myfilters label {
margin-top:5px;
  display: block;
  padding-left: 15px;
  text-indent: -15px;

}
.myfilters input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin-right:5px;
    margin-left:0;
      margin-bottom:0;
        margin-top:0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
.myfilters [type="checkbox"][disabled] + span { color:#ccc;cursor:pointer;  cursor: not-allowed;}
.myfilters label span {  cursor:pointer; } 
.whiteiconb{color:#ffffff;}
.logostoreb {    border-radius: 50%;}
#avertissementcookies
{
width:100%;right:0;bottom:0px;top:auto;left:auto; box-sizing: border-box;
  text-align:center; 
background      : #f0f0f0;
padding-top: 5px;
padding-bottom: 5px;
height          : auto;
min-height          : 30px;
    border-top      : 2px solid #dedede;
 border-right      : 2px solid #dedede;
 border-left      : 2px solid #dedede;
  border-bottom      : 2px solid #dedede;
    position        : fixed;
  z-index:9999999;
  display:none;
}
.demo-pricing {
	margin-top: 2px;
	margin-right: 10px;
	padding: 5px 11px;
	font-size: 14px;
	line-height: 100%;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	color: #fff;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
.demo-pricing:active {
	padding-top: 6px;
        margin-bottom: -1px;
}
.demo-pricing, .demo-pricing:hover, .demo-pricing:active {
	outline: 0 none;
	text-decoration: none;
	color: #fff;
}

.demo-pricing-1 {
	background-color: #3fb8e8;
	box-shadow: 0px 3px 0px 0px #3293ba;
}
.demo-pricing-1:hover {
	background-color: #1baae3;
}
.demo-pricing-1:active {
	box-shadow: 0px 1px 0px 0px #3293ba;
}
.mpjb span{display:block;color:inherit;cursor:pointer}
.mpjb th:first-of-type{width:50%}
.mpjb th{padding-top:5px;padding-bottom:5px;text-align:left}
.mpjc{margin-bottom:15px;padding:2px 3px;font-size:14px;}
table{border-collapse:collapse}
.mpja{width:100%;font-size:13px;table-layout:fixed}
.mpja td{border-top:1px solid #ddd;padding-top:5px;padding-bottom:5px}
.mpja td.nowrap{white-space:nowrap}
.mpjd:hover{background-color:#e5e5e5}
.gtsc{cursor:pointer}
.gtscb{cursor:pointer;font-weight:600;font-size:15px}
.vertical-menu {
  width: 100%;text-align:left;
}

.vertical-menu a {
  background-color: #fff;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #eee;
}
.allcookiesmsg {
 width: 100%;
  text-align: center; 
  margin:0 auto;

}

.messagecookie{    display:block;
padding: 0.4em 0.4em;

  margin:0.4em auto;}
.cookiebtn:hover{
background-color:#3e7cbb;
}
.cookiebtn{
  display:block;
  width: auto;
  height:15px;
  font-weight: 600;
     vertical-align:middle;
  display: inline-block; 
 padding:0.35em 1.2em;
background-color:#376ea6;
 border: solid 1px;
   border-color: #376ea6;
    color: #ffffff;
   padding-top:10px;
   padding-bottom:10px;
      padding-right:10px;
   padding-left:10px;
     margin-left:10px;
     height: 20px;
  line-height: 20px;
  cursor:pointer;
     font-size:1.2em;
     border-radius: 5px;
        

}
.messagecookie a {
  text-decoration: underline;color:black
}
.messagecookie a:hover {
  text-decoration: underline;color:black
}

@media all and (max-width:30em){

.cookiebtn{
  display:block;
  margin-left: auto;
    margin-right: auto;
background-color:#376ea6;
 border: solid 1px;
   border-color: #376ea6;
     font-weight: 500;
    color: #ffffff;
   padding-top:10px;
   padding-bottom:10px;
      padding-left:0px;
   padding-right:0px;
   vertical-align: middle;
   font-size:1.5em;
     height: 20px;
  line-height: 20px;
 width: 95%;
 cursor:pointer;   
   border-radius: 5px;
     
 }
.messagecookie{
  display:block;
padding: 0.4em 0.4em;

  margin:0.4em auto;
 }
.cookiebtnct{  display:block; width: 100%;


}


}
.spacebottom10 {
    margin-bottom: 10px;
  
  }
  .centered-text-link {
    text-align: center;
  
  }

  .centered-text-link a {
    text-decoration: none; 
    color: #444; 
    font-weight: bold; 
     font-size: 16px; 
     margin-bottom: 10px; 
  }

  .centered-text-link a:hover {
    color: #376ea6; 
    font-weight: bold; /
     font-size: 16px; 
  }
.pricereducmenu li:hover .submenu,
.pricereducmenu li:focus-within .submenu,
.subpricereducmenu.active {
  display: block;
}

.category-arrow-container {
  display: flex; /* Ensures they stay on the same line */
  align-items: center; /* Aligns them vertically */
    border-bottom: 1px solid #efefef;
      cursor:pointer;
      width:100%;
  
}


/* Apply hover effect only for non-mobile devices */
@media (min-width: 768px) {
  .category-arrow-container:hover {
    background-color: #efefef;
  }
}


/* Reset default margin and padding */
.pricermenu{

margin-top:50px;
}
 .pricermenu > span {font-size:16px;
 font-weight:bold;
 }
.pricermenu ul {
  margin:0;
  padding: 0;
}

/* Style for the main menu */
.pricereducmenu {
  list-style: none;

  width: 100%;
  
}

.pricereducmenu li {
  position: relative;
}

.pricereducmenu li a {
  display: block;
  color: #000000;
  padding: 10px 15px;
  text-decoration: none;
  border-bottom: 1px solid #efefef;
}


.pricereducmenu li span {
  display: block;
  color: #000000;
  padding: 10px 10px;
  font-size:16px;
  text-decoration: none;


 
}

.pricemenuarrow {
  position: absolute; /* Ensure positioning context for absolute positioning */
  width: 5px;
  height: 5px;
 /* Pushes the arrow to the right */
right: 5px;
}

.pricemenuarrowup {
  position: absolute; /* Position relative to the parent .pricemenuarrow */
  top: 50%; /* Move 50% from the top */
  left: 50%; /* Move 50% from the left */
  transform: translate(-50%, -50%) rotate(-135deg); /* Center the arrow and rotate */
  -webkit-transform: translate(-50%, -50%) rotate(-135deg); /* For Safari */
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.pricemenuarrowdown {
  position: absolute; /* Position relative to the parent .pricemenuarrow */
  top: 50%; /* Move 50% from the top */
  left: 50%; /* Move 50% from the left */
  transform: translate(-50%, -50%) rotate(45deg); /* Center the arrow and rotate */
  -webkit-transform: translate(-50%, -50%) rotate(45deg); /* For Safari */
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.subpricereducmenu {

  display: none;


  width: 100%;
 

}

.pricereducmenu li:focus-within .submenu {
  display: block;
}

.subpricereducmenu li a {
  padding: 10px 15px;

}

.subpricereducmenu li:last-child a {
  border-bottom: none;
}  
.promo-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #ddd;
}
.promo-table .col-saving { width: 20%; }
.promo-table .col-details { width: 60%; }
.promo-table .col-valid { width: 20%; }
.promo-table th {
    background-color: #f4f4f4;
    padding: 10px;
    text-align: left;
    border-bottom: 2px solid #ccc;
}
.promo-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    word-wrap: break-word;
    vertical-align: top;
}
.promo-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}
.promo-table tbody tr:hover {
    background-color: #f0f8ff;
}

