@charset "UTF-8";
@font-face {
    font-family: "AntarcticanHeadline-UltraBold";
    src: url("/assets/css/AntarcticanHeadline-UltraBold.otf") format("opentype");
}

body {
    /*font-family: 'Helvetica', 'Arial', sans-serif;*/
    /* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-family: 'Lato', sans-serif;
    scrollbar-face-color: gray;
    scrollbar-track-color: lightgray;
    ms-scrollbar-face-color: gray;
    ms-scrollbar-track-color: lightgray;
    scrollbar-width: 5px;
    ms-scrollbar-width: 5px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.5;
}

::-webkit-scrollbar {
    width: 10px;
    background: lightgray;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

.cardMobile {
    display: none;
}

.page-center {
    position: relative;
    display: block;
    max-width: 1800px;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
}

.btn-secondary {
    color: #000;
    background: linear-gradient(180deg, #a8ad00 0%, #a8ad00 100%), rgba(235, 240, 212, 0);
    border-color: #000;
}

.header-logo {
    display: inline-block;
    background-color: none;
    height: 85px;
    width: 200px;
    padding: 5px;
}

.header-logo img {
    width: auto;
    height: 38px;
}

.header-logo-panier {
    display: inline-block;
    background-color: none;
    height: 85px;
    width: 200px;
}

.header-logo-panier img {
    width: auto;
    height: 38px;
    margin-top: 20px;
    margin-left: 20px;
}

.header-nav {
    float: right;
    padding-right: 45px;
}

.utile-separator {
    background: url("/assets/img/page/separator.png");
    height: 54px;
    background-size: 1150px;
}

.header-public {
    /*padding-top: 20px;
  padding-bottom: 20px;*/
}

.header-public .header-logo {
    height: 70px;
    width: 242px;
    margin-bottom: 2px;
}

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

.btn-name {
    color: #03084f;
}

.search-overlay {
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000096;
    z-index: 1;
    display: none;
}

.modal-footer .btn-secondary:hover {
    background-color: #87be3c;
    color: #1c2431;
    border-color: #87be3c;
}

#mapDesktop {
    padding-bottom: 7px;
    cursor: pointer;
    padding-left: 16px;
    height: 116px;
    width: 90px;
}

#localisation {
    margin-right: 25px;
    padding-top: 5px;
}

.introMag {
    text-align: justify;
    margin-left: 15px;
    margin-right: 15px;
}

.departement-list {
    width: 95%;
    margin: auto;
}

.departement-list h1 {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
    color: #03084f;
    margin-top: 25px;
}

.search-mag-bg {
    background: url("/assets/img/page/bg-localisation.jpg");
    background-position: center;
    width: 100%;
    height: 540px;
    background-size: cover;
    position: relative;
}

.search-mag-bg .choose-simple {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 5px #1c2431;
}

.search-mag-bg h4 {
    color: white;
    font-size: 18px;
    padding: 20px 0;
    text-shadow: 2px 2px 5px #1c2431;
}

.search-mag-bg .btn-options {
    text-align: center;
    text-decoration: underline;
    color: white;
    font-size: 14px;
}

.search-mag-bg .search-mag {
    max-width: 1800px !important;
    position: relative;
    margin: 0 auto;
    padding-top: 67px;
    bottom: 0;
    padding-left: 15px;
}

.search-mag-bg .search-mag .form-container {
    position: relative;
    width: 600px;
    background: rgba(0, 0, 0, 0.55);
    box-shadow: 2px 2px 3px 0px #1c2431;
    z-index: 2;
    padding: 50px 20px;
    border-radius: 5px;
    margin: 0 auto;
}

.search-mag-bg .search-mag .form-container .btn-options {
    margin-top: 10px;
}

.search-mag-bg .search-mag .form-container p {
    text-align: center;
    font-size: 40px;
    color: #da291c;
    margin: 0;
}

.search-mag-bg .search-mag .form-container .form-search {
    position: relative;
}

.search-mag-bg .search-mag .form-container .form-search button {
    position: absolute;
    left: 5px;
    top: 5px;
}

#search-request {
    padding-right: 110px;
    text-overflow: ellipsis;
    background-color: #fff;
    border-radius: 5px;
    font-size: 0.8em !important;
    height: 40px;
    width: 100%;
}

.fa-search:before {
    font-weight: bold;
    color: #03084f;
}

.fa-user:before {
    color: #03084f;
}

.btn-light {
    color: white;
    background: #FF6B00;
    border: 1px solid #FF6B00;
    border-radius: 50px;
    margin-left: 15px;
    padding: 10px 20px;
    max-width: 300px;
}

.btn-light:hover {
    color: #FF6B00;
    background: white;
    border: 1px solid #FF6B00;
}

.btn-light-reverse {
    color: #FF6B00;
    background: white;
    border: 1px solid #FF6B00;
    border-radius: 50px;
    margin-left: 15px;
    padding: 10px 20px;
    max-width: 300px;
}

.btn-light-reverse:hover {
    color: white;
    background: #FF6B00;
    border: 1px solid #FF6B00;
}

.btn-light-reverse:not(:disabled):not(.disabled).active,
.btn-light-reverse:not(:disabled):not(.disabled):active,
.show>.btn-light-reverse.dropdown-toggle,
.btn-light-reverse.focus,
.btn-light-reverse:focus {
    color: white;
    background: #FF6B00;
    border: 1px solid #FF6B00;
    outline: none;
}

.btn-enter,
.btn-enter:hover {
    color: #fff;
    background-color: #023819;
    border-color: #8cc63e;
}

.btn-search,
.btn-search:hover {
    color: #fff;
    background-color: #023819;
    border-color: #8cc63e;
    font-size: 25px;
    padding: 0 9px;
    border-radius: 4px;
}

.btn-geo,
.btn-geo:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-right: 1px solid #c6cab4;
    font-size: 25px;
    padding: 0 9px;
    border-radius: 4px;
    right: 61px !important;
}

.localisationD {
    background: #8cc63e;
    max-width: 1800px;
}

#dropdownMenuLinkD {
    width: 80px;
    color: white;
    background: #03084f;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 0.8em;
}

.enter-shop {
    margin-top: 5px;
}

.content-full.localisation,
.content-full.white {
    background: #faf3eb !important;
    border-top: 1px solid #dedede;
}

.page-cms {
    font-size: 14px;
}

.page-cms h1,
.page-cms h2,
.page-cms h3,
.page-cms h4,
.page-cms h5,
.page-cms h6 {
    color: #03084f;
    font-weight: bold;
}

.page-cms h1 {
    font-size: 21px;
}

.page-cms h2 {
    font-size: 19px;
}

.login-condition {
    padding: 7px 0px;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
}

.steps .title-blue {
    color: #3B9FAD;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

.steps .subtitle {
    font-size: 14px;
    text-align: center;
    margin-bottom: 45px;
}

.steps .text-blue {
    color: #3B9FAD;
    font-size: 15px;
    padding: 5px 15px;
    padding-top: 25px;
}

.steps .card-loc {
    border: 1px solid #c6cab4;
    border-radius: 5px;
    box-shadow: 3px 3px 4px 0px #00000021;
    height: 100%;
    overflow: hidden;
}

.steps img {
    width: 100%;
    height: auto;
}

#search-result {
    background: #dee2e6;
    border: 1px solid #03084f;
    box-shadow: 1px 3px 4px 1px #0000006e;
    position: absolute;
    padding: 5px;
    min-height: 100px;
    display: none;
    z-index: 19;
    border-radius: 5px;
    width: 600px;
    top: 229px;
    left: 16px;
}

.fa-map-marker-alt:before {
    color: #8cc63e;
}

.fa-phone:before {
    color: #8cc63e;
}

.fa-at:before {
    color: #8cc63e;
}

#titleHoraire {
    font-family: appleberryregular;
    font-size: 1.4em;
}

.mag-found {
    border-bottom: 1px solid #c6cab4;
    padding: 10px 0;
    flex-wrap: nowrap;
}

.result-mag {
    max-height: 380px;
    overflow: auto;
}

.close-bar {
    text-align: left;
    font-size: 27px;
    cursor: pointer;
    border-bottom: 1px solid #c6cab4;
    padding: 2px 7px 7px 7px;
}

.close-bar i {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.header-private #search-request {
    padding-right: 45px;
    text-overflow: ellipsis;
}

.header-private .page-center {
    position: relative;
    display: block;
    max-width: 1800px !important;
    margin: 0 auto;
    overflow: visible;
    padding: 0px 30px;
}

.header-private .header-logo-disconnect {
    position: relative;
    height: 72px;
    width: 210px;
    background-color: #03084f;
    /*margin-left: -65px;*/
}

.header-private .header-logo-disconnect img {
    width: auto;
    height: 47px;
    position: absolute;
    top: 11px;
    left: 11px;
}

.header-private .header-logo-connect {
    position: relative;
    height: 72px;
    width: 210px;
    background-color: #03084f;
    /*margin-left: -55px;
  margin-right: 50px;*/
}

