@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
* {
  font-family: 'Nunito', sans-serif; }

.special_page {
  display: flex;
  min-height: 100vh;
  justify-content: space-between;
  flex-direction: column; }

/****************************************************/
/********************** HEADER **********************/
header {
  padding: 10px 15px;
  background-color: white;
  box-shadow: 0px 3px 6px #00000029;
  line-height: 1;
  margin-bottom: 30px;
  top: 0;
  z-index: 100; }

header p {
  margin-bottom: 0; }

header > div {
  min-height: 60px; }

header .left_section, header .right_section {
  z-index: 1; }

header .logo {
  height: 60px;
  width: auto; }

header .center_section {
  text-align: center;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%; }

header .product_name_img {
  height: 40px;
  max-width: 100%;
  margin-bottom: 10px; }

header .subtitle {
  color: #6F6F6F;
  font-weight: 300;
  text-transform: uppercase; }

header .info_src {
  color: #D0A56B;
  margin-bottom: 10px;
  font-size: 0.8rem; }

header .number {
  color: #610F03;
  font-size: 0.9rem; }

header .number:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 8px;
  color: #D4B26B; }

/****************************************************/
/********************** FOOTER **********************/
footer {
  margin-top: 30px;
  background-color: #610F03;
  color: #FFFFFFFF; }

footer > div {
  padding: 15px 0; }

footer .payment_icn {
  padding-top: 0; }

footer .payment_icn p {
  margin-bottom: 0; }

footer .payment_icn img {
  height: 25px;
  margin-left: 10px; }

/***************************************************/
/********************** FONTS **********************/
.title h1 {
  color: #610F03;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 1rem; }

h2 {
  color: #610F03; }

.title .subtitle {
  color: #D4B26B;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.5px; }

.title .subtitle.icn-piggy-bank:after, .title .subtitle.icn-piggy-bank:before {
  content: "\f4d3";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin: auto 8px; }

.title .subtitle.icn-gift:after, .title .subtitle.icn-gift:before {
  content: "\f06b";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin: auto 8px; }

a {
  cursor: pointer; }

/***************************************************/
/********************** COLOR **********************/
.f-gray {
  color: #8B8B8B !important; }

.f-red {
  color: red !important; }

.f-marron {
  color: #610F03 !important; }

.f-gold, a {
  color: #D4B26B !important; }

::marker {
  color: #610F03; }

.gradation {
  margin: 30px auto;
  background: transparent linear-gradient(180deg, #FCF4DF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  padding: 30px 0; }

/*****************************************************/
/********************** PRODUCT **********************/
.product {
  width: 450px;
  max-width: 90%;
  margin: 0 auto 30px;
  position: relative; }

.product .img_product img:not(.active) {
  display: none; }

.product .quantiy_product {
  border: 3px solid #D4B26B;
  border-radius: 50%;
  color: #D4B26B;
  background-color: white;
  width: 90px;
  height: 90px;
  font-size: 45px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute; }

.product .quantiy_product p {
  margin-bottom: 0;
  color: #D4B26B;
  font-size: 45px;
  text-align: center; }

/***********************************************************/
/********************** SECTION OFFRE **********************/
.offers {
  margin-bottom: 15px; }

.offers, .offers_sticky {
  background-color: white;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 23px 23px 0 0; }

.offers {
  overflow: hidden; }

/*** HEADER DE L'OFFRE ***/
.offers .header, .offers_sticky .header {
  background-color: #610F03;
  padding: 10px 10px 8px; }

.offers .header p, .offers_sticky .header p {
  margin-bottom: 0;
  color: white;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5; }

/*** SECTION CHOICES ***/
.offers .selection_offer {
  padding: 15px; }

.offers .selection_offer .choices {
  padding: 0 10px; }

.offers .choices > div, .offers_sticky .choices > div {
  padding: 5px; }

.offers .selector, .offers_sticky .selector {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.offers .best_choice_content, .offers_sticky .best_choice_content {
  height: 30px;
  width: 100%; }

.offers .main_choices .selector:not(.best_choice) {
  height: calc(100% - 30px);
  margin-top: 30px; }

.offers .main_choices .selector.best_choice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }

.offers .best_choice_content, .offers_sticky .best_choice_content {
  background-color: #610F03;
  padding: 6px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.offers .best_choice_content p, .offers_sticky .best_choice_content p {
  font-size: 0.6rem; }

.offers .best_choice_content p, .offers_sticky .best_choice_content p {
  margin-bottom: 0;
  text-align: center;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1px; }

.offers .best_choice_content:after, .offers_sticky .best_choice_content:after {
  content: '';
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 4s infinite;
  /* 
   CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
   */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1);
  /* IE6-9 */ }

.offers .selector, .offers_sticky .selector {
  cursor: pointer !important; }

.offers .selector_content, .offers_sticky .selector_content {
  text-align: center;
  padding: 10px 8px;
  max-width: 100%; }

.offers .selector p, .offers_sticky .selector p {
  margin-bottom: 0;
  letter-spacing: 0.5px; }

.offers .selector .qty, .offers_sticky .selector .qty {
  font-size: 0.9rem; }

.offers .selector .qty strong, .offers_sticky .selector .qty strong {
  font-size: 1rem; }

.offers .prices > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 500px;
  margin: auto; }

.offers .selector .price_unit {
  font-size: 1rem;
  line-height: 1.2; }

.offers .selector .price_unit strong {
  font-size: 1.9rem; }

.offers .selector .old_price {
  font-size: 0.7rem;
  margin-top: 5px; }

/*** SECTION MAIN CHOICES ***/
.offers .main_choices .title h3 {
  font-size: 1.5rem;
  position: relative; }

.offers .main_choices .title h3, .offers_sticky .main_choices .title h3 {
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #610F03;
  margin-bottom: 5px; }

.offers .main_choices .title h3.abo img {
  margin-top: -15px;
  width: 55px;
  height: auto; }

.offers .main_choices .title p, .offers_sticky .main_choices .title p {
  font-weight: 400;
  text-align: center;
  color: #D4B26B;
  line-height: 1.5; }

.offers .main_choices .selector, .offers_sticky .main_choices .selector {
  background-color: #FCF4DF;
  color: #610F03; }

.offers .main_choices .selector .old_price {
  color: #D4B26B; }

/*** CHOICE MAIN CHOICES SELECTED ***/
.offers .main_choices .selector:hover, .offers .main_choices .selector.selected, .offers_sticky .main_choices .selector:hover, .offers_sticky .main_choices .selector.selected {
  background: transparent linear-gradient(120deg, #D0A56B 0%, #E0C587 53%, #D0A56B 100%) 0% 0% no-repeat padding-box; }

.offers .main_choices .selector:hover p, .offers .main_choices .selector.selected p, .offers_sticky .main_choices .selector:hover p, .offers_sticky .main_choices .selector.selected p {
  color: white;
  text-shadow: 0px 3px 6px #00000029; }

/*** SECTION SECONDARY CHOICES ***/
.offers .secondary_choice {
  margin-top: 15px; }

.offers .secondary_choice .title h3 {
  font-size: 1rem; }

.offers .secondary_choice .title h3, .offers_sticky .secondary_choice .title h3 {
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 5px; }

.offers .secondary_choice .title h3 i, .offers_sticky .secondary_choice .title h3 i {
  color: #8B8B8B; }

.offers .secondary_choice .title p {
  font-size: 0.7rem; }

.offers .secondary_choice .title p, .offers_sticky .secondary_choice .title p {
  font-weight: 400;
  color: #8B8B8B;
  text-align: center;
  line-height: 1; }

.offers .secondary_choice .selector, .offers_sticky .secondary_choice .selector {
  background-color: #EFEFEF; }

/*** CHOICE SECONDARY CHOICES SELECTED ***/
.offers .secondary_choice .selector:hover, .offers .secondary_choice .selector.selected, .offers_sticky .secondary_choice .selector:hover, .offers_sticky .secondary_choice .selector.selected {
  background: #b2b2b2; }

/***********************************************************/
/********************** STICKY CHOICE **********************/
#sticky_offre {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 9; }

.offers_sticky {
  display: none; }

.offers_sticky .header .closed {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer; }

.offers_sticky .header .discover {
  display: none;
  cursor: pointer;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 15px; }

.offers_sticky .header .discover p {
  font-size: 2.1rem; }

.offers_sticky .header .closed p:after, .offers_sticky .header .discover p:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #FFFFFF;
  float: right;
  margin-top: -5px; }

.offers_sticky .header .discover p:after {
  content: "\f106"; }

.offers_sticky .header .closed p {
  font-size: 1rem; }

.offers_sticky .header .closed p:after {
  content: "\f00d"; }

.offers_sticky .selection_offer {
  height: 100%;
  padding: 10px 0; }

.offers_sticky .title h3 {
  font-size: 1rem; }

.offers_sticky .title p {
  font-size: 0.7rem;
  margin-bottom: 5px; }

.offers_sticky .prices > div:not(.active) {
  display: none !important; }

.offers_sticky .prices .total {
  font-size: 2.5rem;
  color: #610F03;
  margin-bottom: 0;
  line-height: 1;
  text-align: center; }

.offers_sticky .prices .information {
  font-size: 0.9rem;
  margin-bottom: 0; }

.offers_sticky .prices .information {
  text-align: center; }

.offers_sticky .select_choice > .row > div:not(:last-of-type) {
  border-right: 1px solid #e9e9e9; }

.offers_sticky .secondary_choice, .offers_sticky .main_choices, .offers_sticky .prices {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.offers_sticky .title {
  position: relative; }

/*** SECTION STICKY CLOSED ***/
.picto_shop {
  display: none; }

.picto_shop div {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0;
  background: #610F03; }

.picto_shop div:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #FFFFFF;
  font-size: 30px; }

.picto_shop div:hover:after {
  font-size: 40px;
  margin-bottom: 5px; }

/***********************************************************/
/********************** SECTION PRICE **********************/
.offers .prices {
  background-color: #FDF8EB;
  padding: 15px; }

.offers .prices p {
  margin-bottom: 0; }

.offers .prices .total {
  font-size: 2rem; }

.offers .prices .total {
  color: #610F03;
  margin-bottom: 0;
  line-height: 1.5; }

.offers .prices .information {
  font-size: 1rem; }

.offers .prices .information, .offers_sticky .prices .information {
  color: #D4B26B;
  margin-bottom: 5px; }

/*** BUTTON OPOP ***/
.offers .cta {
  padding: 10px 15px;
  margin-left: 10px; }

.offers .cta, .offers_sticky .cta {
  background: #610F03 linear-gradient(257deg, #610F03 0%, #a2635a 50%, #610F03 100%) 0% 0% no-repeat padding-box;
  border: 2px solid #610F03;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: block;
  white-space: normal;
  overflow: hidden;
  max-width: 380px;
  margin-right: 0; }

.offers_sticky .cta {
  padding: 10px 15px;
  font-size: 1rem;
  margin-left: 10px;
  letter-spacing: 1px; }

.offers .cta p {
  font-size: 1.1rem; }

.offers .cta p, .offers_sticky .cta p {
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 600;
  color: white; }

.offers .cta p:after, .offers_sticky .cta p:after {
  content: "\f0a5";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin: 0 5px;
  animation: clignote 1.5s linear infinite; }

.offers .cta:hover, .offers_sticky .cta:hover {
  background: white; }

.offers .cta:hover p, .offers_sticky .cta:hover p {
  color: #610F03; }

.selector .selectChoice {
  padding: 5px 5px 4px 5px;
  margin: 15px auto 5px auto;
  width: 180px;
  max-width: 100%;
  border: 2px solid #610F03;
  background: white;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  display: block;
  white-space: normal;
  overflow: hidden; }

.selector .selectChoice p {
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: #610F03; }

.selector:hover .selectChoice, .selector.selected .selectChoice {
  background: #610F03 linear-gradient(257deg, #610F03 0%, #a2635a 50%, #610F03 100%) 0% 0% no-repeat padding-box; }

.selector:hover .selectChoice p, .selector.selected .selectChoice p {
  color: #FFFFFF; }

.selector.selected .selectChoice p span {
  display: none; }

.selector.selected .selectChoice p:before {
  content: 'Offre sélectionnée'; }

.selector.selected .selectChoice p:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 5px; }

/*** BTN SECTION LIRE PLUS ***/
.read_more {
  background: transparent linear-gradient(257deg, #D4B26B 0%, #F5DA9C 100%) 0% 0% no-repeat padding-box;
  border: 2px solid #D4B26B;
  border-radius: 30px;
  text-align: center; }

.read_more p {
  color: white;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem; }

.read_more p:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin: 0 5px; }

.read_more.chevron_up p:after {
  content: "\f077"; }

.read_more:hover {
  background: white; }

.read_more:hover p {
  color: #D4B26B; }

.details {
  display: none; }

.abo_read {
  margin-top: 30px; }

.abo_read h3 {
  font-size: 1.5rem;
  color: #610F03; }

.abo_read .num_adv {
  text-transform: uppercase;
  color: #D4B26B;
  margin-bottom: 0;
  font-weight: 600; }

/** BLOC UPS **/
.bloc_upsell {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  padding: 15px 15px 15px 0; }

.bloc_upsell > div {
  background: transparent linear-gradient(180deg, #FCF4DF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  padding: 15px; }

.bloc_upsell > div:not(.active) {
  display: none; }

.bloc_upsell .macaron_content {
  height: 100px;
  width: 100px;
  margin: auto;
  background: url("https://cdn.cellaire.com/bdc/icn/clr_macaron_base.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.bloc_upsell .macaron p {
  color: #FFFFFF;
  background: -webkit-radial-gradient(#e9b66a 0%, #d57b13 50%, #a05b0a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin-bottom: 0; }

.bloc_upsell .macaron .ups_reduction {
  font-size: 30px;
  line-height: 1; }

.bloc_upsell .macaron .ups_baseline {
  font-size: 11px; }

.bloc_upsell .intro {
  font-weight: 600;
  line-height: 1.2;
  font-size: 0.8rem;
  color: #610F03;
  margin: 8px auto; }

.bloc_upsell .cta {
  background: -webkit-linear-gradient(135deg, #F9EB88 0%, #F3D360 33%, #DBA336 66%, #AE6919 100%);
  border: 1px solid #AE6919;
  border-radius: 5px;
  padding: 5px 8px;
  display: block;
  white-space: normal;
  max-width: 250px;
  margin: 15px auto 0;
  cursor: pointer;
  box-shadow: 0px 3px 10px #00000040;
  z-index: 0;
  position: relative;
  overflow: hidden; }

.bloc_upsell .cta p {
  color: #FFFFFF;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-shadow: 0px 3px 10px #00000040;
  font-weight: 600;
  margin-bottom: 0; }

.bloc_upsell .cta:hover {
  background: #FFFFFF; }

.bloc_upsell .cta:hover p {
  color: #DBA336;
  text-shadow: none; }

/***********************************************************/
/********************** PASTILLE INFO **********************/
.info_cta {
  cursor: pointer; }

.info_bullet {
  cursor: help; }

.info_content {
  display: none;
  position: absolute;
  z-index: 111;
  background-color: #FFFFFF;
  margin-top: 5px;
  padding: 10px 10px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

.info_content p {
  font-size: 0.8rem !important;
  line-height: 1.2 !important;
  color: #8B8B8B !important;
  text-transform: none !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
  letter-spacing: 0 !important; }

.info_content:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-bottom: solid 10px #ffff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent; }

.offers_sticky .info_content:after {
  top: 100%;
  bottom: auto;
  border-top: solid 10px #ffff;
  border-bottom: none; }

.offers_sticky .info_content {
  left: 0;
  bottom: 50px;
  right: auto; }

/************************************************************/
/********************** COUNTDOWN OPOP **********************/
.bandeau_countdown {
  background: #610F03;
  background: #610F03 linear-gradient(257deg, #610F03 0%, #a2635a 50%, #610F03 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  color: white;
  font-weight: 600;
  padding: 10px 15px;
  position: relative;
  z-index: 10;
  top: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center; }

.headerCountDown {
  margin-bottom: 15px !important; }

.validity_offre {
  font-size: 0.8rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0; }

.clockdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px; }

.clockdiv > div {
  padding: 2px; }

.clockdiv > div:not(.seph) {
  margin: 0 5px;
  border: 2px solid #D0A56B;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.clockdiv p {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1; }

.clockdiv p.smalltext {
  text-transform: uppercase;
  font-size: 0.5rem;
  font-weight: 600; }

@media screen and (min-width: 1774px) {
  .bandeau_countdown.position_bottom {
    position: fixed;
    bottom: 5px;
    left: 0;
    top: auto;
    width: auto;
    background: transparent;
    flex-direction: column;
    color: #610F03; }
  .bandeau_countdown.position_bottom .validity_offre {
    margin-bottom: 10px; } }

/***************************************************/
/********************** OTHER **********************/
.payment_secure {
  font-size: 0.7rem; }

.payment_secure img {
  height: 15px;
  margin-left: 5px; }

.legende_fdp {
  color: #585858;
  font-size: 0.7rem; }

.offers .prices > div:not(.active), .product .quantiy_product:not(.active) {
  display: none !important; }

/*******************************************************/
/********************** BLOC INFO **********************/
.bloc_info {
  border: 2px solid #D4B26B;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
  height: 100%; }

.bloc_info p {
  margin-bottom: 0; }

.bloc_info img {
  margin-bottom: 15px;
  width: 120px;
  max-width: 100%; }

/*******************************************************/
/********************** AVANTAGES **********************/
.avantages img {
  width: 100%;
  max-width: 250px;
  margin: 15px auto; }

/***************************************************/
/********************** MODAL **********************/
.panier .form_payment .form_payment_title {
  padding-left: 0; }

.panier .form_payment {
  top: 0; }

.modal-open .modal {
  background: rgba(0, 0, 0, 0.6); }

.modal-dialog {
  max-width: 1400px !important;
  padding: 5px 30px;
  margin: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.modal-content {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px !important;
  overflow: hidden; }

.modal-header {
  align-items: center !important;
  padding: 10px !important;
  background: #610F03;
  border: 1px solid #610F03; }

.modal-title {
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  margin: auto;
  padding: 0 30px; }

.modal-panier .modal-title {
  padding: 0 170px; }

.modal-body {
  max-height: 87vh;
  overflow: auto; }

.modal .close.cursor-hand {
  top: 10px;
  right: 10px;
  position: absolute;
  font-weight: 600;
  color: white;
  opacity: 1;
  font-size: 2rem; }

.modal .close.edit-panier {
  color: #FFFFFF !important;
  margin: auto;
  font-size: 0.9rem;
  text-shadow: none;
  font-weight: 500;
  position: absolute;
  left: 15px;
  opacity: 1;
  padding: 0; }

.modal .close.edit-panier:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px; }

.panier > div > div:first-of-type {
  border-right: 1px solid #e7e7e7; }

@media screen and (max-width: 800px) {
  .modal .close.edit-panier {
    left: auto;
    right: 15px;
    font-size: 1.5rem; }
  .modal-panier .modal-title {
    padding: 0 20px; }
  .modal-panier .close.edit-panier span {
    display: none; }
  .modal .close.edit-panier:before {
    content: "\f00d"; } }

/****************************************************/
/********************** PANIER **********************/
.panier h3 {
  color: #610F03;
  font-size: 1.2rem !important;
  font-weight: 600; }

.panier .my_choice {
  margin-bottom: 15px; }

.panier .my_choice .choice_name span {
  color: #D0A56B; }

.panier .my_choice .choice_recap {
  color: #4D4D4D !important;
  max-width: 400px; }

.panier .my_choice .choice_recap .module-block-recapitulative {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1.2; }

.module-block-payment-at-order-time {
  margin-bottom: 10px; }

.panier .choice_name {
  display: flex;
  align-items: center; }

.panier .choice_name.choice_name_margin {
  margin-right: 50%; }

.panier .choice_name div {
  margin-bottom: 0; }

.panier .choice_name .img_product {
  height: 80px;
  width: auto;
  padding: 5px;
  margin-right: 10px;
  text-align: center; }

.panier .choice_name .img_product img {
  margin: auto;
  max-height: 100%;
  max-width: 100%; }

/*** Récapitulatif ***/
.my_choice h4, .my_choice .module-block-offer-choice-name, .my_choice .module-block-offer-long-description, .my_choice .module-block-offer-choice-payment-method {
  display: none; }

.module-block-offer-total {
  padding: 0; }

.module-block-recapitulative .module-block-recapitulative-max-width {
  max-width: 100% !important;
  width: 500px; }

/*** FORM ***/
#billingCountry option[value='ISR'], #billingCountry option[value='USA'], #billingCountry option[value='AFG'], #billingCountry option[value='ESP'], #billingCountry option[value='CHE'], #billingCountry option[value='SYR'], #billingCountry option[value='IRQ'], #billingCountry option[value='GHA'], #billingCountry option[value='AGO'], #billingCountry option[value='ALB'], #billingCountry option[value='PRK'], #billingCountry option[value='GBR'] {
  /* Israël */
  /* Etats-Unis */
  /* Afghanistan */
  /* Espagne */
  /* Suisse */
  /* Syrie */
  /* Irak */
  /* Ghana */
  /* Angola */
  /* Albanie */
  /* Corée du Nord */
  /* Royaume-Uni */
  display: none !important; }

#shippingCountry option[value='ISR'], #shippingCountry option[value='USA'], #shippingCountry option[value='AFG'], #shippingCountry option[value='ESP'], #shippingCountry option[value='CHE'], #shippingCountry option[value='SYR'], #shippingCountry option[value='IRQ'], #shippingCountry option[value='GHA'], #shippingCountry option[value='AGO'], #shippingCountry option[value='ALB'], #shippingCountry option[value='PRK'], #shippingCountry option[value='GBR'] {
  /* Israël */
  /* Etats-Unis */
  /* Afghanistan */
  /* Espagne */
  /* Suisse */
  /* Syrie */
  /* Irak */
  /* Ghana */
  /* Angola */
  /* Albanie */
  /* Corée du Nord */
  /* Royaume-Uni */
  display: none !important; }

#privacy_statement {
  text-align: center; }

.newsletterAuto {
  text-align: center;
  font-style: italic;
  font-size: 0.7rem;
  margin-top: 30px; }

.vanguard-contact-information {
  margin-bottom: 0 !important;
  font-size: 1rem; }

.vanguard-form-error {
  font-style: italic;
  font-size: 0.6rem !important;
  margin: 2px 15px -2px; }

.vanguard-cgu.vanguard-form-error, .vanguard-cgs.vanguard-form-error {
  display: none; }

.vanguard-contact-information .vanguard-contact-form-label {
  position: absolute;
  margin-top: -10px !important;
  margin-left: 15px !important;
  background-color: white !important;
  width: fit-content !important;
  font-weight: 400 !important;
  font-size: 0.8rem !important;
  color: #979797; }

.vanguard-contact-information .vanguard-contact-form-field {
  padding-top: 10px !important; }

.vanguard-payment-method-selection {
  display: none; }

.vanguard-choices-form .vanguard-custom-choice {
  cursor: auto !important; }

.vanguard-choices-form ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.vanguard-choices-form ul li {
  font-size: 1.2rem;
  margin-bottom: 5px;
  display: none; }

.vanguard-choices-form ul li input {
  vertical-align: baseline;
  margin-right: 5px;
  display: none; }

.vanguard-choices-form ul li .vanguard-choice-name {
  vertical-align: baseline;
  display: inline-block;
  position: relative; }

.vanguard-choices-form ul li.surbrillance {
  display: block; }

.form-fields .vanguard-shipping-form .vanguard-contact-form-label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px; }

.form-fields .col-sm-12 {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0; }

.form-fields .col-sm-12:before, .form-fields .col-sm-12:after {
  display: table;
  content: "";
  clear: both; }

.form-fields .form-group {
  display: block;
  width: 50%;
  float: left;
  padding: 0 0 0 15px;
  margin-right: 0 !important;
  margin-left: 0 !important; }

.form-fields .form-group.form-group-gender {
  display: none; }

.form-fields .form-group.form-check {
  width: 100%; }

#billingCountry.form-control, #shippingCountry.form-control {
  padding-top: 0 !important; }

.vanguard-optins-container:before, .vanguard-optins-container:after {
  display: table;
  content: "";
  clear: both; }

.form-check-input {
  margin-top: 8px; }

.vanguard-contact-information .vanguard-billing-form {
  margin-bottom: 10px !important; }

.vanguard-billing-form .form-group-gender > div {
  margin-top: 9px;
  margin-left: 15px; }

.vanguard-shipping-fees {
  color: #4d4d4d !important;
  font-size: 0.7rem !important;
  margin-top: 0 !important;
  padding: 5px 0 0 15px !important;
  background-color: transparent !important;
  border: none; }

/*** FORM PAIEMENT ***/
.form_payment {
  position: sticky;
  top: 20px; }

.form_payment .container {
  padding: 0; }

.form_payment .form_payment_title {
  padding-left: 15px; }

.form_payment .formulaire {
  padding: 15px; }

/*************** STOCK BAR ***************/
.progress_bar {
  position: sticky;
  top: 0;
  z-index: 10;
  margin: 0 auto 30px;
  height: 40px; }

.progress_bar_content {
  opacity: 0.8;
  width: 100%;
  height: 100%; }

.progress_line {
  position: absolute;
  top: 0;
  right: 0;
  background: #434343;
  box-shadow: 1px 1px 3px #9500005e;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.progress_line > div {
  height: 100%;
  background: #ff0000 linear-gradient(90deg, #ff0000 0%, #950000 50%, #ff0000 100%);
  /* background: #D0A56B linear-gradient(120deg, #D0A56B 0%, #f9e9c5 53%, #D0A56B 100%) 0% 0% no-repeat padding-box; */
  position: relative;
  overflow: hidden; }

.progress_texte {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  z-index: 1;
  position: relative;
  text-align: center; }

.progress_texte p {
  color: white;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1; }

/***********************************************************************************************************************************/
/***********************************************************************************************************************************/
/************************************************************ RESPONSIF ************************************************************/
/***********************************************************************************************************************************/
/***********************************************************************************************************************************/
@media screen and (min-width: 576px) {
  .container {
    max-width: 767px; } }

@media screen and (min-width: 768px) {
  .container {
    max-width: 920px; } }

@media screen and (min-width: 992px) {
  .container {
    max-width: 1140px; } }

@media screen and (max-width: 991px) {
  .offers .selector .qty, .offers_sticky .selector .qty {
    font-size: 1.1rem; }
  .offers .selector .qty strong, .offers_sticky .selector .qty strong {
    font-size: 1.2rem; }
  .offers .selector .price_unit {
    font-size: 1.2rem; }
  .offers .selector .old_price {
    font-size: 0.9rem; }
  .select_choice {
    max-width: 100%; }
  .offers_sticky .cta p span {
    display: none; }
  .offers_sticky .cta p:after {
    content: "\f218"; }
  .offers_sticky .selector .qty {
    font-size: 0.6rem; }
  .offers_sticky .selector {
    padding: 5px 2px; }
  .offers_sticky .prices .total {
    font-size: 2rem; }
  .offers_sticky .cta {
    font-size: 0.9rem;
    padding: 10px; }
  .offers_sticky .prices .information {
    font-size: 0.8rem; }
  .bloc_upsell {
    position: relative;
    margin: auto;
    width: auto;
    max-width: 100%; }
  .select_choice, .offers_sticky .header .closed {
    display: none; }
  .offers_sticky .header .discover {
    display: block; } }

@media screen and (max-width: 767px) {
  header {
    padding: 5px; }
  header > div {
    min-height: 70px;
    /* 60 + 2*5 */ }
  header .center_section {
    position: relative; }
  header .left_section, header .right_section {
    display: none; }
  h2 {
    font-size: 1.8rem; }
  .abo_read h3 {
    font-size: 1.3rem; }
  .product {
    max-width: 90%;
    width: 350px; }
  .product .quantiy_product {
    width: 90px;
    height: 90px; }
  .product .quantiy_product p {
    font-size: 45px; }
  .offers .selector .qt {
    margin-bottom: 5px; }
  .offers .selector .qty, .offers_sticky .selector .qty {
    font-size: 0.9rem;
    margin-bottom: 5px; }
  .offers .selector .qty strong, .offers_sticky .selector .qty strong {
    font-size: 0.9rem; }
  .offers .selector .price_unit {
    font-size: 1rem;
    line-height: 1.3rem;
    margin: 0 auto; }
  .offers .selector .price_unit strong {
    font-size: 1.5rem; }
  .offers .selector .old_price {
    font-size: 0.8rem; }
  .panier .header .title {
    margin-top: 10px; }
  .panier .header .close_panier {
    padding-top: 0;
    margin-top: -10px; }
  .form-fields {
    border: none;
    padding-right: 0; }
  .form-fields .col-sm-12 {
    margin: 0; }
  .form-fields .form-group {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .form-fields .form-group.form-check {
    padding-left: 20px; }
  .form_payment .form_payment_title {
    padding-left: 0; }
  .form-fields .form-group {
    width: 50%;
    padding-left: 15px; }
  .modal-title {
    font-size: 1.3rem;
    padding: 0 20px; }
  .avantages img {
    margin: auto; } }

@media screen and (max-width: 576px) {
  .title h1 {
    line-height: 1.1;
    font-size: 1.8rem; }
  .title .subtitle {
    font-size: 1.1rem; }
  h2 {
    font-size: 1.5rem; }
  .abo_read h3 {
    font-size: 1.2rem; }
  .product .quantiy_product {
    width: 70px;
    height: 70px; }
  .product .quantiy_product p {
    font-size: 35px; }
  .offers .selector .old_price {
    display: none; }
  .offers .selector .price_unit, .offers_sticky .selector .price_unit {
    margin-bottom: 0; }
  .offers .prices > div {
    display: block; }
  .offers .prices {
    text-align: center; }
  .offers .prices .cta {
    margin: 15px auto 0; }
  .panier_content > div > div:first-of-type {
    border-right: 0; }
  .info_premium_content {
    width: 80vw; }
  .modal-dialog {
    padding: 0 5px; } }

@media screen and (max-width: 530px) {
  .panier .choice_name {
    display: block;
    justify-content: center; }
  .validity_offre {
    font-size: 0.6rem; }
  .form-fields .form-group {
    width: 100%;
    padding-left: 0; }
  .panier .header .title {
    margin-top: 15px; }
  .offers .best_choice_content p, .offers_sticky .best_choice_content p {
    font-size: 0.5rem; } }

@media screen and (max-width: 480px) {
  .bandeau_countdown {
    margin-bottom: 15px; }
  .validity_offre {
    display: none; }
  .bandeau_countdown {
    justify-content: center; }
  .clockdiv > div:not(.seph) {
    width: 12vw;
    height: 12vw; }
  .clockdiv p {
    font-size: 5vw; }
  .clockdiv p.smalltext {
    font-weight: 2.5vw; }
  .modal-title {
    font-size: 1rem;
    padding-left: 0; }
  .offers {
    margin-left: -15px;
    margin-right: -15px; }
  .offers .selector .qty, .offers_sticky .selector .qty {
    font-size: 0.8rem; }
  .offers .selector .qty strong, .offers_sticky .selector .qty strong {
    font-size: 0.8rem; }
  .offers .selector .price_unit {
    font-size: 0.8rem; }
  .offers .selector .price_unit strong {
    font-size: 1.2rem; }
  .product .quantiy_product {
    width: 60px;
    height: 60px; }
  .product .quantiy_product p {
    font-size: 30px; } }

@media screen and (max-width: 400px) {
  .offers .main_choices .title h3.abo img {
    margin-top: -10px;
    width: 45px; }
  .offers .main_choices .title h3 {
    font-size: 1.2rem;
    margin-top: 5px; } }

/*------------------------------------------------------------*/
/*----------------------- ANNIMATION -------------------------*/
/*------------------------------------------------------------*/
@keyframes clignote {
  50% {
    opacity: 0; } }
@keyframes slide {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }
@keyframes glowShadow {
  to {
    box-shadow: 0px 0px 20px 5px #F7922A; } }
@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
