body .skeepers-widget-wrapper-adf17c81-6407-448a-9d73-33f65604e0c0 {
  display: block !important;
  width: 150px;
}
body .footer-container {
  padding: 0 !important;
}
body .tooltip-rgpd {
  position: relative;
}
body .tooltip-rgpd:hover .text {
  opacity: 1;
  visibility: visible;
}
body .tooltip-rgpd .text {
  position: absolute;
  width: 700px;
  background-color: #0C0C0D;
  color: #fff;
  text-align: center;
  padding: 20px 20px;
  z-index: 10001;
  border-radius: 6px;
  bottom: 110%;
  right: 50%;
  transform: translate(50%, 0%);
  margin-left: -60px;
  opacity: 0;
  font-family: 'Hanken Grotesk', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  transition: opacity 1s;
  visibility: hidden;
  white-space: pre-wrap;
  z-index: 20;
}
body .already-group .tooltip-rgpd img,body .already-customer .tooltip-rgpd img{
  opacity: 0.3;
}
body .already-group .tooltip-rgpd .text, body .already-customer .tooltip-rgpd .text
body .tooltip-rgpd .text a{
    color: #fff;
    text-decoration: none;
}
body .tooltip-rgpd .text a{
  color: #fff;
}
body .tooltip-rgpd .text a:hover{
  color: lightgrey;
  text-decoration: underline;
}
body .tooltip-rgpd .text::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 5px;
  border-color: #0C0C0D transparent transparent transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}

#footer_container {
  background-color: #0C0C0D;
  color: #FFFFFF;
  font-family: 'Hanken Grotesk', sans-serif;
  padding: 32px 64px 40px;
}
#footer_container .embedsocial-stories {
  position: relative;
  /*position: fixed;*/
  bottom: 15px;
  margin: auto;
  right: 0;
  width: 100px;
  z-index: 0;
  /*z-index: 1;*/
}

#footer_container .new {
  text-align: center;
  padding: 2px 8px !important;
  background-color: #E84D45;
  margin-left: 16px;
  text-decoration: none !important;
  color: white;
}
#footer_container a {
  color: white;
  text-decoration: none;
}
#footer_container a:hover {
  color: lightgrey;
  text-decoration: underline;
}
#footer_container .contact {
  display: block;
}
#footer_container .contact h1 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: right;
  margin: 16px 0 0 0;
}
#footer_container .contact .flex-part {
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  padding-bottom: 40px;
}
#footer_container .contact .desktop-part {
  display: flex;
  justify-content: space-between;
  padding-bottom: 64px;
}
#footer_container .contact .mobile-part {
  display: none;
}
#footer_container .contact .tablette-part {
  display: none;
}
#footer_container .contact .xs-mobile-part {
  display: none;
}
#footer_container .contact .newsletter {
  text-align: left;
  width: 22vw;
  letter-spacing: -0.16px;
}
#footer_container .contact .newsletter .titre {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-color: #333333;
}
#footer_container .contact .newsletter p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding-top: 24px;
  white-space: nowrap;
}
#footer_container .contact .newsletter p > span > img{
  margin-left: 5px;
}
#footer_container .contact .newsletter form input {
  color: black;
  background-color: white;
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 12px 16px;
  margin: 8px 0 28px 0;
}
#footer_container .contact .newsletter form button {
  border: solid #8D8D8E 1px;
  border-radius: 0;
  width: 100%;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}