.header-private .header-logo-connect img {
    width: auto;
    height: 47px;
    position: absolute;
    top: 11px;
    left: 11px;
}

.header-private .change-localisation {
    font-size: 12px;
    padding-right: 20px;
    padding-top: 6px;
}

.header-private .btn-change-magasin {
    font-size: 12px;
    padding: 3px 0;
}

.header-private .header-nav-right {
    /*margin-left: auto;
  padding-right: 25px;*/
}

.header-private .header-nav-right a,
.header-private .header-nav-right a:hover {
    text-decoration: none;
    color: #0b0b0b;
    display: inline-block;
    /*padding: 0 5px;
  margin: 0 5px;*/
}

.header-private .panier {
    height: 60px;
    margin-top: 0;
}

.header-private .btn-login {
    background: none;
    border: 1px solid transparent;
    padding: 5px 10px !important;
}

.header-private .btn-rayon {
    font-size: 19px;
    padding: 4px 12px;
    margin-top: 1px;
    background-color: #15c215;
    border: none;
    color: white;
}

.header-private .form-search {
    position: relative;
    width: 280px;
    /*min-width: 250px;
    max-width: 350px;*/
    margin-right: 15px;
}

.header-private .form-search button {
    position: absolute;
    left: 3px;
    top: 3px;
    font-size: 14px;
    padding: 3px 10px;
    border: 0;
    background-color: #e2e4e9;
    border-radius: 30px;
}

.header-private .dropdown-menu {
    background-color: #03084f;
    background-clip: padding-box;
    border: 1px solid #006133;
    border-radius: 0;
    font-size: 12px;
}

.header-private .dropdown-menu a:hover {
    background: transparent;
}

.header-private .dropdown-menu a {
    color: white;
}

#reassuD {
    background: linear-gradient(to right, #006133 0%, #022f13 30%, #006133 35%, #022f13 66%, #006133 68%, #022f13 100%);
    width: 100%;
    text-align: left;
    height: 250px;
}

#element-rea {
    margin: auto;
    text-align: left;
}

.elementReassu {
    margin-right: -15px;
    margin-left: -15px;
}

#bioCquoi p,
#bioCbon p,
#bioCconseil p {
    color: white;
    font-size: 13px;
    width: 65%;
    /*margin: auto;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

#bioCquoi section,
#bioCbon section,
#bioCconseil section {
    width: 95%;
    margin: auto;
}

#moutonConseilD {
    float: right;
    width: 100px;
    height: auto;
    margin-top: -35px;
}

.fraiseFooter {
    margin-top: 15px;
    float: right;
    margin-right: 10px;
}

.carotteFooter {
    margin-top: -18px;
    float: right;
    margin-right: 15px;
}

#moutonProduitsD {
    width: 120px;
    float: right;
    margin-top: -35px;
}

#bioCquoi,
#bioCbon {
    border-right: dotted 3px #8cc63e;
    height: 200px;
}

.titleRea {
    color: white;
}

.reassu a {
    color: #1c2431;
}

.day-hour {
    width: 100px;
    display: inline-block;
}

.btn-rayon.arrow-pointer {
    font-size: 19px;
    margin-top: 1px;
    background-color: #15c215;
    color: white;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: -40px;
    height: 36px;
    border: none;
    position: relative;
}

.btn-menu.active {
    background: #647906 !important;
}

.btn-rayon.arrow-pointer::before {
    content: "";
    position: absolute;
    top: 5px;
    font-family: "Font Awesome 5 Pro";
    height: 23px;
    font-weight: 900;
    color: #8cc63e;
    width: 41px;
    /* background-image: url(/assets/img/arrow.png); */
    background-position-x: -76px;
    background-position-y: -6px;
    font-size: 46px;
    left: 36px;
    background-repeat: no-repeat;
}


/*#menu-desktop-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 118px;
  background: rgba(0, 0, 0, 0.68);
  bottom: -500px;
  display: none;
  z-index: 99;
}




.grid-3 {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: auto;
}
.grid-4 {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: auto;
}

.grid-5 {
  display: flex;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-rows: auto;
  margin-left: 10px;
}

.grid-6 {
  display: grid;
  grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66% ;
  grid-template-rows: auto;
}

.menu-desktop-close {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.menuDesktop {
  display: block;
}

#main-menu {
  i {
    display: none;
  }
  max-width: 1800px;
  left: 0;
  right: 0;
  top: 0;
  position: relative;
  margin: 0 auto;
  background: #ececec;
  padding-bottom: 20px;
  bottom: 0;
  .rayon-item {
    margin : 1px;
  }
  .btn-menu {
    background: #8cc63e;
    color: white;
    width: 100%;
    height: 100%;
    font-size: 0.7em;
    text-transform: uppercase;
  }
  .menu-famille {
    !*position: absolute;*!
    background: #fff;
    margin: 0%;
    left: 1px;
    right: 0;
    top: 149px;
    z-index: 99;
    //padding-bottom: 26px;
    .famille-item > a {
      span {
        display: block;
      }
      display: block;
      color: #03084f;
      text-align: center;
      font-size: 0.9em;
      margin-bottom: 25px;
      font-weight: bold;
      img {
        width: 45px;
        height: auto;
      }
    }
    .famille-item {
      margin: 0%;
    //  box-shadow: inset 0px 0px 0px 1px #e8e8e8;
      padding: 0 5px;
      //width: 230px;
      border: dotted 2px #8cc63e;
      padding-bottom: 20px;
      padding-top: 20px;
      margin-top: -1px;
      margin-left: -1px;
      .menu-sous-famille  a {
        color: #03084f;
        margin-left: 35px;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
      }
    }
    .famille-item:first-child, .famille-item:last-child {
      //border-left: 1px solid #c6cab4;
    }

  }

}*/


/*#main-menu .rayon-item {
  display: block;
}

#main-menu .famille-item {
  display: block;
}

#main-menu .rayon-item a:hover {
  color: #1c2431;
}

#main-menu .grid-menu-desktop {
  display: none;
}

#main-menu .rayon-item:hover .grid-menu-desktop {
  display: block;
}*/

#main-menu .btn-menu:hover {
    color: #1c2431;
}

#dropdownMenuLinkMobile {
    background: #03084f;
    color: white;
    font-weight: normal;
}

.dropdown a:hover {
    color: #FF6B00 !important;
    cursor: pointer;
    background-color: #fff !important;
}

#changeMagasin {
    background-color: white;
}

.w-100 {
    width: 85% !important;
    margin: auto;
}

.carousel-control-next-icon {
    margin-right: 15px;
}

.carousel-control-prev-icon {
    margin-left: 15px;
}

.page-login h1,
.page-login h2,
.page-login h3,
.page-login h4,
.page-login h5,
.page-login h6 {
    color: #00653a;
    font-weight: bold;
}


.count_products {
    color: white;
    background: #FF6B00;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    font-weight: 100;
    position: absolute;
    top: -10px;
    right: -10px;
}

.total-price {
    font-weight: bold;
    font-size: 18px;
}

.hide {
    display: none !important;
}

.btn.nofocus,
.btn.nofocus:focus {
    outline: 0;
    box-shadow: none !important;
}

.page-cms .content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px !important;
}

.page-cms h1 {
    margin-bottom: 25px;
}

.page-cms .para {
    padding: 15px 0px;
}

.text-content-cgv p {
    margin-bottom: 1rem !important;
    margin-left: 0px !important;
}

.mag-liste {
    font-weight: bold;
    margin-bottom: 10px;
    border-top: 5px solid #f5f3f1;
    padding: 15px 0px;
    text-align: center;
    width: 90%;
    margin: auto;
}

.mag-liste:first-child {
    border-top: none;
}

.btn-link {
    font-weight: 400;
    color: #28a745;
    text-decoration: none;
}

.btn-dark {
    background-color: #03084f;
    border-color: #03084f;
    color: white;
    font-weight: 100;
    width: 250px;
    height: 50px;
    margin: 20px 0;
    border-radius: 100px;
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #dcdcdc;
    border-color: #dcdcdc;
    color: grey;
}

.page-login {
    font-size: 14px;
}

.page-login .content {
    padding-left: 15px;
    padding-right: 15px;
}

.page-login .para {
    padding: 15px 0px;
}

.page-login h1,
.page-login h2,
.page-login h3,
.page-login h4,
.page-login h5,
.page-login h6 {
    color: #00653a;
    font-weight: bold;
}

.page-login h1 {
    font-size: 21px;
}

.header-logo-disconnect {
    background: none !important;
}

.footer-separator {
    padding: 10px 0;
    width: 100%;
    background-color: #FF6B00;
}

.footer-separator .footer-separator-inner {
    background: url(/assets/img/footer-sperator.gif);
    background-repeat: repeat;
    background-size: contain;
    height: 50px;
    width: 100%;
}

