@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/fontawesome.css);@charset "UTF-8";

.zone01,
.zone02,
.zone03,
.zone04,
.zone05,
.zone06,
.zone07,
.zone08 {
  width: 100%;
}

.margin-section {
  margin-top: 40px;
}

.main-bg {
  background-color: #F3F3F3;
}

.select-intercaves {
  background-color: #F3F3F3;
}

.select-intercaves.contact {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .select-intercaves.contact {
    width: 100%;
    margin-bottom: -20px;
  }
}

.select-intercaves.address {
  background: white;
  margin-bottom: 40px;
}

.select-intercaves select {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0px 12px 0px 0px;
  font-size: 19px;
  border: none;
  border-bottom: 3px solid #E42F6C;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F9F9F9 !important;
  background-image: url("/images/arrow_down_2.png");
  background-repeat: no-repeat;
  background-size: 14px 9px;
  background-position: 99% center;
  border-radius: 0;
  /* Remove default arrow in Internet Explorer 10 and 11 */
  /* Target Internet Explorer 9 to undo the custom arrow */
}

.select-intercaves select::-ms-expand {
  display: none;
}

@media screen and (min-width: 0\0 ) {
  .select-intercaves select {
    background: none\9;
    padding: 5px\9;
  }
}

.select-intercaves select:focus,
.select-intercaves select:not(:focus):valid {
  box-shadow: none;
}

.select-intercaves select:focus ~ .label-intercaves,
.select-intercaves select:not(:focus):valid ~ .label-intercaves {
  top: -8px;
  left: 30px;
  font-size: 13px;
  height: auto;
}

.select-intercaves select.valid ~ .checked {
  opacity: 1;
}

.select-intercaves select.invalid {
  border: 2px solid #ff0000 !important;
}

.select-intercaves select + div.invalid {
  position: absolute;
  top: -10px;
  right: 30px;
  background-color: #fff;
  z-index: 11;
  padding: 0 10px;
  color: #e43e40;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.css-checkbox-gender {
  margin-top: 13px;
}

.css-label-radio-gender {
  font-family: "Open Sans Regular";
  margin-top: -2px;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .css-label-radio-gender {
    margin-left: -10px;
    font-size: 19px;
    margin-top: 5px;
  }
}

.label-intercaves {
  position: absolute;
  font-family: "Open Sans Regular";
  font-weight: normal;
  color: #8E8E8E;
  background-color: #F3F3F3;
  padding: 0 10px;
  z-index: 10;
  top: 5px;
  left: 4px;
  font-size: 19px;
  pointer-events: none;
  transition: 0.2s ease all;
  height: 30px;
}

@media (max-width: 767px) {
  .label-intercaves {
    font-size: 14px;
    font-family: "Open Sans Regular";
  }
}

.label-intercaves.address {
  left: 3px;
}

.label-intercaves.nl,
.label-intercaves.address,
.label-intercaves.mdp {
  background-color: #fff;
}

.label-intercaves.label-intercaves-textarea {
  background-color: white;
  top: 20px;
  left: 20px;
  resize: none;
}

.label-intercaves.label-intercaves-soneeet {
  top: 17px;
  font-size: 13px;
}

.input-intercaves {
  border-radius: 0;
  height: 40px;
  border: none;
  border-bottom: 3px solid #E42F6C;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 6px 12px 0px 12px;
  background-color: #F3F3F3;
}

.input-intercaves.nl,
.input-intercaves.address,
.input-intercaves.mdp {
  background-color: #fff;
}

.input-intercaves.contact {
  padding: 6px 12px 0px 0px;
}

.input-intercaves.comment {
  padding: 13px 12px 0px 12px;
}

.input-intercaves.input-intercaves-focus {
  background-color: transparent !important;
  border-color: #E42F6C;
  box-shadow: none;
}

.input-intercaves.input-intercaves-focus ~ .label-intercaves {
  top: -10px;
  left: 2px;
  font-size: 13px;
  height: auto;
}

.input-intercaves.input-intercaves-focus ~ .label-intercaves.nl {
  left: 5px;
}

.input-intercaves.text-area-msg {
  border: none;
  box-shadow: none;
  height: 223px !important;
  resize: none;
  background-color: white;
}

.input-intercaves.text-area-msg.contact {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .input-intercaves.text-area-msg.contact {
    width: 100%;
    margin-bottom: 40px;
  }
}

.input-intercaves.text-area-msg.input-intercaves-focus ~ .label-intercaves {
  top: -25px;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .input-intercaves.text-area-msg.input-intercaves-focus ~ .label-intercaves {
    left: 15px;
  }
}

.input-intercaves.text-area-comment {
  border: none;
  box-shadow: none;
  height: 323px !important;
  resize: none;
  background-color: white;
}

.input-intercaves.text-area-comment.contact {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .input-intercaves.text-area-comment.contact {
    width: 100%;
    margin-bottom: 40px;
  }
}

.input-intercaves.text-area-comment.input-intercaves-focus ~ .label-intercaves {
  top: -20px;
  left: 9px;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .input-intercaves.text-area-comment.input-intercaves-focus ~ .label-intercaves {
    left: 15px;
  }
}

.input-intercaves.input-intercaves-soneeet {
  height: 54px;
  padding: 15px 20px 0;
}

.input-intercaves.input-intercaves-soneeet.input-intercaves-focus {
  font-size: 14px;
}

.input-intercaves.input-intercaves-soneeet.input-intercaves-focus ~ .label-intercaves {
  top: 8px;
  left: 14px;
  font-size: 12px;
  height: auto;
}

.input-intercaves.valid ~ .checked {
  opacity: 1;
}

.input-intercaves.invalid {
  border: 2px solid #ff0000;
}

.input-intercaves + div.invalid {
  position: absolute;
  top: -10px;
  right: 30px;
  background-color: #fff;
  z-index: 11;
  padding: 0 10px;
  color: #FFA200;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.input-intercaves:not(.input-intercaves-focus)::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0;
}

.input-intercaves:not(.input-intercaves-focus):-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0;
}

.input-intercaves:not(.input-intercaves-focus)::placeholder {
  /* Most modern browsers support this now. */
  opacity: 0;
}

.container-infos {
  width: 1920px;
  height: 211px;
  background-color: #ECECED;
}

.grey-bg {
  background-color: #ECECED;
}

.info-contact {
  text-align: center;
}

a:link {
  text-decoration: none;
  pointer-events: auto;
}

.container-resize {
  width: 100%;
  max-width: 1440px;
}

.container-1440 {
  max-width: 1440px;
}

.p-10 {
  padding: 8rem 8rem 4rem 8rem;
}

.pb-10 {
  padding-bottom: 5rem;
}

.bg-grey-custom {
  background-color: #ECECED;
}

@media (max-width: 1745px) {
  .p-10 {
    padding: 8rem 8rem 2rem 8rem;
  }
}

@media (max-width: 992px) {
  .p-10 {
    padding: 0 0 0 1rem;
  }
}

#popup_container {
  font-family: Arial, sans-serif;
  font-size: 12px;
  min-width: 300px;
  /* Dialog will be no smaller than this */
  max-width: 600px;
  /* Dialog will wrap after this width */
  background: #ffffff;
  border: solid 5px #999999;
  color: #000000;
  border-radius: 5px;
}

#popup_container #popup_title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75em;
  color: #666666;
  background: #cccccc url("/images/popin/js/title.gif") top repeat-x;
  border: solid 1px #ffffff;
  border-bottom: solid 1px #999999;
  cursor: default;
  padding: 0em;
  margin: 0em;
}

#popup_container #popup_content {
  background: 16px 16px no-repeat url("/images/popin/js/info.gif");
  padding: 1em 1.75em;
  margin: 0em;
}

#popup_container #popup_content.alert {
  background-image: url("/images/popin/js/info.gif");
}

#popup_container #popup_content.confirm {
  background-image: url("/images/popin/js/important.gif");
}

#popup_container #popup_content.prompt {
  background-image: url("/images/popin/js/help.gif");
}

#popup_container #popup_message {
  padding-left: 48px;
}

#popup_container #popup_panel {
  text-align: center;
  margin: 1em 0em 0em 1em;
}

#popup_container #popup_prompt {
  margin: 0.5em 0em;
}

a:hover {
  color: #E42F6C;
}

.popin_addcart_content {
  font-family: "TFArrow Medium";
  font-size: 40px;
}

.popin_error_wishlist {
  font-family: "TFArrow Medium";
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.input-grey.valid {
  background-image: url("/images/right.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  color: black;
}

.input-grey.valid.date,
.input-grey.valid#createaccount_password,
.input-grey.valid#createaccount_password2 {
  background-position: right calc(1.5em + .1875rem) center;
}

.input-grey.invalid {
  border-bottom: 3px solid #FFA200 !important;
  background-image: url("/images/close.svg");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .07rem);
  color: black;
}

.input-grey.invalid.date,
.input-grey.invalid#createaccount_password,
.input-grey.invalid#createaccount_password2 {
  background-position: right calc(1.5em + .1875rem) center;
}

.btn:hover {
  color: #ffffff;
  background-color: #f36d9a;
}

.success-msg {
  font-size: 1.75rem;
  font-family: "TFArrow Medium";
}

.btn-popin-success {
  background: #E42F6C 0% 0% no-repeat padding-box;
  width: 274px;
  height: 59px;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Open Sans Bold";
  font-size: 16px;
}

.success-msg-container {
  margin-bottom: 15px;
}

.results_count {
  margin-left: 4px;
  margin-right: 4px;
}

.mm-navbar {
  width: 50% !important;
}

.mm-navbar:nth-child(2) {
  margin-top: -60px;
  border-bottom: none;
}

.mm-navbars_top {
  margin-bottom: 5px;
}

.mm-navbar-btn {
  margin-left: auto !important;
}

.label-for-newsletter {
  top: -23px !important;
  font-size: 19px !important;
  color: #8E8E8E !important;
  font-family: "Open Sans Italic" !important;
}

.close-arrow-newsletter {
  margin-left: auto;
  margin-right: 15px;
  margin-top: 10px;
  display: none;
}

.img-arrow-newsletter {
  cursor: pointer;
}

.alert-newsletter {
  font-size: 35px;
  text-align: center;
  font-family: "TFArrow Medium";
}

.cartbox-preview-body {
  width: 100%;
}

.mm-navbar > .mm-btn {
  margin-left: auto;
}

.close_mm {
  margin-left: 14rem;
  margin-top: 1rem;
}

.mm-btn_close {
  margin-right: 2rem;
}

.close_mm {
  margin-left: 14rem;
  margin-top: 1rem;
  font-size: 14px;
  font-family: "Open Sans Regular";
  color: #494b53;
  letter-spacing: 0.84px;
}

.mm-btn_close:before {
  width: 12px !important;
  height: 12px !important;
  right: 34px;
}

.mm-btn_close:after {
  width: 12px !important;
  height: 12px !important;
  right: 17px;
}

.mm-btn:after,
.mm-btn:before {
  border: 2px solid black !important;
}

.mm-btn:before {
  border-left: none !important;
  border-top: none !important;
}

.mm-btn:after {
  border-right: none !important;
  border-bottom: none !important;
}

@font-face {
  font-family: "Roboto Bold";
  src: url(/fonts/Roboto-Bold.ttf?e07df86cef2e721115583d61d1fb68a6);
}

@font-face {
  font-family: "Roboto Regular";
  src: url(/fonts/Roboto-Regular.ttf?11eabca2251325cfc5589c9c6fb57b46);
}

@font-face {
  font-family: "Open Sans Semi Bold";
  src: url(/fonts/OpenSans-SemiBold.ttf?ba5cde21eeea0d57ab7efefc99596cce);
}

@font-face {
  font-family: "Open Sans Bold";
  src: url(/fonts/OpenSans-Bold.ttf?1025a6e0fb0fa86f17f57cc82a6b9756);
}

@font-face {
  font-family: "Open Sans Italic";
  src: url(/fonts/OpenSans-Italic.ttf?f6238deb7f40a7a03134c11fb63ad387);
}

@font-face {
  font-family: "Open Sans Regular";
  src: url(/fonts/OpenSans-Regular.ttf?3ed9575dcc488c3e3a5bd66620bdf5a4);
}

@font-face {
  font-family: "TFArrow Light";
  src: url(/fonts/TFArrow-Light.ttf?e4fc6fb9cc3b6727ea1d7b1d4fe71d4d);
}

@font-face {
  font-family: "TFArrow Medium";
  src: url(/fonts/TFArrow-Medium.ttf?ace65521128eecfcc1607f5f626e341d);
}

@font-face {
  font-family: "TFArrow Bold";
  src: url(/fonts/TFArrow-Bold.ttf?5b39f73cb8f49a62a88cd06dcbb3db9b);
}

@font-face {
  font-family: "Montserrat Medium";
  src: url(/fonts/Montserrat-Medium.ttf?c8b6e083af3f94009801989c3739425e);
}

.header {
  width: 100%;
  margin: 0 auto;
  height: 240px;
}

@media screen and (max-width: 1199px) {
  .header {
    width: 100%;
    height: 170px;
  }
}

.header.header-intercaves.header-intercaves-common {
  background-image: url("/images/background/common/bg-header.jpg");
  color: #ffffff;
  z-index: 1000;
  position: relative;
  font-size: 11px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #FFF3;
}

@media screen and (max-width: 1199px) {
  .header.header-intercaves.header-intercaves-common {
    background-image: url("/images/background/common/background-mobile.jpg");
  }
}

.mm-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header-container {
  display: flex;
  justify-content: space-between;
  height: 270px;
  position: relative;
  align-items: center;
  flex-flow: row nowrap;
  margin-top: -75px;
}

.header-container .list {
  padding: 0;
}

.header-container .list.list-header {
  z-index: 10;
  height: 160px;
  margin: 110px 30px 0 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  min-width: 595px;
}

.header-container .list.list-header.list-header-left {
  margin-right: auto;
}

.header-container .list.list-header.list-header-left .list-header-item {
  margin-right: 50px;
}

@media screen and (max-width: 1250px) {
  .header-container .list.list-header.list-header-left .list-header-item {
    margin-right: 15px;
  }
}

.header-container .list.list-header.list-header-right {
  margin-left: auto;
  justify-content: flex-end;
  align-content: flex-start;
  position: absolute;
}

.header-container .list.list-header.list-header-right .list-header-item + .list-header-item {
  margin-left: 50px;
}

@media screen and (max-width: 1250px) {
  .header-container .list.list-header.list-header-right .list-header-item + .list-header-item {
    margin-left: 15px;
  }
}

.header-container .list.list-header .list-header-item {
  vertical-align: baseline;
  text-transform: none;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}

.header-container .list.list-header .list-header-item > a {
  color: #ffffff;
  cursor: pointer;
}

.header-container .list.list-header .list-header-item > a:active,
.header-container .list.list-header .list-header-item > a:focus,
.header-container .list.list-header .list-header-item > a:hover {
  color: #ffffff;
  text-decoration: none;
}

.header-container .list.list-header .list-header-item > a.btn-cart,
.header-container .list.list-header .list-header-item > a.btn-cart:active,
.header-container .list.list-header .list-header-item > a.btn-cart:focus,
.header-container .list.list-header .list-header-item > a.btn-cart:hover {
  color: #6dc026;
  padding: 0;
}

.header-container .list.list-header .list-header-item:hover:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
}

.header-container .list.list-header .list-header-item.list-header-item-cartbox {
  margin-left: 40px;
  position: relative;
  z-index: 11;
}

.header-container .list.list-header .list-header-item.list-header-item-account {
  z-index: 11;
  float: right;
}

.header-container .list.list-header .list-header-item.list-header-item-account > a:active,
.header-container .list.list-header .list-header-item.list-header-item-account > a:focus,
.header-container .list.list-header .list-header-item.list-header-item-account > a:hover {
  color: #ffffff;
  text-decoration: none;
}

.header-container .list.list-header .list-header-item.list-header-item-search {
  margin: 0 15px !important;
  bottom: 0;
  left: 0;
  right: 0;
  align-content: flex-start;
  width: 100%;
  height: 42px;
  border: 1px solid var(--unnamed-color-ffffff);
  background: #4D5B5E 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  opacity: 1;
}

.header-container .list.list-header .list-header-item.list-header-item-search:hover:after {
  content: "";
  display: none;
}

.header-container .form-autosearch {
  width: 100%;
}

.header-container .form-autosearch input[type=text] {
  width: 330px;
  /*-webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;*/
  border: none;
  padding-right: 0;
  padding-left: 13px;
  box-shadow: none;
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  font-family: "Open Sans Italic";
  height: 42px;
}

.header-container .form-autosearch input[type=text]:focus,
.header-container .form-autosearch input[type=text]:active {
  /* width: 100%; */
  border-radius: 0;
}

.header-container .form-autosearch input[type=text]:focus::-webkit-input-placeholder,
.header-container .form-autosearch input[type=text]:active::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  text-transform: none;
  font-size: 13px;
}

.header-container .form-autosearch input[type=text]:focus::-moz-placeholder,
.header-container .form-autosearch input[type=text]:active::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  text-transform: none;
  font-size: 13px;
}

.header-container .form-autosearch input[type=text]:focus:-ms-input-placeholder,
.header-container .form-autosearch input[type=text]:active:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  text-transform: none;
  font-size: 13px;
}

.header-container .form-autosearch input[type=text]:focus:-moz-placeholder,
.header-container .form-autosearch input[type=text]:active:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  text-transform: none;
  font-size: 13px;
}

.header-container .form-autosearch input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  font-size: 11px;
  text-transform: none;
  font-size: 13px;
}

.header-container .form-autosearch input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  font-size: 11px;
  text-transform: none;
  font-size: 13px;
}