#footer_container .contact .newsletter form button svg {
  padding-left: 8px;
}
#footer_container .contact .social {
  text-align: center;
}
#footer_container .contact .social span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 16px;
}
#footer_container .contact .social p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 16px 0;
}
#footer_container .contact .social .all-items {
  display: flex;
  gap: 3vw;
  justify-content: center;
  align-items: center;
}
#footer_container .contact .contacter {
  text-align: left;
  width: 22vw;
}
#footer_container .contact .contacter ul {
  padding-left: 8px;
}
#footer_container .contact .contacter ul li {
  font-weight: 700;
  margin: 0;
}
#footer_container .contact .contacter .titre {
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-color: #333333;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
#footer_container .contact .contacter p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding-top: 24px;
}
#footer_container .contact .contacter .numero {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
#footer_container .contact .contacter a {
  background-color: white;
  border-radius: 0;
  text-align: center;
  color: black;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  margin-top: 14px;
}
#footer_container .contact .contacter a img {
  padding-left: 16px;
}
#footer_container .redirection {
  display: flex;
  justify-content: space-between;
}
#footer_container .redirection .item-desktop {
  text-align: left;
}
#footer_container .redirection .item-desktop span {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-color: #333333;
  letter-spacing: 0.05em;
}
#footer_container .redirection .item-desktop > span{
  text-transform: uppercase;
}
#footer_container .redirection .item-desktop ul {
  padding-top: 32px;
}
#footer_container .redirection .item-desktop ul li {
  padding-bottom: 16px;
  margin: 0;
}
#footer_container .redirection .item-desktop ul li span {
  text-decoration: none !important;
}
#footer_container .menu-langue {
  text-align: end;
  margin-bottom: 20px;
}
#footer_container .menu-langue select {
  background: none;
  border: none;
}
#footer_container .dropdown {
  position: relative;
  display: none;
  width: 100%;
}
#footer_container .dropdown .accordion {
  width: 100%;
}
#footer_container .dropdown .accordion .moins {
  display: none;
}
#footer_container .dropdown .accordion .plus {
  display: block;
}
#footer_container .dropdown .accordion .open .plus {
  display: none !important;
}
#footer_container .dropdown .accordion .open .moins {
  display: block !important;
}
#footer_container .dropdown .accordion .menu {
  display: none;
  font-size: 12px;
}
#footer_container .dropdown .accordion .menu a {
  display: flex;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px 12px 12px 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  align-items: center;
}
#footer_container .dropdown .accordion .link {
  cursor: pointer;
  display: flex;
  padding: 15px 15px 15px 0;
  color: white;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  justify-content: space-between;
}
#footer_container .info {
  border-top: 1.5px solid #333333;
}
#footer_container .info .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0;
}
#footer_container .info .top .mobile-part {
  display: none;
}
#footer_container .info .top .desktop-part {
  display: block;
}
#footer_container .info .top .paiement {
  display: flex;
  justify-content: left;
  gap: 8px;
  max-width: 50%;
}
#footer_container .info .top .livraison {
  padding-right: 10vw;
}
#footer_container .info .top .livraison span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
#footer_container .info .top .livraison .all-items {
  display: flex;
  gap: 24px;
  padding-top: 8px;
  line-height:16px;
}
#footer_container .info .top .success {
  display: flex;
  align-items: center;
  gap: 3vw;
}
#footer_container .info .top .success img {
  width: 100%;
}
#footer_container .info .top .mobile-part-bot {
  display: none;
}
#footer_container .info .top .desktop-part-bot {
  display: flex;
  align-items: center;
}
#footer_container .info .utile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
#footer_container .info .utile ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}
#footer_container .info .utile ul li{
  font-size: 12px;
  margin: 0;
  line-height: 16px;
}
#footer_container .info .utile ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
#footer_container .info .ut#footer_container .contact h1ile ul li .bold {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
#footer_container .info .utile ul li span {
  color: #2E2E31;
}
#footer_container .info .utile span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
#footer_container .copyright {
  font-weight: 700;
  text-align: right;
  flex-shrink: 0;
  line-height: 16px;
  font-size: 12px;
}
.success .rating{
  margin: 0;
}
.avis-verif{
  flex-direction: row;
  display: flex;
  height: 53px;
  align-items: center;
  gap: 16px;
}
.avis-verif .rate-avis{
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}
.avis-verif .rate-avis .nb-rate{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 6px;
}
.avis-verif .rate-avis .nb-rate .per-five{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.rating.stars {
  position: relative;
  width: fit-content;
  overflow: hidden;
}

.rating.stars .base {
  display: flex;
}

.rating.stars .front{
  position:absolute;
  z-index:2;
  left:0px;
  top:0px;
  overflow: hidden;

}

.rating.stars .front .content{
  width: fit-content;
  display: flex;
}

.stars .front img{
  object-fit: contain;
}

.rating img{
  width: 50px;
}

.fancybox-overlay{
  z-index: 10000;
  height: 100vh!important;
}

.fancybox-opened{
  z-index: 10001;
}

#CG-Offre-solde {
  width: 100%;
}
.utile .custom-select {
  position: relative;
  user-select: none;
}
.utile .country-select-header {
  background: #0B0B0C;
  border: 1px solid #B3B3B3;
  padding: 7px 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  width: max-content;
  gap: 8px;
}
.utile .country-select-header:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.utile .country-select-header.active {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#footer_container .info .utile .country-select-header span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.utile .select-arrow {

}
.utile .country-select-options {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 0;
  right: 0;
  background: #1A1A1A;
  border-bottom: none;
  border-radius: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  width: max-content;
  max-width: 100%;
}
.utile .country-select-options.show {
  max-height: 300px;
  opacity: 1;
}
.utile .country-select-options a {
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
  text-decoration: none;
  color: #FFF;
  transition: all 0.2s ease;
  text-align: left;
}
/*.utile .country-select-options a:not(:last-child) {*/
/*  border-bottom: 1px solid #333;*/
/*}*/
.utile .country-select-options a .country-name {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 14px !important;
  display: block;
  line-height: 20px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.utile .country-select-options a .country-name > span:first-child,
.utile .country-select-options a .country-name > span:first-child svg{
  width: 12px;
  height: auto;
}
#footer_container .info .utile .country-select-header span svg{
  width: 18px;
  height: auto;
}
.utile .country-select-options a .country-url {
  color: #fff;
  font-weight: 400 !important;
}
.utile .country-select-options a:last-child {
  border-bottom: none;
}
.utile .country-select-options a:hover {
  text-decoration: none !important;
  background: #333;
}
.utile .country-select-options a:hover .country-url {
  color: rgba(255, 255, 255, 0.9);
}
.utile .country-select-options a:active {
  background: #333;
}
.utile .left_block{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 64px;
  min-width: 0;
  flex: 1;
}
.utile .left_block ul{
  margin: 0 !important;
}