#header-partial{
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.btn-outline-danger {
    color: #1d6d47;
    border-color: #8cc63e;
}

.login-html {
    /* Add a green text color and a checkmark when the requirements are right */
    /* Add a red text color and an "x" when the requirements are wrong */
}

.login-html form {
    width: 100%;
    max-width: 500px;
}

.login-html .grp {
    margin: 9px 0 20px 0px;
}

.login-html #pwd-checker {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 15px 15px 0;
    font-size: 14px;
}

.login-html .valid {
    color: green;
}

.login-html .valid:before {
    position: relative;
    left: 0px;
    content: "✔";
}

.login-html .invalid {
    color: red;
}

.login-html .invalid:before {
    position: relative;
    left: 0px;
    content: "✖";
}

.login-html .login-sep {
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding-top: 40px;
    margin-bottom: 0px;
}

.login-html form {
    height: 100%;
    border-radius: 10px;
    padding: 4px 4% 2% 4%;
    margin: auto;
}

#account {
    /* Add a green text color and a checkmark when the requirements are right */
    /* Add a red text color and an "x" when the requirements are wrong */
}

#account .delete-adress {
    position: absolute;
    top: 15px;
    right: 15px;
}

#account .box-edit {
    border: 1px solid #c6cab4;
    margin: 8px;
    padding: 15px;
    border-radius: 3px;
    background: #fbfbfb;
    position: relative;
}

#account .full-box {
    position: absolute;
    bottom: 0px;
    right: 0;
    top: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
}

#account .text-bottom {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #1c2431;
    left: 0;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}

#account .checker p {
    margin: 0;
    position: relative;
}

#account .valid {
    color: green;
}

#account .valid:before {
    position: relative;
    left: 0px;
    content: "✔";
}

#account .invalid {
    color: red;
}

#account .invalid:before {
    position: relative;
    left: 0px;
    content: "✖";
}

#account .tab-header.active h6 {
    color: #fff;
    background-color: #FF6B00;
    border: 1px solid #FF6B00;
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 50px;
    width: fit-content;
}

#account .tab-header:first-child {
    padding-right: 0;
}

#account .tab-header h6 {
    color: #000;
    padding: 10px 18px;
    font-size: 15px;
    width: fit-content;
    cursor: pointer;
}

#account h4 {
    background: #e31006;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: white;
}

#account #info_customer_account,
#account #info_adress_account,
#account #info_histo_account,
#account #info_admin_delivery,
#account #info_admin_folders {
    border-radius: 5px;
    margin-top: 20px;
    background: white;
}

#account #info_panel_admin_account {
    padding: 10px;
    border-radius: 5px;
}

#account #admin_delivery h5,
#account #admin_folders h5 {
    border-radius: 5px;
    background: #000000;
    color: white;
    padding: 4px;
}

#account .container_day_delivery {
    background: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}

#account h6 {
    text-transform: capitalize;
    color: #03084f;
    font-size: 20px;
    cursor: pointer;
}

#account .new_slot {
    padding: 2px 20px;
    border: 1px solid #000000;
    border-radius: 3px;
    background: #000000;
    color: white;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #account #info_customer_account,
    #account #info_adress_account,
    #account #info_histo_account,
    #account #info_panel_admin_account {
        border: 0;
    }
    .localisationD {
        display: none;
    }
}

#product_info #info {
    background: #f7f5f3;
    padding: 20px;
    margin: auto;
}

#product_info #info #panier {
    color: #000000;
    background: white;
    border: 1px solid #000000;
    position: absolute;
    bottom: 5px;
    padding: 3px;
    text-align: center;
}

#product_info #info #panier input {
    border: none;
    width: 30px;
    text-align: center;
}

#product_info #info #panier a {
    display: inline-block;
    width: 30px;
    font-size: 18px;
    font-weight: bold;
}

#product_info #info .prix_info_product {
    font-size: 50px;
    font-weight: bold;
    color: #212529;
}

#product_info #info img {
    max-width: 100%;
    display: block;
}

#product_info .panier .input-group{
    grid-template-columns: 50px 100px 50px 1fr;
}

#product_info #info .gvf_product-details div{
    display: flex;
    gap: 10px;
    margin: 5px 0px 10px 0;
}

@media screen and (max-width: 800px) {
    #product_info #info h2 {
        font-size: 1.2rem;
    }
    #product_info #info .gvf_product-view {
        width: 100%;
        margin: 35px 0;
    }
    #product_info #info .gvf_product-details div{
        margin: 0px 0px 35px 0;
        width: 100%;
        justify-content: center;
        column-gap: 40px;
    }
    #product_info #info #panier {
        bottom: 0px;
        left: initial;
    }
}

.white-block {
    font-size: 14px;
}

.white-block .xblock {
    background: white;
    color: #1c2431;
    border: 1px solid #c6cab4;
    border-radius: 4px;
}

.dropdown-item:focus,
.dropdown-item:active {
    background: white !important;
}

.dropdown-item:focus a,
.dropdown-item:active a {
    background: white !important;
    cursor: pointer;
}
span.sep {
    margin: 0 3px;
}
#breadcrumb {
    color: #03084f;
}

#breadcrumb .root,
#breadcrumb .item,
#breadcrumb .item:hover {
    text-transform: capitalize;
    color: #686f7d;
    text-decoration: none;
}
.breadcumbs-sticky{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuTri {
    margin-top: 20px;
    width: auto;
    border: 1px solid #ced4da !important;
    border-radius: 8px;
    background: white;
    transform: translate3d(-90px, 23px, 0px) !important;
}

.gvf_search-product::placeholder {
    color: #7c879c; /* remplace avec la couleur souhaitée */
    opacity: 1;  /* pour éviter qu'il soit trop pâle */
    font-size: 14px;
    font-weight: 300;
  }

.product-filter {
    margin-top: -15px;
    margin-bottom: 30px;
}

.product-filter .bt-filters{
    display: flex;
    flex-wrap: nowrap;
    margin-top: -10px;
    background: white;
    padding: 0 15px;
    justify-content: flex-start;
}

.product-filter-buttons{
    border: 1.6px solid #d2d5da;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 8px;
    cursor: pointer;
}

.product-filter-buttons.selected{
    background-color: #03084f;
    color: white;
}
section.BTProduct-filter {
    display: flex;
    border-radius: 5px;
}

.product-filter-sub {
    display: flex;
    align-items: center;
    margin-right: 30px;
    font-size: 14px !important;
}

.product-filter-sub .custom-control {
    padding-left: 1.5rem !important;
    margin-top: 0px !important;
}

.content-full {
    background: #fff;
    margin: auto;
}

.produit-ban-top {
    width: 100%;
    height: auto;
}
/* 
.favoris-on {
    background: url("/assets/img/picto_site/star-fill.svg");
    background-repeat: no-repeat;
}

.favoris-off {
    background: url("/assets/img/picto_site/star.svg");
    background-repeat: no-repeat;
} */

.text-center {
    text-align: center !important;
    color: #1c2431;
}

.text-center a {
    color: #FF6B00;
    text-decoration: none;
}

#list_product .panier .input-group {
    border: 2px solid #ef8f5a;
    border-radius: 9999px;
    border-width: 2px;
    padding: .25rem .375rem;
    overflow: hidden;
}

#list_product .favoris {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 8px;
    right: 19px;
    cursor: pointer;
}

#list_product .addQt {
    cursor: pointer;
}

#list_product .product {
    position: relative;
    min-width: 245px;
}

#list_product .product .container_product:hover {
    /*box-shadow: 4px 4px 6px 3px #00000047;
  transform: translate(0px, 0px);
  transition-duration: 0.2s;*/
}

#list_product .product .container_product.product-promo {
    padding-bottom: 13px !important;
}

#list_product .product .container_product {
    transition-duration: 0s;
    background: white;
    border: 0.8px solid #e2e6e9;
    border-radius: 0 !important;
    margin: auto;
    border-radius: 3px;
    padding: 5px;
    position: relative;
}

#list_product .product .container_product:hover {
    border-color: #ff6a00;
}

#list_product .product .container_product .product-name {
    height: 45px;
    display: block;
    overflow: hidden;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    z-index: 9;
    position: relative;
    margin-bottom: 0;
}

#list_product .product .container_product .product-bottom {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
}

#list_product .product .container_product .product-bottom .product-bottom-left {
    width: 50%;
}

#list_product .product .container_product .product-bottom .product-bottom-left .prix {
    font-size: 17px;
    font-weight: bold;
}

#list_product .product .container_product .product-bottom .product-bottom-left .prix-strike{
    position: relative;
    
}

#list_product .product .container_product .product-bottom .product-bottom-left .prix-strike .prix-unit span{
    font-size: 14px !important;
    
}

#list_product .product .container_product .product-bottom .product-bottom-left .prix-strike .strike {
    position: absolute;
    width: 65px;
    top: 14px;
    transform: rotate(-13deg);
    border-top: 1px solid red;
}