.header-container .form-autosearch input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  font-size: 11px;
  text-transform: none;
  font-size: 13px;
}

.header-container .form-autosearch input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  font-size: 11px;
  text-transform: none;
  font-size: 13px;
}

.header-container .form-autosearch.has-feedback.has-feedback-left .form-control-feedback {
  left: 0;
}

.header-container .cartbox-preview {
  position: relative;
  margin-left: 10px;
}

.header-container .cartbox-preview .badge.badge-cartbox {
  top: 5px;
  left: 43px;
  position: absolute;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container .cartbox-preview .cartbox-dropdown {
  position: absolute;
  right: 0;
  margin: 0;
  top: 100%;
  background-color: #E8E8E8 !important;
  box-shadow: 0px 3px 15px #00000080;
}

.header-container .btn.btn-header {
  padding: 0;
  vertical-align: baseline;
  font-weight: normal;
}

.header-container .btn.btn-header.btn-cart {
  font-family: "Roboto Bold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #E42F6C;
  box-shadow: 0px 7px 15px #E42F6C80;
  border-radius: 20px;
  width: 187px;
  height: 39px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.header-container .btn.btn-header.btn-cart,
.header-container .btn.btn-header.btn-cart:active,
.header-container .btn.btn-header.btn-cart:focus {
  color: #ffffff;
  padding: 0 24px 0 0 !important;
}

.header-container .btn.btn-header.btn-cart:hover {
  color: #ffffff;
  padding: 0 24px 0 0 !important;
  background-color: #f36d9a;
}

.list-header-item {
  /*height: 80px;*/
  vertical-align: baseline;
  text-transform: none;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  margin: 20px 0 0 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
}

.list-header-item > a {
  color: #ffffff;
  cursor: pointer;
}

.list-header-item > a:active,
.list-header-item > a:focus,
.list-header-item > a:hover {
  color: #ffffff;
  text-decoration: none;
}

.list-header-item > a.btn-cart,
.list-header-item > a.btn-cart:active,
.list-header-item > a.btn-cart:focus,
.list-header-item > a.btn-cart:hover {
  color: #6dc026;
  padding: 0;
}

.list-header-item:hover:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
}

.list-header-item.list-header-item-account {
  z-index: 11;
  float: right;
  margin-right: 40px;
}

.list-header-item.list-header-item-account > a:active,
.list-header-item.list-header-item-account > a:focus,
.list-header-item.list-header-item-account > a:hover {
  color: #ffffff;
  text-decoration: none;
}

.glyphicon.glyphicon-search-intercaves {
  top: 4px;
}

.glyphicon.glyphicon-search-intercaves::before {
  content: url("/images/header/white/search_blanc.png");
  margin-right: 10px;
  width: 21px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.glyphicon.glyphicon-bargain-intercaves {
  top: 4px;
}

.glyphicon.glyphicon-bargain-intercaves::before {
  content: url("/images/header/bargain.png");
  margin-right: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glyphicon.glyphicon-map-marker-intercaves {
  top: 4px;
}

.glyphicon.glyphicon-map-marker-intercaves::before {
  content: url("/images/header/white/map-marker.png");
  margin-right: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glyphicon.glyphicon-down-arrow-intercaves {
  top: -2px;
}

.glyphicon.glyphicon-down-arrow-intercaves::before {
  content: url("/images/header/white/down-arrow.png");
  margin-left: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glyphicon.glyphicon-right-arrow-intercaves {
  top: -2px;
}

.glyphicon.glyphicon-right-arrow-intercaves.black::before {
  content: url("/images/header/black/right-arrow.png");
  margin-left: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glyphicon.glyphicon-account-intercaves {
  vertical-align: top;
}

.glyphicon.glyphicon-account-intercaves::before {
  content: url("/images/header/white/compte_no.svg");
  margin-right: 8px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.glyphicon.glyphicon-account-intercaves.green::before {
  content: url("/images/header/green/account.png");
}

@media (max-width: 1199px) {
  .glyphicon.glyphicon-account-intercaves::before {
    content: url("/images/header/white/compte_no.svg");
    margin-right: 20px;
  }
}

.glyphicon.glyphicon-account-connected-intercaves {
  vertical-align: top;
}

.glyphicon.glyphicon-account-connected-intercaves::before {
  content: url("/images/header/white/compte.svg");
  margin-right: 8px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.glyphicon.glyphicon-account-connected-intercaves.green::before {
  content: url("/images/header/green/account.png");
}

@media (max-width: 1200px) {
  .glyphicon.glyphicon-account-connected-intercaves::before {
    content: url("/images/header/white/compte.svg");
    margin-right: 20px;
  }
}

.glyphicon.glyphicon-return-intercaves {
  top: 4px;
}

.glyphicon.glyphicon-return-intercaves::before {
  margin-right: 8px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glyphicon.glyphicon-return-intercaves.green::before {
  content: url("/images/header/green/return.png");
}

.glyphicon.glyphicon-favorite-intercaves {
  vertical-align: top;
}

.glyphicon.glyphicon-favorite-intercaves::before {
  content: url("/images/header/white/fav.svg");
  margin-right: 8px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .glyphicon.glyphicon-favorite-intercaves::before {
    margin-right: 25px;
  }
}

.glyphicon.glyphicon-cart-intercaves:not(.chewingum) {
  top: -9px;
  left: -10px;
}

.glyphicon.glyphicon-cart-intercaves:not(.chewingum)::before {
  left: 22px;
  top: 8px;
}

.glyphicon.glyphicon-cart-intercaves::before {
  content: url("/images/header/cart.png");
  width: 26px;
  height: 24px;
  display: block;
  position: absolute;
}

@media (max-width: 1199px) {
  .glyphicon.glyphicon-cart-intercaves::before {
    content: url("/images/header/cart.png");
    width: 26px;
    height: 24px;
    display: block;
    position: absolute;
  }

  .glyphicon.glyphicon-cart-intercaves:not(.chewingum)::before {
    left: 12px;
    top: 8px;
  }
}

.glyphicon.glyphicon-intercaves-remove {
  cursor: pointer;
}

.glyphicon.glyphicon-intercaves-remove::before {
  content: url("/images/header/cartbox/delete.png");
}

.cartbox-text {
  margin-bottom: 8px;
  font-family: "Roboto Bold";
  letter-spacing: 0.56px;
  font-size: 14px;
  text-decoration: none;
}

.bann-img {
  margin-top: -60px;
  margin-left: 72px;
}

@media screen and (max-width: 1250px) {
  .bann-img {
    margin-top: -125px;
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .bann-img {
    margin-top: -190px;
    margin-left: 50px;
    width: 65px;
  }
}

.login-button {
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto Regular";
}

.favorite-button {
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto Regular";
}

.list-header-right {
  width: 100%;
  margin-bottom: 0;
}

/**/

.btn-cart {
  padding: 0.5rem 0.6rem !important;
}

.megamenu {
  position: static;
}

.navbar.navbar-eshop .navbar-nav {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
}

@media (max-width: 1600px) {
  .navbar.navbar-eshop .navbar-nav {
    width: 85%;
  }
}

.navbar.navbar-eshop .navbar-nav .nav-item {
  margin: 0;
  cursor: pointer;
}

.navbar.navbar-eshop .navbar-nav .nav-item.open .dropdown-menu {
  display: block;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
  border-top: 3px solid #E42F6C;
  margin: 0;
  box-shadow: 0px 5px 10px #00000033;
}

.megamenu .dropdown-menu .dropdown-menu-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .megamenu .dropdown-menu .dropdown-menu-wrapper {
    max-width: 95%;
  }
}

.dropdown {
  text-transform: none !important;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown-menu-wrapper .hidden-xs .list-unstyled {
  text-align: right;
}

.text-level-1 {
  font-family: "Open Sans Regular";
  font-weight: 400;
  color: #E42F6C;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4.16px;
}

.text-level-2 {
  font-family: "Open Sans Regular";
  font-weight: 300;
  color: #010101;
  font-size: 16px;
}

li.megamenu:last-of-type {
  background-image: url(/images/fa-facebook.png?06039576cbe86d8b71709f887526ea15);
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  margin-top: 0.6rem;
}

/*li.megamenu:nth-last-child(2) {
    background-image: url(../../../../public/media/images/logos/instagram.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin-top: 0.6rem;
}*/

.navbar-light .navbar-nav .nav-link {
  font-family: "Roboto Regular";
  color: #494B53;
  font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:hover {
  font-family: "Roboto Regular";
  background-color: #E42F6C !important;
  color: white;
  font-size: 16px;
}

.active:not(.breadcrumb-item):not(.article-know-title) {
  background-color: #E42F6C;
}

.active:not(.breadcrumb-item):not(.article-know-title) a {
  color: white !important;
}

.nav-item:nth-last-child(2) > .nav-link {
  color: #E42F6C;
}

.nav-item:nth-last-child(2) > .nav-link:hover {
  color: white !important;
}

.nav-item:last-of-type > .nav-link:hover {
  background-color: transparent !important;
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem 1.5rem !important;
  }
}

a.favorite-button,
a.login-button {
  text-decoration: none;
}

.jshowoff {
  margin: 0;
  border-radius: 0 !important;
}

.jshowoff div,
.jshowoff img,
.jshowoff {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
}

.jshowoff-controls .jshowoff-prev {
  font-family: "Open Sans Regular";
  letter-spacing: 1.2px;
  width: 130px;
}

.jshowoff-controls .jshowoff-next {
  font-family: "Open Sans Regular";
  letter-spacing: 1.2px;
  width: 130px;
}

.jshowoff-controls a img {
  margin: 0 5px;
}

.shadow-bottom {
  box-shadow: 0px 2px 10px #0000001A;
}

.welcome {
  font-family: "TFArrow Bold";
  font-size: 37px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.lieu-mag {
  font-family: "TFArrow Light";
  letter-spacing: 4px;
  font-size: 3.8rem;
  line-height: 55px;
  color: white;
}

@media (max-width: 1334px) {
  .lieu-mag {
    font-size: 3rem;
  }

  .welcome {
    font-size: 1.8rem;
    padding-left: 0.5rem;
  }
}

@media (max-width: 1240px) {
  .lieu-mag {
    font-size: 2.6rem;
  }

  .welcome {
    font-size: 1rem;
  }
}

/*.mt-12 {
    margin-top: 15rem;
}*/

@media (max-width: 1199px) {
  .lieu-mag {
    font-size: 21px;
    padding-left: 0.5rem !important;
    line-height: 20px;
    padding-bottom: 14px;
  }

  .logo-hp > a > img {
    width: 49px;
    height: 75px;
  }

  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    background-color: white;
    width: 30px;
  }

  #header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.2s;
  }

  .mt-12 {
    margin-top: 10.4rem;
  }
}

@media (max-width: 365px) {
  .lieu-mag {
    font-size: 18px;
    padding-left: 0.8rem !important;
  }
}

/* Popover styling */

.popover {
  max-width: 100%;
  border-radius: 0;
  border: none;
  box-shadow: 0px 3px 15px #00000080;
}

.popover-body {
  padding: 0.75rem;
}

.login-button:active,
.login-button:focus,
.login-button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

.popover .bg-light {
  background-color: #E8E8E8 !important;
}

.popover-welcome {
  letter-spacing: 5.1px;
  color: #E42F6C;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Open Sans Semi Bold";
}

.popover-name {
  color: #494B53;
  font-size: 16px;
  font-family: "Open Sans Semi Bold";
}

.hr-popover {
  background-color: #E42F6C;
  width: 25px;
  height: 3px;
}

.fa-popover {
  color: #E42F6C;
}

.menu-popover > a {
  color: #494B53;
  font-size: 16px;
  font-family: "Open Sans Semi Bold";
}

.btn-disconnect {
  color: #FFFFFF;
  background-color: #494B53;
  font-size: 14px;
  font-family: "Open Sans Bold";
  text-transform: uppercase;
  letter-spacing: 0.7px;
  border-radius: 0;
}

.btn-disconnect:active,
.btn-disconnect:focus,
.btn-disconnect:hover {
  color: #dddddd;
}

.cartbox-preview-articles-img {
  text-align: center;
}

.cartbox-preview-articles-img > img {
  max-width: 100%;
  height: auto;
  max-height: 109px;
}

.cartbox-preview-articles-title {
  color: #494B53;
  font-size: 15px;
  font-family: "Open Sans Regular";
}

.cartbox-preview-articles-declinaison {
  color: #E42F6C;
  font-size: 15px;
  font-family: "Open Sans Regular";
}

.cartbox-preview-articles-quantity {
  color: #494B53;
  font-size: 15px;
  font-family: "Open Sans Bold";
}

.cartbox-preview-articles-price {
  color: #E42F6C;
  font-size: 15px;
  font-family: "Open Sans Bold";
}

.btn-panier {
  background-color: #E42F6C;
  font-size: 14px;
  font-family: "Open Sans Bold";
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border-radius: 0;
}

.cartbox-preview-articles {
  box-shadow: 2px 2px 8px #1F2F331A;
}

.cartbox-dropdown {
  width: 350px;
  margin-left: -4rem;
}

.form-autosearch input[type=text] {
  font-size: 13px !important;
  font-family: "Open Sans Regular" !important;
}

.w-19 {
  width: 75px !important;
}

@media (max-width: 1199px) {
  .cartbox-preview {
    position: relative;
  }

  .cartbox-preview .badge.badge-cartbox {
    top: 5px;
    left: 32px;
    position: absolute;
    border-radius: 50%;
    background-color: #000000;
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn-cart {
    font-family: "Roboto Bold", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #E42F6C;
    box-shadow: 0px 7px 15px #E42F6C80;
    border-radius: 20px;
    width: 62px;
    height: 39px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
  }

  .list-header-item-search {
    bottom: 0;
    left: 0;
    right: 0;
    align-content: flex-start;
    width: 100%;
    margin: 0 15px !important;
    height: 42px;
    border: 1px solid var(--unnamed-color-ffffff);
    background: #4D5B5E 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    opacity: 1;
  }
}

@media (max-width: 1199px) and (max-width: 365px) {
  .list-header-item-search {
    width: 305px;
  }
}

@media (max-width: 1199px) {
  .list-header-item-search:hover:after {
    content: "";
    display: none;
  }
}

@media (max-width: 1199px) {
  .form-autosearch {
    width: 100%;
  }

  .form-autosearch input[type=text] {
    width: 330px;
    /*-webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;*/
    border: none;
    padding-right: 0;
    padding-left: 13px;
    box-shadow: none;
    background: transparent;
    color: #ffffff;
    font-size: 13px;
    font-family: "Open Sans Italic";
    height: 42px;
  }

  .form-autosearch input[type=text]:focus,
  .form-autosearch input[type=text]:active {
    /* width: 100%; */
    border-radius: 0;
  }

  .form-autosearch input[type=text]:focus::-webkit-input-placeholder,
  .form-autosearch input[type=text]:active::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    text-transform: none;
    font-size: 13px;
  }

  .form-autosearch input[type=text]:focus::-moz-placeholder,
  .form-autosearch input[type=text]:active::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    text-transform: none;
    font-size: 13px;
  }

  .form-autosearch input[type=text]:focus:-ms-input-placeholder,
  .form-autosearch input[type=text]:active:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    text-transform: none;
    font-size: 13px;
  }

  .form-autosearch input[type=text]:focus:-moz-placeholder,
  .form-autosearch input[type=text]:active:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    text-transform: none;
    font-size: 13px;
  }

  .form-autosearch input[type=text]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    font-size: 11px;
    text-transform: none;
    font-size: 13px;
  }

  .form-autosearch input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    font-size: 11px;
    text-transform: none;
    font-size: 13px;
  }

  .form-autosearch input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    font-size: 11px;
    text-transform: none;
    font-size: 13px;
  }

  .form-autosearch input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    font-size: 11px;
    text-transform: none;
    font-size: 13px;
  }

  .form-autosearch.has-feedback.has-feedback-left .form-control-feedback {
    left: 0;
  }
}

@media (max-width: 1199px) {
  .m-ico-ic {
    margin-right: 5rem;
    margin-top: 0.5rem;
  }
}

@media (max-width: 1199px) {
  .m-neg-img {
    margin-top: -2rem;
  }
}

@media (max-width: 1199px) {
  .m-neg-h1 {
    margin-bottom: -1rem;
  }
}

.ui-autocomplete {
  z-index: 9999 !important;
}

.cartbox-preview-list {
  margin-top: 15px;
}

.cartbox-dropdown:after {
  content: " ";
  position: absolute;
  right: 30px;
  top: -15px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #E8E8E8;
}

@font-face {
  font-family: "Times New Roman";
  src: url(/fonts/times-new-roman.ttf?895958fab7d63338f3cc1031dbdc02e7);
}

.footer-intercaves {
  /*height: 660px;

  @media (max-width: 767px) {
      height: 760px;
  }

  &.min {
      height: 300px;
  }*/
  background: transparent url("/images/footer/background_footer.png") 0% 0% padding-box;
  opacity: 1;
}

@media (max-width: 767px) {
  .footer-intercaves {
    background: url("/images/footer/bg-footer-mobile.png");
  }
}

.footer-intercaves .footer-menu-container {
  padding-top: 60px;
  font-family: "Open Sans";
}

.footer-intercaves .footer-menu-container.min {
  padding-top: 6px;
}

@media (max-width: 767px) {
  .footer-intercaves .footer-menu-container {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-intercaves .footer-menu-container .list.list-menu {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .footer-intercaves .footer-menu-container .list.list-menu {
    text-align: left;
  }
}

.footer-intercaves .footer-menu-container .list.list-menu .collapser {
  font-size: 18px;
  color: #ffffff;
  font-family: "Open Sans Bold";
  pointer-events: none;
  cursor: default;
}

@media (max-width: 767px) {
  .footer-intercaves .footer-menu-container .list.list-menu .collapser {
    cursor: pointer;
    pointer-events: all;
  }

  .footer-intercaves .footer-menu-container .list.list-menu .collapser:after {
    width: 11px;
    height: 7px;
    content: "";
    display: block;
    background-image: url("/images/footer/collapse.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 0.5s;
  }
}

@media (min-width: 767px) {
  .footer-intercaves .footer-menu-container .list.list-menu.list-menu-title {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer-intercaves .footer-menu-container .list.list-menu.list-menu-title {
    margin-top: 10px;
  }
}

.footer-intercaves .footer-menu-container .list.list-menu .collapser.active:after {
  transform: rotate(180deg);
}

.footer-intercaves .footer-menu-container .list.list-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans Regular";
}

.footer-intercaves .footer-menu-container .list.list-menu a:hover,
.footer-intercaves .footer-menu-container .list.list-menu a:active,
.footer-intercaves .footer-menu-container .list.list-menu a:focus {
  color: #ffffff;
  text-decoration: none;
}

.footer-intercaves .footer-menu-container .list.list-menu li {
  position: relative;
  margin-bottom: 10px;
}

.prevention-div {
  margin-top: 70px;
  text-align: center;
}

@media (max-width: 767px) {
  .prevention-div {
    margin-top: 1rem;
  }
}

.prevention-intercaves-text {
  text-transform: uppercase;
  width: 100%;
  color: white;
  font-size: 11px;
}

.prevention-intercaves-img {
  margin-top: 20px;
  width: 598px;
}

@media (max-width: 767px) {
  .prevention-intercaves-img {
    margin-top: 0;
  }
}

.copyright-intercaves-text {
  text-transform: uppercase;
  width: 100%;
  color: white;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .copyright-intercaves-text {
    margin-top: 1rem;
  }
}

.footer-optin-container {
  background: #00000033 0% 0% no-repeat padding-box;
  border: 1px solid #E42F6C;
  opacity: 1;
  height: 327px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding: 0 15px 50px;
  max-width: 470px;
  margin-left: auto;
}

@media (max-width: 1140px) {
  .footer-optin-container {
    height: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-optin-container {
    padding: 15px 15px 30px;
  }
}

.title-newsletter {
  text-align: center;
  letter-spacing: 1.8px;
  color: #E42F6C;
  opacity: 1;
  font-family: "TFArrow Medium";
  src: url("https://bigfontsite.com/downloads/QCJLX-642945636.ttf");
  margin: 30px auto 15px;
  font-size: 30px;
}

@media (max-width: 767px) {
  .title-newsletter {
    margin-top: 10px;
    font-size: 28px;
    padding: 0 15px;
  }
}

.row-newsletter-text-container {
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin: 0 auto 25px;
}

.newsletter-text {
  font-size: 16px;
  font-family: "Open Sans Regular";
  font-weight: 400;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .newsletter-footer {
    margin-bottom: 10px;
  }
}

.newsletter-footer .input-group {
  margin-left: auto;
  margin-right: auto;
}

.newsletter-footer .input-group input[type=text] {
  border: none;
  box-shadow: none;
  border-bottom: 3px solid #E42F6C;
  height: 41px;
}

.newsletter-footer .input-group input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #979797;
  font-size: 16px;
  font-style: italic;
  text-transform: none;
  font-family: "Roboto";
  font-weight: 400;
}

.newsletter-footer .input-group input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #979797;
  font-size: 16px;
  font-style: italic;
  text-transform: none;
  font-family: "Roboto";
  font-weight: 400;
}

.newsletter-footer .input-group input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #979797;
  font-size: 16px;
  font-style: italic;
  text-transform: none;
  font-family: "Roboto";
  font-weight: 400;
}

.newsletter-footer .input-group input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #979797;
  font-size: 16px;
  font-style: italic;
  text-transform: none;
  font-family: "Roboto";
  font-weight: 400;
}

.newsletter-footer .input-group #input-newsletter {
  color: #ffffff !important;
}

.newsletter-footer .input-group #input-newsletter:focus {
  color: #ffffff !important;
}