@media (max-width: 1920px) {
  #footer_container .contact h1 {
    text-align: right;
    margin: 8px 0 0 0;
  }
  #footer_container .info .top .mobile-part-bot {
    display: flex;
    justify-content: space-between;
  }
  #footer_container .info .top .desktop-part-bot {
    display: none;
  }
  #footer_container .info .top .livraison {
    padding-top: 24px;
  }
  #footer_container .info .utile {
    display: block;
    text-align: center;
  }
  #footer_container .info .utile ul {
    margin-bottom: 24px;
  }
}
@media (max-width: 1600px) {
  #footer_container .info .utile {
    align-items: flex-start;
  }
}
@media (min-width: 1024px){
  #footer_container .info .utile{
    display: flex;
  }
}
@media (max-width: 1200px) {
  .utile .left_block {
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  #footer_container {
    padding: 24px 32px;
  }
  body .tooltip-rgpd .text {
    width: 300px;
    font-size: 12px;
    padding: 2px;
  }
  #footer_container .contact h1{
    text-align: center;
  }
  #footer_container .new_flex_flag{
    display: flex;
    align-items: center;
  }
  #footer_container .info .utile ul{
    flex-wrap: wrap;
  }
  #footer_container .embedsocial-stories {
    margin: 13px 4px 0 -12px;
  }
  #footer_container .contact .flex-part {
    gap: 6vw;
  }
  #footer_container .contact .newsletter {
    width: 100%;
  }
  #footer_container .contact .contacter {
    width: 100%;
  }
  #footer_container .contact .desktop-part {
    display: none;
  }
  #footer_container .contact .tablette-part {
    display: block;
  }
  #footer_container .copyright{
    text-align: center;
    margin-top: 24px;
  }
  #footer_container .contact .social {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: space-between;
  }
  #footer_container .contact .social .left-flex-part {
    display: flex;
    align-items: center;
  }
  #footer_container .redirection {
    display: none;
  }
  #footer_container .dropdown {
    display: inline-block;
  }
  #footer_container .info .top .paiement {
    max-width: 100%;
    gap: 8px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #footer_container .embedsocial-stories {
    margin: auto;
  }
  #footer_container .contact .mobile-part {
    display: block;
    padding-bottom: 40px;
  }
  #footer_container .contact .tablette-part {
    display: none;
  }
  #footer_container .contact .newsletter {
    width: 45%;
  }
  #footer_container .contact .contacter {
    width: 45%;
  }
  #footer_container .contact .social {
    flex-direction: column;
    padding-bottom: 40px;
    padding-top: 16px;
  }
  #footer_container .contact .social p {
    padding: 8px 0 30px 0;
  }
  #footer_container .contact .social .all-items {
    gap: 36px;
  }
  #footer_container .contact .social .all-items img {
    width: 28px;
    height: 28px;
  }
  #footer_container .info .top .livraison {
    padding-bottom: 24px;
    text-align: center;
    padding-right: 0;
  }
  #footer_container .info .top .livraison .all-items {
    justify-content: center;
  }
  #footer_container .info .top .success {
    display: flex;
    justify-content: space-between;
  }
  #footer_container .info .top .success img {
    width: auto;
  }
  #footer_container .info .top .mobile-part-bot {
    display: block;
  }
  #footer_container .info .top .paiement {
    width: 100%;
    flex-wrap: wrap;
    max-width: none;
    gap: 8px;
    justify-content: center;
  }
  #footer_container .info .top .paiement img {
    width: 55px;
  }
  #footer_container .info .utile ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer_container .info .top{
    padding: 24px 0 40px 0;
  }
}
@media (max-width: 576px) {
  #footer_container .contact .mobile-part {
    display: none;
  }
  #footer_container .contact .xs-mobile-part {
    display: block;
    margin-bottom: 16px;
  }
  #footer_container .contact .xs-mobile-part .newsletter {
    width: 100%;
    padding-bottom: 34px;
  }
  #footer_container .contact .xs-mobile-part .newsletter form input {
    margin: 8px 0 16px 0;
  }
  #footer_container .contact .xs-mobile-part .contacter {
    width: 100%;
    padding-top: 34px;
    gap: 15px;
  }
  #footer_container .contact .xs-mobile-part .contacter a {
    margin: auto;
    max-height: min-content;
    padding: 8px 0;
    width: 100%;
  }
  #footer_container .dropdown .accordion .link {
    padding: 19px 15px 19px 0;
  }


}