#list_product .product .container_product .product-bottom .product-bottom-left .prix-promo {
    font-size: 21px;
    font-weight: bold;
    color: #D6190C;
}

#list_product .product .container_product .product-bottom .product-bottom-right {
    margin-left: auto;
    width: 88px;
}

#list_product .product .container_product .product-bottom .product-bottom-right .panier .panier-picto {
    display: block;
    height: 28px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    margin-top: 1px;
    background: none;
    font-size: 12px;
    line-height: 45px;
}

#list_product .product .container_product .product-bottom .product-bottom-right .panier .input-group {
    flex-wrap: nowrap;
}

#list_product .product .container_product .product-bottom .product-bottom-right .panier input {
    font-size: 18px;
    font-weight: 700;
    border: 0
}

#list_product .product .container_product .product-bottom .product-bottom-right .panier button:hover {
    background-color: rgba(108, 117, 125, 0.16);
}

#list_product .product .container_product .product-bottom .product-bottom-right .panier button,
#list_product .product .container_product .product-bottom .product-bottom-right .panier button:hover {
    color: #000000;
    border-color: #EFEFEF;
    border: 0;
    padding: 0;
    position: relative;
}

#list_product .product .container_product .product-bottom .product-bottom-right .panier button strong,
#list_product .product .container_product .product-bottom .product-bottom-right .panier button:hover strong {
    position: absolute;
    top: -3px;
    font-size: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: normal;
}

#list_product .product .container_product .product-bottom .product-bottom-right .panier .btn-decrement strong{
    top: 2px;
    font-size: 21px;
}


#list_product .product .container_product .container_img img {
    width: 85%;
    margin: 15px 0px;
    height: auto;
}

#list_product .product .container_product a {
    color: #8cc63e;
    font-size: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767.98px) {
    .content {
        text-align: left !important;
    }
    .localisationD {
        display: none;
    }
    #list_product .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #list_product .img_1 {
        float: left;
        max-height: 120px !important;
        max-width: 100px !important;
        width: auto !important;
        height: auto !important;
        padding-top: 5px !important;
        z-index: 1;
    }
    #list_product .info {
        height: 100px !important;
    }
    #list_product #panier {
        left: 0px;
        bottom: 0;
    }
    #list_product #prix {
        text-align: left;
        bottom: 0;
    }
    .content {
        padding: 30px 0px 15px 0% !important;
    }
    a b {
        font-size: 14px;
    }
}

.basket-summary-container{
    display: grid;
    grid-template-columns: 1fr 400px;
    column-gap: 80px;
    padding: 25px 30px;
}


.content {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    max-width: 1800px !important;
    background-color: #faf3eb;
}

body[data-controller=Localisation] .compte .col,
body[data-controller=Localisation] .compte .col-8 {
    height: 58px;
    display: table;
}

body[data-controller=Localisation] .compte .col .fa,
body[data-controller=Localisation] .compte .col-8 .login_user {
    display: table-cell;
    vertical-align: middle;
}

body[data-controller=Localisation] .compte .col .fa {
    font-size: 25px;
    padding-left: 10px;
    border-right: 1px solid gray;
}

body[data-controller=Localisation] #menu {
    padding: 10px;
    border-bottom: 1px solid #000000;
}

body[data-controller=Localisation] #menu img {
    width: 10%;
    max-width: 100px;
}

body[data-controller=Localisation] #menu .compte {
    background: #000000;
    padding: 5px;
    color: white;
    width: 200px;
}

body[data-controller=Localisation] .menu-loc {
    float: none;
    background: whitesmoke;
    z-index: 1;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
}

body[data-controller=Localisation] .menu-loc .intro-loc {
    background: #2d2a2a;
    margin: auto;
    width: 90%;
    height: 50px;
    display: table;
    color: white;
    z-index: 2;
}

body[data-controller=Localisation] .menu-loc .intro-loc span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

body[data-controller=Localisation] .liste-shop .shop {
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
    display: table;
    border-bottom: 1px solid lightgray;
}

body[data-controller=Localisation] .liste-shop .shop:hover {
    background: rgba(0, 0, 0, 0.08);
}

body[data-controller=Localisation] .liste-shop .shop .enter_shop {
    position: absolute;
    right: 10px;
    top: 20px;
    background: #000000;
    border: 0;
    color: white;
    font-weight: bold;
}

body[data-controller=Localisation] .liste-shop .shop .enter_shop:hover {
    background: linear-gradient(to left, #000000, #2da2b5);
}

body[data-controller=Localisation] .liste-shop .shop span {
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
}

body[data-controller=Localisation] #map {
    height: 100%;
    display: none;
}

@media screen and (min-width: 701px) {
    body[data-controller=Localisation] #map {
        display: block;
        width: 68%;
    }
    body[data-controller=Localisation] .menu-loc {
        width: 30%;
        margin-right: 2%;
        float: left;
    }
}

.panier-list {
    display: flex;
    flex-wrap: nowrap;
}

.carotte {
    height: 75px;
    margin-right: 20px;
}

.recap_commande p {
    color: #000;
    font-size: 14px;
}

.recap_commande h6 {
    color: #01663a;
}

.commentaire {
    color: #01663a;
}

.text-muted {
    color: #6f9e0c !important;
}

.choose-title {
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
}

.btn-drive-slot,
.btn-drive-heure,
.btn-livraison-heure,
.btn-livraison-slot {
    color: #03084f;
    background: white;
    border: 1px solid #03084f;
    border-radius: 50px;
    padding: 10px 0px;
    width: 100px;
    font-size: 14px;
    margin: 5px;
    min-width: 150px;
    flex: 1;
}

.add-basket-adresse {
    display: block;
    line-height: 34px;
    border: 1px solid #c6cab4;
    padding: 15px;
    text-align: center;
    margin: 10px 0;
}

.btnRetour {
    background-color: #8cc63e !important;
    color: white;
}

.btnSave {
    color: #fff;
    background-color: #13603c;
    border-color: #13603c;
}

.btn-drive-slot.active,
.btn-livraison-heure.active,
.btn-drive-heure.active,
.btn-livraison-slot.active {
    color: white;
    background: #03084f;
}

.btn-drive-slot.active a,
.btn-livraison-heure.active a,
.btn-drive-heure.active a,
.btn-livraison-slot.active a {
    display: none;
}

.adresse-choose-modal.active {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.date-retrait {
    border: 1px solid #c6cab4;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}

.tab-livraison-content,
.tab-drive-content {
    display: none;
}

.adresse-choose,
.adresse-choose-modal {
    border: 1px solid #c6cab4;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.picture_product_basket {
    width: 120px;
}

.picture_product_basket img {
    width: 100%;
    max-width: 100px;
}

.removeAll {
    position: absolute;
    top: 0px;
    right: 10px;
}

.etap {
    background: lightgray;
    padding: 5px;
    margin-bottom: 20px;
    height: 70px;
}

.etap .back {
    position: absolute;
    left: 0;
    width: 50px;
    height: 70px;
    color: white;
    background: #000000;
    border: 0;
    z-index: 1;
    top: 0;
}

.etap img {
    width: 100%;
    max-width: 100px;
}

.description_product_basket .qte-selector {
    margin-left: auto;
    width: 102px;
}

.description_product_basket .qte-selector input {
    border: 0;
    border-top: 0.07142857em solid #000000;
    border-bottom: 0.07142857em solid #000000;
    width: 34px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    float: left;
}

.description_product_basket .qte-selector a {
    background: white;
    color: #000000 !important;
    border: 0.07142857em solid #000000;
    width: 34px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    float: left;
}

.basket_header input {
    padding: 20px;
    border-radius: 30px;
    width: 100%;
    border: 0;
}

#info_basket .type_livraison {
    cursor: pointer;
}

#info_basket .type_livraison:hover {
    background: #000000 !important;
}

#info_basket .selected {
    background: #000000 !important;
}

#basket_adress {
    display: none;
}

#basket_adress .test {
    background: whitesmoke;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

#basket_adress input {
    margin-bottom: 20px;
    border-radius: 20px;
}

#basket_adress input[type=submit] {
    background: #000000;
    color: white;
}

#paybox_panier {
    background: #c1861b;
    color: white;
    text-align: center;
    padding: 10px;
    border: none;
    width: 100%;
    text-transform: uppercase;
}

#submit_panier {
    margin-top: 15px;
    background: #01663a;
}

.k-loading-mask {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: #0000007d;
    z-index: 999999;
}

#confirm_commande {
    width: 100%;
    max-width: 700px;
    margin: 0px auto 30px;
    text-align: center;
    padding: 10px;
}

.greeting {
    font-weight: bold;
    font-size: 32px;
}

#content.Product .content-full {
    background: #f7f7f7;
}

.liste-more {
    margin: 50px 0;
    position: relative;
}

.liste-more .progress {
    width: 300px;
    height: 3px;
    overflow: visible;
    background: #AFAFAF;
    margin: 10px auto;
    margin-bottom: 20px;
}