.newsletter-footer .input-group .btn.btn-newsletter {
  margin-top: -2px;
  height: 41px;
  margin-left: -22px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
  background-color: #E42F6C;
  text-transform: uppercase;
  border-radius: 0px;
}

@media screen and (max-width: 768px) {
  .newsletter-footer .input-group .btn.btn-newsletter {
    min-width: 115px;
    font-size: 13px;
  }
}

.prevention-intercaves-text {
  font-family: "Open Sans Regular";
  color: #FFFFFF;
}

.copyright-intercaves-text {
  font-family: "Open Sans Regular";
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .collapse.no-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

.prevention {
  width: 660px;
}

@media (max-width: 768px) {
  .prevention {
    width: 345px;
  }

  .prevention div > img {
    width: 102px !important;
  }
}

@media (max-width: 400px) {
  .prevention {
    width: 277px;
  }
}

.prevention .t-1,
.prevention .t-2 {
  font-family: "Times New Roman";
  font-size: 14px;
  color: #000000;
}

.prevention .t-3 {
  font-family: "Times New Roman";
  font-size: 13px;
  color: #000000;
}

.navbar-intercaves {
  height: 55px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 10px #0000001A;
  opacity: 1;
}

.dropdown {
  margin-left: 30px;
  margin-right: 30px;
  letter-spacing: 0.64px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.dropdown a {
  color: #494B53;
}

.mm-listitem a {
  font-family: "Open Sans Semi Bold";
  letter-spacing: 1.6px;
  color: #494B53;
  font-size: 16px;
}

.mm-listitem::after {
  border: none;
}

.mm-listview {
  width: 90%;
  margin-left: 5%;
}

@media (max-width: 767px) {
  .mm-listview {
    width: 80%;
    margin-left: 10%;
  }
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border: none;
}

#mmenu {
  z-index: 99;
}

#mmenu .mm-panel:first-child .mm-listitem {
  /*a {
      z-index: 99999;
  }*/
  /*&:nth-last-child(2) {
      margin-top: 1rem;
      background: linear-gradient(#e66465, #9198e5) !important;
      height: 65px;

      &::after {
          color: #FFFFFF;
          font-size: 14px;
          letter-spacing: 1.4px;
          text-align: center;
          vertical-align: middle;
          padding-bottom: 1.4rem;
          text-transform: uppercase;
          font-family: 'Open Sans Semi Bold';
          content: 'Suivez-nous sur Instagram';
      }

      &::before {
          color: #FFFFFF;
          font-size: 20px;
          padding-top: 1.5rem;
          padding-left: 1.5rem;
          font-family: FontAwesome;
          content: "\f16d";
      }
  }*/
}

#mmenu .mm-panel:first-child .mm-listitem:nth-last-child(3) {
  color: #E42F6C !important;
}

#mmenu .mm-panel:first-child .mm-listitem:nth-last-child(2) {
  margin-top: 1rem;
  background-color: #4356A1 !important;
  height: 65px;
}

#mmenu .mm-panel:first-child .mm-listitem:nth-last-child(2)::after {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 1.4rem;
  text-transform: uppercase;
  font-family: "Open Sans Semi Bold";
  content: "Suivez-nous sur Facebook";
}

#mmenu .mm-panel:first-child .mm-listitem:nth-last-child(2)::before {
  color: #FFFFFF;
  font-size: 20px;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  font-family: FontAwesome;
  content: "\F09A";
}

#mmenu .mm-panel:first-child .mm-listitem:nth-last-child(1) {
  margin-top: 1rem;
}

.popin.popin-cookies {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: #000000;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  z-index: 10000;
  -o-box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.35);
  border: 0px solid #ddd;
}

.popin.popin-cookies .title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
}

.popin.popin-cookies p {
  margin-bottom: 20px;
  text-align: justify;
}

