@font-face {
	font-family: "HelveticaNeue";
	src: url('HelveticaNeueBold.ttf');
}
@font-face {
	font-family: "HelveticaNeue";
	font-style: italic;
	src: url('HelveticaNeueItalic.ttf');
}
@font-face {
	font-family: "HelveticaNeue";
	font-weight: 500;
	src: url('HelveticaNeueBold.ttf');
}
@font-face {
	font-family: "HelveticaNeue";
	font-weight: bold;
	src: url('HelveticaNeueCondensedBlack.ttf');
}

video#bgvid {
  width: 100%; min-height: 100%;
  height: auto; z-index: -100;
  background-size: cover;
  float: left;
}

.commander-phone strong{
    font-size: 30px;
}
.commander-phone{
    font-size: 20px;
}
#mapid{
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.social-logo{
    width:50px;
    float: left;
}
.social-logo img{
    width:100%;
}
h2{
    font-weight:300;
    font-size: 2.5rem;
    line-height: 73px;
}
.main-header{
    background-color: #fafafa;
}
h2 strong{
    font-weight:400;
}
.text-weight{
    font-size:1.2rem;
}
.info{
    color:#888;
    font-size: 0.8rem;
}
html body .no-padding{
    padding-left: 0;
    padding-right: 0;
}
.form-group .text-danger{
    font-size:20px;
    padding-left:5px;
}
.search-home .search-select{
    padding-right: 10px;
    background-color:#fff;
    border:1px solid #ced4da;
}
.search-home .btn{
    border:1px solid #6c757d;
}
.search-home .search-select select{
    padding-left: 15px;
    padding-right: 15px;
    border:none;
}
.search-home .search-select option{
    height:25px;
}
.search-home .input-group-append{
    padding: 6px;
}
.artisan-header-bg .row, 
.artisan-header-bg .col-md-3, 
.artisan-header-bg .col-md-7, 
.artisan-header-bg .col-md-2{
    height: 100%;
}
.artisan-header-bg .img-header{
    position: relative;
    bottom: 20px;
    top:170px;
    left:25px;
    object-fit: cover;
} 
.artisan-header-bg{
    overflow: hidden;
    background-image: url(../images/front/artisan-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    color:#FFF;
    border-radius: 10px;
    text-align: left;
    position: relative;
    height: 400px;
}
/* Block menu 1 */
#header-top {
  background-color: #2f3a4a;
  color: #fff;
  min-height: 40px;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  font-size: 0.65rem;
}
#inscription #header-top {
   background-color:#4c6b99; 
}


#header-top a {
  color: #fff;
}

#header-top-right-social-media {
  font-size: 1rem;
}

/* Home autocomplete */
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
/* Block menu 2 */
#main-nav {
  background-color: #fafafa;
  padding: 15px 0;
}
#main-nav.row{
    margin:0;
}
.nav-main-right a:hover {
  text-decoration: none;
}

.nav-main-right i {
  font-size: 20px;
}

.main-menu {
  overflow: hidden;
  height: 80px;
}

#burger-link a:hover,
a {
  color: #000;
}

#main-nav .logo img{
    width:100%;
}
.logo {
  text-align: center;
  margin-top:35px;
}
#inscription .logo{
    width:100%;
    text-align: center;
    padding: 20px 0;
    margin-left: 0;
}
#inscription h3{
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform:uppercase;
}
.main-menu a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.main-menu ul, .menu-merchant ul {
  padding: 8px 0 0 0;
  list-style: none;
  text-align: center;
  margin: auto;
}

.main-menu ul li, .menu-merchant ul li {
  display: inline-flex;
  list-style-type: none;
  height: 77px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
html .menu-merchant ul li{
    height: auto;
    padding:0 0 20px 0;
}
.main-menu a:hover {
  color: #2f3a4a;
}

.main-menu a, .menu-merchant a {
    font-family: HelveticaNeue,sans-serif;
    text-decoration: none;
  transition: color 0.1s, background-color 0.1s;
}
.main-menu a.active{
    color: #e7695b;
}
.main-menu a, .menu-merchant a {
  position: relative;
  display: block;
  padding: 16px 0;
  margin: 0 32px;
  font-size: 30px;
  line-height: 16px;
  font-weight: 400;
  transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
  color: #212529;
}

.main-menu a::before, .menu-merchant a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #2f3a4a;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: color 0.1s, transform 0.2s ease-out;
}