.liste-more .progress-info {
    font-size: 12px;
}

.liste-more .progress-bar {
    background-color: #15C215 !important;
    height: 3px;
    border-radius: 5px;
    margin-top: 0;
}

.btn-outline-more {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 6px 20px;
}

.going-up {
    position: absolute;
    bottom: 0;
    right: 13px;
    background: #03084f;
    color: white;
    padding: 7px 12px;
    cursor: pointer;
    display: none;
}

.loading {
    width: 80px;
    height: 50px;
    position: relative;
}

.loading p {
    top: 0;
    padding: 0;
    margin: 0;
    color: #d5d5df;
    font-family: "Arial", sans-serif;
    animation: text 3.5s ease both infinite;
    font-size: 12px;
}

@keyframes text {
    0% {
        letter-spacing: 1px;
        transform: translateX(0px);
    }
    40% {
        letter-spacing: 2px;
        transform: translateX(26px);
    }
    80% {
        letter-spacing: 1px;
        transform: translateX(32px);
    }
    90% {
        letter-spacing: 2px;
        transform: translateX(0px);
    }
    100% {
        letter-spacing: 1px;
        transform: translateX(0px);
    }
}

.loading span {
    background-color: #d5d5df;
    border-radius: 50px;
    display: block;
    height: 6px;
    width: 16px;
    bottom: 0;
    position: absolute;
    transform: translateX(64px);
    animation: loading 3.5s ease both infinite;
}

.loading span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #777d90;
    border-radius: inherit;
    animation: loading2 3.5s ease both infinite;
}

@keyframes loading {
    0% {
        width: 16px;
        transform: translateX(0px);
    }
    40% {
        width: 100%;
        transform: translateX(0px);
    }
    80% {
        width: 16px;
        transform: translateX(64px);
    }
    90% {
        width: 100%;
        transform: translateX(0px);
    }
    100% {
        width: 16px;
        transform: translateX(0px);
    }
}

@keyframes loading2 {
    0% {
        transform: translateX(0px);
        width: 16px;
    }
    40% {
        transform: translateX(0%);
        width: 80%;
    }
    80% {
        width: 100%;
        transform: translateX(0px);
    }
    90% {
        width: 80%;
        transform: translateX(15px);
    }
    100% {
        transform: translateX(0px);
        width: 16px;
    }
}