.custom-overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.custom-overlay-modal {
  background-color: white;
  width: 100%;
  max-width: 600px;
  padding: 10px;
  position: relative;
  /*border-radius: 8px;*/
}

.custom-overlay-modal-close {
  cursor: pointer;
  background: #0B0B0C;
  position: absolute;
  top: -13px;
  right: -13px;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-overlay-modal-close::after{
  content: "\ ";
  background: url(../img/close-cross.png) no-repeat;
  background-size: cover;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.custom-overlay-modal-close:hover {
  color: #FAFAFA;
}
.custom-overlay-modal-content {
  max-height: 80vh;
  overflow-y: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .custom-overlay-modal-content {
    max-height: 75vh;
  }
}
@media (max-width: 600px) {
  #footer_container {
    padding: 24px 16px;
  }
}
.warning_addresse_belge{
  background:#C87302;
  padding:16px;
  margin:0 0 8px;
}
.warning_addresse_belge p{
  padding:0 0 0 42px;
  position:relative;
  line-height:20px;
  font-size:14px;
  color:#FDEBE1;
  font-weight:400;
}
.warning_addresse_belge p b{
  font-weight:700;
  display:block;
  margin-bottom:4px;
}
.warning_addresse_belge p a{
  color:#FDEBE1;
  display:inline-block;
  line-height:24px;
  border:1Px solid #B3B3B3;
  padding:0 4px 0 8px;
  margin:16px 0 0;
  font-size:12px;
}
.warning_addresse_belge p a svg{
  display:inline-block;
  vertical-align:middle;
  margin:0 0 0 4px;
  float:right;
}
.warning_addresse_belge p:before{
  content:url('../img/warning.svg');
  position:absolute;
  top:2px;
  left:0;
  width:24px;
  height:24px;
}
/* version small */
form .warning_addresse_belge{
  padding:8px;
}
form .warning_addresse_belge p{
  padding:0 0 0 32px;
}
form .warning_addresse_belge p:before{
  width:16px;
  height:16px;
}
form .warning_addresse_belge p a{
  font-size:12px;
  line-height:24px;
  margin:8px 0 0;
}
form .warning_addresse_belge p a svg{
  width:18px;
  height:18px;
  margin-top: 3px;
}

@media(max-width:767px){
  #footer_container .info .top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .utile .left_block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-direction: column;
  }
  .warning_addresse_belge{
    padding:8px;
  }
  .warning_addresse_belge p{
    padding:0 0 0 32px;
  }
  .warning_addresse_belge p:before{
    width:16px;
    height:16px;
  }
  .warning_addresse_belge p a{
    font-size:12px;
    line-height:24px;
    margin:8px 0 0;
  }
  .warning_addresse_belge p a svg{
    width:18px;
    height:18px;
    margin-top: 3px;
  }



  #flyout-adresse-full + .warning_addresse_belge{
    margin: 24px 0 8px;
  }
}
/*# sourceMappingURL=footer.css.map */