.main-menu a:active::before, .menu-merchant a:active::before {
  background-color: #2f3a4a;
}

.main-menu a:hover::before, .menu-merchant .active a::before, a:focus::before, .menu-merchant a:hover::before, .menu-merchant a:focus::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  opacity: 0.9;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.side-nav a {
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  font-size: 22px;
  color: #ccc;
  display: block;
  transition: 0.3s;
  text-align: left;
}

.side-nav a:hover {
  color: #fff;
}

.side-nav .btn-close {
  position: absolute;
  top: 0;
  right: 22px;
  font-size: 36px;
  margin-left: 50px;
}

.grey-icon {
  color: grey;
}
/* Home Section Header */
#home-section-header {
  /*background: url(../images/front/home-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;*/
  position: relative;
}
.container{
    clear:both;
}
.dark-overlay{
    /*background-color:rgba(255,255,255,0.3);*/
    background-color:transparent;
    position: relative;
    float: left;
    margin-bottom: 50px;
}
.triangle-box:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0; 
    right: 0;
    padding-bottom: 10%;
    background: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.triangle-box{
    background-color:#fff;
    position: relative;
    z-index: 2;
    padding-top:60px;
}
.triangle-box h2{
    font-size: 2.2rem;
    text-transform: uppercase;
}
.color-red{
    color: #e7695b;
}
.new-box{
    border-radius: 3px;
    padding: 8px 85px;
    background-color: #e7695b;
    transform: rotate(-7deg);
    letter-spacing: 2px;
    text-transform: uppercase;
    color:#fff;
    font-size: 28px;
    display: inline-block;
    position: relative;
    top: -35px;
    margin-bottom: 15px;
}
.categorie {
  background-color: #fff;
  display: inline-block;
}


.box {
  position: relative;
  display: inline-block;
  color:#fff;
  text-transform: capitalize;
  font-size: 18px;
}

.custom-btn {
  background-color: #2f3a4a;
  border-color: #2f3a4a;
  color: #fff;
}
.custom-btn:hover {
  background-color: #fa7a5a;
  border-color: #fa7a5a;
  color: #fff;
}

/* home-section-strengths */
.card-icon {
  color: #2f3a4a;
  font-size: 3rem;
}

/* home-categories */
.home-categories {
  background-color: #fafafa;
}

/* Image effect */
.img-effect .card img {
  /*-webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;*/
}
.img-effect .card:hover img {
 /* -webkit-transform: scale(1.3);
  transform: scale(1.3);*/
}
.img-effect .product-tumb img {
 /* -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;*/
}
.img-effect .product-tumb:hover img {
 /* -webkit-transform: scale(1.3);
  transform: scale(1.3);*/
}

.card-image-wrapper {
  display: inline-block;
  overflow: hidden;
}

/* home-products */
.home-products {
    font-size: 20px;
    background-color: #fafafa;
}
.home-products h3{
    font-size: 30px;
    font-weight: 600;
    color: #2f3a4a;
}
/* Product card */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: HelveticaNeue,sans-serif;
}
.mb-5{
    margin-bottom:30px;
}
a {
  text-decoration: none;
}
.mega-bold{
    font-weight: 500;
}
.product-card .stock-info{
    z-index: 500;
}
.product-card {
  position: relative;
  box-shadow: 0 2px 7px #dfdfdf;
  background: #fff;
}

.stock-info {
  position: absolute;
  left: 0;
  top: 10px;
}

.card a{
    text-decoration: none;
}
.product-tumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  padding: 25px;
  overflow: hidden;
  position: relative;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
  /*background-color: rgb(205, 92, 92);*/
  border-radius: 5px;
}

.card .product-tumb {
    height: 150px;
}    
.product-tumb img {
  width: 100%;
  position: absolute;
}

.product-details {
  padding: 12px;
}

.product-catagory {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 18px;
}