.width-600 {
    max-width: 600px !important;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.btn-edit {
    padding: 0;
    color: #8cc63e;
    font-size: 14px;
}

.alert {
    font-size: 14px;
}

.filter-block .sep {
    width: 1px;
    height: 23px;
    transform: translateY(6px);
    margin: 0px 10px 0px 10px;
    border-right: 1px solid #c6cab4;
}

.btn-filter-effacer:active,
.btn-filter-effacer:focus {
    box-shadow: none;
}

.btn-filter-tri {
    font-size: 14px !important;
    box-shadow: none !important;
    color: #1c2431;
}

.btn-filter-tri-list {
    font-size: 14px !important;
}

.cart-product-prix_unit {
    font-weight: normal;
    font-size: 13px;
    text-align: right;
}

.filter-marque-list::-webkit-scrollbar {
    width: 5px;
  }

  
.filter-marque-list {
    position: absolute;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 3px 7px -2px rgba(0, 0, 0, .15);
    top: 74px;
    line-height: 24px;
    display: none;
    font-size: 12px !important;
    z-index: 98;
    max-height: 373px;
    overflow: auto;
    width: max-content;
    min-width: 250px;
}

.btn-filter-effacer {
    background: url(/assets/img/picto_site/picto_trash.svg) !important;
    background-repeat: no-repeat !important;
    background-position-x: left !important;
    padding-left: 22px !important;
    background-size: 15px !important;
    background-position-y: 1px !important;
    font-size: 14px !important;
    padding-top: 0px !important;
}

.select-filter-marque {
    border: none;
    height: 29px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 0;
}

.check-filter-bio-label {
    background: url(/assets/img/picto_site/picto_bio.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    padding-right: 0px;
    display: block;
    background-size: 21px;
    width: 51px;
    line-height: 25px;
    text-align: left;
    background-position-y: 2px;
}

.check-filter-promotion-label {
    background: url(/assets/img/picto_site/picto_promo.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    padding-right: 0px;
    display: block;
    background-size: 21px;
    width: 94px;
    line-height: 25px;
    text-align: left;
    background-position-y: 2px;
}

.check-filter-gluten-label {
    background: url(/assets/img/picto_site/sans_gluten.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    padding-right: 0px;
    display: block;
    background-size: 21px;
    width: 105px;
    line-height: 25px;
    text-align: left;
    background-position-y: 2px;
}

.check-filter-locaux-label {
    background: url(/assets/img/picto_site/suisse_flag.png);
    background-repeat: no-repeat;
    background-position-x: right;
    padding-right: 0px;
    display: block;
    background-size: 25px;
    width: 130px;
    line-height: 25px;
    text-align: left;
    background-position-y: 4px;
}

.picto-list {
    position: absolute;
    left: 0;
    width: 32px;
    top: 0;
}

.picto-list .picto-bio {
    display: block;
    background: url(/assets/img/picto_site/picto_bio.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin: 5px;
}

.picto-list .picto-promo {
    display: block;
    background: url(/assets/img/picto_site/picto_promo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 35px;
    margin-left: 10px;
}

.picto-list .picto-gluten {
    display: block;
    background: url(/assets/img/picto_site/sans_gluten.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin: 5px;
}

.picto-list .picto-local {
    display: block;
    background: url(/assets/img/picto_site/suisse_flag.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    margin: 5px;
}

.newsletter-block {
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.colorgraph {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #42382f 25%, #fecf71 37.5%, #96474c 37.5%, #efa153 50%, #03084f 50%, #8cc63e 62.5%, #efa153 62.5%, #c05852 75%, #5fa568 75%, #03084f 87.5%, #f5e300 87.5%, #8cc63e);
}

#header-extra .dropdown-menu {
    z-index: 98 !important;
    border: solid 3px #8cc63e;
}

input.countQt {
    pointer-events: none;
}

.newsletter-content {
    /* background: url("/assets/img/picto_site/1x/white_mask.png");*/
    background-position: right;
    background-repeat: no-repeat;
    background-position: right;
    background-repeat: repeat-y;
}

.newsletter-content .pull-right {
    width: 300px;
    margin-left: auto;
    padding: 17px 34px;
    color: white;
    background-color: #03084f;
    border-radius: 10px;
}

.newsletter-content .pull-right h6 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.newsletter-content .pull-right p {
    font-size: 14px;
    margin-bottom: 0px;
}

.newsletter-content .pull-right input {
    width: 245px;
}

.newsletter-content .pull-right a {
    color: white;
}

.newsletter-content .pull-right button {
    background: #D6190C;
    color: white;
    font-size: 16px;
    margin-left: 15px;
}

.reassu .card-reassu {
    background: #03084f;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    height: 100%;
    color: white;
    font-size: 1.2em;
    box-shadow: 3px 3px 3px #8cc63e;
}

.reassu strong {
    color: #8cc63e;
    text-transform: uppercase;
}

.reassu .picto-pret {
    background: url("/assets/img/picto_site/picto_pret.svg");
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
}

.reassu .picto-ecoute {
    background: url("/assets/img/picto_site/picto_ecoute.svg");
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
}

.reassu .picto-frais {
    background: url("/assets/img/picto_site/picto_frais.svg");
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
}

.reassu .picto-secure {
    background: url("/assets/img/picto_site/picto_secure.svg");
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
}

#footer {
    background-color: #03084f;
}

.footer-logo img {
    width: 161px;
    height: auto;
}

.footer-top-left {
    padding-top: 52px;
}

.footer-top-right {
    padding-top: 52px;
}

.footer-top-right a {
    color: #D6190C;
    display: inline-block;
    margin: 0 20px;
}

.footer-top-right a.facebook {
    margin-left: 0 !important;
}

.footer-top-center {
    padding-top: 52px;
}

.footer-top-center strong a {
    color: #D6190C;
}

.linked-footer {
    font-size: 14px;
    max-width: 1800px;
    margin: auto;
    background-color: #03084f;
    color: #000;
}

.linked-footer a {
    color: #000;
}

.cart-modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.45);
}

.cart-modal .cart-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.cart-modal .cart-summary {
    position: absolute;
    z-index: 10;
    max-width: 400px;
    width: 100%;
    top: 0;
    right: 0;
    background: #F9F9F9;
    padding-bottom: 25px;
    bottom: 0;
}

.cart-modal .cart-card {
    background: white;
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid #ced4da;
}

.cart-card-product {
    padding-bottom: 15px;
}

.cart-modal .cart-card-content {
    font-size: 14px;
}

.cart-modal .cart-card-header {
    margin-top: 15px;
    font-size: 25px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-modal .cart-card-header i {
    margin-right: 15px;
    cursor: pointer;
}

.cart-title {
    padding: 0 10px;
    font-family: Arial;
    margin-bottom: 5px;
    font-size: 13px;
    color: #FF6B00;
}

.cart-product-img img {
    width: 60px;
    height: auto;
}

.cart-product-nom {
    font-size: 14px;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    line-height: 1.25rem;
    width: 245px;
    color: #1c2431;
    font-weight: 500;
}

.cart-product-prix {
    margin-left: auto;
    font-weight: bold;
    font-size: 18px;
}

.cart-product-widget {
    margin-left: auto;
    max-width: 130px;
    zoom: 0.9;
}

.cart-product-top {
    padding-bottom: 10px;
}

.cart-countQt {
    border: none;
    height: 30px;
}

.btn-decrement,
.btn-increment {
    min-width: 25px;
    border-radius: 0px !important;
    width: 29px;
    height: 29px;
    padding: 0;
}

.main-header-buttons{
    display: flex;
    align-items: center;
    padding: 10px 25px;
}

.main-header-buttons button,
.main-header-buttons a{
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding: 10px;
}

.main-header-buttons button:hover,
.main-header-buttons a:hover{
    background-color: rgb(234 248 244);
    color: #03084f !important;
}

.main-header-buttons a.custom-promotions:hover{
    background-color: #fbefef;
    color: #d13B39 !important;
}

.cart-card-total>div {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cart-card-total>div:last-child {
    font-weight: bold;
    font-size: 15px;
}

.cart-card-total>div:last-child small {
    font-weight: bold;
}

.btn-cart-commander {
    width: 90%;
    margin: 0 auto;
    background: #03084f;
    color: white;
    height: 50px;
    border-radius: 30px;
}

.btn-cart-commander:hover {
    color: white !important;
}

.cart-fixed {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 15px;
    background: #f7f7f7;
    z-index: 99;
    box-shadow: 0px -2px 7px 0px rgb(0 0 0 / 25%);
}

.cart-scrollable {
    position: absolute;
    top: 0;
    overflow: auto;
    bottom: 129px;
    box-shadow: 1px 1px 4px 0px #0000006b;
    left: 0;
    right: 0;
}

#products-grid-content-products {
    margin: 0 20px;
}

.header-panier {
    border-bottom: 1px solid #c6cab4;
    height: 90px;
}

.header-panier a {
    color: rgba(0, 10, 75, 0.91);
}

.content-home {
    background: white;
    box-shadow: 1px 1px 4px 0px #00000080;
    margin-bottom: -5px;
}

.img-home img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.box-alert-cookie {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #1c2431;
    color: white;
    text-align: center;
    font-size: 14px;
    z-index: 999999999;
    margin: 20px;
    width: 450px;
    border-radius: 6px;
    padding: 30px;
}

.box-alert-cookie-message {
    max-width: 800px;
    margin: 0 auto 16px;
    text-align: left;
}

.picto-favoris {
    display: inline-block;
    width: 21px;
    height: 22px;
    position: relative;
}

.picto-favoris:before {
    content: " ";
    background-repeat: no-repeat;
    background: url(/assets/img/picto_site/picto_liste.svg);
    display: block;
    vertical-align: 0px;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 6px;
}

.filter-promo {
    display: none !important;
}

.menuDesktop {
    background: url(/assets/img/bg-header2.jpg);
    background-size: cover;
    background-position: 0px -402px;
}

.menuDesktop #rayons {
    background: none !important;
}

.btn-rayon i {
    display: none;
}

.btn-rayon b {
    display: none;
}

.btn-rayon img {
    width: 150px;
    margin-top: 10px;
}


/* BlueTag - Franck */

.gfv-header {
    display: flex;
    flex-direction: row;
    background-color: #eff0ea;
    justify-content: space-between;
    /*justify-content: flex-start;*/
    padding: 7px 15px;
    align-items: center;
    font-size: 14px;
}

.gfv-header a {
    color: #03084f !important;
}

.gfv-header a:hover {
    color: #FF6B00 !important;
    cursor: pointer;
}

.gvf_header-title {
    font-family: "AntarcticanHeadline-UltraBold";
}

#menu-desktop-overlay {
    top: 0 !important;
    z-index: 999 !important;
    padding: 20px;
    position: fixed !important;
}

#main-menu {
    left: 0 !important;
    background: white !important;
}

.gfv .rayon-item {
    display: flex;
    text-overflow: ellipsis;
    background: #F7EFDA !important;
    padding: 5px 0px;
    height: unset !important;
    align-items: center;
    margin: 5px 0px;
}

.gfv .rayon-item img {
    width: 40px;
}

.gfv .rayon-item:last-child {
    border-bottom: 1px solid #ccc;
}

.gfv .rayon-item:hover {
    color: #FF6B00 !important;
}

.gfv .rayon-item:hover a {
    color: #FF6B00 !important;
}

#main-menu {
    display: flex;
    flex-direction: row;
    max-width: 100% !important;
    height: 80vh !important;
    padding: 0 !important;
}

.gfv-menu {
    overflow-y: scroll;
}

.gfv .menu-rayon {
    overflow-y: scroll;
    overflow-x: hidden;
    border-right: 1px solid #1c2431;
}

.gfv-menu,
.famille-item {
    width: 100%;
}

#main-menu .btn-menu {
    text-align: left !important;
    background: none !important;
    font-weight: normal !important;
}

.gfv-btn-menu {
    background-color: #03084f;
    color: white;
    padding: 10px;
    font-size: 13px;
}

.gfv-menu .famille-item a {
    color: #000;
}

.gfv-title {
    font-family: "AntarcticanHeadline-UltraBold";
    text-transform: uppercase;
    width: 100%;
    background-color: #03084f !important;
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    letter-spacing: 3px;
    color: #F7EFDA;
}

.gfv-title p {
    margin: 0;
}

.gfv-menu .famille-item a:hover {
    text-decoration: none !important;
}

.gfv-title:hover p {
    text-decoration: none !important;
    color: #EB894D !important;
}

.gfv-menu .menu-sous-famille {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gfv-menu .menu-sous-famille a {
    text-decoration: none;
    width: calc(100% / 3);
    height: calc(100% / 3);
    background-color: #F7EFDA;
    color: #03084f !important;
}

.gfv-menu .menu-sous-famille a:hover {
    color: #FF6B00 !important;
}

.gfv-menu .sous-famille-item {
    display: flex;
    align-items: center;
    height: 180px;
    justify-content: center;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    flex-direction: column;
}

.gfv-menu .sous-famille-item:hover {
    color: #FF6B00 !important;
}

.gfv-menu .sous-famille-item p {
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 10px);
    white-space: nowrap;
}

.gfv .modal-dialog {
    max-width: 90% !important;
}

.gfv .modal-content {
    background-color: transparent !important;
    border: none !important;
}

.gfv .modal-header {
    width: 150px;
    height: 50px;
    color: white !important;
    border-radius: 0;
    display: flex;
    padding: 0;
    align-items: center;
    padding: 1px;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: -2px;
    background-color: white !important;
    cursor: pointer;
}

.gfv .modal-header p {
    margin: 0 0 0 6px !important;
}

.gfv .modal-body {
    padding: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.gfv .fa {
    font-weight: 100 !important;
}

.fa-bars:before {
    margin-left: 0px !important;
    margin-right: 10px;
}

.fa-map-marker-alt:before {
    color: #03084f;
    margin-right: 10px;
}

.fa-times:before {
    margin-left: 0px !important;
    color: white !important;
    cursor: pointer;
}

.gfv ::-webkit-scrollbar {
    width: 8px;
}

.gfv ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.gfv .btn:focus {
    outline: 0;
    box-shadow: none;
}

.gfv .sous-famille-item p {
    margin: 5px;
    font-size: 20px;
}

#gfv-sorter {
    display: none;
    font-size: 12px;
    color: #333;
}

header .mb-left .menuMobile,
header .menu-xs.row {
    display: none !important;
}

@media screen and (min-width: 1440px) {
    .gfv-menu .menu-sous-famille a {
        width: calc(100% / 5);
        height: calc(100% / 5);
    }
}

@media screen and (max-width: 1025px) {
    .gfv-menu .menu-sous-famille a {
        width: calc(100% / 4);
        height: calc(100% / 4);
    }
}

@media screen and (max-width: 950px) {
    .gfv-menu .menu-sous-famille a {
        width: calc(100% / 3);
        height: calc(100% / 3);
    }
}

@media screen and (max-width: 769px) {
    .gfv-menu .menu-sous-famille a {
        width: calc(100% / 2);
        height: calc(100% / 2);
    }
}

@media screen and (max-width: 680px) {
    .gfv .modal-dialog {
        max-width: unset !important;
    }
    .gfv .rayon-item img {
        display: none;
    }
    .gfv #main-menu .rayon-item {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .gfv #main-menu .rayon-item a {
        height: unset;
        width: 200px;
    }
}