.popin.popin-cookies .col-cookie {
  width: 730px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .popin.popin-cookies .col-cookie {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.popin.popin-cookies .btn.btn-confirm {
  background-color: #E42F6C;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  height: 38px;
  border-radius: 0;
}

.popin.popin-cookies .link.link-cookie,
.popin.popin-cookies .link.link-cookie:hover,
.popin.popin-cookies .link.link-cookie:active,
.popin.popin-cookies .link.link-cookie:focus {
  text-decoration: underline;
  font-style: normal;
  color: #ffffff;
}

.popin.popin-cookies .close {
  opacity: 0.8;
}

.popin.popin-cookies .close .glyphicon {
  color: #fff;
}

.cookie-configurator-container {
  padding: 20px;
}

.cookie-configurator-container .title {
  font-family: "OpenSansCondensed", sans-serif;
  font-size: 22px;
  color: #666666;
  text-transform: uppercase;
  margin: 20px auto 50px;
}

.cookie-configurator-container p {
  padding-left: 54px;
  margin-bottom: 60px;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #2a0d07;
  padding-right: 40px;
}

.cookie-configurator-container input[type=checkbox].css-checkbox + label.css-label-checkbox {
  padding-left: 54px;
  height: 34px;
  display: inline-block;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  color: #280d06;
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.custom-control-input.radio-cookie {
  display: none;
}

.custom-control-input.radio-cookie + .custom-control-label.radio-cookie:before {
  background-image: url("/images/e-privacy/checkbox-unchecked.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  border: none;
  height: 34px;
  width: 34px;
  background-color: transparent;
  position: relative;
  display: inline-flex;
  top: 10px;
  left: 0;
  margin-right: 15px;
}

.custom-control-input.radio-cookie:checked + .custom-control-label.radio-cookie:before {
  background-image: url("/images/e-privacy/checkbox-checked.png");
}

.custom-control-input.radio-cookie:disabled + .custom-control-label.radio-cookie:before {
  background-image: url("/images/e-privacy/checkbox-disabled.png");
}

.cookie-configurator-container .btn.btn-confirm {
  background-color: #E42F6C;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 38px;
  border-radius: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .modal-content .cookie-configurator-container {
    width: auto;
    margin: 0 auto;
    padding: 15px;
  }

  .zone_c > .cookie-configurator-container {
    width: auto;
    margin: 0 auto;
    padding: 0;
  }

  .cookie-configurator-container .col-custom-xs {
    padding: 0;
  }

  .cookie-configurator-container .title {
    padding: 0 15px;
  }

  .cookie-configurator-container p {
    padding-right: 0;
  }
}

@font-face {
  font-family: "TFArrow Medium";
  src: url(/fonts/TFArrow-Medium.ttf?ace65521128eecfcc1607f5f626e341d);
}

@font-face {
  font-family: "TFArrow Bold";
  src: url(/fonts/TFArrow-Bold.ttf?5b39f73cb8f49a62a88cd06dcbb3db9b);
}

@font-face {
  font-family: "Montserrat Medium";
  src: url(/fonts/Montserrat-Medium.ttf?c8b6e083af3f94009801989c3739425e);
}

@font-face {
  font-family: "Montserrat SemiBold";
  src: url(/fonts/Montserrat-SemiBold.ttf?c641dbee1d75892e4d88bdc31560c91b);
}

@font-face {
  font-family: "Montserrat Light";
  src: url(/fonts/Montserrat-Light.ttf?88779338a024277ed283d90662618418);
}

@font-face {
  font-family: "Open Sans Bold";
  src: url(/fonts/OpenSans-Bold.ttf?1025a6e0fb0fa86f17f57cc82a6b9756);
}

@font-face {
  font-family: "Open Sans Regular";
  src: url(/fonts/OpenSans-Regular.ttf?3ed9575dcc488c3e3a5bd66620bdf5a4);
}

@font-face {
  font-family: "Open Sans SemiBold";
  src: url(/fonts/OpenSans-SemiBold.ttf?ba5cde21eeea0d57ab7efefc99596cce);
}

.catalog-header > span.title {
  font-family: "TFArrow Light";
  font-size: 71px;
  color: #494B53;
}

.catalog-header > h2.title {
  font-family: "TFArrow Light";
  font-size: 71px;
  color: #494B53;
  letter-spacing: 4.26px;
}

.grey-deg-bg {
  background: linear-gradient(to right, #F4F4F4, #FFFFFF);
}

.grey-contact-bg {
  background-color: #F3F3F3;
}

.catalog > .row-custom > .col-custom {
  margin-bottom: 15px;
}

.catalog > .row-custom > .col-custom > .cadre-custom {
  height: 100%;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 8px #1F2F331A;
}

.titre_moz {
  min-height: 63px;
}

@media (max-width: 992px) {
  .titre_moz {
    height: 60px;
    overflow: hidden;
  }
}

.soustitre_moz {
  min-height: 25px;
  font-family: "Open Sans Regular";
  font-size: 16px;
  color: #E42F6C;
  text-transform: lowercase;
}

.soustitre_moz_big {
  min-height: 25px;
  font-family: "Open Sans Regular";
  font-size: 20px;
  color: #E42F6C;
  text-transform: lowercase;
}

@media (max-width: 992px) {
  .soustitre_moz_big {
    font-size: 16px;
  }
}

.soustitre_moz_big::first-letter,
.soustitre_moz::first-letter {
  text-transform: uppercase;
}

.titre_moz > h2 {
  font-family: "TFArrow Medium";
  font-size: 20px;
  color: #494B53;
  letter-spacing: 1.2px;
}

.titre_moz_big > h2 {
  font-family: "TFArrow Medium";
  font-size: 30px;
  color: #494B53;
  letter-spacing: 1.8px;
}

@media (max-width: 992px) {
  .titre_moz_big > h2 {
    font-size: 24px;
  }
}

.caption > hr {
  width: 39px;
  height: 3px;
  border-width: 0;
  color: #D8D8D8;
  background-color: #D8D8D8;
}

.soustitre_moz::first-letter {
  text-transform: capitalize;
}

.cadre_price_moz > .prixentier_moz {
  font-family: "Montserrat Medium";
  color: #E42F6C;
  font-size: 30px;
  font-weight: bold;
}

.cadre_price_moz > .prixentier_moz_big {
  font-family: "Montserrat Medium";
  color: #E42F6C;
  font-size: 60px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .cadre_price_moz > .prixentier_moz_big {
    font-size: 28px;
  }
}

.cadre_price_moz > sup > .prixdevise_moz {
  font-family: "Montserrat Medium";
  color: #E42F6C;
  font-size: 20px;
}

.cadre_price_moz > sup > .prixcent_moz {
  font-family: "Montserrat Medium";
  color: #E42F6C;
  font-size: 20px;
}

.prixbarre_moz {
  color: #E42F6C;
}

.cadre_price_moz > sup > .prixdevise_moz_big {
  font-family: "Montserrat Medium";
  color: #E42F6C;
  font-size: 30px;
}

@media (max-width: 992px) {
  .cadre_price_moz > sup > .prixdevise_moz_big {
    font-size: 20px;
  }
}

.cadre_price_moz > sup > .prixcent_moz_big {
  font-family: "Montserrat Medium";
  color: #E42F6C;
  font-size: 30px;
}

@media (max-width: 992px) {
  .cadre_price_moz > sup > .prixcent_moz_big {
    font-size: 20px;
  }
}

/*.cadre_rating>.star {
    position: relative;

    display: inline-block;
    width: 0;
    height: 0;

    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;

    border-right: .3em solid transparent;
    border-bottom: .7em solid #FFC400;
    border-left: .3em solid transparent;

    //Controlls the size of the stars
    font-size: 9px;

    &:before,
    &:after {
        content: '';

        display: block;
        width: 0;
        height: 0;

        position: absolute;
        top: .6em;
        left: -1em;

        border-right: 1em solid transparent;
        border-bottom: .7em solid #FFC400;
        border-left: 1em solid transparent;

        transform: rotate(-35deg);
    }

    &:after {
        transform: rotate(35deg);
    }
}*/

.bio-titre > p {
  font-family: "TFArrow Light";
  font-size: 71px;
  color: #494B53;
  letter-spacing: 4.26px;
  margin-bottom: 0;
  line-height: 80px;
}

.bg-cave {
  background-image: url(/images/background/common/bg-cave.jpg);
}

.bio-titre h2 {
  font-family: "TFArrow Light";
  color: #494B53;
  font-size: 71px;
  letter-spacing: 4.26px;
  margin-bottom: 0;
  line-height: 80px;
}

@media (max-width: 767px) {
  .bio-titre h2 {
    font-size: 38px;
  }
}

.bio-sous-titre {
  font-family: "TFArrow Medium";
  color: #494B53;
  font-size: 26px;
  letter-spacing: 1.55px;
  line-height: 31px;
}

@media (max-width: 767px) {
  .bio-sous-titre {
    font-size: 20px;
  }
}

.bio-desc > p {
  font-family: "Open Sans Regular";
  color: #000000;
  font-size: 17px;
  line-height: 27px;
}

.bio-caret {
  margin: 20px 0;
}

.bio-decouvrir > a {
  font-family: "Open Sans Bold";
  color: #E42F6C !important;
  font-size: 16px;
}

.bio-img {
  text-align: right;
}

.blog-preview {
  height: 100%;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px #0000001A !important;
  border-radius: 0;
  max-width: 1440px;
}

.card-body {
  padding: 3rem;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 380px;
}

.bg-coordonnees {
  background-image: url("/images/home/bg-coordonnees.png");
  background-repeat: repeat-y;
}

@media (max-width: 1199px) {
  .bg-coordonnees {
    background-image: none;
    box-shadow: 0 0 15px #e0e0e0;
    margin-top: 50px;
  }
}

@media (max-width: 992px) {
  .bg-coordonnees {
    padding: 90px 2rem 0 2rem !important;
  }
}

@media (max-width: 450px) {
  .bg-coordonnees {
    padding: 30px 0 !important;
  }
}

.coordonnees-title,
.horaires-title {
  font-family: "TFArrow Medium";
  color: #494B53;
  font-size: 30px;
  letter-spacing: 1.8px;
}

@media (max-width: 767px) {
  .coordonnees-title,
  .horaires-title {
    margin-top: 0;
  }
}

.img-team {
  max-width: 100%;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .img-team {
    padding-right: 0;
  }
}

.img-team > img {
  margin-top: -8rem;
  /*margin-left: 1rem;*/
  max-width: 100%;
  height: auto;
}

.img-apostrophe > img {
  position: relative;
  margin-top: -6rem;
  margin-left: -4rem;
}

@media (max-width: 767px) {
  .img-apostrophe > img {
    margin-top: 60px;
  }
}

.caviste-title {
  font-family: "TFArrow Medium";
  color: #494B53;
  font-size: 30px;
  letter-spacing: 1.8px;
}

@media (max-width: 767px) {
  .caviste-title {
    font-size: 22px;
    padding: 0 1rem;
  }
}

.caviste-subtitle {
  font-family: "TFArrow Light";
  color: #494B53;
  font-size: 65px;
  letter-spacing: 3.9px;
  line-height: 70px;
}

@media (max-width: 1660px) {
  .caviste-subtitle {
    font-size: 55px;
    line-height: 55px;
  }
}

@media (max-width: 1370px) {
  .caviste-subtitle {
    font-size: 38px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .caviste-subtitle {
    padding: 0 1rem;
  }
}

.caviste-description {
  font-family: "Open Sans Regular";
  color: #000000;
  font-size: 17px;
  line-height: 27px;
}

@media (max-width: 767px) {
  .caviste-description {
    font-size: 16px;
    padding: 0 1rem;
  }
}

.img-livraison {
  margin-top: 50px;
}

@media (max-width: 1480px) {
  .img-livraison {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .img-livraison {
    padding: 0 1rem;
  }
}

.service-title {
  font-family: "TFArrow Medium";
  color: #E42F6C;
  font-size: 30px;
  letter-spacing: 1.8px;
}

.news-caviste-title {
  font-family: "TFArrow Medium";
  color: #fff;
  font-size: 30px;
  background-color: #E42F6C;
  padding: 3px 10px 3px 10px;
  display: inline-block;
  margin-top: 50px;
  letter-spacing: 1.8px;
  line-height: 35px;
}

.news-caviste-texte {
  font-family: "Open Sans Regular";
  font-size: 16px;
  padding: 15px 30px 30px 0;
}

.service-list {
  padding-left: 0;
}

.service-list > ul {
  padding-left: 15px;
}

.service-list > ul > li {
  color: #E42F6C;
  padding-bottom: 3px;
  font-family: "Open Sans Regular";
  font-size: 17px;
}

.service-list > ul > li > a {
  font-family: "Open Sans Regular";
  color: #E42F6C;
  font-size: 17px;
}

@media (max-width: 767px) {
  .service-list > ul > li > a {
    font-size: 16px;
  }
}

.coordonnees-bloc {
  padding-left: 90px;
}

@media (max-width: 1199px) {
  .coordonnees-bloc {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .coordonnees-bloc {
    padding: 0 3rem;
    margin-top: 0;
  }
}

.horaires-bloc {
  padding-left: 90px;
}

@media (max-width: 1199px) {
  .horaires-bloc {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .horaires-bloc {
    padding: 0 3rem;
  }
}

.img-plan {
  width: 100%;
  margin-left: 90px;
}

@media (max-width: 1199px) {
  .img-plan {
    margin-left: 0;
    padding: 0;
  }
}

.first-libel {
  font-family: "Open Sans Bold";
  color: #000000;
  font-size: 19px;
  text-transform: uppercase;
}

.second-libel {
  font-family: "Open Sans Regular";
  color: #000000;
  font-size: 15px;
}

.blog-tag {
  font-family: "Open Sans Semi Bold";
  color: #E42F6C;
  font-size: 17px;
  letter-spacing: 2.72px;
}

.blog-title {
  font-family: "TFArrow Medium";
  color: #010101;
  font-size: 40px;
  letter-spacing: 2.4px;
  line-height: 48px;
}

.blog-date {
  font-family: "Open Sans Semi Bold";
  color: #A2A3AB;
  font-size: 17px;
}

.blog-shortcontent {
  font-family: "Open Sans Regular";
  color: #000000;
  font-size: 19px;
  line-height: 27px;
}

.suite > img {
  margin: 20px 0;
}

.blog-btn {
  font-family: "Open Sans Bold";
  color: #E42F6C;
  font-size: 17px;
}

.actu-h2 {
  font-family: "TFArrow Light";
  color: #494B53;
  font-size: 65px;
  letter-spacing: 3.9px;
}

@media (max-width: 767px) {
  .actu-h2 {
    font-size: 38px;
  }
}

.actu-p {
  font-family: "TFArrow Medium";
  color: #494B53;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 1.56px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .actu-p {
    font-size: 20px;
  }
}

.blog-preview:hover {
  box-shadow: 0px 0px 40px #0000004D;
}

.suite > a > p {
  font-family: "Open Sans Bold";
  color: #E42F6C !important;
  font-size: 16px;
  margin-bottom: 0;
}

.num-tel > a {
  color: #000000 !important;
}

.bg-cave > div > img {
  max-width: 100%;
  height: auto;
}

.catalog-header > h2.title {
  font-size: 38px;
}

.catalog-header > .contenthtml > img {
  width: 36px;
  height: 41px;
}

.titre_moz > h2 {
  font-size: 18px;
}

.img-livraison > img {
  max-width: 100%;
  height: auto;
}

/*ROTATOR HP*/

.rotator-container {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}

.contentrotator {
  max-height: 800px;
}

.rotator-hp {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .rotator-container .rotator-img-desktop,
  .rotator-text-desktop {
    display: block;
  }

  .rotator-container .rotator-img-mobile,
  .rotator-text-mobile {
    display: none;
  }

  .rotator-container .rotator-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0;
  }

  .rotator-col-wrapper {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .rotator-container .rotator-img-mobile,
  .rotator-text-mobile {
    display: block;
  }

  .rotator-container .rotator-img-desktop,
  .rotator-text-desktop {
    display: none;
  }

  .rotator-container .rotator-img {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 0;
  }

  .rotator-col-wrapper {
    padding-left: 40px;
  }
}

.rotator-container .rotator-img-desktop {
  height: 500px;
}

.rotator-container .rotator-img-mobile {
  height: 700px;
}

@media (max-width: 680px) {
  .rotator-container .rotator-img-mobile {
    height: 630px;
  }
}

@media (max-width: 580px) {
  .rotator-container .rotator-img-mobile {
    height: 535px;
  }
}

@media (max-width: 480px) {
  .rotator-container .rotator-img-mobile {
    height: 445px;
  }
}

@media (max-width: 380px) {
  .rotator-container .rotator-img-mobile {
    height: 390px;
  }
}

.rotator-container .rotator-wrapper-absolute {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .rotator-container .rotator-brand-img {
    margin-bottom: 40px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
  }

  .rotator-container .rotator-alcool {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 25px;
    color: #494b53;
    margin: 0 0 15px 0;
    padding: 0;
  }

  .rotator-container .rotator-nom-alcool {
    font-family: "TFArrow Light";
    font-size: 71px;
    color: #494b53;
    letter-spacing: 4.26px;
    line-height: 65px;
    margin: 0;
    padding: 0;
  }

  .rotator-container .rotator-nom-alcool2 {
    font-family: "TFArrow Medium";
    font-size: 39px;
    font-style: italic;
    color: #494b53;
    letter-spacing: 2px;
    margin: 0 0 35px 0;
    padding: 0;
  }

  .rotator-container .rotator-text {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 17px;
    font-weight: 100;
    color: #494b53;
    margin: 0 0 40px 0;
    padding: 0;
    line-height: 27px;
  }

  .rotator-container .rotator-price-crossout {
    font-family: "Montserrat SemiBold";
    font-size: 24px;
    color: #494b53;
    text-decoration: line-through;
    line-height: 30px;
    padding: 0;
  }

  .rotator-container .rotator-price-crossout sup {
    top: -5px;
    font-size: 75%;
  }

  .rotator-container .rotator-price {
    font-family: "Montserrat SemiBold";
    font-size: 60px;
    color: #e42f6c;
    line-height: 73px;
    padding: 0;
    margin-bottom: 20px;
  }

  .rotator-container .rotator-price sup {
    font-size: 65%;
  }

  .rotator-col-wrapper-btn {
    max-height: 60px;
  }

  .rotator-container .btn.btn-rotator {
    background-color: #e42f6c;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 16px;
    padding: 11px 70px;
  }
}

@media screen and (max-width: 767px) {
  .rotator-container .rotator-brand-img {
    margin-bottom: 7%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
  }

  .rotator-container .rotator-alcool {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 4vw;
    color: #494b53;
    margin: 0 0 5% 0;
    padding: 0;
  }

  .rotator-container .rotator-nom-alcool {
    font-family: "TFArrow Light";
    font-size: 8.5vw;
    color: #494b53;
    letter-spacing: 4.26px;
    line-height: 8vw;
    margin: 0;
    padding: 0;
  }

  .rotator-container .rotator-nom-alcool2 {
    font-family: "TFArrow Medium";
    font-size: 5.5vw;
    font-style: italic;
    color: #494b53;
    letter-spacing: 2px;
    margin: 0 0 5% 0;
    padding: 0;
  }

  .rotator-container .rotator-text {
    font-family: "Open Sans Regular", sans-serif;
    font-size: 4.3vw;
    font-weight: 100;
    color: #494b53;
    margin: 0 0 5% 0;
    padding: 0;
    line-height: 6vw;
  }

  .rotator-container .rotator-padding {
    padding: 0;
  }

  .rotator-container .rotator-price-crossout {
    font-family: "Montserrat SemiBold";
    font-size: 6vw;
    color: #494b53;
    text-decoration: line-through;
    line-height: 30px;
    padding: 20% 0 0 0;
  }

  .rotator-container .rotator-price-crossout sup {
    top: -10px;
    font-size: 65%;
  }

  .rotator-container .rotator-price {
    font-family: "Montserrat SemiBold";
    font-size: 11vw;
    color: #e42f6c;
    line-height: 73px;
    padding: 0;
    margin-bottom: 20px;
  }

  .rotator-container .rotator-price sup {
    font-size: 65%;
  }

  .rotator-col-wrapper-btn {
    max-height: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rotator-container .btn.btn-rotator {
    background-color: #e42f6c;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 4vw;
    width: 100%;
  }
}

.bg-cave > div > a > img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .first-libel {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .row-custom {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 767px) {
  .margin-top-filters {
    margin-top: 11rem;
  }
}

.search_yoursearch {
  font-family: "TFArrow Light";
  color: #494b53;
  font-size: 71px;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .search_yoursearch {
    font-size: 40px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .order_menu {
    margin-top: -7.4rem;
  }
}

@media (max-width: 768px) {
  .order_menu {
    margin-top: -0.3rem;
  }
}

.nb_articles {
  font-family: "Open Sans Regular";
  color: #494b53;
  font-size: 16px;
}

.nb_articles span {
  font-family: "Open Sans Bold";
  color: #e42f6c;
  font-size: 16px;
}

.container-intercaves {
  width: 85%;
  max-width: 1470px;
}

@media (max-width: 768px) {
  .container-intercaves {
    width: 100%;
  }
}

.panel-heading {
  font-family: "Open Sans Semi Bold";
  color: #e42f6c;
  font-size: 16px;
  letter-spacing: 4.16px;
  text-transform: uppercase;
  margin-top: 50px !important;
}

@media (max-width: 767px) {
  .panel-heading {
    margin-top: 1rem !important;
  }
}

.panel-body {
  font-family: "Open Sans Regular";
  color: #010101;
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .panel-body {
    font-size: 14px;
  }
}

.panel-body li {
  list-style: none;
  margin-top: 0.8rem;
  cursor: pointer;
}

#mmfiltre .mm-listitem {
  display: block;
}

#mmfiltre .mm-listitem__text {
  padding-left: 0;
}

#mmfiltre .nav-return {
  justify-content: left;
  margin-left: 1rem;
}

/* Style Select Field */

select {
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 4px 0;
  font-size: 16px;
  color: #494b53;
  border: none;
  border-bottom: 3px solid #e42f6c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
}

/* Remove focus */

select:focus {
  outline: none;
}

/* Hide label */

.mdl-selectfield label {
  display: none;
}

/* Use custom arrow */

.mdl-selectfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.mdl-selectfield {
  font-family: "Open Sans Regular";
  position: relative;
}

.mdl-selectfield:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -2px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.valign:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.valign > * {
  display: inline-block;
}

.valign-m {
  vertical-align: middle;
}

.label-select {
  font-family: "Open Sans Regular";
  color: #494b53;
  font-size: 16px;
}

.filter_selected {
  font-family: "Open Sans Bold";
  color: #010101 !important;
}

.irs--round .irs-handle {
  border: 2px solid #e42f6c;
}

.irs--round .irs-bar {
  background-color: #e42f6c;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #e42f6c;
  border-radius: 0;
  font-family: "Montserrat Medium";
  font-size: 15px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #e42f6c;
}

.irs--round .irs-min,
.irs--round .irs-max {
  display: none;
}

.btn-load-more {
  padding: 1rem 3rem;
  border-radius: 0 !important;
  letter-spacing: 0.8px;
  font-family: "Open Sans Bold";
  font-size: 16px;
  background-color: #e42f6c;
}

.vignette_moz {
  height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .vignette_moz {
    height: 182px;
  }
}

.fond_vignette_moz img {
  max-width: 100%;
  max-height: 235px;
}

@media (max-width: 992px) {
  .fond_vignette_moz img {
    max-height: 182px;
  }
}

.fond_vignette_moz_big img {
  max-width: 100%;
  max-height: 532px;
}

@media (max-width: 992px) {
  .fond_vignette_moz_big img {
    max-height: 220px;
  }
}

@media (max-width: 40px) {
  .fond_vignette_moz_big img {
    max-height: 261px;
  }
}

#loading {
  width: 30px;
  height: 30px;
}

.filtre-count p {
  font-family: "Open Sans Semi Bold";
  font-size: 19px;
  letter-spacing: 4.94px;
  color: #494b53;
}

.filtre-count a {
  text-decoration: underline;
  font-family: "Open Sans Regular";
  font-size: 14px;
  color: #010101;
  letter-spacing: 0;
  margin-left: 10px;
}

.display-more {
  text-decoration: underline !important;
  font-size: 14px;
  font-family: "Open Sans Regular";
}

.display-more > span {
  margin-top: 0.8rem;
}

[data-toggle=collapse].collapsed .if-not-collapsed {
  display: none;
}

[data-toggle=collapse]:not(.collapsed) .if-collapsed {
  display: none;
}

.show {
  display: block !important;
}

.title-contact {
  width: 555px;
  height: 70px;
  margin-top: 40px;
  text-align: center;
  letter-spacing: 3.9px;
  color: #494B53;
  opacity: 1;
  font-family: "TFArrow Light";
  font-size: 65px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .title-contact {
    width: 345px;
    height: 51px;
    font-size: 38px;
  }
}

.desc-contact {
  width: 744px;
  height: 99px;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 1.56px;
  color: #494B53;
  opacity: 1;
  font-family: "TFArrow Medium";
  font-size: 26px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .desc-contact {
    width: 345px;
    height: 128px;
    font-size: 20px;
    margin-top: 75px;
    margin-bottom: 80px;
  }
}

.rubric_margin {
  margin-top: 60px;
  margin-bottom: 50px;
}

.inputs-intercaves {
  position: relative;
  margin-top: -10px;
}

.input-intercaves-margin {
  margin-bottom: 67px;
}

@media screen and (max-width: 768px) {
  .input-intercaves-margin {
    margin-bottom: 50px;
  }
}

.btn-intercaves {
  background: #E42F6C 0% 0% no-repeat padding-box;
  color: white;
  width: 493px;
  height: 66px;
  font-family: "Open Sans";
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .btn-intercaves {
    width: 100%;
  }
}

.btn-contact,
.btn-validcontact {
  text-align: center;
  margin-bottom: 50px;
  font-family: "Open Sans Bold";
  color: #FFFFFF;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 16px;
}

.img-contact-left {
  width: 400px;
  margin-left: 200px;
}

.img-contact-center {
  width: 400px;
}

.img-contact-right {
  width: 400px;
  margin-right: 200px;
}

.container-mdp {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .container-mdp {
    padding-top: 50px;
  }
}

.container-mdp .container-form-mdp {
  background-color: #ffffff;
  padding: 60px 120px;
  color: #494B53;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

@media (max-width: 1310px) {
  .container-mdp .container-form-mdp {
    padding: 30px 25px;
  }
}

@media (max-width: 768px) {
  .container-mdp .container-form-mdp {
    padding: 0 0;
  }
}

@media (min-width: 767px) {
  .container-mdp .container-form-mdp {
    box-shadow: 0px 0px 12px #00000021;
  }
}

.container-mdp .container-form-mdp .title {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: "TFArrow Medium";
  letter-spacing: 2.4px;
}

.container-mdp .container-form-mdp .text {
  font-family: "Open Sans Regular", sans-serif;
  color: #000000;
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 30px;
}

.container-mdp .container-form-mdp .text p {
  margin-top: 0;
  margin-bottom: 0;
}

.container-mdp .container-form-create {
  height: 555px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 60px 70px 70px;
}

.container-mdp .btn.btn-mdp {
  font-size: 16px;
  font-family: "Open Sans Bold";
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #E42F6C;
  border-radius: 0;
  width: 100%;
  height: 66px;
  margin: 0 auto;
  line-height: 35px;
  border-radius: 0;
  margin-top: 40px;
}

.input-intercaves-mdp {
  border-radius: 0;
  height: 40px;
  border: none;
  border-bottom: 3px solid #E42F6C;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 6px 12px 0px 12px;
  background-color: white;
  margin-top: 20px;
}

.margin-input-mdp {
  margin-top: 10px;
}

.forgottenpassword_ko {
  color: #E42F6C;
  float: left;
  padding-left: 15px;
}

.errors_form {
  list-style: none;
}

.margin-input-change-mdp {
  margin-top: 35px;
}

.error-container {
  margin-top: 10px;
  margin-bottom: -30px;
  font-size: 13px;
}

.return-button-mdp {
  height: 59px;
  background-color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #494b53;
  border-radius: 0;
  border: transparent;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .return-button-mdp {
    white-space: normal;
    height: auto;
  }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .return-button-mdp {
    margin-bottom: 25px;
  }
}

.container-nl {
  width: 100%;
  background-image: url("/images/background/background_moutains.png");
  padding-top: 80px;
}

.container-nl .container-form-nl {
  height: 440px;
  background-color: #ffffff;
  padding: 60px 70px 70px;
  margin-bottom: 20%;
  color: #333333;
  font-family: "Din-2014", sans-serif;
  text-align: center;
  box-shadow: 0px 0px 12px #00000021;
}

.container-nl .container-form-nl .title {
  font-size: 26px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.container-nl .container-form-nl .text {
  font-family: "Din-2014", sans-serif;
  text-align: justify;
  font-weight: 300;
  color: #333333;
  font-size: 16px;
  margin-top: 20px;
}

.container-nl .container-form-nl .text p {
  margin-top: 0;
  margin-bottom: 0;
}

.container-nl .container-form-nl .container-btn {
  position: absolute;
  bottom: 80px;
  left: 70px;
  right: 70px;
}

@media screen and (max-width: 768px) {
  .container-nl .container-form-nl .container-btn {
    bottom: 30px;
  }
}

.container-nl .container-form-create {
  height: 555px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 60px 70px 70px;
}

.container-nl .btn.btn-nl {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #E42F6C;
  border-radius: 0;
  width: 100%;
  height: 66px;
  margin: 0 auto;
  line-height: 35px;
}

.margin-input-nl {
  margin-top: 10px;
}

.modal-content .container-form-nl {
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px 60px;
}

@media screen and (max-width: 767px) {
  .modal-content .container-form-nl {
    max-width: 100%;
  }
}

.modal-content .container-form-nl .title {
  font-size: 40px;
  font-weight: 400;
  font-family: "TFArrow Medium";
  margin: 0 auto 30px;
  text-transform: none;
}

.modal-content .container-form-nl .optin-field-container {
  margin-bottom: 35px;
}

.modal-content .container-form-nl .btn.btn-nl {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #E42F6C;
  border-radius: 0;
  width: 100%;
  height: 66px;
  margin: 0 auto;
  line-height: 19.2px;
  letter-spacing: 0.8px;
}

.modal-content .container-form-nl .input-intercaves.nl {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 35px;
}

.popin.popin-cookies {
  padding: 16px;
  text-align: center;
  cursor: pointer;
}

.popin_addcart {
  width: 100%;
}

.popin_addcart .popin_addcart_buttons {
  width: 100%;
  text-align: center;
}

.popin_standard {
  background-image: url("/images/pixel_semitransparent.png");
  background-repeat: repeat;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2000;
  display: none;
}

.popin_standard_center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50px;
  width: 600px;
}

.popin_standard_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
}

.popin_standard_content {
  float: left;
  height: auto;
  width: 100%;
  padding: 25px 10px 10px;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 15px;
  min-height: 200px;
}

.popin_loaderimg {
  position: relative;
  width: 32px;
  margin-left: auto;
  margin-right: auto;
  top: 80px;
}

#popin_standard_draghandle {
  background-color: #eeeeee;
  border-radius: 10px 10px 0 0;
  cursor: move;
  height: 25px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.modal-content {
  padding: 0;
  border-radius: 0px;
}

.modal-body {
  padding: 30px;
}

.popin_addcart .popin_addcart_content {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -70px;
}

.popin_addcart .popin_addwishlist_content {
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
  font-family: "TFArrow Medium";
}

.popin_addcart .popin_addcart_buttons {
  padding: 0 50px;
}

.popin_addcart .popin_addcart_buttons.addcart {
  padding: 0 75px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .popin_addcart .popin_addcart_buttons.addcart {
    padding: 0 0px;
  }
}

@media screen and (max-width: 991px) {
  .popin_addcart .popin_addcart_buttons {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .popin_addcart .popin_addcart_buttons {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .popin_addcart .popin_addcart_buttons.addcart {
    padding: 0;
  }
}

.popin_addcart .btn.popin_addcart_continuebutton {
  height: 59px;
  background-color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #494b53;
  border-radius: 0;
  border: transparent;
  width: 100%;
}

@media (min-width: 767px) {
  .popin_addcart .btn.popin_addcart_continuebutton {
    padding: 15px 30px;
  }
}

@media screen and (max-width: 991px) {
  .popin_addcart .btn.popin_addcart_continuebutton {
    white-space: normal;
    height: auto;
  }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .popin_addcart .btn.popin_addcart_continuebutton {
    margin-bottom: 25px;
  }
}

.popin_addcart .btn.popin_addcart_orderbutton {
  height: 59px;
  border: 2px solid #E42F6C;
  background-color: #E42F6C;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 16px;
  color: #ffffff;
  border-radius: 0;
  padding: 15px 30px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 991px) {
  .popin_addcart .btn.popin_addcart_orderbutton {
    white-space: normal;
    height: auto;
  }
}

.popin_addcart .btn.popin_addcart_orderbutton2 {
  height: 59px;
  border: 2px solid #E42F6C;
  background-color: #E42F6C;
  font-family: "Roboto Bold";
  font-size: 16px;
  color: #ffffff;
  box-shadow: -4.95px 5px 15px #E42F6C80;
  border-radius: 30px;
  padding: 15px 30px;
  width: 100%;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .popin_addcart .btn.popin_addcart_orderbutton2 {
    white-space: normal;
    height: auto;
  }
}

.popin_addcart .btn.popin_addcart_orderbutton2:hover {
  height: 59px;
  border: 2px solid #f36d9a;
  background-color: #f36d9a;
  font-family: "Roboto Bold";
  font-size: 16px;
  color: #ffffff;
  box-shadow: -4.95px 5px 15px #E42F6C80;
  border-radius: 30px;
  padding: 15px 30px;
  width: 100%;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .popin_addcart .btn.popin_addcart_orderbutton2:hover {
    font-size: 11px;
  }
}

@media screen and (max-width: 991px) {
  .popin_addcart .btn.popin_addcart_orderbutton2:hover {
    white-space: normal;
    height: auto;
  }
}

.modal-content .modal-title {
  line-height: 1.2;
}

.modal-content .modal-title .modal-title-first {
  font-family: "TFArrow", sans-serif;
  font-size: 35px;
  color: #494b53;
  letter-spacing: 2.4px;
  font-weight: 700;
}

.modal-content .modal-title .modal-title-second {
  font-family: "TFArrow", sans-serif;
  font-size: 35px;
  color: #494b53;
  letter-spacing: 2.4px;
  font-weight: 700;
}

.modal-content.modal-body-buttons {
  box-shadow: 0px 0px 42.75px 2.25px rgba(0, 0, 0, 0.1);
}

.modal-content.modal-body-catalog {
  padding-top: 0;
}

.modal-content.modal-body-catalog .catalog .col-custom {
  margin-bottom: 0;
}

.modal-content.modal-body-catalog .container-title {
  margin: 0 auto;
}

.left-arrow {
  width: 16px;
  padding-bottom: 2px;
  vertical-align: sub;
}

@media screen and (max-width: 767px) {
  .addcart-title {
    line-height: 26px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-addcart-button {
    margin-bottom: 25px;
  }
}

.popin-comment-title {
  letter-spacing: 2.4px;
  color: #494B53;
  font-size: 40px;
  font-family: "TFArrow Medium";
}

@media screen and (max-width: 767px) {
  .popin-comment-title {
    font-size: 26px;
  }
}

.container-popin-comment {
  background: #F3F3F3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #00000080;
}

.error-comment,
.success-comment {
  display: none;
}

ol.fil-ariane {
  padding: 0 20%;
  list-style: none;
  display: inherit;
}

@media (min-width: 767px) {
  ol.fil-ariane {
    margin-bottom: 60px;
  }
}

.menu-item {
  font-family: "Roboto Bold";
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  margin-left: auto;
  margin-right: auto;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  display: block;
}

.menu-item.step1 {
  width: 222px;
}

.menu-item.step2 {
  width: 299px;
}

.menu-item.step3 {
  width: 242px;
}

.menu-item-img {
  padding-right: 15px;
  vertical-align: middle;
}

ol.fil-ariane li.selected .menu-item {
  background: #E42F6C 0% 0% no-repeat padding-box;
  box-shadow: 0px 7px 15px #E42F6C80;
}

@media screen and (max-width: 576px) {
  ol.fil-ariane li.selected .menu-item {
    width: 100%;
  }
}

ol.fil-ariane li.selected .menu-item:hover {
  color: white;
}

ol.fil-ariane li.unselected .menu-item {
  background: #B4B4B4 0% 0% no-repeat padding-box;
}

.box-orderdetail-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding-bottom: 45px;
}

.orderdetail-id {
  margin-left: 40px;
  font-family: "Open Sans Bold";
  font-size: 16px;
  color: #494B53;
  margin-top: 1px;
}

@media screen and (max-width: 576px) {
  .orderdetail-id {
    margin-left: auto !important;
    margin-right: auto;
  }
}

.back-to-shopping > a {
  font-family: "Open Sans Regular";
  font-size: 16px;
  font-weight: 400;
  color: #494B53;
  padding-left: 30px;
  position: relative;
}

.back-to-shopping > a:hover,
.back-to-shopping > a:active,
.back-to-shopping > a:focus {
  color: #000000;
  text-decoration: none;
}

.back-to-shopping > a:before {
  content: " ";
  width: 14px;
  height: 13px;
  background-image: url("/images/tunnel/back.png");
  background-repeat: no-repeat;
  background-size: 14px 13px;
  background-position: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}

.back-to-shopping + .orderdetail-id {
  margin-left: 40px;
}

@media screen and (min-width: 768px) {
  .table-articles {
    margin-right: 20px;
  }
}

.detailorder_img {
  max-width: 100%;
  height: auto;
  max-height: 230px;
}

.detailorder_title {
  font-family: "TFArrow Medium";
  font-size: 20px;
  color: #494B53;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 576px) {
  .detailorder_title {
    font-size: 18px;
    letter-spacing: 1.08px;
    margin-top: 25px;
  }
}

.detailorder_subtitle {
  font-family: "Open Sans Regular";
  font-size: 16px;
  color: #E42F6C;
}

@media screen and (max-width: 576px) {
  .detailorder_subtitle {
    font-size: 16px;
  }
}

.detailorder_article_list .line {
  background-color: white !important;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.favorite-loader {
  position: absolute;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.favorite-loader-background {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.favorite-loader-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.price-unit {
  font-family: "Montserrat SemiBold";
  font-size: 25px;
  color: #E42F6C;
  margin-left: auto;
  margin-right: auto;
}

.price-unit strike {
  font-size: 19px;
  color: black;
}

.price-total {
  font-family: "Montserrat SemiBold";
  font-size: 35px;
  color: #E42F6C;
}

@media screen and (max-width: 576px) {
  .price-total {
    margin-left: 3px;
    margin-top: 45px !important;
  }
}

@media screen and (min-width: 576px) {
  .price-total {
    text-align: center;
  }
}

.price-total strike {
  font-size: 19px;
  color: black;
}

.price-total-strike {
  margin-top: 13px !important;
  margin-bottom: -6px !important;
  margin-left: 45px;
}

.input-qty {
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  align-items: stretch;
  border: 2px solid #E3E3E3;
  border-radius: 30px;
  width: 180px;
  height: 60px;
  background-color: #F3F3F3;
}

@media screen and (max-width: 576px) {
  .input-qty {
    width: 135px;
    height: 50px;
  }
}

.inc_quantity_remove,
.inc_quantity_add {
  border: none;
  background: none;
  color: #E42F6C;
  width: 60px;
  font-family: "Open Sans Regular";
  font-size: 25px;
}

@media screen and (max-width: 576px) {
  .inc_quantity_remove,
  .inc_quantity_add {
    width: 54px;
  }
}

.detailorder_quantity_input {
  width: 50px;
  border: none;
  background: transparent;
  font-family: "Open Sans SemiBold";
  font-size: 19px;
  color: #242829;
}

@media screen and (max-width: 576px) {
  .detailorder_quantity_input {
    width: 22px;
    font-size: 16px;
  }
}

.panel-recap {
  background-color: #F1F1F1;
  margin-bottom: 50px;
}

@media (min-width: 767px) {
  .panel-recap {
    padding: 30px;
  }
}

.panel-recap.step02 {
  background-color: #F1F1F1;
  padding-top: 10px;
  margin-bottom: 0;
}

.detailorder_article_list .line .element {
  border-top: none;
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 767px) {
  .detailorder_article_list .line .element {
    margin-top: 13px;
  }
}

.line-panier {
  position: relative;
  box-shadow: 2px 2px 8px #1F2F331A;
}

.line-panier .cart-item-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.line-panier .cart-item-loader-background {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.line-panier .cart-item-loader-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 576px) {
  .line-panier {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.right-info {
  font-family: "Montserrat SemiBold";
  font-size: 16px;
}

.left-info {
  font-family: "Open Sans Regular";
  font-size: 16px;
}

.totalttc {
  border-top: 1px solid #CFCFCF;
}

.totalttc .left-totalttc {
  letter-spacing: 4.16px;
  text-transform: uppercase;
  font-family: "Open Sans Semi Bold";
  font-size: 16px;
  color: #E42F6C;
}

.totalttc .right-totalttc {
  font-family: "Montserrat SemiBold";
  font-size: 28px;
  color: #E42F6C;
}

.text-economie {
  font-family: "Open Sans Regular";
  font-size: 15px;
  color: #010101;
  height: 20px;
  margin-top: -15px;
}

.text-economie-number {
  font-family: "Open Sans Bold";
  letter-spacing: 0px;
  color: #E42F6C;
}

.edit-codepromo {
  margin-top: 10px;
}

.montant-economie {
  color: #E42F6C;
}

.input-codepromo {
  border: none;
  border-bottom: 3px solid #E42F6C;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.input-codepromo.input-intercaves-focus {
  background-color: transparent;
}

.btn-codepromo {
  border: 2px solid #E42F6C;
  background-color: #FFF;
  width: 92%;
  letter-spacing: 0.8px;
  color: #E42F6C;
  font-family: "Open Sans Bold";
  font-size: 16px;
  border-radius: 0;
}

.panel-valid-panier {
  margin-top: 30px;
  padding-bottom: 30px;
}

.btn-valid-panier {
  width: 94%;
  background: #E42F6C 0% 0% no-repeat padding-box;
  box-shadow: -4.95px 5px 15px #E42F6C80;
  border-radius: 30px;
  font-family: "Roboto Bold";
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  padding: 18px 0;
}

@media (max-width: 767px) {
  .btn-valid-panier {
    padding: 18px 10px;
  }
}

.btn-valid-panier-popin {
  background: #E42F6C;
  box-shadow: -4.95px 5px 15px #E42F6C80;
  border-radius: 30px;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  padding: 18px 0;
}

@media (min-width: 767px) {
  .btn-valid-panier-popin {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .btn-valid-panier-popin {
    padding: 15px 30px;
  }
}

.btn-valid-panier-popin span {
  font-family: "Roboto Bold";
  font-size: 16px;
  letter-spacing: 0.64px;
}

.annuler-img {
  width: 18%;
  height: auto;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .modal-body-gift {
    padding: 10px;
  }
}

.cart-item-img {
  padding-bottom: 5px;
}

@media (min-width: 767px) {
  .close-popin {
    width: 10%;
  }
}

@media (max-width: 767px) {
  .close-popin {
    text-align: center;
  }
}

.close-sign {
  color: black;
  font-weight: 300;
  font-family: Arial, sans-serif;
  content: "x";
  right: 0;
  top: 0;
}

.element > a > img {
  max-width: 100%;
  height: auto;
  max-height: 230px;
}

.delete-sign {
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  font-size: 30px;
  font-family: "Montserrat Light";
  color: #E42F6C;
  cursor: pointer;
  font-size: 30px;
}

.delete-sign.panier {
  font-size: 35px;
  margin-bottom: auto;
  margin-left: -30px;
}

.delete-arrow {
  margin-top: 15px;
  margin-bottom: -15px;
}

.order-message-line {
  height: 57px !important;
}

.ordermessage {
  font-family: "TFArrow Medium" !important;
  font-size: 20px;
  color: #E42F6C !important;
  margin-left: 5px !important;
  position: initial !important;
  letter-spacing: 1.2px;
  cursor: pointer;
  line-height: 27px;
}

@media (max-width: 767px) {
  .ordermessage {
    font-size: 18px;
  }
}

.ordermessage::before {
  content: "+";
  font-family: "Open Sans Bold" !important;
  font-size: 30px !important;
  color: #E42F6C !important;
  cursor: pointer;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

#check_ordermsgcheck_1 {
  margin-top: 7px;
}

.gift-img {
  width: 27px;
  margin-left: 5px;
  margin-bottom: 6px;
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
    .gift-img {
      height: 33px;
      margin-left: 7px;
    }
}
}

.favorite-title,
.suggestion-title {
  font-family: "TFArrow Light";
  font-size: 71px;
  letter-spacing: 4.26px;
  color: #494B53;
}

@media screen and (max-width: 768px) {
  .favorite-title,
  .suggestion-title {
    font-size: 38px;
    letter-spacing: 2.28px;
    text-align: center;
  }
}

.favorite-text,
.suggestion-text {
  font-family: "TFArrow Medium";
  font-size: 32px;
  letter-spacing: 1.92px;
  color: #494B53;
}

@media screen and (max-width: 768px) {
  .favorite-text,
  .suggestion-text {
    font-size: 38px;
    letter-spacing: 2.28px;
    text-align: center;
  }
}

.ordermsg-container {
  margin-top: auto;
  margin-bottom: auto;
}

.detailorder_total tbody tr td {
  border: none;
}

.d-block .d-block-orderdetail {
  display: flex;
}

.title-orderconfirm {
  font-family: "Open Sans Regular";
  font-size: 30px;
  color: #494B53;
}

@media (max-width: 767px) {
  .title-orderconfirm {
    font-size: 25px;
  }
}

.title-orderconfirm .title-orderconfirm-red {
  font-family: "Open Sans Bold";
  color: #E42F6C;
  text-transform: uppercase;
  font-size: 30px;
}

.text-orderconfirm {
  font-family: "Open Sans Regular";
  font-size: 16px;
  color: #494B53;
}

.text-orderconfirm .text-orderconfirm-red {
  font-family: "Open Sans Regular";
  color: #E42F6C;
  text-transform: uppercase;
}

.text-orderconfirm a {
  color: #E42F6C;
  text-decoration: underline;
}

.confirm_message {
  margin-bottom: 2rem;
}

.row-orderconfirm {
  margin-top: 15px;
}

.stp2-title {
  color: #494B53;
  font-size: 71px;
  line-height: 1;
  font-family: "TFArrow Light";
  letter-spacing: 4.26px;
}

@media (max-width: 767px) {
  .stp2-title {
    font-size: 38px;
  }
}

.stp2-title.stp2-title-payment {
  margin-top: 80px;
}

.stp2-subtitle {
  color: #494B53;
  font-size: 32px;
  font-family: "TFArrow Medium";
  letter-spacing: 1.92px;
}

.stp2-livraison .stp2-liv-1,
.stp2-livraison .stp2-liv-2 {
  color: #494B53;
  font-size: 16px;
  font-family: "Open Sans Bold";
  margin-bottom: 0;
}

.stp2-livraison .stp2-liv-2 > span {
  color: #E42F6C;
}

.stp2-livraison .stp2-liv-3 > a {
  color: #E42F6C;
  font-size: 14px;
  font-family: "Open Sans Regular";
}

.stp2-livraison .stp2-liv-dispo {
  color: #494B53;
  font-size: 16px;
  font-family: "Open Sans Regular";
}

.stp2-livraison .stp2-liv-prix {
  color: #E42F6C;
  font-size: 20px;
  font-family: "Montserrat SemiBold";
  margin-bottom: 0;
}

.stp2-livraison .stp2-liv-3 {
  margin-bottom: 0;
}

.payment_check .payment_label {
  color: #494B53;
  font-size: 16px;
  font-family: "Open Sans Bold";
}

.payment_box {
  margin-bottom: 80px;
}

.css-label-checkbox a {
  text-decoration: underline;
  color: #000000;
}

.css-label-checkbox a:hover {
  text-decoration: underline;
  color: #E42F6C;
}

#popin_gift .modal-dialog {
  max-width: 1080px;
}

#popin_gift .modal-dialog .modal-content {
  background-color: #F3F3F3;
}

#popin_gift .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}

#popin_gift .modal-dialog .modal-content .modal-header .modal-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #494B53;
  font-size: 40px;
  font-family: "TFArrow Medium";
  letter-spacing: 2px;
  margin: 20px 0 0px;
}

#popin_gift .modal-dialog .modal-content .modal-header .close {
  color: #E42F6C;
  opacity: 1;
  font-size: 50px;
  float: none;
  position: absolute;
  right: 10px;
  padding: 0;
  margin: 0;
  top: 0;
  font-family: "Montserrat Light";
}

#popin_gift .modal-dialog .modal-content .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0;
}

#popin_gift .modal-dialog .modal-content .modal-footer .close {
  float: none;
  font-size: 16px;
  cursor: pointer;
}

#popin_gift .modal-dialog .modal-content .modal-footer .btn-valid-panier {
  width: auto;
  margin-left: 20px;
}

.tunnel-logo-header {
  margin-top: auto;
}

.panel-recap .detailorder_total td {
  padding: 20px 0;
}

@media (min-width: 767px) {
  .border-ariane {
    position: absolute;
    width: 50%;
    border-bottom: 2px solid #B4B4B4;
    margin-top: 20px;
    margin-left: 460px;
  }
}

#catalog_5,
#catalog_8 {
  width: 75%;
}

@media (min-width: 576px) {
  #catalog_5,
  #catalog_8 {
    margin-left: 8.333333%;
  }
}

#catalog_5 .catalog-header,
#catalog_8 .catalog-header {
  text-align: left !important;
  width: 100% !important;
}

#catalog_5 .catalog-header .contenthtml,
#catalog_8 .catalog-header .contenthtml {
  text-align: left !important;
}

.popin_article {
  border: 3px solid #E42F6C;
  border-radius: 10px;
  padding: 1.5rem 0 1.5rem;
}

._popin_dispo {
  padding: 2rem;
}

._popin_dispo > p {
  font-family: "TFArrow Medium";
  font-size: 18px;
}

.popin_article_qty,
.popin_article_title {
  font-family: "TFArrow Medium";
  font-size: 20px;
}

._popin_dispo_title {
  text-align: center;
  font-family: "TFArrow Medium";
  font-size: 40px !important;
  margin-bottom: 1.5rem;
}

._popin_dispo_list {
  margin-bottom: 1rem;
}

._popin_dispo_close {
  font-family: "Open Sans Bold", sans-serif;
  float: right;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #E42F6C;
  border-radius: 0;
  margin: 0 auto;
}

.popin_article_img > img {
  max-height: 200px;
}

.delete-codepromo {
  float: right;
  margin-top: -20px;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  font-size: 30px;
  font-family: "Montserrat Light";
  color: #E42F6C !important;
  cursor: pointer;
}

.consigne-big-cadre {
  margin-bottom: -45px;
}

.consigne {
  margin-left: -30px;
  background-color: #E42F6C;
  margin-top: 10px;
}

.consigne-text {
  font-family: "Open Sans Regular";
  color: white;
}

.consigne-bold-text {
  font-weight: bold;
}

.delete-codepromo-img {
  margin-left: 10px;
  margin-bottom: 2px;
  cursor: pointer;
}

.contenufroid-title {
  font-family: "TFArrow Light";
  font-size: 71px;
  color: #494B53;
  letter-spacing: 4.26px;
}

.contenufroid-subtitle {
  font-family: "TFArrow Medium";
  font-size: 30px;
  color: #e42f6c;
  letter-spacing: 1.8px;
}

.contenufroid-paragraphe {
  font-family: "Open Sans Regular";
  font-size: 17px;
  line-height: 27px;
  color: #000000;
  text-align: justify;
}

.article-wrapper {
  background-color: #FFFFFF;
}

@media (max-width: 768px) {
  .article-wrapper {
    background: transparent linear-gradient(0deg, #F3F3F3 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  }
}

.article-wrapper:before {
  width: 100%;
  height: 81px;
  content: "";
  display: block;
  background: transparent linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 768px) {
  .article-wrapper:before {
    height: 0;
  }
}

.article-wrapper:after {
  width: 100%;
  height: 81px;
  content: "";
  display: block;
  background: transparent linear-gradient(0deg, #F3F3F3 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 768px) {
  .article-wrapper:after {
    height: 0;
  }
}

.article-wrapper.article-wrapper-white:before,
.article-wrapper.article-wrapper-white:after {
  background: none;
}

.separator:after {
  width: 25px;
  height: 3px;
  content: "";
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: #E42F6C;
  background-size: 100%;
  margin-top: 18px;
  margin-bottom: 22px;
}

.article-description {
  font-family: "TFArrow Medium", sans-serif;
  font-size: 24px;
  color: #494B53;
  text-transform: none;
  margin: 0 auto;
  padding: 0;
  line-height: 29px;
  letter-spacing: 1.44px;
}

@media (max-width: 768px) {
  .article-description {
    font-size: 19px;
  }
}

.col-article {
  max-width: 1440px;
  margin: 0 auto;
}

.col-article .row-flex {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .col-article .row-flex {
    flex-flow: row nowrap;
  }
}

.col-article .row-flex .col-flex {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.col-article .row-flex .col-flex.col-flex-title,
.col-article .row-flex .col-flex.col-flex-price {
  width: 496px;
  text-align: center;
  position: relative;
}

.col-article .row-flex .col-flex.col-flex-media {
  width: 448px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.col-article .row-flex .col-flex.col-flex-media img {
  -o-object-fit: contain;
     object-fit: contain;
}

.col-article .row-flex .article-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #E3E3E3;
}

@media (min-width: 1365px) {
  .col-article .row-flex .article-bottom {
    padding-top: 16px;
  }
}

.col-article .row-flex .article-bottom .list-inline.list-inline-share p {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  color: #BABABA;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0;
  line-height: 20px;
}

.col-article .article-title {
  font-family: "TFArrow Medium", sans-serif;
  font-size: 34px;
  letter-spacing: 2.04px;
  font-weight: 400;
  color: #494B53;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0;
  line-height: 40px;
}

@media (max-width: 768px) {
  .col-article .article-title {
    margin-top: 2rem;
    font-size: 26px;
  }
}

.col-article .article-subtitle {
  font-family: "Open Sans Regular", sans-serif;
  font-size: 13px;
  color: #A0A0A0;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0;
  line-height: 20px;
}

.col-article .article-click-and-collect {
  width: 346px;
  height: 212px;
  margin: 0 auto;
}

.col-article .article-price-container .article-strike {
  color: #494B53;
  font-family: "Montserrat Medium";
  font-size: 28px;
  line-height: 50px;
}

.col-article .article-price-container .article-strike sup {
  top: -6px;
}

.col-article .article-price-container .article-strike .article-strike-price {
  position: relative;
  display: inline;
}

.col-article .article-price-container .article-strike .article-strike-price::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #494B53;
  transform: rotate(-25deg);
}

.col-article .article-price-container .article-price {
  color: #E42F6C;
  font-family: "Montserrat Medium";
  font-size: 49px;
  line-height: 59px;
}

@media (max-width: 768px) {
  .col-article .article-price-container .article-price {
    font-size: 40px;
  }
}

.col-article .article-price-container .article-price sup {
  top: -8px;
}

.col-article .article-price-container .article-price-per-volume {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #A0A0A0;
  line-height: 20px;
  margin-bottom: 38px;
}

.col-article .article-actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
}

@media (max-width: 1365px) {
  .col-article .article-actions {
    justify-content: center;
  }
}

.col-article .article-actions .article-addcart-container .btn.btn-addcart {
  font-size: 16px;
  font-family: "Roboto Bold", sans-serif;
  letter-spacing: 0.64px;
  color: #FFFFFF;
  background-color: #E42F6C;
  width: 286px;
  height: 59px;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  box-shadow: 0px 7px 15px #E42F6C80;
}

.col-article .article-actions .article-addcart-container .btn.btn-addcart img {
  width: 26px;
  height: 23px;
  margin-right: 15px;
}

.col-article .article-actions .article-addcart-container .btn.btn-addcart:hover {
  color: #FFFFFF;
  background-color: #f36d9a;
}

.col-article .article-actions .btn-group.btn-group-article-qty {
  border: 1px solid #E3E3E3;
  border-radius: 30px;
  width: 180px;
  height: 60px;
  padding: 0;
}

@media (max-width: 767px) {
  .col-article .article-actions .btn-group.btn-group-article-qty {
    width: 150px;
  }
}

.col-article .article-actions .btn-group.btn-group-article-qty .plus,
.col-article .article-actions .btn-group.btn-group-article-qty .minus {
  background-color: #F3F3F3;
  border: none;
  border-radius: 30px;
  color: #E42F6C;
  font-family: "Open Sans Regular", sans-serif;
  letter-spacing: 1.68px;
  line-height: 33.6px;
  font-size: 28px;
  padding: 0;
  width: 45px;
}

.col-article .article-actions .btn-group.btn-group-article-qty .minus {
  border-radius: 30px 0 0 30px;
  padding-left: 25px;
}

.col-article .article-actions .btn-group.btn-group-article-qty .plus {
  border-radius: 0 30px 30px 0;
  padding-right: 25px;
}

.col-article .article-actions .btn-group.btn-group-article-qty .article_quantity {
  text-align: center;
  font-size: 22px;
  font-family: "Open Sans Semi Bold", sans-serif;
  line-height: 22.8px;
  color: #242829;
  border: none;
  background-color: #F3F3F3;
  width: 90px;
  -moz-appearance: textfield;
}

.col-article .article-actions .btn-group.btn-group-article-qty .article_quantity::-webkit-outer-spin-button,
.col-article .article-actions .btn-group.btn-group-article-qty .article_quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.col-article .article-dispo {
  text-align: left;
}

.col-article .article-dispo .dispo {
  font-family: "Open Sans Regular", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #f17030;
}

.col-article .article-dispo .dispo.dispo-DPC {
  color: #62B23B;
}

.col-article .article-dispo .dispo.dispo-DPC:before {
  content: "";
  width: 21px;
  height: 17px;
  background-image: url("/images/article/check.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
}

.col-article .btn.btn-wishlist {
  font-family: "Open Sans Bold", sans-serif;
  margin-top: 0rem;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16.8px;
  color: #BABABA;
  width: 150px;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: right;
  text-transform: none;
}

.col-article .btn.btn-wishlist img {
  margin-left: 10px;
  width: 29px;
  height: 36px;
}

.col-article .btn.btn-wishlist:hover {
  background-color: transparent;
  color: #f36d9a;
}

@media (min-width: 767px) {
  .col-article.col-article-descriptions {
    padding: 60px 5px 50px;
  }
}

.col-article .row-descriptions {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 767px) {
  .col-article .row-descriptions {
    flex-flow: row nowrap;
  }
}

@media (max-width: 767px) {
  .col-article .row-descriptions {
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem;
  }
}

.col-article .row-descriptions .article-know {
  width: 480px;
  text-align: center;
}

@media (max-width: 767px) {
  .col-article .row-descriptions .article-know {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-article .row-descriptions .article-know .article-know-title {
  font-family: "TFArrow Medium";
  font-size: 30px;
  color: #494B53;
  letter-spacing: 1.8px;
  line-height: 36px;
  margin-bottom: 35px;
}

@media (min-width: 767px) {
  .col-article .row-descriptions .article-know .article-know-title {
    pointer-events: none;
  }
}

.col-article .row-descriptions .article-know .article-know-subtitle {
  font-family: "Open Sans Semi Bold";
  font-size: 16px;
  color: #E42F6C;
  letter-spacing: 4.16px;
  line-height: 25px;
  text-transform: uppercase;
}

.col-article .row-descriptions .article-know .article-know-text {
  font-family: "Open Sans Regular";
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
  margin-bottom: 35px;
}

.col-article .row-descriptions .article-region {
  width: 960px;
}

@media (min-width: 767px) {
  .col-article .row-descriptions .article-region {
    padding-left: 109px;
  }
}

@media (max-width: 767px) {
  .col-article .row-descriptions .article-region {
    text-align: center;
  }
}

.col-article .row-descriptions .article-region .article-know {
  width: auto;
  margin-bottom: 96px;
}

.col-article .article-history {
  position: relative;
}

.col-article .article-history .article-history-title {
  font-family: "TFArrow Medium", sans-serif;
  font-size: 30px;
  letter-spacing: 1.8px;
  line-height: 36px;
  color: #494B53;
  text-align: left;
}

.col-article .article-history .article-history-subtitle {
  font-family: "TFArrow Light", sans-serif;
  font-size: 65px;
  letter-spacing: 3.9px;
  line-height: 70px;
  color: #494B53;
  text-indent: -374px;
  margin-bottom: 20px;
}

@media (max-width: 1400px) {
  .col-article .article-history .article-history-subtitle {
    text-indent: -200px;
  }
}

@media (max-width: 1235px) {
  .col-article .article-history .article-history-subtitle {
    text-indent: -100px;
  }
}

@media (max-width: 1090px) {
  .col-article .article-history .article-history-subtitle {
    text-indent: -50px;
  }
}

@media (max-width: 1015px) {
  .col-article .article-history .article-history-subtitle {
    text-indent: 65px;
  }
}

@media (max-width: 850px) {
  .col-article .article-history .article-history-subtitle {
    text-indent: 110px;
  }
}

.col-article .article-history .article-history-absolute {
  position: absolute;
  top: 33px;
}

@media (min-width: 768px) {
  .col-article .article-history .article-history-absolute {
    left: 35px;
  }
}

@media (min-width: 1380px) {
  .col-article .article-history .article-history-absolute {
    left: 0px;
  }
}

.col-article .article-history .article-history-text {
  font-family: "Open Sans Regular", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #000000;
  text-align: justify;
  margin-bottom: 60px;
}

@media (min-width: 767px) {
  .col-article .article-history .article-history-text {
    text-indent: 0px;
  }
}

.article-associations-container .article-associations-title {
  font-family: "TFArrow Light", sans-serif;
  font-size: 71px;
  letter-spacing: 4.26px;
  line-height: 82.5px;
  color: #494B53;
  margin-bottom: 16px;
}

.article-associations-container .article-associations-subtitle {
  font-family: "TFArrow Medium", sans-serif;
  font-size: 32px;
  letter-spacing: 1.92px;
  line-height: 38.4px;
  color: #494B53;
  margin-bottom: 52px;
}

.panel-group .panel-default {
  margin-bottom: -4rem;
  margin-top: 1rem;
  z-index: 99;
  position: relative;
}

.article-share p {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 18px;
  color: #BABABA;
}

.rating-1 {
  font-size: 1em;
}

.ratings-title {
  font-family: TFArrow Light;
  font-size: 71px;
  letter-spacing: 4.26px;
  color: #494B53;
}

@media (max-width: 768px) {
  .ratings-title {
    font-size: 38px;
    letter-spacing: 2.28px;
  }
}

.comment-sentence {
  font-family: "Open Sans Bold";
  font-size: 16px;
  color: #000000;
}

.comment-date {
  font-family: "Open Sans Italic";
  font-size: 16px;
  color: #000000;
}

.comment-title-content {
  margin-bottom: 26px;
  margin-top: 15px;
  font-family: "Open Sans Semi Bold";
  letter-spacing: 0px;
  color: #494B53;
  font-size: 20px;
}

.comment-text {
  font-family: "Open Sans Regular";
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
}

@media (max-width: 767px) {
  .comment-text {
    margin-top: -15px;
  }
}

.btn-addcomment {
  background-color: #E42F6C;
  font-size: 16px;
  font-family: "Open Sans Bold";
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 0;
  height: 65px;
  margin-top: 21px;
  padding-right: 3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 3rem;
}

@media (max-width: 767px) {
  .btn-addcomment {
    font-size: 16px;
    height: 38px;
    padding-top: 9px;
  }
}

@media (max-width: 1000px) {
  .btn-addcomment {
    font-size: 12px;
  }
}

@media (min-width: 767px) {
  .btn-addcomment.popin {
    width: 60%;
  }
}

.comment-item {
  box-shadow: 0px 5px 10px #0000000F;
}

.no-comments {
  margin-left: auto;
  margin-right: auto;
}

.no-comments-text {
  font-family: "Open Sans Regular";
  letter-spacing: 1.2px;
  font-size: 19px;
}

@media (max-width: 767px) {
  .comment-review {
    margin-top: 10px;
  }
}

/** systeme de notation bootstrap 4 **/

/* Styling h1 and links
 ––––––––––––––––––––––––––––––––– */

h1[alt=Simple] {
  color: white;
}

/* Attention
a[href],
a[href]:hover {
    color: grey;
    font-size: 0.5em;
    text-decoration: none
}
*/

.starrating > input {
  display: none;
}

/* Remove radio buttons */

.starrating > label:before {
  content: "\F006";
  /* Star */
  margin: 2px;
  font-size: 2em;
  font-family: FontAwesome;
  display: inline-block;
  cursor: pointer;
}

.starrating > label {
  color: #ffca08;
  /* Start color when not clicked */
}

.starrating > input:checked ~ label:before {
  content: "\F005";
  color: #ffca08;
}

/* Set yellow color when star checked */

.starrating > input:hover ~ label:before {
  content: "\F005";
  color: #ffca08;
}

/* Set yellow color when star hover */

.ratings-float {
  justify-content: left;
}

.ratings-note {
  letter-spacing: 0px;
  color: #8E8E8E;
  font-family: "Open Sans Regular";
  font-size: 19px;
}

.margin-ratings {
  margin-top: -33px;
}

.margin-text-ratings {
  margin-top: 49px;
  margin-bottom: 50px;
}

.img-bio {
  margin-left: 95px;
  position: absolute;
  z-index: 10;
}

.text-area-msg.input-intercaves-focus {
  background-color: white !important;
}

.dismiss-comment {
  color: #E42F6C;
}

@media (max-width: 768px) {
  .center-md {
    text-align: center;
  }
}

.rating-gly-star {
  font-size: 1.2rem;
}

.rating-container .rating-stars {
  color: #FFC400;
}

.rating-container .rating-stars:before {
  text-shadow: none;
  color: #FFC400 !important;
}

.average-reviews {
  min-height: 48px;
}

.rating-gly-star {
  margin-top: -45px;
  margin-left: 25px;
}

.img-bio-mosaique {
  position: relative;
  z-index: 10;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .img-bio-mosaique {
    width: 23px;
  }
}

.big-std-mosaique .cadre_moz .img-bio-mosaique {
  margin-left: 557px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .big-std-mosaique .cadre_moz .img-bio-mosaique {
    margin-left: 246px;
    margin-top: 0px;
  }
}

.img-bio-mosaique-wishlist {
  position: relative;
  z-index: 10;
}

.img-on-consigne-bigstd {
  width: 70px;
}

@media (max-width: 768px) {
  .img-on-consigne-bigstd {
    width: 40px;
  }
}

.img-on-consigne-std {
  width: 70px;
}

@media (max-width: 768px) {
  .img-on-consigne-std {
    width: 40px;
  }
}

.img-on-consigne-wishlist {
  width: 70px;
}

.img-on-promotion {
  position: absolute;
  z-index: 10;
  margin-left: 130px;
}

.img-on-consigne {
  position: absolute;
  z-index: 10;
  margin-left: 130px;
}

div#media_viewer > img + img.img-on-consigne {
  margin-top: 100px;
}

.img-on-promotion-bigstd {
  position: relative;
  z-index: 10;
  width: 70px;
}

@media (max-width: 768px) {
  .img-on-promotion-bigstd {
    width: 40px;
  }
}

.img-on-promotion-std {
  position: relative;
  z-index: 10;
  width: 70px;
}

@media (max-width: 768px) {
  .img-on-promotion-std {
    width: 40px;
  }
}

.img-on-promotion-wishlist {
  position: relative;
  z-index: 10;
  width: 70px;
}

.cadre_moz > .logos-promo-consigne-bio-std > img {
  margin-top: 9px;
}

@media (max-width: 768px) {
  .cadre_moz > .logos-promo-consigne-bio-std > img {
    margin-top: 4px;
  }
}

.cadre_moz > .logos-promo-consigne-bio-std > img:first-child {
  margin-top: 0px;
}

.cadre_moz > .logos-promo-consigne-bio-wishlist > img {
  margin-top: 9px;
}

@media (max-width: 768px) {
  .cadre_moz > .logos-promo-consigne-bio-wishlist > img {
    margin-top: 4px;
  }
}

.cadre_moz > .logos-promo-consigne-bio-wishlist > img:first-child {
  margin-top: 0px;
}

.cadre_moz > .logos-promo-consigne-bio-bigstd > img {
  margin-top: 9px;
}

@media (max-width: 768px) {
  .cadre_moz > .logos-promo-consigne-bio-bigstd > img {
    margin-top: 4px;
  }
}

.cadre_moz > .logos-promo-consigne-bio-bigstd > img:first-child {
  margin-top: 0px;
}

.logos-promo-consigne-bio-std {
  position: absolute;
  width: 70px;
  top: 15px;
  right: 15px;
  text-align: right;
}

@media (max-width: 768px) {
  .logos-promo-consigne-bio-std {
    width: 40px;
    top: 5px;
    right: 5px;
  }
}

.logos-promo-consigne-bio-wishlist {
  position: absolute;
  width: 70px;
  top: 15px;
  right: 15px;
  text-align: right;
}

.logos-promo-consigne-bio-bigstd {
  position: absolute;
  width: 96px;
  top: 15px;
  right: 15px;
  text-align: right;
}

@media (max-width: 768px) {
  .logos-promo-consigne-bio-bigstd {
    width: 65px;
  }
}

.thumbnail-std {
  padding-top: 25px;
}

@media (max-width: 768px) {
  .thumbnail-std {
    padding-top: 8px;
  }
}

.cadre-custom-std {
  position: relative;
}

.article-review-container {
  padding: 77px 0 63px;
}

.article-review-container .title-review {
  font-family: "TFArrow Light", sans-serif;
  font-size: 71px;
  color: #494B53;
  letter-spacing: 4.26px;
  line-height: 85.2px;
}

.review-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.review-container .review-note {
  flex: 0 0 280px;
  padding-left: 52px;
}

.review-container .review-note .review-stars {
  margin-top: 35px;
}

.review-container .review-note .review-stars .fa.fa-star.checked {
  color: #FFC400;
}

.review-container .review-note .review-name {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0px;
  line-height: 24px;
}

.review-container .review-note .review-date {
  font-family: "Open Sans Italic", sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0px;
  line-height: 24px;
}

.review-container .review-comment {
  padding: 0 70px 0 15px;
}

.review-container .review-comment .review-comment-title {
  font-family: "Open Sans Semi Bold", sans-serif;
  font-size: 20px;
  color: #494B53;
  letter-spacing: 0px;
  line-height: 32px;
  margin-top: 35px;
  margin-bottom: 19px;
}

.review-container .review-comment .review-comment-text {
  font-family: "Open Sans Regular", sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0px;
  line-height: 24px;
  margin-bottom: 39px;
}

.col-address .Ktabaddresses .Ktabaddresses_onglets {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  height: 47px;
  line-height: 50px;
  margin-bottom: 60px;
}

.col-address .Ktabaddresses .Ktabaddresses_volets {
  margin-bottom: 60px;
}

.col-address .Ktabaddresses .Ktabaddresses_onglets .Ktabaddresses_onglet_select {
  font-family: "TFArrow Medium";
  font-size: 24px;
  letter-spacing: 6px;
  color: #494B53;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .col-address .Ktabaddresses .Ktabaddresses_onglets .Ktabaddresses_onglet_select {
    font-size: 14px;
  }
}

.container-addaddress {
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

.addaddress-title {
  font-family: "TFArrow Bold";
  font-size: 24px;
  letter-spacing: 3.36px;
  color: #E42F6C;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.addaddress-form {
  padding-top: 40px;
}

.input-intercaves-account-margin {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .input-intercaves-account-margin {
    margin-bottom: 30px;
  }
}

.row-account {
  margin-left: 30px;
  margin-right: 30px;
}

.radio-input-intercaves {
  border-bottom: 3px solid #E42F6C;
  font-family: "Open Sans Regular";
  font-size: 16px;
  height: 40px;
  margin-bottom: 40px;
}

.css-label-radio .gender {
  margin-right: 130px;
}

.btn-addaddress {
  background: #E42F6C 0% 0% no-repeat padding-box;
  height: 66px;
  color: white;
  font-family: "Open Sans Bold";
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 40px;
  border-radius: 0px;
}

label[for=radio_gender_0] {
  margin-right: 25%;
}

.address-container {
  /*border-top: 1px solid gray;
  margin-top: 20px;
  padding-top: 20px;*/
  /*Adeline : d'ou ca vient ca ?*/
}

.address-infos {
  line-height: 30px;
  text-align: justify;
  font-family: "Open Sans Regular";
  font-size: 19px;
}

@media (max-width: 767px) {
  .address-infos {
    font-size: 16px;
  }
}

.div_address + .div_address {
  margin-top: 30px;
}

.title_address {
  text-transform: uppercase;
}

.address-col-buttons {
  margin-top: auto;
  margin-bottom: auto;
}

.btn-edit-address {
  height: 36px;
  width: 130px;
  background-color: #E42F6C;
  font-size: 16px;
  font-family: "Open Sans Bold";
  text-align: center;
  color: white;
  letter-spacing: 0.8px;
  border-radius: 0;
}

.btn-delete-address {
  height: 36px;
  width: 130px;
  background-color: transparent;
  font-size: 16px;
  font-family: "Open Sans Bold";
  text-align: center;
  border: 1px solid #8E8E8E;
  color: #8E8E8E;
  letter-spacing: 0.8px;
  border-radius: 0;
}

.up-button {
  margin-bottom: 10px;
}

.down-button {
  margin-top: 1px;
}

.row-select-address {
  margin-bottom: 0.5rem;
  margin-top: -0.8rem;
}

.btn.btn-add-address {
  background: none;
  border: none;
  margin: 0 0 10px 20px;
}

.bg-grey {
  background-color: #F3F3F3 !important;
}

.container-identification {
  margin-top: 20px;
}

.container-form-login {
  color: #494B53;
  font-family: "Open Sans Regular";
}

@media (min-width: 1560px) {
  .container-form-login {
    padding: 0 120px;
  }
}

.container-form-subscribe {
  background-color: #ffffff;
  padding: 70px 120px;
  color: #494B53;
  font-family: "Open Sans Regular", sans-serif;
  box-shadow: 0px 0px 12px #00000021;
}

@media (max-width: 1400px) {
  .container-form-subscribe {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 768px) {
  .container-form-subscribe {
    padding: 10px 20px;
  }
}

.login-title {
  font-family: "TFArrow Medium";
  font-size: 40px;
  color: #494B53;
  letter-spacing: 2.4px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .login-title {
    font-family: "TFArrow Light";
    font-size: 38px;
  }
}

.create-login-title {
  font-family: "TFArrow Light";
  font-size: 65px;
  color: #494B53;
  letter-spacing: 3.9px;
}

@media (max-width: 767px) {
  .create-login-title {
    font-size: 38px;
  }
}

.login-desc {
  font-family: "Open Sans Regular";
  font-size: 19px;
  color: #000000;
  margin-bottom: 50px;
}

.create-login-desc {
  font-family: "TFArrow Medium";
  font-size: 26px;
  color: #494B53;
  letter-spacing: 1.56px;
}

@media (max-width: 767px) {
  .create-login-desc {
    font-size: 18px;
  }
}

.form-group {
  text-align: left;
}

.group {
  position: relative;
  margin-bottom: 45px;
}

/*input {
    font-size: 19px;
    padding: 0 0 5px 0;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 3px solid #E42F6C;
}*/

.radio-ic {
  border-bottom: 3px solid #E42F6C;
  margin-bottom: 45px;
  position: relative;
}

.radio-ic label {
  color: #8E8E8E;
  font-size: 19px;
  font-family: "Open Sans Regular";
  padding: 0 0 7px 0;
  margin-bottom: 0px;
  /*pour le champ civilité du compte client*/
}

.radio-ic .form-check-label {
  padding: 0;
}

.group {
  /* active state*/
  /* active state */
  /* active state */
}

.group input {
  font-size: 19px;
  padding: 0 0 7px 0;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 3px solid #E42F6C;
}

.group .input-grey {
  background-color: transparent !important;
  text-align: left;
  /*pour les label du formulaire d'inscription*/
}

.group input:focus {
  outline: none;
}

.group label {
  color: #8E8E8E;
  font-size: 19px;
  font-weight: normal;
  font-family: "Open Sans Regular";
  position: absolute;
  pointer-events: none;
  top: 0px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

@media (max-width: 767px) {
  .group label {
    font-size: 14px;
  }
}

.group input:focus ~ label,
.group input:not([value=""]) ~ label,
.group .input-intercaves-focus ~ label,
.group .date ~ label {
  top: -20px;
  font-size: 13px;
  color: #8E8E8E;
  font-family: "Open Sans Regular";
}

.group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.group input:not(.invalid) .bar:before,
.group input:not(.invalid) .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #E42F6C;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.group .bar:before {
  left: 50%;
}

.group .bar:after {
  right: 50%;
}

.group input:focus ~ .bar:before,
.group input:focus ~ .bar:after {
  width: 50%;
}

.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.group input:not(.invalid):focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}

@keyframes inputHighlighter {
  from {
    background: #E42F6C;
  }

  to {
    width: 0;
    background: transparent;
  }
}

/*Bouton Je crée mon compte page login*/

.btn-mdp {
  width: 100%;
}

.btn-login,
.btn-mdp,
.btn-valider {
  background-color: #E42F6C;
  font-size: 16px;
  font-family: "Open Sans Bold";
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 0;
}

@media (max-width: 767px) {
  .btn-login,
  .btn-mdp,
  .btn-valider {
    font-size: 16px;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .btn-login,
  .btn-mdp,
  .btn-valider {
    font-size: 12px;
  }
}

.link-forgottenpwd {
  color: #000000;
  font-family: "Open Sans Bold";
  text-decoration: underline !important;
}

.rubrique {
  color: #494B53;
  font-family: "TFArrow Medium";
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 7.92px;
  margin-top: 80px;
  padding: 10px 0 !important;
  /*page mes infos mon compte*/
}

@media (max-width: 767px) {
  .rubrique {
    font-size: 16px;
    margin-top: 0;
  }
}

.unmask {
  position: absolute !important;
  right: 0px;
  margin-top: 0.5rem;
}

.invalid {
  color: #FFA200;
}

.myaccount_error,
.login_failed,
.error-comment {
  color: #E42F6C;
}

.page-not-found-container {
  background-image: url("/media/images/background-404.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  /*.autosearch-page-not-found*/
}

@media (min-width: 767px) {
  .page-not-found-container .row-page-not-found {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.page-not-found-container .box-page-not-found {
  text-align: center;
}

@media (min-width: 767px) {
  .page-not-found-container .box-page-not-found {
    padding: 0 100px;
  }
}

.page-not-found-container .box-page-not-found .box-page-not-found-bottom {
  margin-top: 40px;
}

@media (min-width: 767px) {
  .page-not-found-container .box-page-not-found-caves {
    padding: 0 20px;
  }
}

.page-not-found-container .title {
  font-family: "TFArrow Medium";
  font-size: 85px;
  letter-spacing: 5.1px;
  line-height: 100px;
  color: #FFFFFF;
  text-shadow: 0px 0px 15px #00000066;
}

.page-not-found-container .subtitle {
  font-family: "TFArrow Medium";
  font-size: 34px;
  letter-spacing: 2.4px;
  line-height: 39.2px;
  color: #FFFFFF;
  text-shadow: 0px 0px 15px #00000066;
  padding-bottom: 60px;
}

.page-not-found-container .input-group input[type=text] {
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-family: "Open Sans Regular", sans-serif;
  font-size: 19px;
  font-style: italic;
  border-bottom: 3px solid #E42F6C;
  padding: 0;
}

.page-not-found-container .input-group input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #010101;
}

.page-not-found-container .input-group input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #010101;
}

.page-not-found-container .input-group input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #010101;
}

.page-not-found-container .input-group input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #010101;
}

.page-not-found-container .btn {
  border-radius: 0;
  border: 0;
  font-size: 16px;
  font-family: "Open Sans Bold";
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  text-transform: uppercase;
  line-height: 2.5;
  padding: 13px 0;
}

.page-not-found-container .btn.btn-back-to-home {
  background-color: #E42F6C;
}

.page-not-found-container .input-group-addon .glyphicon-search-intercaves-rose::before {
  content: url("/images/search_rose.png");
  margin-right: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-not-found-container .box-page-not-found-caves img {
  max-width: 100%;
  height: auto;
}

.dropdown .item-account {
  color: #E42F6C !important;
  font-size: 16px !important;
  font-family: "Open Sans Semi Bold" !important;
  letter-spacing: 1.6px !important;
  text-transform: uppercase !important;
  padding: 0.65rem 1.5rem !important;
  font-weight: normal;
}

@media (max-width: 767px) {
  .dropdown .item-account {
    padding: 0.2rem 1.5rem !important;
  }
}

.dropdown .item-account:hover {
  background-color: #E42F6C;
  color: #ffffff !important;
}

.active .item-account {
  background-color: #E42F6C;
  color: #ffffff !important;
}

.menu_myaccount {
  margin-bottom: 0px !important;
}

@media (min-width: 767px) {
  .account_informations .btn-valider {
    padding: 20px 100px !important;
    margin: 60px 0;
  }
}

@media (max-width: 767px) {
  #myaccount_infos {
    margin-top: 2rem;
  }
}

.account_informations .checkbox-optins {
  font-family: "Open Sans Regular";
  font-size: 19px;
}

.container-account-addresses {
  margin: 80px 0;
}

.welcome-msg h3 {
  color: #494B53;
  font-family: "TFArrow Light";
  font-size: 65px;
  letter-spacing: 3.9px;
}

@media (max-width: 767px) {
  .welcome-msg h3 {
    font-size: 38px;
  }
}

.welcome-msg h5 {
  color: #494B53;
  font-family: "TFArrow Medium";
  font-size: 26px;
  letter-spacing: 1.56px;
}

@media (max-width: 767px) {
  .welcome-msg h5 {
    font-size: 20px;
  }
}

.my-commands {
  background-color: #E1E5EC;
  border: none;
}

.my-commands .itm-cmd-number {
  color: #010101;
  font-family: "Open Sans Bold";
  font-size: 18px;
}

.my-commands .itm-cmd-date {
  color: #010101;
  font-family: "Open Sans Italic";
  font-size: 18px;
}

.my-commands .itm-cmd-amount {
  color: #E42F6C;
  font-family: "Montserrat SemiBold";
  font-size: 28px;
}

.my-commands .itm-cmd-statut {
  color: #010101;
  font-family: "Open Sans Regular";
  font-size: 18px;
}

.my-commands .btn-cmd-return {
  color: #FFFFFF;
  background-color: #494B53;
  font-size: 16px;
  font-family: "Open Sans Semi Bold";
  text-transform: uppercase;
  letter-spacing: 1.6px;
  border-radius: 0;
}

.my-commands .btn-cmd-return:active,
.my-commands .btn-cmd-return:focus,
.my-commands .btn-cmd-return:hover {
  color: #dddddd;
}

.my-commands .btn-cmd-seemore {
  background-color: #E42F6C;
  font-size: 16px;
  font-family: "Open Sans Semi Bold";
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 0;
}

.orderlist_orderdetail {
  clear: both;
  display: none;
  background-color: #E1E5EC;
}

.detailorder_fam {
  color: #E42B6C;
  font-family: "Open Sans Regular";
  font-size: 16px;
}

.detailorder_unit_price_ttc {
  color: #E42F6C;
  font-family: "Montserrat SemiBold";
  font-size: 30px;
}

@media (max-width: 767px) {
  .detailorder_unit_price_ttc {
    color: #242829;
    font-family: "Open Sans Semi Bold";
    font-size: 16px;
  }
}

.detailorder_quantity {
  color: #242829;
  font-family: "Open Sans Semi Bold";
  font-size: 19px;
}

.detailorder_total_price_ttc {
  color: #E42F6C;
  font-family: "Montserrat SemiBold";
  font-size: 40px;
}

@media (max-width: 767px) {
  .detailorder_total_price_ttc {
    font-size: 35px;
  }
}

/* .table-detailorder {
    border-collapse: separate;
    border-spacing: 0 .2em;
} */

.fa-invoices {
  color: #E42F6C;
}

.alert-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  border-radius: 0px;
}

.no-favoris {
  color: #494B53;
  font-family: "TFArrow Medium";
  font-size: 2rem;
}

.createaccountsuccess_message {
  color: #E42F6C;
  font-family: "TFArrow Medium";
  font-size: 2.2rem;
  margin-top: 4rem;
  margin-top: 3rem;
}

.alert-intercaves {
  background-color: #E42F6C;
  color: white;
  font-size: 16px;
  font-family: "Open Sans Bold";
  letter-spacing: 0.8px;
}

@media screen and (min-width: 768px) {
  .row-wishlist {
    margin-left: 250px;
    margin-right: 250px;
  }
}

.cadre-custom {
  height: 100%;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 8px #1F2F331A;
}

.title-favoris {
  text-align: center;
  letter-spacing: 1.2px;
  color: #494B53;
  font-family: "TFArrow Medium";
  font-size: 20px;
}

.btn-chewingum .btn-wishlist {
  height: 59px;
  background: #E42F6C 0% 0% no-repeat padding-box;
  box-shadow: -4.95px 5px 15px #E42F6C80;
  border-radius: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Roboto Bold";
}

.btn-wishlist {
  border-radius: 0;
  width: 100%;
  letter-spacing: 0.76px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Open Sans SemiBold";
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 3px;
  background-color: #E42F6C;
}

.btn-wishlist2 {
  height: 48px;
  border-radius: 0;
  width: 100%;
  letter-spacing: 0.76px;
  color: grey;
  font-family: "Open Sans SemiBold";
  text-align: right;
  font-size: 15px;
  margin-top: -5px;
  margin-bottom: 3px;
}

@media (max-width: 1245px) {
  .btn-wishlist2 {
    font-size: 8px;
  }
}

@media (max-width: 992px) {
  .btn-wishlist2 {
    font-size: 15px;
  }
}

.btn-wishlist2:hover {
  color: #f36d9a !important;
  background-color: transparent !important;
}

.btn-deletewishlist {
  background: transparent;
  border: 1px solid #8E8E8E;
  border-radius: 0;
  width: 100%;
  letter-spacing: 0.8px;
  color: #8E8E8E;
  font-family: "Open Sans Bold";
  font-size: 16px;
  margin-bottom: 5px;
}

@media (max-width: 1280px) {
  .btn-deletewishlist {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .btn-deletewishlist {
    font-size: 16px;
  }
}

.row-title-wishlist {
  margin-bottom: 15px;
}

.col-favoris-mobile {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .container-favoris-mobile {
    padding-right: 27px;
  }
}

.title-container {
  min-height: 90px;
  overflow: hidden;
  max-height: 90px;
}

.wishlist-first-column {
  margin-right: -16px;
  margin-top: -8px;
  font-size: 13px;
}

.wishlist-second-column {
  margin-top: -7px;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb a {
  color: #E42F6C;
  font-size: 13px;
  font-weight: 600;
}

.breadcrumb-item.active a {
  color: #6c757d;
  font-weight: normal;
}

.row-article-blog {
  max-width: 1030px;
  margin: 0 auto;
}

.date-creation-article {
  font-size: 1rem;
}

.col-boxes-suggest {
  background-size: cover;
  background-position: center center;
}

.title-article-blog h1 {
  font-family: "TFArrow Medium";
  color: #010101;
  font-size: 50px;
  letter-spacing: 2.4px;
  line-height: 58px;
  margin-top: 20px;
}

.date-creation-article {
  font-family: "Open Sans Semi Bold";
  color: #A2A3AB;
  font-size: 17px;
}

.text-article-blog {
  font-family: "Open Sans Regular";
  color: #000000;
  font-size: 19px;
  line-height: 27px;
  margin-top: 30px;
}

.shp-banniere-container {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .shp-banniere-container {
    height: 220px;
  }
}

@media screen and (max-width: 768px) {
  .shp-banniere-no-margin {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media screen and (max-width: 768px) {
  .shp-banniere-no-padding {
    padding: 0;
  }
}

.shp-banniere-background-transparent {
  background-color: #000;
  width: 100%;
  height: 255px;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
}

@media screen and (max-width: 1250px) {
  .shp-banniere-background-transparent {
    opacity: 0.3;
  }
}

@media screen and (max-width: 1199px) {
  .shp-banniere-background-transparent {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  .shp-banniere-background-transparent {
    opacity: 0.7;
  }
}

.shp-banniere-img {
  height: 255px;
  width: 100%;
  overflow: hidden;
}

.col-absolute-shp-banniere {
  position: absolute;
  top: 0;
  overflow: hidden;
  display: table;
  height: 255px;
}

@media screen and (max-width: 767px) {
  .col-absolute-shp-banniere {
    margin-left: 15px;
    height: 225px;
  }
}

.shp-banniere-table {
  display: table-cell;
  vertical-align: middle;
  padding-left: 73px;
}

@media screen and (max-width: 991px) {
  .shp-banniere-table {
    padding-left: 0;
  }
}

.shp-banniere-titre {
  font-family: "TFArrow Light";
  font-size: 47px;
  letter-spacing: 3px;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .shp-banniere-titre {
    font-size: 40px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}

.shp-banniere-texte {
  font-family: "Open Sans Regular";
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .shp-banniere-texte {
    font-size: 14px;
    line-height: 22px;
  }
}

.workshop-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  margin-bottom: 55px;
}

@media screen and (max-width: 1440px) {
  .workshop-container {
    flex-flow: row wrap;
  }
}

.workshop-container .workshop-media {
  flex: 0 0 494.5px;
  min-height: 494.5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  order: 1;
}

@media screen and (max-width: 1440px) {
  .workshop-container .workshop-media {
    flex: 1 1 494.5px;
    order: 1;
  }
}

.workshop-container .workshop-texts {
  flex: 0 0 705.25px;
  padding: 25px 40px 30px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  order: 2;
}

@media screen and (max-width: 1440px) {
  .workshop-container .workshop-texts {
    flex: 1 1 705.25px;
    order: 3;
    padding: 25px 15px 30px;
  }
}

.workshop-container .workshop-texts .workshop-txt-head {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .workshop-container .workshop-texts .workshop-txt-head {
    flex-flow: row wrap;
  }
}

.workshop-container .workshop-texts .workshop-txt-head .workshop-txt-title {
  font-family: "TFArrow Medium", sans-serif;
  font-size: 40px;
  letter-spacing: 2.4px;
  color: #010101;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .workshop-container .workshop-texts .workshop-txt-head .workshop-txt-title {
    padding-right: 0;
    flex: 0 0 100%;
  }
}

.workshop-container .workshop-texts .workshop-txt-head .workshop-txt-price {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 19px;
  letter-spacing: 0;
  color: #E42F6C;
  border: 1px solid #E42F6C;
  padding: 4px 10px;
  flex: 0 0 auto;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .workshop-container .workshop-texts .workshop-txt-head .workshop-txt-price {
    flex: 0 0 100%;
  }
}

.workshop-container .workshop-texts .workshop-txt-body {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  color: #000000;
}

.workshop-container .workshop-texts .workshop-more-about {
  color: #E42F6C;
  font-size: 16px;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  margin: 15px 0;
}

.workshop-container .workshop-texts .workshop-contact {
  background-color: #EFEFEF;
  padding: 15px;
  font-size: 16px;
  float: left;
  margin-bottom: 15px;
}

.workshop-container .workshop-texts .workshop-contact .workshop-contact-title {
  font-family: "Open Sans Bold", sans-serif;
  color: #E42F6C;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.workshop-container .workshop-texts .workshop-contact .workshop-contact-mail,
.workshop-container .workshop-texts .workshop-contact .workshop-contact-phone {
  font-family: "Open Sans", sans-serif;
  color: #000000;
}

.workshop-container .workshop-texts .workshop-txt-foot .workshop-warning {
  font-family: "Open Sans Italic", sans-serif;
  font-size: 14px;
  color: #000000;
}

.workshop-container .workshop-dates {
  flex: 0 0 236px;
  box-shadow: 0px 0px 12px #00000021;
  padding: 30px 35px 30px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-family: "TFArrow Medium", sans-serif;
  color: #000000;
  line-height: normal;
  order: 3;
}

@media screen and (max-width: 1440px) {
  .workshop-container .workshop-dates {
    flex: 1 1 236px;
    order: 2;
  }
}

.workshop-container .workshop-dates .workshop-date-separator {
  width: 25px;
  height: 3px;
  background-color: #E42F6C;
  margin: 15px auto 10px;
}

.workshop-container .workshop-dates .workshop-date-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
}

.workshop-container .workshop-dates .workshop-date-img.workshop-date-img-calendar {
  margin-bottom: 20px;
}

.workshop-container .workshop-dates .workshop-date-img.workshop-date-img-clock {
  margin-top: 35px;
  margin-bottom: 10px;
}

.workshop-container .workshop-dates .workshop-date-day-of-week,
.workshop-container .workshop-dates .workshop-date-month,
.workshop-container .workshop-dates .workshop-date-year {
  font-size: 19px;
  letter-spacing: 1.14px;
  text-transform: uppercase;
}

.workshop-container .workshop-dates .workshop-date-day {
  font-size: 80px;
  letter-spacing: 4.8px;
}

.workshop-container .workshop-dates .workshop-date-time {
  font-size: 39px;
  letter-spacing: 2.34px;
  font-family: "TFArrow Light", sans-serif;
  margin-bottom: 30px;
}

.workshop-container .workshop-dates .workshop-date-time sup {
  top: -8px;
}

.workshop-container .workshop-registration .workshop-date-places {
  font-family: "TFArrow Medium";
  font-size: 22px;
  letter-spacing: 1.34px;
  margin-bottom: 15px;
}

.workshop-container .workshop-registration .workshop-date-places span {
  color: #E42F6C;
}

.workshop-container .workshop-registration.workshop-registration-mobile {
  margin-top: 30px;
}

.workshop-container .btn.btn-workshop {
  background-color: #E42F6C;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
}

.workshop-container .btn.btn-workshop.btn-disabled {
  background-color: #cccccc;
  cursor: default;
}

.row.row-workshop-bg {
  background-color: #f3f3f3;
}

@media screen and (max-width: 1440px) {
  .row.row-workshop-bg {
    padding: 0 15px;
  }
}

.workshop-title {
  font-family: "TFArrow Light", sans-serif;
  font-size: 65px;
  color: #494B53;
  margin: 0 auto 10px;
}

.workshop-subtitle {
  font-family: "TFArrow Medium", sans-serif;
  font-size: 26px;
  color: #494B53;
  margin: 0 auto 50px;
}

.workshop-title-img {
  margin: 70px auto 10px;
}

.workshop-title-img img {
  height: 73px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.input-qty.input-qty-workshop {
  font-family: "Open Sans Semi Bold";
  font-size: 21px;
  color: #242829;
  font-weight: normal;
}

.input-qty.input-qty-workshop .detailorder_quantity_input {
  margin-bottom: 15px;
}

.input-qty.input-qty-workshop .input-label-workshop {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  font-family: "Open Sans Semi Bold";
  font-size: 16px;
  color: #242829;
  font-weight: normal;
}

.row.row-workshop-bg.row-workshop-bg-tunnel {
  background: transparent linear-gradient(90deg, #F4F4F4 0%, #FFF 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 767px) {
  .row.row-workshop-bg.row-workshop-bg-tunnel {
    padding: 0;
  }
}

.row.row-workshop-bg.row-workshop-bg-tunnel .table-articles {
  margin-bottom: 75px;
}

.workshopdetail-title {
  margin: 65px auto 50px;
}

.workshopdetail-title .workshop-title {
  font-family: "TFArrow Light", sans-serif;
  font-size: 65px;
  letter-spacing: 3.9px;
  text-transform: none;
  margin: 0 auto;
}

.col-participants-container {
  display: flex;
  flex-direction: row nowrap;
  justify-content: space-between;
  padding: 0 15px 40px 0;
}

@media screen and (max-width: 991px) {
  .col-participants-container {
    padding: 0 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .col-participants-container {
    display: block;
    padding: 0;
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 15px;
  }
}

.col-participants-container .label-workshop-participant {
  background-color: #E42F6C;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  color: #ffffff;
  text-transform: none;
  height: 38px;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  padding: 0 24px;
  margin-right: 15px;
}

.col-participants-container .form-group {
  flex: 1;
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .col-participants-container .form-group {
    display: block;
    margin: 15px 15px 15px 0;
  }
}

.col-participants-container .label-participant {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.panel-body.panel-valid-workshop {
  margin-top: 0;
  padding-bottom: 25px;
}

.panel-body.panel-valid-workshop .check_cgv {
  text-align: left;
}

.panel-body.panel-valid-workshop .css-label-checkbox {
  font-size: 19px;
}

.panel-body.panel-valid-workshop .btn.btn-valid-panier {
  border-radius: 0;
  width: 100%;
}

.workshop-payment-container {
  margin-left: -15px;
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .workshop-payment-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 767px) {
  .workshop-payment-container {
    margin-left: 0;
    margin-right: 0;
  }
}