.product-details h6 a {
  font-weight: 500;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #363636;
  text-decoration: none;
  transition: 0.3s;
}

.product-details h6 a:hover {
  color: #2f3a4a;
}

.product-details p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 18px;
  color: #999;
}

.product-bottom-details {
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.product-bottom-details div {
  float: left;
  width: 50%;
}

.product-price {
  font-size: 18px;
  color: #2f3a4a;
  font-weight: 600;
}

.product-price small {
  font-size: 80%;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
}

.product-links {
  text-align: right;
}

.product-links a {
  display: inline-block;
  margin-left: 5px;
  color: #e1e1e1;
  transition: 0.3s;
  font-size: 17px;
}

.product-links a:hover {
  color: #2f3a4a;
}

/* Footer */
footer {
  background-color: #282828;
  color: #999;
  font-size: 0.8rem;
}

footer h5 {
  color: #fff;
  letter-spacing: 1px;
}

footer hr {
  border: 0;
  height: 1px;
  background-color: #fff;
}

/* Product Page */
.product-view-description {
  color: #aaa9a5;
}

.product-view-price {
  font-size: 1.5rem;
  font-weight: bolder;
}

.product-view-stock {
  color: #aaa9a5;
  font-size: 0.9rem;
}

.product-variant-name {
  color: #aaa9a5;
}

.quantity {
  position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 75px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: HelveticaNeue,sans-serif;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.product-view-soldout {
  color: #2f3a4a;
  font-weight: bolder;
}

.product-view-footer {
  color: #aaa9a5;
  font-size: 0.9rem;
}

.product-view a {
  text-decoration: none;
  color: #8f8e8a;
}

.product-view a:hover {
  color: #2f3a4a;
}

.simple-gallery {
  height: 528px;
  overflow: auto;
}
.home-products p, .home-products h3{
    text-align: left;
}
/* Fiche marchand */
.close-infos{
    position: absolute;
    right:10px;
    top:10px;
    cursor: pointer;
    font-size: 14px;
}
.background-header{
    position: absolute;
    width: 100%;
    height:130px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius:0 0 10px 10px;
}
.city-header{
    position: absolute;
    top: 10px;
    right:10px;
    font-size: 18px;
}
.name-header{
    position: relative;
    top:272px;
}
.name-header h2{
    margin-bottom: 0;
    line-height: 60px;
    white-space: nowrap;
}
.show-mm, .show-nn{
    display: inline-block;
    cursor: pointer;
}
.show-mm{
   width: 70px;
   height:70px;
}
.show-nn{
    width: 53px;
    height:52px;
}
.merchant-view-address{
    position: relative;
    top:288px;
}

.view-infos-overlay{
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    z-index: 999;
    background-color:rgba(0,0,0,0.5);
    
}
.view-infos{
    font-size: 22px;
    font-weight: 400;
    padding: 50px;
    width: 600px;
    height:240px;
    left:50%;
    top:50%;
    margin-left: -300px;
    margin-top: -120px;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
}
.img-header{
    height: 200px;
    width:200px;
    border-radius: 50%;
    border:2px solid #fff;
}
.breadcrumb{
    text-align: center;
    background-color: #fff;
    color: #B4B4B4;
    display: block;
    padding: 2rem 1rem;
    margin-bottom:0;
}
.breadcrumb a{
    color: #b4b4b4;
}
.merchant-card .custom-btn{
    font-size: 18px;
    text-transform: uppercase;
}
.comments{
    margin-top:20px;
}
.comments .comment{
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.comments .comment.reply{
    padding-left: 50px; 
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comments .comment h4{
    font-weight: bold;
    font-size: 1.1rem;
    color:#333;
}
.comments .comment .date{
    font-size: 0.9rem;
    padding-bottom: 10px; 
    color:#888;
}
.comments .comment p{
    font-size: 1rem;
    color:#333;
}
.menu-merchant{
    background-color:#Fafafa;
    width:100%;
}
.menu-merchant a::before{
    background-color: #E7695B;
}
.menu-merchant ul li a{
    color: #2F3A4A;
    cursor: pointer;
    font-size: 18px;
    margin: 0 30px;
}
.menu-merchant ul li.active a{
    color: #E7695B;
}
.menu-merchant ul li a:hover{
    color: #E7695B;
}
.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.merchant-view-description,
.merchant-view-address,
.merchant-view-hours {
}
.merchant-view-hours{
    font-size: 18px;
    color:#444;
}
.orange {
  color: #2f3a4a;
}

.bold {
  font-weight: bold;
}

/* Liste produits */

.product-list a {
  font-weight: 500;
  color: #363636;
  transition: 0.3s;
}

.product-list a:hover {
  color: #2f3a4a;
  text-decoration: none;
}

.no-result {
  color: #aaa9a5;
}

/* Liste marchants */
.merchant-list a {
  font-weight: 500;
  color: #363636;
  transition: 0.3s;
}

.merchant-list a:hover {
  color: #2f3a4a;
  text-decoration: none;
}

/* Header page recherche */
.search-home .input-group-append .btn{
    border-radius: 4px;
    background-color: #333;
    padding: .375rem 1rem;
}
.search-home .input-group-append{
    position: relative;
    left:-61px;
    z-index: 10;
}
.search-home{
    position: absolute;
    bottom: 10%;
    width: 50%;
    margin-left: -25%;
    left:50%;
}
html body .search-home input{
    text-align: left;
    font-size: 22px;
    text-transform: uppercase;
    padding:32px 20px;
    border-radius: 0.25rem !important;
    border: 1px solid #888;
}
#search-section-header {
  background: url(../images/front/home-banner.jpg) rgba(45, 66, 128, 0.9);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

.pagination {
  display: inline-block;
  width:100%;
  margin-top:25px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #2f3a4a;
  color: white;
  border: 1px solid #2f3a4a;
}

.pagination a:hover:not(.active) {background-color: #ddd;}
.card-title{
    text-transform: uppercase;
}
.card-body p{
    color:#aaa;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}
.sub-select-page{
    display: none;
    width: 150px;
    position: absolute;
    left:0;
    bottom: 32px;
    width:227px;
    background-color: #fff;
    height: 150px;
    overflow-y: scroll;
}
.select-page:hover .sub-select-page{
    display: block;
}
.select-page{
    position: relative;
    float: left;
}
.pagination .sub-select-page a{
    margin:0;
    width:70px;
    text-align: center;
    border-right: none;
    border-top: none;
}
.pagination .sub-select-page a:last-child{
    border-right: 1px solid #ddd;
}
@media(max-width: 950px) {
    .dark-overlay{
        background-color: #000;
        padding-bottom: 120px;
    }
    .search-home{
        position: absolute;
        bottom: 10%;
        width: 80%;
        margin-left: -40%;
        left: 50%;
    }
}
@media(max-width: 600px) {
  /* For tablets: */
  .home-products{
      padding:0 15px;
  }
  .artisan-header-bg .img-header{
      left:50%;
      margin-left:-100px;
      top:60px;
      
  }
  .artisan-header-bg .row, .artisan-header-bg .col-md-3, .artisan-header-bg .col-md-7, .artisan-header-bg .col-md-2{
      height: auto;
  }
  .name-header{
      top:60px;
  }
  .merchant-view-address {
    position: absolute;
    top: 407px;
    text-align: right;
    background-color:#333;
    width:153px;
    border-radius: 10px;
    left:100%;
    margin-left:-152px;
    z-index: 100;
  }
  .show-mm img{
      position: relative;
      right:2px;
      top:-11px;
  }
  .show-nn img{
      position: relative;
      left: 5px;
      top: -13px;
  }
  .home-products .font-weight-semibold{
      font-size: 24px;
  }
  .home-products .col-md-2{
      position: initial;
  }
  .view-infos{
      width: 350px;
      margin-left: -175px;
      z-index: 9999;
      font-size: 16px;
      
  }
  .logo-mobile img{
      width:100%;
  }
  .triangle-box{
      z-index: 0;
  }
  #search-home-input{
      width:100%;
  }
  .search-home .input-group-append{
      position: absolute;
      right:0;
      left:auto;
  }
  .search-home .input-group-append .btn{
      padding: 0.8rem 1rem;
  }
}