@media screen and (max-width: 500px) {
    .gfv-menu .menu-sous-famille a {
        width: calc(100% / 1);
        height: calc(100% / 1);
    }
}

.gvf .modal-dialog {
    min-width: 700px;
}

.gvf_modal-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
}

.gvf_modal-body a {
    text-decoration: none;
    color: #212529;
}

.gvf_modal-body p {
    margin: 10px 0px;
    font-size: 14px;
}

.gvf_btn-shop {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border-radius: 30px;
    color: #fff;
    background: #FF6B00;
    min-width: 150px;
    font-size: 15px;
    border: 0.2em solid #FF6B00;
    margin: 30px 0px;
}

.gvf_btn-shop:hover {
    color: #FF6B00;
    background: #e7e7e7;
    border: 0.2em solid #e7e7e7;
    text-decoration: none;
}

.gvf_btn-plan {
    padding: 3px 7px;
    font-weight: 400;
    border-radius: 30px;
    border: 2px solid #FF6B00;
    color: #FF6B00;
    font-size: 1.2em;
}

.gvf_btn-plan:hover {
    background: #e7e7e7;
    border: 2px solid #e7e7e7;
    color: #FF6B00;
}

.gvf_modal-section {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.gvf_modal-section div {
    width: 45%;
    padding-top: 20px;
    border-top: 2px solid #f3f3f3;
}

.gvf_options {
    display: flex;
    align-items: center;
    gap: 15px;
}

.gvf_rayon {
    border: 1px solid #ced4da;
    color: #1d1d1d;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 120px;
    border-radius: 5px;
    font-size: 16px;
    justify-content: center;
    height: 40px;
}

.gvf_sub-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.gvf_main-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 25px;
    align-items: center;
    height: 60px;
}

header {
    background-color: white;
    position: sticky;
    top: -1px;
    z-index: 999;
}

.gvf_search-product {
    height: 36px;
    width: 100%;
    border-radius: 50px;
    font-size: 14px;
    text-indent: 5px;
    font-weight: 100;
    padding-left: 36px;
    border: 0;
    background-color: #e2e4e9;
    outline: none;
    padding-bottom: 2px;
}

#list_product .product .container_product .product-name {
    color: #1c2431;
    text-decoration: none;
    height: 55px !important;
    font-size: 16px !important;
    margin: 5px 0 0 0;
}

#list_product .product .container_product .product-brand {
    margin: 0;
    color: #FF6B00;
    font-size: 12px;
    text-transform: uppercase;
    height: 18px;
}

#list_product .product .container_product .product-brand:hover {
    text-decoration: underline;
}

#list_product .product .container_product .product-bottom .product-bottom-left .prix {
    color: #03084f;
}

#list_product .favoris {
    top: 10px;
    right: 10px;
}

#list_product .product .container_product {
    padding-bottom: 5px;
}

#list_product .product .container_product .product-bottom .product-bottom-left {
    width: 80% !important;
}

#product_info #info {
    background-color: white;
}

#fil {
    font-size: 12px !important;
}

.gvf_product-view {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin: 0;
    column-gap: 20px;
    margin-top: 30px;
}

.gvf_product-details {
    padding: 0 20px;
    width: 100%;
}

.gvf_product-details p {
    margin: 5px;
}

.content {
    background-color: white !important;
    padding: 15px !important;
}

#list_product .product .container_product .product-name:hover {
    text-decoration: underline;
}

.cart-product-prix_tot {
    color: #03084f;
    margin-right: 5px;
    font-weight: 700;
    text-align: right;
    font-size: 15px;
}

.cart-product-list {
    border: 1px solid #03084f;
    margin: 15px 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 35px;
}

.search-mag-bg .search-mag .form-container {
    position: relative;
    width: 700px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: none;
    border-radius: 4px;
}

#search-request {
    border-radius: 4px !important;
}

.search-mag-bg .search-mag {
    padding-top: 92px;
}

.gvf_logged {
    color: white;
    background: #FF6B00;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    font-size: 12px;
    float: right;
    text-align: center;
    margin-top: -45px;
    margin-right: -5px;
}

.fa-times:before {
    content: "";
    color: #1c2431 !important;
}

#gvf_ray-title {
    width: 100%;
    height: 45px !important;
    border: 1px solid #03084f;
    padding: 12px;
    font-size: 1em;
    background-color: #03084f !important;
    color: white;
}

.gfv #gvf_ray-title.rayon-item:hover {
    background: #03084f !important;
    color: white !important;
}

.gfv #main-menu .rayon-item {
    margin: 0 !important;
}

.btn-ray-on-mobile{
    display: none !important;
}


/* .gfv .sous-famille-item::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 32px;
    left: 50%;
    width: 7em;
    height: 7em;
    background: #a8ad00;
    border-radius: 50%;
    transform: translateX(-50%);
} */

.sous-famille-item img {
    position: absolute;
    z-index: 5;
    display: block;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 75%;
}

#gvf_form-search {
    width: 100%;
    margin: 0 5px 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#gvf_form-search-responsive {
    display: none;
}

.gvf_pre-breadcrumb {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.recap_commande {
    padding: 10px 50px 50px 50px;
}

.gvf_recap-commande {
    width: 100%;
    text-align: right;
}

.gvf_dismiss-ray {
    z-index: 999;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.gvf_sous-fam {
    display: none;
    margin: 0;
    text-align: left;
    background: #F7EFDA;
}

.gvf_sous-fam li {
    margin-bottom: 10px;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-login h1,
.page-login h2 {
    color: #212529;
    font-weight: bold;
    font-family: "AntarcticanHeadline-UltraBold";
    text-transform: uppercase;
    font-size: 40px;
}

.gvf_ray-indicator {
    background: #FF6B00;
    padding: 2px 6px;
    color: white;
    border-radius: 15px;
    min-width: 40px;
    margin: 0 5px;
    font-size: 12px;
}

.gvf_ray-indicator-li {
    color: #FF6B00;
    padding: 2px 6px;
    float: right;
    margin: 0 5px;
    font-size: 12px;
}

@media screen and (max-width: 425px) {
    #gvf_shop-name {
        display: none;
    }
}

.gvf_home-choice {
    font-family: "AntarcticanHeadline-UltraBold";
    font-size: 90px;
    text-transform: uppercase;
    display: flex;
    margin-bottom: 10px;
}

.gvf_home-choice a {
    padding: 50px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    text-decoration: none;
    width: 100%;
}

.gvf_home-choice a:hover {
    color: #03084f !important;
}

#carouselHomeThumb {
    display: block;
}

#carouselHomeLarge {
    display: none;
}

.gvf_contact-us {
    display: flex;
    background-color: #03084f !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.gvf_contact-us-part {
    width: 50%;
}

input.form-control.countQt,
input.form-control.cart-countQt {
    border: 0;
    padding: 0;
}

.sous-famille-item.active a {
    color: #a8ad00;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle,
.btn-light.focus,
.btn-light:focus {
    color: #FF6B00;
    background: white;
    border: 1px solid #FF6B00;
    outline: none;
}

.btn-success {
    padding: 10px;
    border-radius: 50px;
    margin: 20px 0;
}

.gvf_small {
    font-weight: 100;
    font-size: 12px;
    color: #686f7d;
}

.gvf_small_2 {
    font-size: 11px;
    color: grey;
}


.prix-unit span {
    color: #1c2431;
    font-size: 22px;
}

.prix-unit>span:last-child {
    font-size: 16px;
}

.gvf_product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 65px;
    line-height: 1.25rem;
}

.iti {
    width: 100% !important;
}

.cart-card .favoris {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 8px;
}

.gvf_date-hour {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.gvf_arrow {
    position: absolute;
    margin-top: 55px;
    left: 77px;
    transform: translate(-50%, -50%);
}

.gvf_arrow span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 5px solid #03084f;
    border-right: 5px solid #03084f;
    transform: rotate(45deg);
    margin: 5px;
    animation: gvf_animate 2s infinite;
}

.gvf_arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.gvf_arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes gvf_animate {
    0% {
        opacity: 0;
        transform: rotate(225deg) translate(-10px, -10px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(225deg) translate(10px, 10px);
    }
}


/* Responsive */

@media screen and (max-width: 1024px) {
    .gvf_home-choice {
        flex-direction: column;
        font-size: 80px;
    }
    #menuOverride .menuRayons {
		width: 25%;
	}

	#menuOverride .menuRayons.iw-menu-status-2 {
		left: 25%;
	}

	#menuOverride .menuRayons.iw-menu-status-3 {
		left: 50%;
	}
}

@media screen and (max-width:800px) {
    .gvf_header-title {
        display: none;
    }
    .gfv-header{
        padding: 6px 15px;
    }
}
@media screen and (max-width: 767px) {
    
    .gvf_home-choice {
        flex-direction: column;
        font-size: 60px;
    }
    .gvf .modal-dialog {
        min-width: unset;
    }
}

