@charset "UTF-8";
/*
Description: La Bonne Reduc
Version: 3.0 / Avril 2022
Author: La Bonne Reduc
Author URI: https://www.labonnereduc.com/
*/

/* --- RESET ------------------------------------------------------- */
* {padding: 0; margin: 0;}	
* {-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none;}
ul, ol, li {list-style: none; list-style-position: inside;}
ol ol, ul ul, ol ul, ul ol {margin: 0;}
a:focus {outline:none;}
img {border: none;}
html body * div.clear {background: none;	border: 0;	clear: both; display: block; float: none;	font-size: 0; list-style: none; margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* --- FONT ------------------------------------------------------- */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(font/roboto_regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(font/roboto_black.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(font/roboto_medium.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

/* --- COMMON ---------------------------------"Open Sans"---------------------- */
body      {font: 13px/1 'Roboto', Arial, sans-serif; color:#333; font-weight:400; height: 100%;  min-width:990px; min-height:100%; margin-top:110px}
a         {color: #000; text-decoration: none; -webkit-tap-highlight-color:rgba(0,0,0,0)}
a:hover   {color: #000 ;}
.item-container, .textwidget, .boxdefault {box-shadow: 0 2px 3px rgba(0,0,0,0.05)}



/* --- CONTAINER ---------------------------------------------------------------------- */
.wrapper_banner    {margin-top:56px;}
.container     {width:980px; min-height:100%; margin: 0px auto 0px auto; position:relative;}


/* --- HEADER --------2021--->--#32ade0----------------------------------------------------435879----243b4e------- */
#header            {display:block; position:relative; width:100%; height:110px; background-color:#d5a259; position:fixed; z-index:1001; top:0px; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3)}  
#header .container {box-shadow: 0px -50px 60px rgba(0,0,0,0.20)}

    /* --- LOGO ----------------------------------------------------------------------- */
    #header .logo a       {display:block; position:absolute; left:15px; top:12px; text-indent:1000%; overflow:hidden; white-space: nowrap; background:url(_img/sprite_2022_b.webp) no-repeat -50px 0px; width:315px; height:50px;}
    #header .logo_FR a       {background-position: -50px 0px;}
    #header .logo_DE a       {background-position: -50px -100px;}
    #header .logo_ES a       {background-position: -50px -200px;}
    #header .logo_IT a       {background-position: -50px -300px;}
    #header .logo_BR a       {background-position: -50px -400px;}
    #header .logo_GB a       {background-position: -50px -500px;}
    #header .logo_PT a       {width:360px; background-position: -50px -600px;}
    #header .logo a:focus    {outline:none}
    #header .logo::before {content:""; display:block; position:absolute; left:15px; top:3px; background: url(_img/sprite_2022_b.webp) no-repeat 0px 0px; width:98px; height:60px; z-index:-1}
  
  /* --- SEARCH -----------------------------------------------------bg--#42a0d5--font-e3eefa------------ */
	.box_search               {position:absolute; top:15px; right:15px; z-index:100;}
  .box_search .input_search {display:block; border:0px; height:40px; border-radius:5px; font-size:16px; color:#333; font-weight:300; width:360px; padding:0px 35px 0px 15px; box-sizing:border-box; font-family: Arial, sans-serif; transition: background-color 0.2s ease 0s; position:relative; opacity:0.7}
  .box_search::before {content:" "; display:block; width:30px; height:30px; position:absolute; right:5px;top:5px; z-index:100; background: url(_img/sprite_2022_b.webp) transparent no-repeat 0px -224px; background-size:400px 700px;}
  .box_search .input_search::-webkit-input-placeholder {color:#666; }
  .box_search .input_search:-moz-placeholder           {color:#666; opacity:1; } /* FF 4-18 */
  .box_search .input_search::-moz-placeholder          {color:#666; opacity:1; } /* FF 19+ */
  .box_search .input_search:-ms-input-placeholder      {color:#666; } /* IE 10+ */ 
  .box_search .input_search:focus {background-color:#FFF; color:#000; background-position:365px -446px; outline:none; opacity:1}
  .box_search .input_search:focus::-webkit-input-placeholder {color:transparent; }
  .box_search .input_search:focus:-moz-placeholder           {color:transparent; } /* FF 4-18 */
  .box_search .input_search:focus::-moz-placeholder          {color:transparent; } /* FF 19+ */
  .box_search .input_search:focus:-ms-input-placeholder      {color:transparent; } /* IE 10+ */
  .box_search label.hidden {display:none}
  .box_search input[type="button"] {display:none;}
  .button_search {display:none; position:absolute; top:14px; right:10px; cursor:pointer; height: 26px; width: 50px; padding:5px 0px;  background: url(_img/sprite_2022_b.webp) no-repeat 15px -275px; background-size: 400px 700px;}
  .button_search.close {background-position:15px -325px; opacity:0.4}
  .button_search.hidden {display:block;}
  
  /* --- AUTOCOMPLETE -------------:hover -> .highlight---------------------------------------- */
  .autocomplete-new, .autocomplete-new > .result { list-style: none; padding: 0; margin: 0; background: none; }
  .autocomplete-new {overflow:hidden; cursor: default; margin-top:2px; border-radius:3px; box-shadow:5px 5px 0px rgba(0,0,0,0.05); border:1px solid #DDD; background-color:#FFF;}
  .autocomplete-new > .result {position:relative; border-bottom: 1px solid #E1E1E1;}
  .autocomplete-new .result:last-child {border-bottom:0px;}
  .autocomplete-new > .result:hover {background: #EEE;}
  .autocomplete-new .search-item {display:block; height:36px; cursor:pointer; line-height:15px; padding:8px 7px; position:relative;}
  .autocomplete-new .img {width:92px; height:36px; float:left; display:block; border-radius:4px; background-color:#FFF; margin-right:10px;}
  .autocomplete-new img {display:block; width:100%; height:auto; float:left;}
  .autocomplete-new .name {display:block; margin-top:3px; font-size:14px; font-weight:300; clear:right; color:#000}
  .autocomplete-new .count {font-size:11px; font-weight:normal; color:#AAA; display:block; float:left; padding-top:2px;}
  .autocomplete-new .arrow {font-size:18px; display:inline-block; overflow:hidden; width:20px; height:15px; text-indent:-5px; transition-duration: .2s; color:#999; margin-left:5px; float:right; position:absolute; top:10px; right:10px;}
  .autocomplete-new .result:hover .arrow {text-indent:0px;}
  
  /* --- MENU ------------------------------------------------------------------------- */
  .menu_top {position:absolute; top:78px; left:0px; z-index:10; min-width: 800px;}
  .menu_top.hidden {display:none;}
  .menu_top a {color:#FFF; font-size:16px; padding:6px 10px 8px 10px; border-radius:3px; background:rgba(0,0,0,0.25);}
  .menu_top a:hover {background:rgba(0,0,0,0.5);}
  .menu_top a.bf {background-color:#000;}
  .menu_top a.bf:hover {background:rgba(0,0,0,0.8);}
  .menu_top li {float:left; margin-left:10px;display:block; padding-bottom:20px;}
  .menu_top li.current a {background:rgba(0,0,0,0.6)}
  .menu_top li:last-child {margin-right:15px}
  .button_menu {position:absolute; top:76px; right:20px; font-size:34px; cursor:pointer; height: 26px;
  width: 26px; padding:5px 0px;}
  .button_menu:hover {opacity:0.8}
  .button_menu.active .top {transform: translateY(6px) translateX(0) rotate(45deg);background: #FFF;}
  .button_menu.active .middle {opacity: 0;background: #FFF;}
  .button_menu.active .bottom {transform: translateY(-10px) translateX(0) rotate(-45deg);background: #FFF;}
  .button_menu span {background: #FFF; border: none; height: 3px; width: 100%; position: absolute; top: 0;
  left: 0; transition: all .35s ease; cursor: pointer;}
  .button_menu span:nth-of-type(2) {top: 8px;}
  .button_menu span:nth-of-type(3) {top: 16px;}

  /* --- SUB MENU ------------------------------------------------------------------------- */
  .menu_top ul.menu_riche               {display:none; position:absolute; left:0px; top:27px; width:100%; height:auto; background-color:#FFF; overflow:hidden; font-size:13px; padding:15px 5px 30px 10px !important; z-index:12; border-bottom:3px solid #666; box-shadow:0px 0px 20px rgba(0,0,0,0.15)}
  .menu_top ul.menu_riche li a {background:none; color:#000}
  .menu_top ul.cat-shopping {column-count: 4; column-gap: 10px; height:120px;}
  .menu_top ul.cat-shopping li {display:block; width:160px; float:none; padding-bottom:0px;}

	/* --- ARIANE ---------------------------------------------------------------------- */
    .main_addon {display:block; clear:both; padding: 10px 0px 10px 4px; margin-top:0px; overflow: hidden}
	#fil-ariane {display:block; float:left; color:#666; font-size:13px; padding:0px 0px 10px 0px; width:40%; line-height:18px;}
	#fil-ariane a {color:#333; padding-right:2px;white-space: nowrap;}
	#fil-ariane a:hover {color:#000; text-decoration: underline}
    #left .main_addon .update {display:block; float:right; width:58%; text-align:right; font-size:13px; padding:0px 5px 0px 0px; line-height: 18px}
    #left .main_addon .update u {text-decoration: none;}

  /* --- FILTER ---------------------------------------------------------------------- */
  .filter_container {display:block; clear:both; font-size:16px; margin:15px 0px 5px 5px; padding-top:0px; overflow-x: auto;}
  /*.filter_container::before {content:"";display:block; width:80px; height:1px; background-color:#DDD; margin-bottom:10px}*/
  .filter_container .title {float:left; line-height:30px; margin-right:4px;}
  ul.filter {overflow-x: auto; display: flex; margin-right:10px}
  ul.filter li {float:left; padding:6px 10px; font-size:14px; border:1px dotted #AAA; border-radius:3px; margin-left:8px; margin-bottom:8px; white-space: nowrap; background-color:#FFF}
  ul.filter li.selected {background-color:#ee4424; color:#FFF; border:1px solid transparent}
  ul.filter li.selected:hover {background-color:#333; color:#FFF; border:1px solid transparent}
  ul.filter li:hover {cursor:pointer;background-color:#EEE}
  ul.filter li:focus {background-color:#000}
  ul.filter li i {opacity:0.4; font-style: normal; margin-left:2px; font-size:14px}
  ul.filter li i::before {content:"｜"; opacity:0.3; font-size:14px}
  ul.filter li.selected i {opacity:0.6} 

	

/* ------------------------------------------------------------------------------------- */
/* --- HOME ---------------------------------------------------------------------------- */

  .boxhome    {display:block; margin-bottom:20px; overflow:hidden; clear:both; margin-top:10px;}
  .boxhome h2, .boxhome h1, .boxlatest h1, .boxhome h4 {background-color:#de4d50; color:#FFF !important; font-weight:400; font-size:18px; overflow: hidden; display: block; box-sizing: border-box; 
line-height: 28px; padding: 8px 10px 8px 20px; border-radius:4px;}
  .boxlatest {border-radius:6px; overflow:hidden;}
  h2.title {padding: 20px 10px 30px 10px; font-size: 16px; line-height: 26px;}
  h2.sub-title {text-align:center; font-size:26px; padding-bottom:20px; font-weight:bold; padding-top:15px; border-bottom: 1px dashed #AAA;}
  .boxhome .content        {padding:15px 0px; box-sizing:border-box; position:relative;}
  #sidebar_320 .boxhome .content        {padding:10px 10px;}
  .boxhome ul.grid-latest li           {display:block; float:left;}
  .boxhome ul.grid-latest li a         {display:block; float:left; margin-right:16px; background-color:#FFF; padding:6px 5px 10px 5px; box-sizing:border-box; border:1px solid #dddddd; border-radius:3px; }
  .boxhome ul.grid-latest li a:hover, .boxhome ul li a:active, .boxhome ul li a:focus  {border:1px solid #666;}
  .boxhome ul.grid-latest li span      {padding:5px 6px 5px 6px; line-height:20px; font-size:15px; color:#333; display:block;}
  
  .boxhome.boxfav h2, .boxhome.boxfav h1       {background-color:#de4d50}
  .boxhome.boxfav ul       {margin-left:5px; overflow:hidden; margin-bottom:10px; margin-right: 5px;}
  .boxhome.boxfav li             {flex-basis: 132px;}
  .boxhome.boxfav li .logo_shop  {display:block; float:left; width:100%; margin-right: 8px; margin-bottom: 12px; border-radius:4px; background-color:#FFF; padding:6px 10px 6px 10px; box-sizing:border-box; border:1px solid #dddddd; cursor: pointer;}
  .boxhome.boxfav li .logo_shop:hover {border-color:#666}
  .boxhome.boxfav li .logo_shop img {width:100%;}
  .boxhome.boxfav li .logo_shop:hover img {transition:all 0.2s ease-in-out; transform:scale(1.1);}

  
  .boxhome.boxlatest h2       {background-color:#435879;}
  .boxhome.boxlatest h2 a     {color:#FFF;}
  .boxhome.boxlatest h4, .boxhome h4       {background-color:#435879;}
  .boxhome.boxlatest h4 a     {color:#FFF;}
  .boxhome.boxlatest ul li    {width:172px; margin-right:10px;}

  .boxhome.boxlatest ul.grid-latest li a  {width:100%; position:relative; margin-right:0px; padding-bottom:30px;}
  .boxhome.boxlatest ul.grid-latest li span::after         {content:"→";font-size:18px; display:inline-block; overflow:hidden; width:20px; height:15px; text-indent:-5px; transition-duration: .2s; color:#999; margin-left:8px;}
  .boxhome.boxlatest ul.grid-latest li:hover span::after   {text-indent:0px; color:#000}
  .boxhome.boxlatest ul.grid-latest h2 i {font-size:100px; margin-right:0px; color:#FFF; position:relative; bottom:-4px; right:0px; float:right}
  .boxhome.boxblackfriday ul.grid-latest h2 i {font-size:120px; margin-right:0px; color:#f52f5f; position:relative; bottom:24px; right:0px; float:right;font-weight: bold}
  .boxhome h1 i {font-size:50px; margin-right:15px; color:#FFF; position:relative; bottom:0px; right:0px; float:right;}
  .boxlatest h1 i {font-size:50px; margin-right:15px; color:#FFF; position:relative; bottom:0px; right:0px; float:right;}
  .boxhome.boxlatest ul.grid-latest li a i {font-style:normal; float:right; color:#666; font-size:12px; position: absolute; bottom: 12px; right: 12px;}
  .boxhome.boxlatest ul.grid-latest li a img {width:128px;margin:0px auto;display: block; height:48px;}

  #sidebar_320 ul.grid-latest-large {display:block; margin-top:0px; padding: 5px 10px 0px 0px}
  #sidebar_320 ul.grid-latest-large li    {width:100%; margin-right:0px; margin-bottom:8px; display:block; float:left;}
  #sidebar_320 ul.grid-latest-large li a {padding:0px; overflow: hidden; display: block; float: left; background-color: #FFF; box-sizing: border-box; border: 1px solid #ddd; border-radius: 3px; width:100%;}
  #sidebar_320 ul.grid-latest-large li a span {padding-top:6px;padding: 5px 6px 5px 6px; line-height: 20px; font-size: 15px; color: #333; display: block;}
  #sidebar_320 ul.grid-latest-large li a img {width:80px;margin:0px auto;display: block; height:80px; float:left; margin-right:10px; transition:transform .2s}
  #sidebar_320 ul.grid-latest-large li a:hover img {transform: scale(1.08);}
  #sidebar_320 ul.grid-latest-large li a i {position:absolute; padding-top:6px;}
  #sidebar_320 ul.grid-latest-large li a.more_offers {display: inline-block; padding: 8px 15px 8px 15px; margin: 0px; border: 1px solid #ddd; text-decoration: none; border-radius: 4px; font-weight: 300; font-size: 14px; line-height: 20px; min-height:auto; color:#666}
 #sidebar_320 ul.grid-latest-large li a.more_offers:hover {background-color:#F1F1F1; color:#000; border-color:#666}
 #sidebar_320 ul.grid-article li a img {width:300px; height:200px; margin-bottom:6px} 
  #sidebar_320 ul.grid-article li a:hover img {transform: scale(1.04);}

  .boxhome.boxlatest.boxsimilar {margin-top:60px;}
  .boxhome.boxlatest.boxsimilar h2 {background-color:#3dabbb}
.boxhome.boxlatest.boxsimilar.boxfullwidth h2 {border-radius: 3px;
  margin-top: 20px;}
  .boxfullwidth {margin:0px;}
  .boxfullwidth li a {min-height:160px;}
  
    .boxhome.boxdefault      {margin-top:40px; background-color: #FFF}
    .boxhome.boxdefault h2   {background-color:#435879;} /* #666666 */
    .boxhome.boxabout h2   {background-color:#999999;}
    .boxhome.boxabout p   {color:#666666;} 
    .boxhome .contentdesc    {padding:10px 20px 30px 20px !important; font-size:15px; line-height:24px;}
    .boxhome .contentdesc h3 {font-weight:bold; padding-top:15px; font-size:18px}
    .boxhome .contentdesc img {width:100%; height:auto;}
    .boxhome.boxabout .contentdesc img   {float:right; margin-left:10px; width:240px;} 
    .boxhome .contentdesc p {padding-top:10px}
    .boxhome .contentdesc strong {font-weight:bold}
    .boxhome .contentdesc li { display: list-item; float: none; list-style: square inside; margin-bottom:4px; margin-left:10px;}
    .boxhome .contentdesc ol {padding-left:10px;}
    .boxhome .contentdesc ol li {list-style: numbers}
    .boxhome .contentdesc ol > li::marker {font-weight: bold}
    .boxhome .contentdesc .alignright {float:right; margin-left:10px;}
    .boxhome .contentdesc .wp-caption-text {font-size: 11px; line-height: 14px; padding-top: 0px;}

  /* SIDEBAR */
  #sidebar_320 .boxhome.boxblackfriday h1 {background-color:#000}
  #sidebar_320 .boxhome.boxblackfriday h1 i {font-size:50px; margin-right:15px; color:#f0be48; position:relative; bottom:0px; right:0px;}
  #sidebar_320 .boxhome a.more_offers {line-height:130px;}

  .boxhome.boxblackfriday h1 {background-color:#000000}
  .boxhome.boxlatest.boxblackfriday h2 {background-color:#000000}
  .boxhome.boxblackfriday h1 i {font-size:50px; margin-right:15px; color:#f52f5f; position:relative; bottom:0px; right:0px; font-weight: bold}
  .boxhome.boxfullwidth .more_offers {font-size: 80px; line-height: 42px; margin-left: 30px; color: #CCC; padding-top: 50px;}
  .boxhome.boxfullwidth a:hover .more_offers {color:#000} 
  .boxhome a.more_offers {display: block; float: right; clear:both; background-color: #FFF; padding: 6px 5px 10px 5px; padding-bottom: 10px; text-align:center; box-sizing: border-box; border: 1px solid #dddddd; border-radius: 3px; font-size: 80px; line-height: 70px; color: #CCC; width:100%; min-height:100px; margin-bottom:15px }
  .boxhome a.more_offers:hover {color:#000; cursor:pointer; border-color:#000} 
  
  /* HOME RICH DESCRIPTION */
  .row    {padding:20px; margin-bottom:20px; overflow: hidden; font-size:18px; line-height:26px; clear:both;}
  .row.row_dark {background-color:#393f41; color:#FFF; margin-bottom:0px; padding-bottom:40px}
  .row.row_dark .number {color:#0ea9d7 }
  .row.row_light {background-color:#F1F1F1;}
  .row h3 {font-size:28px; font-weight:900; font-family: 'Roboto', Arial, sans-serif; padding-bottom:15px; line-height:40px; margin-bottom:0px; padding-left:5px}
  .row p  {font-size:18px; line-height:30px; padding-bottom:10px;}
  .row .number     {display:block; font-size:46px; color:#ee4424; text-align:center; text-decoration: none; font-weight:600; padding-bottom:15px; padding-top:20px}
  .row u           {text-decoration:none; color:#ee4424; font-weight: 600;}
  .row .center     {text-align:center}
  .row .alignleft  {float:left}
  .row .alignright {float:right}
  .row img {width:80%; height:auto; margin-left:auto; margin-right:auto; display:block;}
  .col    {float:left; padding:5px; box-sizing: border-box;}
  .m1    {width:15%}
  .m2    {width:20%}
  .m3     {width:25%}
  .m6     {width:50%}
  .m9     {width:75%}
  .m12    {width:100%}

  /* TESTIMONIALS */
  .tm_star {color:#fd9426; font-size: 16px}
  .tm_name {font-family:Georgia; font-style:italic; font-size:20px; padding-bottom:5px;}
  .tm_text {display:block; min-height:70px;}

  /* FOOTER */
  #footer {clear:both; border-top:2px solid #eaeaea; margin-top:0px; padding-top:25px; padding-bottom:60px; background-color:#FFF}
  #footer li a {font-size:16px; line-height: 20px; margin-top:4px; padding:3px 6px 3px 0px; display: inline-block;
clear: left; color:#666}
  #footer li a:hover {text-decoration:underline;}
  #footer h4 {font-family: 'Roboto', Arial, sans-serif; font-weight: 700; padding-bottom:10px; font-size:16px; color:#333}
  #footer ul {padding-bottom:12px;}
  #footer .col {padding-left:15px}
  .footer_logo {display:block; width:100px; height:140px; background: url(_img/sprite_2022_b.webp) no-repeat; background-position:-200px 0px; background-size:400px 700px; margin-left:auto; margin-right:auto;}
  a.app_icon::after {content: ""; width: 32px; height: 12px; display: inline-block; background: url(_img/sprite_2022_b.webp) no-repeat 0px -400px; background-size: 400px 700px; margin-left: 7px;}
#footer a.app_icon::after {background-position:0px -375px;}

/* ------------------------------------------------------------------------------------- */
/* --- SHOP HEADER ---------------------------------------------------------------------------- */

#shop_header {background-color:#FFF; position:relative; color:#333; border-bottom:2px dashed rgba(0,0,0,0.1)}
.shop_header_page .shop_text {max-width:100%; padding:0px 15px}
#shop_header .container {padding:15px 0px 15px 0px; overflow:hidden}
/* -- padding:6px 6px 4px 6px; border-radius:4px; border:1px solid #E1E1E1;  */
.shop_logo {display:block; float:left; margin-right:15px; margin-left:15px; background-color:#FFF; width:160px;}
.shop_logo img {width:100%; height:auto;}
.shop_logo div {display: block; position: relative; z-index: 2;}

.shop_logo_square {display:block; float:left; margin-right:15px; margin-left:15px; padding:0px 2px 0px 2px; border-radius:4px; border:0px; background-color:#FFF; width:120px; height:100px; margin-top:-25px;}
.shop_logo_square img {width:120px; height:120px;}


.shop_text {display:block; position:relative; float:left; max-width:490px}
.shop_text h1 {font-weight:500; font-family:'Roboto', Arial; padding-bottom:8px; font-size:24px; line-height:30px; padding-top:5px;}
.shop_text h1 strong {font-weight:900}
.shop_text h2 {font-weight:400; font-size:17px; line-height:24px;}
.shop_text .update {color:#999; padding-top:10px; padding-bottom:10px}
.shop_meta {display:block; float:right; color:#666; line-height:20px; width:270px; margin-right:5px; border-left:1px solid rgba(0,0,0,0.1); padding: 5px 0px 5px 10px; position:relative}
.shop_meta_verification {display:block; clear:left;}
.shop_meta_verification::before {content:"✓ "; color:#2BB205; padding-right:3px}
.shop_meta_verification i {font-style:normal}
.shop_meta_subscribers {display:block; clear:left;}
.shop_meta_subscribers::before {content:"↳ "; color:#CCC}
.rate_star {position:relative; color:#999; height:20px;z-index:2; unicode-bidi: bidi-override; direction: rtl; font-family: "Arial Unicode MS"; font-size:15px; float:left;}
.rate_star::before {content:"★ ★ ★ ★ ★"; color:#999; position:absolute; height:20px; overflow:hidden;z-index:-1; left:0px; top:0px}
.rate_star::after {display:block; content:"★ ★ ★ ★ ★"; color:#FCAF20; position:absolute; height:20px; overflow:hidden;z-index:0; left:0px; top:0px; direction:ltr; white-space:nowrap; width:0%;}
.rate_star.rate_star_animated::after {text-decoration:blink; -webkit-animation-name: blinker; -webkit-animation-duration:1s; -webkit-animation-iteration-count:infinite; -webkit-animation-timing-function:ease-in-out; width:100%;}
.rate_star:hover::after {display:none;}
.rate_star .star {color:#999;z-index:4; }
.rate_star:hover .star_on {color:#999}
.rate_star:hover .star {color:#999}
.rate_star .star_on {color:#FCAF20}
.rate_star .star:hover {color:#FCAF20;cursor:pointer;}
.rate_star_voted .star:hover {color:transparent;cursor:default;}
.rate_star .star::after {content:" "}
.rate_star > span:hover ~ span {color:#FCAF20 !important;}
.rate_star_voted > span:hover ~ span {color:transparent !important;}
.rate_star_voted:hover::after {display:block;}
@-webkit-keyframes blinker {
    0% {opacity: 0;} 
    50% {opacity: 1;;}
    100% {opacity: 0;}
}
.rate_star_thanks {position:absolute; left:100px; font-weight:600;}
.rate_star_thanks.hidden {display:none;}
.rate_star_votes {position:absolute; left:100px; font-weight:300;}
.rate_star_votes.hidden {display:none;}

#shop_header.dark {border-bottom:2px solid rgba(0,0,0,0.2)}
#shop_header.dark .shop_text h1 {color:#FFF}
#shop_header.dark .shop_text h2 {color:#FFF}
#shop_header.dark .shop_logo {border:0px; background-color:transparent}
#shop_header.dark .shop_logo_square {border:0px; background-color:transparent}
#shop_header.dark .shop_meta {color:rgba(255,255,255,0.7);border-left: 1px solid rgba(255,255,255,0.2)}
#shop_header.dark .rate_star .star {color:#EEE}

/* ------------------------------------------------------------------------------------- */
/* --- MAIN ---------------------------------------------------------------------------- */
	
#main  {display:block; float:left; width:100%; position:relative; margin-right:-340px; margin-top:0px; background-color:#EBEEF1}
#main .container {box-shadow: 0px 0px 40px rgba(0,0,0,0.0)}
#main .container_left {display: block; float: left; width: 100%; position: relative; margin-right: -340px; margin-top: 0px;}
#main .container_full {margin-right:0px; }
#main .container_full #left {margin-right:0px; margin-left:0px}
#container_full  {display:block; float:left; width:100%; position:relative; margin-right:0px; margin-top:7px; overflow:hidden; padding-bottom:100px;  font-size: 14px; line-height: 22px;}
#container_full p {padding-bottom:12px;}
#container_full h1 {line-height: 30px; padding-bottom: 10px; font-size: 24px;}
#left            {display:block; margin:0px 365px 20px 20px; padding:10px 8px 30px 5px; overflow:hidden;}
#left .textwidget h2 {padding-bottom: 5px; color: #333; font-weight: 600; font-size: 18px; line-height: 24px; padding-bottom: 10px;}
#left .textwidget {margin-top:30px;}
#left .widget-savingtips ul {list-style-position: outside;list-style-type: disc;}
#left .widget-savingtips li {list-style: disc; margin-left: 20px; margin-bottom:6px}
#left .widget-savingtips h3 {font-weight: bold; padding:6px 0px 10px 0px}
#left p          {padding-bottom:10px;}
#left li p          {padding-bottom:0px;}
#left li .desc p          {padding-bottom:8px;}
.entry {padding:20px;}
.entry           {font-size:16px; line-height:24px; padding-left:5px; padding-bottom:20px}
.entry h2        {font-size:20px; padding-bottom:10px; padding-top:20px;}
.entry h3        {padding-top:20px; padding-bottom:20px; font-size: 26px; font-weight: bold;}
.entry h4        {font-size: 17px; font-weight: bold; line-height: 21px; padding-bottom:10px; padding-top:10px}
.entry p {line-height: 26px; font-size:16px;}
.entry img {border-radius: 10px; width: 100%; height: auto; margin-bottom: 10px;}

.entry ul, .entry ol, .entry dl { margin-bottom: 10px; height:auto; }
.entry ul     {list-style: disc; list-style-position: inside; margin-left:0px; width:100%; display:block; padding-top:5px; padding-bottom:20px}
.entry ul ul  {padding-top:2px;}
.entry li     {list-style: inherit; list-style-position: inside; margin-left:20px;margin-bottom:4px;}
.entry ol li {list-style-type: decimal; list-style-position: inside;}
.entry ul li {list-style-type: disc; list-style-position: inside;}
.entry ol > li::marker {font-weight: bold;}
.entry strong {font-weight:600}
.entry a      {color:#21aad5; font-weight:600}
.contentdeal iframe {float:right; padding-left:10px}
.contentdeal {max-width: 550px; background-color: #FFF; margin: 20px 10px; border-radius: 10px; padding:30px;}
.contentdeal h3 {font-size: 36px; font-weight: 600; padding-top:25px}
.contentdeal p {padding-bottom: 12px}

.recap {display:block; clear:both; border-radius:8px; padding:10px 20px 10px 80px; box-sizing: border-box; overflow:hidden; position: relative; background-color:#F1F1F1; font-size:15px; line-height:18px; margin-top:20px; margin-bottom:20px;}
.recap::before {content:""; display: block; width:30px; background:url('_img/sprite_2022_b.webp') #df512c 11px -640px; background-size:400px 700px; font-weight: 700; background-repeat: no-repeat;
color: #fff; padding:10px 12px; position: absolute; left: 0;
top: 0; height: 100%; display: grid; place-items: center; white-space: pre; width:40px; color:#FFF;}
.recap ul {margin:5px 0px 10px 0px; padding:0px;}
.recap li {margin-left: 10px; margin-bottom: 4px; list-style: none;}
.recap ul.recap-pros {display:block; width:50%; float:left;}
.recap ul.recap-pros li::before {content:"+ "; color:green; font-weight:600; font-size:16px}
.recap ul.recap-cons {display:block; width:50%; float:left;}
.recap ul.recap-cons li::before {content:"- "; color:red; font-weight:600; font-size:16px} 
.recap-price {clear:both;}
.recap a {color:#000; text-decoration: underline; display:block; margin-top:5px;}
.recap a::after {content:"→"; margin-left:6px;}
.recap p {padding-bottom:0px}
	
	/* --- LOGOS ----- */
	.logo_boutique {display:block; width:160px; height:60px; overflow:hidden; text-indent:-200%;}
	
	/* --- LOOP REDUC ---#9ebf7b-- */
    .list_reduc .dashicons-edit {border: 1px dashed #AAA; border-radius: 2px; color: #AAA; float: right; font-size: 24px; margin-top: 0px; padding: 1px 4px 4px 2px; position: absolute; left: 50px; top:110px; width: 24px; height: 24px;}
    .list_reduc .dashicons-edit:hover {color:#53AB64;border-color:#53AB64}
    .list_reduc_off {padding-left:0px; line-height: 20px; padding-right:10px; font-size:14px; padding-left:10px}
    .list_reduc_off .dashicons-edit {border: 1px dashed #ddd; border-radius: 2px; color: #ccc; float: right; font-size: 24px; margin-top: 0px; padding: 1px 4px 4px 2px;}
    .list_reduc_off .dashicons-edit:hover {color:#53AB64;border-color:#53AB64}
  
  /* --- CODE NEW ------- */
  .zone_code {display:block; font-family: 'Roboto', Arial; position:relative; float:right; min-width:206px; margin-left:5px; overflow:hidden; height:66px; margin-left:6px;}
  .zone_code.code_revealed {height:86px;}
  .item-code.code_revealed {height:86px;width: 70%;}
  .code {background-color:#333; color:#FFF; border-radius:3px; font-weight:500; font-size:14px; height:40px; line-height:40px; padding:0px 0px; text-align:center; cursor:pointer; width:100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; position:absolute; top:0px; right:0px; z-index:10; margin-right:0px; transition:text-indent 0.3s ease; padding-left:6px}
  .code::after {content:" "; padding-left:0px; margin-left: -5px; display: inline-block; position: absolute; text-indent: 6px; margin-top: -1px;}
  .code.code_ok::after {content:""; width:0px; height:0px; position:absolute; right:0px; top:0px; border-left:18px solid rgba(255,255,255,0.3); border-top:18px solid #FFF;z-index:11;transition:border 0.2s ease;}
  .code.code_ok:hover::after {border-left:22px solid rgba(255,255,255,0.5); border-top:22px solid #FFF; padding-left:0px;}
  .code_preload {z-index:120}
  .code i {font-weight:600; font-size:16px; margin-left:10px; vertical-align:sub; color:#FFF; animation: pulse 1.5s infinite; animation-timing-function: ease-out;}
  .code em {opacity:0.7; font-size:12px;  font-style: normal; padding-left:2px;}
  .zone_code .code.hidden {display:none;}
  .code:hover {background-color:#000; transition:text-indent 0.3s ease; text-indent:-8px; filter: brightness(110%);}
  .code:hover::after {content:"→"; padding-left:5px; font-weight:600}
  .code:focus {background-color:#000;outline:none;}
  .code:active {background-color:#000;outline:none;}
  .code_texte {background-color:#EEE; color:#333; border:2px dashed #666; border-radius:2px; z-index:9; position:absolute; right:0px; top:0px;  width:96%; display:table; height:30px; padding:2px;}
  .code_texte.h {display:none;}
  .code_texte:hover {background-color:#F1F1F1; color:#000; border:2px dashed #333}
  .code_preload:hover {background-color:#333; color:#FFF;}
	.code_texte input {display:table-cell; font-family: 'Roboto', Arial; font-weight:bold; border: medium none; border-radius: 0; font-size: 18px; padding: 0 5px; margin:0px; text-align: center; white-space: nowrap; height:32px; letter-spacing:0px; cursor:text; width:100%; float:left; position:relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background-color:transparent;}
  .code_texte input.long {font-size:15px;}
  .code_texte input:focus {outline-color: transparent;outline-style: none;}
  .label_code {display:none;}
 /* -- old btn-copy : 70b943 -- */
  .btn-copy {display:table-cell; background-color:#ebc207; color:#FFF;font-weight:300; font-size:13px; text-align:center; padding:0px 8px; border-radius:3px; cursor:pointer; white-space:nowrap; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; vertical-align:middle; border:1px solid #b49610; min-width:54px;}
  .btn-copy.h {display:none;}
  .btn-copy:hover {background-color:#000; border:1px solid #000}  
  .btn-copy.hover {background-color:#000; border:1px solid #000; cursor:pointer;}
  .btn-copy.copied {background-color:#000; border:1px solid #000;}
  .visit {display:table-cell; font-size:15px; color:#333; top:44px; right:0px; position:absolute; text-decoration:underline; text-align:center; cursor:pointer;  border: 1px solid #FFF; padding: 3px 6px 3px 4px;  line-height:26px; font-weight:600}
  .visit::before {content:""; width:22px; height:24px; display:block;float:left; background:url(_img/sprite_2022_b.webp) no-repeat 3px -843px;}
  .visit:hover {color:#333; border:1px dotted #999; background-color:#F1F1F1}
  .visit.h {display:none;}

    @keyframes pulse {
      0% {opacity: 0.3;}
      50% {opacity: 1;}
      100% {opacity: 0.3;}
    }

    #left .list_reduc_off li {padding:2px; border-bottom:0px solid #000; display: block; color: #666; font-size: 14px; line-height: 24px; font-weight: 300; padding: 0px 0px 8px 0px; margin-left: 5px;}
    #left .list_reduc_off li i {padding: 3px 8px; border-radius: 4px; color: #666; margin-right: 6px; font-size: 11px;border: 1px dashed #999;}
	
	/* --- LOOP BOUTIQUES ----- */
	#list_boutiques                        {display:block; clear:both; overflow:hidden}
	#list_boutiques li                     {display:block; float:left; margin:15px 15px 0px 0px; border:1px dashed #DDD; border-radius:5px;}
	#list_boutiques li img                 {padding:2px;}
	#list_boutiques li:hover .codes_nombre {background-color:#EEE; color:#333;}
	
	/* --- AUTRES ----- */
	.titre              {display:block; font-size:20px; line-height:28px; color:#FFF; font-weight:600;  background-color:#000; border-radius:5px; padding:10px 15px; clear:both; margin-bottom:15px; margin-top:10px;}
    .titre_push {background-color:#DDD; color:#666; font-size:16px; line-height: 22px; position:relative; overflow: hidden; padding-right:80px;}
    .titre_push:hover {cursor:pointer; background-color:#DDD}
    .titre_push::before {content:" "; position:absolute; background:url(_img/sprite_2022_b.webp) no-repeat -200px -250px; background-size:400px 700px; display:block; width:130px; height:70px; right:-45px; bottom:-10px; opacity:0.4}
.titre_push:hover::before {opacity:1}
	.titre_margin       {margin-top:15px;}
	.codes_nombre       {display:block; clear:left; text-align:center; color:#666; padding:4px 0px 5px 0px; font-size:11px;}
	a.lien_retour       {float: left; font-weight: 300; font-size: 13px; margin-top: 30px; margin-bottom: 30px; color: #666; display: block; border: 1px solid #CCC; padding: 10px 14px;
border-radius: 5px; background-color: #FFF;}
	a.lien_retour:hover {text-decoration: underline}
	a.lien_retour i       {border-bottom:1px dashed #999; color:#a869af}
	a.lien_retour:hover i {border-bottom:0px solid #000}
    a.lien_retour::before {content:"← "; display:inline-block; margin-right:6px}
	.aide               {padding:80px 0px 10px 5px; font-size:11px; color:#999; line-height:14px;}
    #left .update {padding: 15px 0px 10px 0px}


    /* --- PAGE FAQ ----- */
    .titre_faq {background-color:#966da9}
    #sidebar_320 .faq_list a {display:block; border-radius:4px; margin:0px 20px 10px 20px; padding:10px; color:#000; font-size:15px; background-color:#F5F5F5;}
    #sidebar_320 .faq_list a:hover {background-color:#966da9; color:#FFF;}

    /* --- PAGE LIST SHOPS ALPHABETICAL ----- */
    ul.list-shops-name li {list-style-type: none; width: 20%; float: left; font-size:15px; margin-bottom:5px}
    ul.list-shops-name li.alpha {display: block; clear: both; width: 90%; padding: 20px 0px 4px 0px; margin-bottom: 4px; font-size: 24px; color: #000; font-weight: bold; border-bottom: 2px solid #EEE;}
    ul.list-shops-name li a {font-weight:300; color:#333}

    /* --- OFFERS SUMMARY ----- */
    .summary table {border-collapse: collapse; border-spacing: 0; font-size:14px; margin:20px 20px 40px 20px; width: calc(100% - 40px)}
    .summary table th {border-bottom: solid 2px #333; color: #333; padding: 12px 6px; text-align: left;}
    .summary table td {border-bottom: solid 1px #DDDDDD; color: #333; padding: 12px 6px; line-height: 20px;vertical-align: top;}
	
	
/* --- SIDEBAR ----------------------------------------------------------------------------------------- */
#sidebar_320 {display:block; float:right; width:320px; position:relative; top:auto; margin-right:20px; margin-top:20px;}
#fb-plugin-box {height:0px; transition:height 0.5s ease-in;}
#fb-plugin-box.slide {transition:height 0.5s ease-in; height:480px}

  /* --- WEB PUSH ----- */
  #left .btn-follow-container {display:none; height:100px; position:fixed; bottom:0px; right:auto; width:100%; z-index:150;}
  #left .btn-follow-container.fixed {position:fixed; bottom:0px; right:auto; width:100%; z-index:150}
  #left .btn-follow:hover {opacity:1}
  #left .btn-follow {height:120px; margin-top:-20px;}
  .btn-follow-container {display:block; margin-bottom: 20px; height:0px; overflow:visible; transition:height 0.3s ease-in;}
  .btn-follow-container {position:fixed; right:20px; bottom:-20px; z-index:200;}
  .btn-follow-container.slide {height:152px; transition:height 0.3s ease-in;}
  .btn-follow {display:block; width:315px; color:#D64C4F; border-radius:8px; font-size:20px; font-weight:600; text-align:center; margin-bottom:20px; line-height:35px; cursor:pointer;background-color:#000; color:#FFF; margin-left:0px; margin-right:0px; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; position:relative; -webkit-user-select: none;}
  .btn-follow::before {display:inline-block; content:"";font-size:30px; width:24px; height:24px; vertical-align:text-top; margin-right:2px; background:url(_img/sprite_2022_b.webp) no-repeat -125px -475px; background-size:400px 700px; margin-top:0px;}
  .btn-follow .sub {display:block; color:#666; font-size:15px; line-height:20px; font-weight:300; margin-bottom:10px;color:#FFF; opacity:0.9; -webkit-user-select: none; white-space: normal;}
  .btn-follow .sub strong {border-bottom:2px dotted rgba(0,0,0,0.8)}
  .btn-follow:hover::before {transition: 0.1s ease-in-out; transform:scale(1.4);}
  .btn-follow-container.subscribed .btn-follow::before {display:none}
  .btn-follow-container.subscribed .btn-follow         {font-size:16px; cursor:default; padding-right: 5px !important; padding-top: 56px !important;}
  .btn-follow {transition:height 0.5s ease-in; height:132px; padding:16px 90px 0px 15px; overflow:hidden;}
  .btn-follow .logo     {display:block; position:absolute; right:-100px; top:30px; width:60px; height:60px; border-radius:50px; line-height:68px; background-color:#FFF; padding:5px;}
  .btn-follow .logo img {width:100%;}
  .btn-follow .logo_square {float: right; display: block; position: absolute; right: 10px; top: 30px;}
  .btn-follow .logo_square img     {display:block; width:72px; height:72px;}
  .btn-follow-container.slide .logo {display:block;right:15px; transition:right 0.3s ease-in; transition-delay:0.5s; }
  .btn-follow-container.slide .btn-follow:hover .logo {transition:all 0.1s ease-in-out; transform:scale(1.1);}
  .btn-follow-container.slide .btn-follow:hover .sub {opacity:1}
  .btn-follow-container.shake {animation: shake 0.52s cubic-bezier(.36,.07,.19,.97) both; transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px;}

  @keyframes shake {
    10%, 90% {transform: translate3d(-2px, 0px, 0);}
    30%, 70% {transform: translate3d(2px, 0px, 0);}
    40%, 60% {transform: translate3d(-3px, 0px, 0);}
    50% {transform: translate3d(3px, 0px, 0);}
  }
  
  /* --- WIDGETS AD --  #left .textwidget   {display:block; float:left; margin:0 10px 20px 0px; padding:0px; overflow:hidden; color:#666666; background-color:#FFF; font-size:14px; line-height:22px; margin-bottom:20px}--- */
  .textwidget   {display:block; margin:0px 0px 0px 0px; padding:0px 10px ; overflow:hidden; color:#666666; background-color:transparent; font-size:14px; line-height:22px; margin-bottom:20px}
  .textwidget .widget-altern {margin:0px -10px 0px -10px;}
  #left .textwidget img {height:auto;}
  .textwidget:empty {display:none;}
  .textwidget a      {border-bottom:0px solid #000;}
  .textwidget a:hover {background-color:rgba(0,0,0,0)}
  .textwidget a.link {border-bottom: 1px dashed #AAA;}
  .textwidget .pub_a > *:nth-child(2)  {display:none}
  .textwidget .pub_b > *:first-child   {display:none}
  .textwidget .pub_ratio div {display:none}

	/* --- WIDGETS ----- */
    .widget-altern   {display:block; margin:0px 0px 0px 0px; padding:15px 5px 20px 15px; overflow:hidden; background-color:#FFF; border-radius:5px; color:#333; font-size:15px; line-height:24px; margin-bottom:20px;}
    .widget-social      {background-color:#84c3da; color:#FFFFFF}
    .widget-formulaire  {background-color:#f4f4f4;}
    .widget-recherche   {background-color:#54BC77; color:#FFFFFF}
    .widget-stats {background-color:#435879; color:#FFFFFF; font-size:15px; line-height:22px; position:relative}
    .widget-verified {font-size: 14px; line-height: 20px;color: #333;}
.widget-verified strong {color:#333;}
    .widget-bestshops u {border-bottom:1px dashed #666; text-decoration: none;}
    .widget-stats strong {font-weight: 600;}
    .widget-stats i {font-weight: 600; font-size: 50px; line-height: 50px; float: left; padding: 2px 0px 5px 0px; font-style:normal; margin-right:10px;}
    .widget-stats::before {content:" "; position:absolute; background:url(_img/sprite_2022_b.webp) no-repeat -200px -150px; background-size:400px 700px; display:block; width:150px; height:80px; right:-50px; bottom:-10px; opacity:0.3}
    .widget-altern.widget-stats-bf {background-color:#000; }
    .widget-altern.widget-stats-bf a {display:block; color:#FFF; border-bottom:0px solid #FFF}
    .widget-altern.widget-stats-bf a:hover {color:#DDD}
    .widget-altern.widget-stats-bf a:hover i {border-bottom:4px solid #FFF}
    .widget-altern.widget-stats-sale {background-color:#e24333; }
    .widget-altern.widget-stats-sale a {display:block; color:#FFF; border-bottom:0px solid #FFF}
    .widget-altern.widget-stats-sale a:hover {color:#F1F1F1;background-color:transparent}
    .widget-altern.widget-stats-sale a:hover i {border-bottom:4px solid #FFF}
    .widget-newsletter  {background-color:#3fb7d7; color:#FFFFFF; font-size:18px; line-height:24px;}
    .widget-annexe      {background-color:#f4f4f4 ; margin-top:40px; color:#666666}
    .widget-annexe-liens    {margin-top:40px;}
    .widget-annexe-liens li {list-style:square inside; margin-bottom:6px;}
    .widget-annexe-home {background-color:#f4f4f4 ; margin-top:420px; color:#AAA}
    .widget-altern p {display:block; padding:4px 0px 6px 0px;}
    .widget-altern ul {display:block; padding:8px 0 6px 10px;}
    .widget-facebook    {padding-bottom:20px}
    #sidebar_320 .twitter            {margin-top:6px;margin-bottom:10px; float:left;}
    #sidebar_320 .facebook           {margin-left:20px;margin-top:6px; float:left;}
    .widget-altern a       {color:#333333; border-bottom: 1px dashed #AAA; background-color:transparent;}
    .widget-altern a:hover {background-color:rgba(0,0,0,0.04)}
    .widget-altern .link {color: #333333; border-bottom: 1px dashed #AAA;background-color: transparent; cursor: pointer}
    .widget-altern .link:hover {background-color:rgba(0,0,0,0.04)}
    #sidebar_320 h2      {padding-bottom:5px; color:#333; font-weight:600; font-size:15px; line-height: 24px; padding-bottom: 10px; margin-top: -5px;}
    #sidebar_320 h3      {padding-bottom:5px; color:#333; font-weight:600; font-size:15px; line-height: 24px; padding-bottom: 10px;}
    /*-- #left h3             {padding-bottom:5px; color:#333; font-weight:600; font-size:15px;} */
    .widget-altern strong  {font-weight:600;}
    .widget-formulaire  a     {color:#333333; border-bottom: 1px dashed #AAA; background-color:transparent;}
    .widget-formulaire  a:hover {background-color:rgba(0,0,0,0.1)}
    .widget-boutique  a         {color:#333333; border-bottom: 1px dashed #AAA; background-color:transparent;}
    .widget-boutique  a:hover   {}
    .widget-boutique a.btn_link {display:block; float:left; clear:both; white-space: nowrap; margin-top:30px; border-bottom: 0px; padding-bottom:0px; margin-bottom:5px;}
    .widget-boutique img        {margin-top:6px; margin: Opx auto; display: block; width:100%; height:auto; transition: transform .2s;}
    .widget-annexe a            {color:#666666; border-bottom: 1px dashed #AAA; background-color:transparent;}
    .widget-annexe-home a       {color:#666666; border-bottom: 1px dashed #AAA; background-color:transparent;}
    .widget-boutique a            {padding:0px; background-color:transparent;}
    .widget-altern .coupon, .widget-bestoffer .coupon  {margin:0px -20px 10px -20px; height:140px; overflow: hidden; cursor:pointer}
    .fb-like-box {margin-bottom:20px}
    .widget-altern  .nostyle, .widget-bestoffer  .nostyle {border-bottom:0px; display:block;}
    .widget-altern  .nostyle:hover, .widget-bestoffer  .nostyle:hover {background:transparent}
    .widget-boutique .image-wrapper {display:block; height:auto; width: calc(100% + 40px);height: auto;margin:-5px -20px -20px -20px; box-sizing: border-box; border-bottom:0px; padding:0px; overflow: hidden}
    .coupon_img {margin:-10px 0px 0px -10px; width:100%; height:auto; transition: transform .2s;}
    .coupon_img:hover {transform: scale(1.08);}
    .widget-boutique img:hover {transform: scale(1.08);}
    .widget-boutique a.link_shop {display:block; float:left; clear:both; color:#999; padding-top:0px; font-size:13px; line-height:14px; clear:both; text-decoration:underline; border-bottom:0px;}

    /* --- LIST BESTSHOPS ----- */
    .widget-altern ul.list-bestshops   {padding:2px 0 0px 0px}
    .widget-altern ul.list-bestshops a {background-color: #FFF; border: 1px solid #DDD; padding: 6px 8px 4px 8px; border-radius: 4px; margin: 0px 6px 6px 0px; float: left;
font-size: 14px; line-height: 18px;}
    .widget-altern ul.list-bestshops a:hover {background-color:#666; color:#FFF; border:1px solid #333}
    .widget-altern ul.list-bestshops a i {display: block; font-size: 12px; line-height: 12px; padding-bottom: 5px; color: #999;}

	/* --- BOUTONS ----- */
	a.btn_form             {display:block; float:right; clear:both; width:222px; height:34px; text-indent:200%; overflow:hidden; margin-top:10px; white-space: nowrap;}
	a.btn_form:hover       {background-position:0px -149px;}
	a.btn_boutique         {display:block; float:right; clear:both; width:222px; height:34px; text-indent:200%; overflow:hidden; margin-top:10px; white-space: nowrap;}
	a.btn_boutique:hover   {background-position:0px -249px;}
	

/* --- FOOTER -------------------------------------------------------- */
.footer-pre           {display:block; clear:both; position:relative; width:80%; background-color:#f4f4f4; border-radius:20px; margin:0px 5% 60px 5%; padding:10px 20px 10px 20px; color:#666; -moz-column-count: 3;-moz-column-gap: 20px;	-webkit-column-count: 3; -webkit-column-gap: 20px; column-count: 3; column-gap: 1.5em; column-rule: 1px solid #c4c8cc;} 
.footer-pre p         {display:block; padding:4px 0px 8px 0px; line-height:22px; font-size:15px}
.footer-pre a         {color:#000}
.footer-pre strong    {color:#000; font-weight:600}

  
  /* --- SHOPPING ----- */
  ul.cat-shopping  {padding:0px !important; margin-top:6px;}
  ul.cat-shopping li {width:155px; margin-right:5px; float:left}
  ul.cat-shopping a {padding:6px 0px 0px 4px; width:100%; float:left; font-size:13px; border:0px solid transparent; line-height:16px}
  ul.cat-shopping a::before {content:""; display:inline-block; float:left; width:24px; height:24px; background:url(_img/sprite_2022_b.webp) no-repeat; background-size:400px 700px; margin-top:-6px; margin-right:8px; opacity:0.5; margin-bottom:6px}
  #left ul.cat-shopping li {margin-bottom:5px}
  #left ul.cat-shopping {margin-bottom:25px; overflow:hidden}
  ul.cat-shopping li.current a {color:#000; font-weight:600;}
  ul.cat-shopping li.current a::before {opacity:1}
  .widget-altern ul.cat-shopping li {width:48%; margin-bottom:6px; float:left}
  .widget-altern ul.cat-shopping a {font-size:13px; border-bottom:1px dashed #DDD}
  ul.cat-shopping a:hover::before {opacity:1}
  ul.cat-shopping a:active::before {opacity:1}
  ul.cat-shopping a.hightech::before   {background-position:-75px -325px;}
  ul.cat-shopping a.apparel::before    {background-position:-75px -350px;}
  ul.cat-shopping a.animal::before     {background-position:-75px -400px;}
  ul.cat-shopping a.sportbrand::before {background-position:-100px -325px;}
  ul.cat-shopping a.sportswear::before {background-position:-100px -325px;}
  ul.cat-shopping a.home::before       {background-position:-100px -350px;}
  ul.cat-shopping a.travel::before     {background-position:-100px -375px;}
  ul.cat-shopping a.beauty::before     {background-position:-100px -400px;}
  ul.cat-shopping a.others::before     {background-position:-125px -325px;}
  ul.cat-shopping a.baby::before       {background-position:-125px -350px;}
  ul.cat-shopping a.car::before        {background-position:-125px -375px;}
  ul.cat-shopping a.sport::before      {background-position:-125px -400px;}
  ul.cat-shopping a.toy::before        {background-position:-150px -325px;}
  ul.cat-shopping a.art::before        {background-position:-150px -350px;}
  ul.cat-shopping a.shoes::before      {background-position:-150px -375px;}
  ul.cat-shopping a.food::before       {background-position:-150px -400px;}
  ul.cat-shopping a.bag::before        {background-position:-175px -325px;}
	
	
/* --- COPYRIGHT ----- */
.footer-copyright         {display:block; clear:both; font-size:14px; color:#808080; text-align:center; line-height:20px; margin-bottom:10px;}
.footer-copyright a       {color:#DDD}
.footer-copyright a:hover {color:#FFF; border-bottom: 1px dashed #CCC}


/* --- REDIRECTION ---------------------------------------------------- */
body.redirection   {background:none; background-color:#FFF;display:block; width:100%; height:100%;}
#redirection       {display:block; width:240px; height:120px; margin:150px auto 0px auto; border-radius:5px; border:1px dashed #CCC; padding:10px;}
#redirection img   {display:block; margin:0px auto 10px auto;}
.redirection-texte    {display:block; text-align:center; margin:0px auto 10px auto;  font-size:12px; color:#666;}
.redirection-loading  {display:block; background: url(_img/ajax-loader.gif) no-repeat; width:128px; height:15px; margin:5px auto 0px auto;}


/* --- APP REDIRECTION -------------------------------------- */
.app_redirection       {display:block; width:240px; margin:60px auto 0px auto; border-radius:5px; border:1px dashed #CCC; padding:10px; text-align:center; color:#666; font-size:12px; font-family: Helvetica, Arial, sans serif;}
.app_redirection p     {padding-bottom:10px; line-height:16px;}
.app_redirection img   {display:block; margin:0px auto 10px auto;}
.app_redirection .btn-voucher {font-weight:600; background-color:#EEE; border:2px dashed #888; line-height:30px; color:#000; margin-right:5px; padding:5px 8px 3px 8px; margin-left:5px; cursor:text; }
.app_redirection .btn-voucher-nocode {font-size:14px;}
.app_redirection .loading       {display:block; background: url(_img/ajax-loader.gif) no-repeat; width:128px; height:15px; margin:15px auto 0px auto;}
.app_redirection .loading_text  {display:block; font-size:12px; color:#AAA; margin-top:10px}
.app_redirection strong         {color:#333;}


/* --- VARIOUS --------------------------------------------------- */
.repere {display:block; float:left; clear:both}


/* --- PREV NEXT PAGES ----- */
#pages {display:block; clear:both; padding:20px 0px 10px 4px;}
.prev-next a {display:inline; clear:both; border-top:2px #999 solid; -moz-border-radius:3px;-webkit-border-radius:3px; padding:4px 8px 4px 10px; line-height:20px;background-color:#707070; color:#FFF; font-size:12px; margin-left:5px; text-transform:uppercase; font-weight:600}
.prev-next a:hover {color:#FFF; background-color:#888; border-color:#BBB}


/* --- AUTRES ----------------------------------------------------- */
.page {padding:10px;}
h3.title-archive {display:block; float:left; font-size:15px; color:#555; padding: 4px 2px 10px 2px; margin:0px 0px 0px 0px; border-top:1px solid #CCC; width:220px; margin-right:20px; clear:both; text-transform:uppercase}
.archive li {display:block !important; float:left; clear:both !important; line-height:16px; text-align:right; color:#AAA; width:220px !important; margin-bottom:2px;}
ul.archive { width:260px !important; padding-bottom:20px; clear:both; overflow:hidden}
.archive li a {float:left; color:#666; font-weight:600; text-align:left;}
.archive li a:hover {color:#000}

/* --- BUTTON ----------------------------------------------------- */
a.btn_more {padding: 8px 15px 8px 15px; margin: 0px 10px; border: 1px solid #ddd; text-decoration: none; border-radius: 4px; font-weight: 300; font-size: 16px; line-height: 26px; min-height:auto; color:#666; background-color:#FFF}
 a.btn_more:hover {background-color:#F1F1F1; color:#000; border-color:#666}

/* --- POPUP -------------------------------------------------------- */
.popup-wrapper      {position:fixed; top:0px; left:0px; right:0px; width:100%; min-height:100%; background-color:rgba(0,0,0,0.42); z-index:150; opacity:1;}
.popup-wrapper.hidden {display:none;}
.popup              {position:relative; padding:20px 20px 25px 20px; width:520px; margin:160px auto; background-color:#FFF; border-radius:10px; clear:both;}
.popup p            {color: #3F3F3F;display: block;font-size: 16px;line-height: 24px; padding-bottom: 12px; padding-top:0px;}
.popup .popup-title {font-size:20px; font-weight:600; }
.popup-close        {font-size:40px; color:#CCC; width:24px; height:24px; text-align:center; line-height:24px; position:absolute; top:10px;right:10px;}
.popup-close:hover  {color:#666; cursor:pointer;}
.popup-iframe       {width:420px; height:210px !important;}
.popup-wrapper label.hidden {display:none}


/* --- POPUP CODE -------------------------------------------------------- */
.popup .visit {display:block; position:relative; background-color:#d72f4b; border:0px; color:#FFF; border-radius:4px; width:auto; padding:12px 30px; font-size:22px; bottom:auto; top:auto; text-decoration:none; width:80%; margin:0px auto;}
.popup .visit:hover {background-color:#333; text-decoration: underline}
.popup .visit:focus {background-color:#000}
.popup .visit::before {background:none; width:0px; height:0px;}
.popup .visit::after         {content:"→";font-size:18px; display:inline-block; overflow:hidden; width:20px; height:20px; text-indent:-8px; transition-duration: .2s; color:#FFF; margin-left:8px;}
.popup .visit:hover::after   {text-indent:-2px; color:#FFF}
.popup .code_texte {position:relative; margin-bottom:20px;}
.popup .code_texte.hidden {display:none}
.popup .code_texte input {font-size:20px; height:40px;}
.popup .popup-title {font-size:22px;padding-bottom:20px; width:100%; text-align: center; margin:0px auto; line-height:26px}
.popup .zone_code {float:none; height:70px; width:400px; margin:0px auto; height:auto !important}
.popup .desc {font-size:16px; line-height: 22px; padding-bottom:10px;}
.popup .desc img {float: right; margin-top: 0px; margin-left: 10px;}
.popup .desc ol li {list-style-type: decimal; list-style-position: inside;}
.popup .desc ul li {list-style-type: disc; list-style-position: inside;}
.popup .desc ol > li::marker {font-weight: bold;}
.popup .btn-copy {font-size:18px;}

.popup {box-shadow: inset -0px -90px #F4F4F4; border-radius:0px; padding-bottom:20px}
.zone_social {font-size:16px; margin-top:20px; line-height: 32px; padding-top:20px; text-align: center; color:#666}
.logo-social {background-color:#FFF; font-size:14px; padding:5px 4px 7px 8px; border:1px solid rgba(0,0,0,0.1); border-radius:3px; line-height: 20px; margin-right:6px; margin-top:4px; color:#333; cursor:pointer; display:inline-block}
.logo-social::after         {content:"→";font-size:18px; display:inline-block; overflow:hidden; width:12px; height:15px; text-indent:-28px; transition-duration: .1s; color:#DDD; margin-left:4px;}
.logo-social:hover {color:#FFF}  
.logo-social:hover::after   {text-indent:-10px; color:#FFF}
.logo-social svg {vertical-align: middle; margin-right:5px; transition: all 200ms ease-in; transform: scale(1); margin-top:-2px }
.logo-social:hover svg {transform: scale(1.2); }
.logo-twitter {background:#1da1f2; color:#FFF}
.logo-facebook {background-color:#3d5087; color:#FFF}
.logo-webpush {background-color:#666; color:#FFF}
.action_push {cursor: pointer; border-bottom:1px dashed #BBB;}


/* --- COOKIE -------------------------------------------------------- */
#cookie           {display:block; position: fixed; min-width: 100%; height:auto; z-index: 100000; font-size: 11px; line-height: 20px; left: 0; bottom:0; text-align: center; background-color: rgba(0,0,0,0.4) !important; color: #FFF;}
#cookie.hidden    {display:none}
.cookie-container {padding: 5px; }
#cookie .button   {margin-left: 10px; font-family: sans-serif; line-height: 18px; border-radius:5px; padding: 4px 20px; background-color:#000; color: #FFFFFF; -moz-box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 12px; font-style: normal; text-decoration: none; white-space: nowrap; outline: none; float:right;}
#cookie .button:hover {color: #ffffff;}
.app_promo_es    {background:url(_img/promo_fullpage_es.png) no-repeat; width:100%; height:600px; position:relative;}
.app_promo_es h1 {position: absolute; top: 0px; left: 0px; color: #FFF; font-size: 14px; padding-left: 10px; font-weight: normal;color: #CCC;}
.app_promo_fr    {background:url(_img/promo_fullpage_fr.png) no-repeat; width:100%; height:600px; position:relative;}
.app_promo_fr h1 {position: absolute; top: 0px; left: 0px; color: #FFF; font-size: 14px; padding-left: 10px; font-weight: normal;color: #CCC;}
.app_promo_it    {background:url(_img/promo_fullpage_it.png) no-repeat; width:100%; height:600px; position:relative;}
.app_promo_it h1 {position: absolute; top: 0px; left: 0px; color: #FFF; font-size: 14px; padding-left: 10px; font-weight: normal;color: #CCC;}
.app_promo_br    {background:url(_img/promo_fullpage_br.png) no-repeat; width:100%; height:600px; position:relative;}
.app_promo_br h1 {position: absolute; top: 0px; left: 0px; color: #FFF; font-size: 14px; padding-left: 10px; font-weight: normal;color: #CCC;}
.btn_android  {background:url(_img/btn_android.png) no-repeat; width:154px; height:51px; text-indent:-1000px; position:absolute; top:480px; left:280px}
.btn_ios      {background:url(_img/btn_ios.png) no-repeat; width:172px; height:51px; text-indent:-1000px; position:absolute; top:480px; left:86px}
.app_promo_pt    {background:url(_img/promo_fullpage_pt.png) no-repeat; width:100%; height:600px; position:relative;}
.app_promo_pt h1 {position: absolute; top: 0px; left: 0px; color: #FFF; font-size: 14px; padding-left: 10px; font-weight: normal;color: #CCC;}
.app_promo_en    {background:url(_img/promo_fullpage_en.png) no-repeat; width:100%; height:600px; position:relative;}
.app_promo_en h1 {position: absolute; top: 0px; left: 0px; color: #FFF; font-size: 14px; padding-left: 10px; font-weight: normal;color: #CCC;}
.app_promo_de    {background:url(_img/promo_fullpage_de.png) no-repeat; width:100%; height:600px; position:relative;}
.app_promo_de h1 {position: absolute; top: 0px; left: 0px; color: #FFF; font-size: 14px; padding-left: 10px; font-weight: normal;color: #CCC;}


/* --- APP PROMO BANNER -------------------------------------------- */
#smartbanner           {display:block; width:100%; height:56px; background-color:#444; color:#FFF; position:fixed; bottom:0px; cursor:pointer; -webkit-user-select:none; overflow:hidden; box-shadow:10px 10px 10px rgba(0,0,0,0.3)}
#smartbanner.hidden    {display:none}
#smartbanner .logo     {background: url(_img/sprite_2022_b.webp) no-repeat -100px 0px; background-size:400px 700px; width:28px; height:28px; position:absolute; left:14px; top:10px; border-radius:5px;}
#smartbanner .tit    {display:block; position:absolute; left:50px;top:12px; font-size:16px; -webkit-user-select:none;}
#smartbanner .subalt.hidden {display:none}
#smartbanner .btn_dl {display:block; position:absolute; right:8px; top:8px; border:1px solid #FFF; border-radius:3px; padding:10px 8px 10px 6px; font-size:15px; cursor:pointer; font-weight:600;}
#smartbanner .btn_dl:hover {background-color:#666;}
#smartbanner .btn_dl.active {background-color:#666; color:#FFF}
#smartbanner .ico-dl {display:block; float:left; background: url(_img/sprite_2022_b.webp) no-repeat 0px -200px; background-size:300px 475px; width:20px; height:18px;margin-top:-2px;}
#smartbanner.version_d       {background-color:#000;box-shadow: 0px 0px 10px rgba(0,0,0,0.3); z-index:12}
#smartbanner.version_d strong {font-weight:600; text-decoration:underline}
#smartbanner.version_d .btn_dl {background-color:#ef4524; color:#FFF}
#smartbanner.version_d .btn_dl.active {background-color:#666;}
#smartbanner .subalt {transition: left 0.5s ease-in-out; -webkit-transition: left 0.5s ease-in-out; display:block; position:absolute; left:-1200px;font-size:13px; line-height:16px; color:#FFF; white-space: nowrap;-webkit-box-flex: 1; line-height:56px; float:left; font-size:18px;}
#smartbanner .subalt::before {content:""; background: url(_img/sprite_2022_b.webp) no-repeat 5px 5px; background-size:600px 1050px; display:block; width:50px; height:56px; float:left;}
#smartbanner .animfromleft {left:0px}
#smartbanner:hover {opacity:0.9}
#smartbanner.version_d br {display: none;}
#smartbanner.version_d .ico-dl {display:block;} 


/* --- NEW DESIGN 2021 -------------------------------------------------------- */
.item-container {display:grid !important; grid-template-columns:140px auto; align-items:center; grid-template-rows:auto auto; border-radius:6px; margin-top:20px; background-color:#FFF; padding:10px 0px 0px 0px !important; position:relative; 0 2px 3px rgba(0,0,0,0.05); overflow:hidden;}
.item-container.hidden {display:none !important;}
.item-value   {grid-row: 2; grid-column: 1; font-size:42px; padding:5px 0px 0px 0px; font-weight: 600; text-align:center;}
.item-value i {display:block; clear:left; font-size:24px;}
li.texte .item-value        {line-height:24px; font-size:18px; vertical-align:middle; text-transform:uppercase}
.texte .item-value {white-space: break-spaces; text-transform: uppercase; font-size:20px} 
.item-container h3, .item-container h2 {grid-row: 2; grid-column: 2; color:#383a3d; font-size:20px; line-height: 26px; padding:5px 10px 5px 15px; font-weight:500; border-left: 2px dashed #EEE;}
.item-container .desc {grid-row: 3; grid-column: 2; display:block; color:#666; font-size:14px; line-height:20px; padding:5px 10px 10px 15px; font-weight:400; border-left: 2px dashed #EEE;}
.item-container .desc img {float: right; margin-top:0px; margin-left: 10px;}
.item-container .desc ol li {list-style-type: decimal; list-style-position: inside;}
.item-container .desc ul li {list-style-type: disc; list-style-position: inside;}
.item-container .desc ol > li::marker {font-weight: bold;}


.item-code      {grid-row: 4; position:relative; width: 50%; grid-column: 2; height:50px; margin:0px auto;}
.item-code .code.hidden {display:none;}
.item-meta      {grid-row: 5; grid-column: 1 / span 2; line-height: 28px; color:#666; font-size:12px; border-top:5px dotted #EEE; padding-left:5px;}
.item-meta div {float: right; padding-left:0px; margin-right: 10px; line-height: 20px;padding-top: 5px;}
.item-meta .meta-use {padding-bottom:6px;}
.item-meta .meta-validity {padding-bottom:6px;}
.item-meta .meta-validity::before     {content:""; background:url(_img/sprite_2022_b.webp) no-repeat 0px -401px; padding-left:22px;width:22px; height:20px;}	
.item-meta .meta-use::before      {content:""; background:url(_img/sprite_2022_b.webp) no-repeat 0px -301px; padding-left:18px;width:22px; height:20px;}
.item-meta .meta-lastday::before      {content:""; background:url(_img/sprite_2022_b.webp) no-repeat 0px -351px; padding-left:22px; width:22px; height:20px;}
.item-meta .meta-lastday {color:#d54924; font-weight:bold; padding-bottom: 6px;}
.item-meta .meta-terms {float: left; padding-left: 10px; cursor:pointer}
.item-meta .meta-terms::after {border-style: solid; border-width: 1px 1px 0 0; content: " "; display: inline-block; height: 0.45em; position: relative; vertical-align: top; width: 6px; top: 0; transform: rotate(135deg); margin-top: 5px; margin-left: 5px;}	
.item-meta .meta-terms.open::after {transform: rotate(-45deg); margin-top:9px }
.meta-terms-full {grid-row: 6; padding: 10px 15px; grid-column: 1 / span 2; font-size: 13px; color: #666; line-height: 20px}
.meta-terms-full ol li {list-style-type: decimal; list-style-position: inside;}
.meta-terms-full ul li {list-style-type: disc; list-style-position: inside;}
.meta-terms-full ol > li::marker {font-weight: bold;}
.item-extra {grid-column: 1 / span 2; background-color:#f14313; color:rgba(255,255,255,0.9); margin-top:-10px; line-height: 18px; padding:8px 10px; margin-bottom:10px; font-weight: 600; position:relative;}
.item-extra::before {content:""; background:url(_img/sprite_2022_b.webp) no-repeat -100px -525px; background-size:400px 700px; position:absolute; right:10px; display:block; width:34px; height:34px; top:0px;}
.extra-flash {background: linear-gradient(to right,#d5342c,#a32e2a)}
.extra-exclusive {background: linear-gradient(to right,#ecb429,#dda61d)}
.extra-lastday {background-color:#333;}
.extra-newuser {background-color:#93bf93;}
.extra-verified {background: linear-gradient(to right,#12a542,#088b33)}
.extra-newoffer {background-color:#586d83} 
.extra-blackfriday {background-color:#000} 
.extra-flash::before {background-position:-150px -531px;}
.extra-lastday::before {background-position:-100px -578px;}
.extra-newuser::before {background-position:-50px -573px;}
.extra-verified::before {background-position:-51px -624px;}
.extra-exclusive::before {background-position:-150px -574px;}
.extra-newoffer::before {background-position:-100px -626px;}
.extra-blackfriday::before {background-position: -202px -577px; width: 72px;}


/* --- PULSE */
.item-extra::after {display:block; content:""; height:3px; width:60px; background-color:#999; animation: pulse_horizontal 4s infinite; position: absolute; bottom: -2px;}
@keyframes pulse_horizontal {0% {left:-60px;width:30px} 45% {left:105%; width:40px;} 95% {left:-60px; width:30px;} 100% {left:-60px;}}
.extra-newuser::after {display:none;}
.extra-blackfriday.item-extra::after {background-color:#de9adb}





/* --- NEW OFFER 2022 */

.container_full .boxhome {background-color: transparent}
.container_full .boxhome .content {padding:15px 5px}
.container_full .widget-altern ul.cat-shopping li {width:130px}  
.container_full .widget-altern {margin:10px; padding-bottom:5px; margin-bottom:20px;}

    /* --- BOX OFFER */
    .table-flex {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; margin-top:5px; margin-bottom:5px}
    .table-flex-left {justify-content: left; margin-left:10px}
    .table-flex-left li {margin-right:10px;}
    .container_full .table-flex-left li {flex-basis: 124px;}
    .o {flex-basis: 250px; border: solid 1px #ddd; border-radius: 6px; padding: 20px; position: relative; margin-bottom: 20px; font-size: 14px;line-height: 20px;background-color: #FFF; overflow: hidden}
    .o-index {z-index:1; font-size: 60px; display: block; height: 20px; color: #F2F2F2; margin-top: 0px; position: absolute; z-index: 1; bottom: 4px; right: 10px; font-weight: 600;}
    .o-main {font-weight: bold; padding-bottom:0px; font-size:16px;}
    .o-main i {font-weight: normal}
    .o-logo {position:relative; float:right; margin-left:5px; width:86px}
    .o-logo img {width:100%; height:auto; }
    .o-logo:hover img {transition:all 0.1s ease-in-out; transform:scale(1.1);}
    .o-title {color:#666; position:relative; z-index:2;}
    .o-title::after {content:"";padding-right:19px;}
    .o-title:hover::after {content:"→"; padding-left:5px; font-weight:600; padding-right:0px;}
    .o-url {color:#999; padding-bottom:12px; font-size:12px;}
    .o-url:hover {text-decoration: underline}
    .o-update {color:#999; padding-bottom:12px; font-size:12px;}
    .href {cursor: pointer}
    .container_left .o {flex-basis: 240px; padding:15px}
    .container_full .o {flex-basis: 260px;}

    /* --- H2 sidebar */
    #sidebar_320 .widget-stats h2 {color:#FFF; padding-bottom:5px; opacity:0.7}
    #sidebar_320 .widget-stats h2::after {content:"☈"; padding-left:5px} 

    /* --- more offers button */
    a.more_offers {display: inline-block; padding: 8px 15px 8px 15px; margin: 0px; border: 1px solid #ddd; text-decoration: none; border-radius: 4px; font-weight: 300; font-size: 14px; line-height: 20px; min-height:auto; color:#666}
    a.more_offers:hover {background-color:#F1F1F1; color:#000; border-color:#666}


    .btn-follow {background-color:#FFF; color:#000; box-shadow: 0 2px 3px rgba(0,0,0,0.05)} 
    .btn-follow .sub {color:#666}
    .btn-follow::before {filter: invert(100%);}
    .widget-stats-shop {background-color:#435879}


/* --- RESPONSIVE DESIGN -------------------------------------------------------- */
	
@media all and (min-width: 981px) {
	.container   {width:980px}	
}

@media all and (min-width: 1181px) {
	.container   {width:1160px}	
    .widget-faq {column-count: 2; font-size: 14px; line-height: 22px; column-gap: 30px; padding-right:10px;}
    .widget-faq .column {break-inside: avoid-column;}
    .container_left .o {flex-basis: 204px;}
    .container_full .o {flex-basis: 240px;}
    .shop_text {max-width: 600px}
}

@media all and (max-width: 980px) {
	.container   {width:100%}
	#box_bulle   {display:none;}
  body {min-width:inherit;}
}

@media all and (max-width: 720px) {
    #cookie {display:none}
    #left .btn-follow-container {display:block; position:relative; right:0px; margin-bottom:0px; height:80px;}
    #left .btn-follow {width:100%;  text-overflow: ellipsis; border-radius:0px; margin-bottom:0px; height:120px; padding-top:5px; border-top:1px dashed #999}
    #left .btn-follow .sub {font-size:16px; white-space:normal; line-height:21px;}
    .btn-follow .logo_square {top:10px;}
    #sidebar_320 .widget-annexe-liens    {margin-top:40px;}
    #sidebar_320 .btn-follow {display:none;}
    #main                   {margin-right:0px}
    #left                             {display:block; margin:0px 0px 10px 0px; padding:0px 0px 30px 0px; overflow:hidden; width:100%}
    #main .container_left {margin-right:0px}
    .list_reduc {padding:0px 10px;}
    .item-value                       {grid-row:2;}
    .item-container h3                {}
    .item-container .desc             {grid-row: 3; grid-column: 1 / span 2; clear:both; margin-left:0px; padding-top:5px; border-left:0px;}
    #list_boutiques li                {display:block; float:left; margin:6px 6px 0px 0px; border:1px dashed #DDD; border-radius:5px;}
    #list_boutiques li img            {width:130px; height:49px;}
    .footer-copyright  {display:block; clear:both; position:relative; text-align:center;line-height: 20px; width:80%; margin:5px auto;}
    #smartbanner .subalt {font-size:15px; line-height:18px; padding-top:8px}
    #smartbanner .subalt::before {background-position:8px 0px;}
    #smartbanner.version_d br {display:block;}
    .boxhome h2, .boxhome h1, .boxlatest h1, .boxhome h4 {border-radius: 0px;}
    .boxhome.boxfav li {flex-basis: 110px;}
    
}

@media all and (max-width: 540px) { 
  
    body               {margin-top:96px; background:none; min-width: inherit;}
    .box_search        {display:none; width:calc(100% - 20px); top:54px; left:auto; right:auto; left:10px; }
    .box_search.on     {display:block}
    .box_search .input_search {width:100%; background: none; background-color:#FFF; padding-left:15px; text-overflow: ellipsis;}
    .box_search .input_search:focus {background: none; background-color:#FFF;}
    .autocomplete-new  {width:280px !important;}
    #wrapper           {background:none;}
    .wrapper_banner    {margin-top:46px;}
    .list_reduc        {padding:0px 10px; margin-top:-10px}
    #left              {display:block; margin:0px 0px 10px 0px; padding:0px 0px 30px 0px; overflow:hidden; width:100%}
    .menu_top          {display:block; top:56px; position: relative; left:0px; min-width: auto;}
    .menu_top ul       {overflow-x: scroll;display: flex;overflow-y: hidden;}
    #main              {margin:0px; padding-bottom:30px;}
    #header            {height:100px;}
    #header .logo a {width:250px; height:38px; left:10px; background-size:600px 1050px;}
    #header .logo_FR a {background-position:-35px 0px}
    #header .logo_ES a {background-position:-25px -150px}
    #header .logo_IT a {background-position:-25px -225px}
    #header .logo_DE a {background-position:-25px -75px}
    #header .logo_GB a {background-position:-25px -375px}
    #header .logo_BR a {background-position:-25px -300px}
    #header .logo_PT a {background-position:-30px -450px}
    #header .logo::before   {content:""; background-size:600px 1050px; background-position: 0px 0px; background-repeat: no-repeat; width: 74px; position:absolute; left:10px; top:5px}
    #top_barre         {display:none;}
    a.bt_tw, a.bt_fa   {top:100px;}
    #left .list_reduc h1     {font-size:18px; line-height:20px;}
    #left .list_reduc h2     {font-size:18px; line-height:20px;}
    #left .list_reduc h3     {font-size:20px; line-height:24px;}
    #smartbanner {position:fixed; z-index:101}

    #sidebar_320       {display:block; float:left; padding:0px 5% 0px 5%; width:90%; margin-top:0px; padding-bottom:20px; overflow:hidden;}
    .widget-altern   {font-size:15px; line-height:28px; border-radius: 0px;}
    .widget-stats {font-size:18px; line-height:25px}
    .textwidget a {padding:4px 4px;}
    .footer-pre { -moz-column-count: 1;-webkit-column-count: 1; column-count:1;}
    .popup {width:85%; margin-top:120px;}
    .popup-iframe {width:102% !important; height:218px !important;}
    .list_reduc li {padding-bottom:25px}
    .visit {margin:0px; margin-right:0%; margin-top:5px; margin-bottom:10px; font-size:18px;}
    .btn-copy  {font-size:16px; padding:0px 12px}
    .boxhome, .titre   {border-radius:0px;}
    #sidebar_320 .boxhome {width: calc(100% + 40px); margin-left: -20px;}
    .boxhome.boxfav ul        {margin-left:0px;}
    /* --- .boxhome.boxfav li .logo_shop      {width:26vw; height:26vw; border-radius:13vw; line-height:28vw; margin-right:2vw} --- */
    .boxhome.boxlatest ul li a {width:100%;}
    .boxhome.boxlatest ul li img {} /*  */
    #sidebar_320 .boxhome.boxlatest ul {overflow-x:scroll;}
    .boxfullwidth {margin-right: 0px; margin-left: 0px;}
    .boxfullwidth li a {min-height: 160px;}
    ul.cat-shopping li {width:48%;}
    .app_redirection   {font-size:16px; width:340px;}	
    .app_redirection p {line-height:22px}	
    .popup .zone_code {width:auto; }
    .popup .zone_code .desc {width: auto; max-height: 300px; overflow-y: scroll; margin-bottom:10px}
    
    .menu_top a {padding:10px 10px; white-space: nowrap; overflow: hidden; display: block;}
    .button_menu {top:16px; right:20px; left:auto;}
    .boxhome a.more_offers {width:100%}

    .s12 {width:100%;}
    .s6  {width:50%;}
    .s3  {width:25%;}
  
  #shop_header .container {padding:15px 0px 10px 0px; overflow:hidden}
  .shop_logo {width:100px; height:auto; margin:4px 8px 5px 8px;}
  .shop_logo_square {width:100px;height:80px; margin:-20px 5px 5px 10px; padding:2px 2px; overflow:hidden; border:0px;}
  .shop_logo_square img {width:100px; height:100px}
    
  .shop_text {max-width:none; float:none;}
  .shop_text h1 {padding-top: 0px;font-size:20px;padding-right:5px;line-height: 24px;}
  .shop_text h2 {clear:both; padding-left:10px; padding-right:10px; font-size:15px; line-height: 24px; font-weight:300; padding-top:0px; padding-bottom:0px;}
  .shop_header_page .shop_text h2 {padding-left: 0px;}
  .filter_container::before {content:none}
  #left .main_addon .update {width:100%; clear:both; font-size:13px; text-align:left; color:#999;padding-left:10px; float:left; padding-bottom:20px}
    #fil-ariane    {font-size:13px; width:100%; clear:both; margin-bottom:5px; margin-top:10px; padding-left:10px; }
    .boxhome.boxlatest.boxsimilar.boxfullwidth h2 {margin-top:0px;}
    .shop_meta {display:block; width:100%; float:none; padding:5px 10px 0px 10px; border-left:0px solid #F1F1F1; box-sizing: border-box;}
    .shop_meta h2 {font-weight: bold; padding-bottom:5px; font-size: 15px; line-height: 24px; color:#333}
  .rate_star {float:left; }
  .shop_meta_verification {position: absolute; right: 10px; float:none;}
  .shop_meta_verification i {font-style:normal}
  .shop_meta_subscribers {display:none;}
    .rate_star_votes {display:none;}
    #left .widget-stats {border-radius:0px; margin-bottom:0px;}
    
    .popup .popup-title {padding-bottom:10px;}
    .logo-webpush {display:none;}
    .button_search {display:block;}
    .button_search.hidden {display:hidden;}
    .menu_top ul.cat-shopping {column-count:2; column-gap: 10px; height:auto}
    .menu_top ul.cat-shopping a {padding:12px 0px 2px 4px !important; margin-bottom:4px; font-size:16px;}
    .menu_top ul.menu_riche {top:38px;}
    .menu_top li {padding-bottom:12px;}
    
    .item-container {grid-template-columns: 120px auto;}
    .item-code {grid-column: 1 / span 2; width:80%;}
    .item-extra {padding-right:40px;}
    #left .update {padding-left:10px}
    
    .widget-altern a.coupon, .widget-bestoffer a.coupon {height: 120px;}
    .coupon_img {margin-top:-30px}
    .list_reduc .dashicons-edit {left:10px; bottom:10px;}
    .titre_margin {margin-top:0px}
    
    .container_left .o {flex-basis:100%; margin:0px 10px 10px 10px; padding:15px;}
    .container_full .o {margin:0px 10px 10px 10px; }
}


@media all and (max-width: 410px) {
  #smartbanner .btn_dl    {font-size:14px; right:6px; top:8px;}
	.app_promo_fr, .app_promo_es, .app_promo_it, .app_promo_br, .app_promo_de, .app_promo_en, .app_promo_pt       {width:100%; background-size:180%; margin-left:-20px; padding-right:25px; height:440px; margin-top:-8px; z-index:9 }
  .btn_android_fr, .btn_android_es, .btn_android_it, .btn_android {bottom:40px; left:190px; top:auto; background-size:86%;}
  .btn_ios_fr, .btn_ios_es, .btn_ios_it, .btn_ios            {bottom:40px; left:30px; top:auto; background-size:86%; }
  #container_full  {overflow: visible;}
}