@media screen and (max-width: 600px) {
    #products-grid-content-products {
        margin: 0;
    }
    
    .product-filter {
        top: 105px;
    }
    section.BTProduct-filter {
        width: 100%;
        justify-content: space-between;
    }
    .product-filter-sub {
        display: flex;
        align-items: center;
        margin-right: 0px !important;
        font-size: 14px !important;
    }
    .gfv-header {
        display: flex;
        flex-direction: row;
        background-color: #eff0ea;
        justify-content: flex-start;
        align-items: center;
        padding: 7px 15px;
        font-size: 14px;
    }
    #breadcrumb {
        padding: 15px 0;
    }
    .gvf_contact-us {
        display: flex;
        background-color: #03084f !important;
        flex-direction: column;
        align-items: center;
    }
    .gvf_contact-us-part {
        width: 100%;
    }
    .gvf_sub-header div{
        display: none;
    }
    .btn-ray-on-desktop{
        display: none !important;
    }
    .btn-ray-on-mobile{
        display: flex !important;
    }

    #gvf_form-search {
        display: none;
    }
    #gvf_form-search-responsive {
        display: flex !important;
        margin: 0 10px 0 10px;
        justify-content: center;
    }
    #gvf_form-search-responsive .form-search {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 5px 0 15px 0;
    }
}

@media screen and (max-width: 475px) {
    .gvf_arrow,
    .gvf_btn-filter-effacer {
        display: none;
    }
    #carouselHomeThumb {
        display: none;
    }
    #carouselHomeLarge {
        display: block;
    }
    .gvf_sous-fam {
        padding-left: 25px;
    }
    .gvf_sous-fam li {
        width: 138px;
    }
    .gvf_ray-indicator-li {
        display: none;
    }
    .gfv-title {
        font-size: 25px;
    }
    .logoLayout {
        display: none;
    }
    .gvf_rayon {
        border: 0;
        justify-content: flex-start;
    }
    .gvf_pre-breadcrumb {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .btn-filter-tri {
        margin: 0;
        padding: 0;
    }
    #product_info {
        width: 100% !important;
        margin: 0 !important;
    }
    .mfp-container {
        padding: 0 !important;
    }
    .mfp-wrap {
        top: 0px !important;
    }
    #info {
        padding-top: 35px !important;
    }
    .recap_commande {
        padding: 10px 10px 50px 10px;
    }
    .gvf_recap-commande {
        width: 100%;
        text-align: center;
    }
    .btn-name {
        display: none;
    }
    .search-mag .form-container {
        width: 100% !important;
        border-radius: 0;
        padding: 30px !important;
    }
    .search-mag-bg .choose-simple {
        font-size: 25px;
    }
}

@media screen and (max-width: 400px) {
    .marginRayon{
        display: none;
    }
}
/*# sourceMappingURL=style.css.map */


/*# sourceMappingURL=style.css.map */

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    display: grid;
    grid-template-columns: 30px 50px 30px 1fr;
    grid-template-rows: auto;
    border: 2px solid #ef8f5a;
    border-radius: 9999px;
    border-width: 2px;
    padding: .1rem .2rem;
    overflow: hidden;
}

.input-group-prepend .btn-decrement,
.input-group-append .btn-increment,
input.form-control.countQt,
input.form-control.cart-countQt,
.cart-card-product .input-group-prepend .btn-decrement,
.cart-card-product .input-group-append .btn-increment,
.cart-card-product input.form-control.countQt,
.cart-card-product input.form-control.cart-countQt {
    width: 100%;
    background-color: #fff;
    border: 0;
    color: #000;
    position: inherit;
    flex: none;
    margin: 0;
    padding: 0;
    height: 37px;
    font-weight: 700;
}

.amount-no-percent-fee{
    display: none;
    font-weight: 600;
    padding: 8px 0;
}

#TShop-block{
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
    
}

#TShop-button.btn-light:hover{
    color:#fff;
    background: #FF6B00;
    filter: brightness(0.9);
}


#account #info_histo_account {
	width: 100%;
    margin-bottom: 200px;
}

#account #info_histo_account #list_order,
#account #info_histo_account #my_order {
	overflow-x: scroll;
}

#account #info_histo_account table {
	width: 100%;
	font-size: 14px;
}

#account #info_histo_account table tbody tr {
	border-top: 1px solid #ccc;
}

#account #info_histo_account table thead td {
	font-weight: 600;
	padding: 10px 15px;
	white-space: nowrap;
	font-size: 13px;
}

#account #info_histo_account table tbody td {
	padding: 10px 15px;
	font-size: 13px;
}

#account #info_histo_account table tbody tr:first-child {
	border-top: 0;
}

#account #info_histo_account #list_order::-webkit-scrollbar,
#account #info_histo_account #my_order::-webkit-scrollbar {
	height: 3px !important;
}

/* Added on 27 03 2023 */

#menuOverride {
	position: fixed;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.45);
	bottom: -500px;
	display: none;
	z-index: 9999;
	top: 128px;
    overflow: hidden;
}

.menu-desktop-close {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

#menuOverride .menuRayons {
	position: absolute;
	width: 20%;
	background-color: #fff;
	z-index: 200;
}

#menuOverride .menuRayons.iw-menu-status-2 {
	left: 20%;
}

#menuOverride .menuRayons.iw-menu-status-3 {
	left: 40%;
}

.menuRayons_listItems {
	width: 100%;
	overflow-y: scroll;
	border-left: 1px solid #ced4da;
    height: calc(100vh - 140px);
}

.menuRayons_title {
	display: flex;
	height: 45px;
	align-items: center;
	color: #444;
	font-size: 15px;
	width: 100%;
	font-weight: 600;
	-ms-flex-align: center;
	padding: 0 15px;
	grid-gap: 15px;
}

.menuRayons a {
	text-decoration: none;
	outline: 0;
	display: flex;
	height: 55px;
	flex-flow: row nowrap;
	align-items: center;
	color: #374154;
	text-decoration: none;
	font-size: 16px;
	font-size: 1.5rem;
    border-radius: 6px;
    cursor: pointer;
}

#gvf_main_2 a,
#gvf_main_3 a{
    height: 45px !important;
}

.menu-arrow{
    display: flex;
    align-items: center;
}

.menuRayons a:focus {
	color: #000;
}

.menuRayons a.href-category:hover,
.menuRayonsSelected,
.menuRayons a.href-category.main-rayon-family-level-2-3:hover,
.menuRayonsSelected.main-rayon-family-level-2-3{
	background-color: rgb(234 248 244);
    color: #03084f !important;
}

.menuRayons_items div:first-child {
	width: 100%;
}

.menuRayons_items {
	display: flex;
	-webkit-box-align: center;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 10px;
	justify-content: space-between;
}

.menuRayons_items img {
	width: 40px;
	height: 40px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	margin-right: 5px;
	padding: 5px;
}

.menuRayons_items p {
	font-size: 16px;
	margin: 0;
	line-height: 1.2;
	max-width: 80%;
}


#gvf_main_2 a.iwMenuTitle,
#gvf_main_3 a.iwMenuTitle{
    color: #6b7480;
    font-size: 14px;
    height: 35px !important;
}

#gvf_main_2 a.iwMenuTitle:hover,
#gvf_main_3 a.iwMenuTitle:hover{
    color: #819884 !important;
}

#gvf_main_2,
#gvf_main_3 {
	display: none;
}


#gvf_main,
#gvf_main_2,
#gvf_main_3 {
	padding: 0 10px;
}

.gvf-scrollbar::-webkit-scrollbar {
	display: none;
}

.gvf-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.btn-ray:focus{
    box-shadow: none;
}

@media screen and (max-width: 767px) {

    #menuOverride .menuRayons {
		width: 100%;
	}

	.menuRayons {
		left: 0 !important;
	}

}

#products-grid-content{
    display: grid;
    /* grid-template-columns: 320px 1fr; */
    align-items: flex-start;
    /*column-gap: 20px;*/
    text-align: left;
}

#products-grid-content-sidebar{
    display: none;
}
#products-grid-content{
    grid-template-columns: 1fr;
}

#products-grid-content-sidebar{
    border-radius: 3px;
    margin-top:5px;
    overflow: hidden;
}

#list_product.grid-product {
    position: relative;
    margin-right: -10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
}

#list_product .product{
    width:300px;
    flex:1;
}

.ul-ray{
    list-style: none;
    padding: 0;
}
.ul-ray a{
    color: #000;
}
.ul-fam{
    margin: 15px 0px;
    list-style: none;
}
.ul-sous-fam{
    list-style: none;
}

li{
    margin: 15px 0;
}
.ul-ray b a {
    color: #03084f;
}

@media screen and (max-width:800px) {
    #products-grid-content-sidebar{
        display: none;
    }
    #products-grid-content{
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:600px) {
    #menuOverride{
        top:165px;
    }
    .menuRayons_listItems {
		border: 0;
        height: calc(100vh - 165px);
    }
}

