
  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

  body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  }



  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #ce3232;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: -20px;
  }

  .section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }

  .overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #team, 
  #menu,
  #testimonial {
    text-align: center;
  }

  .about-image img,
  .team-thumb img {
    width: 100%;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }

  .custom-navbar .navbar-brand span {
    color: #ce3232;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  
  .top-nav-collapse .nav-item.dropdown:hover .dropdown-menu {
    background: white;
    color: #000;
    border: 1px solid white;
    margin-left: 15px;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    /*margin-left: 8em;*/
     margin-left: 15em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #454545;
    }

    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }


  }

  
  @media only screen and (max-width: 580px){
    .section-title h2 {
      margin: 20px !important;
    }

    .border {
      width: 100% !important;
      border: 1px solid black !important;
    }

    .addToCart{
      display:none !important;
    }
    .modal {
      /* min-width: 90% !important;
      padding-right: 8px !important;
      width: 90% !important;
      overflow-x: auto !important; */
      /*display:none !important;*/
    }

    #footer {
      background-color: #000000d1 !important;
      text-align: center !important;
      margin-bottom: 30px !important;
    }

  .footer-open-hour {
    background: url(../images/back-viandes.jpeg) center center no-repeat;
    background-size: cover;
    border-radius: 20px ;
    margin-top: 0;
    padding: 40px 0 40px 0px !important;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
  }

  .product-details{
    text-align: center !important;
  }

  
  .product-details .row_total
  {
    display:flex !important;
  }
  .product-details .row .form-1
  {
    text-align: -webkit-center !important;
  }

  .contenedorCards .card {
    text-align: -webkit-center !important;
  }

  
  .navbar-collapse.in {
    overflow-y: none !important;
  }



  .Menu_Web{
    display: none !important;
  }

  
  .Menu_Mobile{
    display: block !important;
  }

  .nav-item.dropdown {
    position: static !important;
  }

  .nav-item .dropdown-menu {
      display: block !important;
      position: static !important;
      width: 90% !important;
      box-shadow: none !important;
      margin: 5px auto !important;
      margin-left: 13px !important;
  }
  .custom-navbar .nav li a, .top-nav-collapse .nav li a {
    color: black !important;
    text-align: center !important;
    padding: 7px !important;
  }
  .custom-navbar .nav li a:hover {
    color: red !important;
  }
  
  .row_contact{
    margin-top:25px !important;
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 370px !important;
  }
  .pagination {
    display: math !important;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  }

  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
    padding-bottom: 30px;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }

  @media (min-width: 768px) {
    .slider .col-md-8 {
      padding-left: 0;
    }
  }

  .slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot {
    display: block;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }

  /*
  .slider .item-first {
    background-image: url(../images/slider-image1.jpg);
  }

  .slider .item-second {
    background-image: url(../images/slider-image2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/slider-image3.jpg);
  }

  .slider .item-second .section-btn {
    background: #292929;
  }

  .slider .item-second .section-btn:hover {
    background: #ffffff;
  }

  .slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
  }

  .slider .item-third .section-btn:hover,
  .slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
  }*/



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    padding-bottom: 0;
  }

  .about-info {
    padding: 0 6em 5em 0;
  }

  .about-info .section-title {
    padding-bottom: 20px;
  }

  .about-image {
    position: absolute;
  }



  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  #team {
    background: #f9f9f9;
  }

  .team-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .team-info {
    padding: 10px 30px 20px 30px;
  }

  .team-thumb .team-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover .team-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
  }

  .team-thumb img {
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover img {
    /*transform: scale(1.2);*/
  }

  .team-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
  }

  .team-thumb .team-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .team-item h4 {
    color: #ffffff;
  }

  .team-info p {
    color: #bfbdbd;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
  }



  /*---------------------------------------
     MENU              
  -----------------------------------------*/

  #menu {
    padding-bottom: 0;
  }

  #menu .container {
    width: 100%;
  }

  #menu .col-md-4 {
    margin: 0;
    padding: 0;
  }

  .menu-thumb img {
    width: 100%;
    transition: 0.5s;
  }

  .menu-thumb:hover img {
    transform: scale(1.15);
  }

  #menu .menu-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 102%;
  }

  .menu-thumb .menu-info {
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 25px 30px;
    transition: 0.5s 0.2s;
  }

  .menu-info .menu-item {
    float: left;
  }

  .menu-info .menu-price {
    float: right;
  }

  .menu-info .menu-price span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 10px;
  }

  .menu-thumb .menu-info h3,
  .menu-thumb .menu-info p,
  .menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .menu-thumb .menu-info h3 {
    margin-top: 0;
  }

  .menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .menu-thumb:hover .menu-info h3,
  .menu-thumb:hover .menu-info p,
  .menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
  }

  .menu-thumb:hover .menu-info {
    background: rgba(0,0,0,0.8);
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial {
    background: url('../images/back-viandes.jpeg') center center no-repeat;/*testimonial-bg.jpg*/
    background-size: cover;
  }

  #testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
  }

  #testimonial .owl-theme .owl-dots .owl-dot,
  #testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
  }

  #testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
  }

  #testimonial h2 {
    color: #ffffff;
  }

  #testimonial p,
  .tst-author h4,
  .tst-author span {
    display: inline;
  }

  #testimonial p {
    color: #d9d9d9;
    font-size: 20px;
    line-height: 35px;
  }

  .tst-author {
    margin-top: 20px;
  }

  .tst-author h4,
  .tst-author span {
    color: #b2b2b2;
  }

  .tst-author span {
    margin-left: 5px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact .section-title {
    padding-bottom: 0;
  }

  #contact .text-success,
  #contact .text-danger {
    display: none;
  }

  .form-1 .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
    height: 35px !important;
  }

  .form-1 .form-control:hover,
  .form-1 .form-control:focus {
    border-bottom-color: #c9c9c9;
  }

  .form-1 input, .form-1 select {
    height: 55px !important;
  }

  .form-1 input:focus {
    border-bottom: 1px solid #ce3232 !important;
    transition: all 0.2s ease-in;
  }

  .form-1 button {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 35px !important;
  }

  .form-1 button:hover {
    background: #292929;
    color: #ffffff;
  }

  .btn-sub {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
    line-height: 35px;
  }

  .btn-sub:hover {
    background: #292929;
    color: #ffffff;
  }


  .or{
    background: #ce3232;
    border-radius: 40px;
    color: #FFFFFF;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 75px;
    text-align: center;
    width: 50px;
  }

  .qteCa .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  .qteCa .form-control:hover,
  .qteCa .form-control:focus {
    border-bottom-color: #c9c9c9;
  }

  .qteCa input, .form-1 select {
    height: 35px !important;
  }

  .qteCa input:focus {
    border-bottom: 1px solid #ce3232 !important;
    transition: all 0.2s ease-in;
  }


  .sidebar-nav li{
    background: #0b0b0b;
    color:white !important;
  }
  .sidebar-nav li a{
    color:white !important;
  }

  .sidebar-nav li.actif{
    background: #ce3232 !important;
  }
  @media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
      padding: 0;
      max-height: none;
    }
    .sidebar-nav .navbar ul {
      float: none;
    }
    .sidebar-nav .navbar ul:not {
      display: block;
    }
    .sidebar-nav .navbar li {
      float: none;
      display: block;
    }
    .sidebar-nav .navbar li a {
      padding-top: 12px;
      padding-bottom: 12px;
    }
  }

  .blockCompte{
    border: 0.5px solid gray;
    border-radius: 5px;
    padding: 20px;
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 35px 0;
    padding-bottom: 35px;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  .footer-info,
  footer .social-icon {
    margin-top: 20px;
  }

  .footer-open-hour {
    background: #ce3232;
    background: url('../images/back-viandes.jpeg') center center no-repeat;/*footer-open-hour-bg.jpg*/
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 0 40px 40px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
  }

  .footer-open-hour::after {
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour h2 {
    color: #ffffff;
  }

  .footer-open-hour p {
    color: #d9d9d9;
  }

  .footer-open-hour strong {
    color: #f9f9f9;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #ce3232;
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    /*background: #ce3232;*/
    color: black;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }


  @media only screen and (max-width: 1200px) {
    .about-info {
      padding-right: 0;
    }

    .about-image {
      position: relative;
    }

    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }

  }


  @media only screen and (max-width: 992px) {
    section {
      padding: 60px 0;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .slider .item {
      background-position: center;
    }

    .about-info {
      padding: 0;
    }

    .team-info {
      margin-bottom: 50px;
    }

    #menu .menu-thumb {
      width: 103%;
    }

    #testimonial {
      background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
      margin-bottom: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar{
      width:100%;
      padding-left: 5px !important;
      padding-right: 5px !important;
    }
    .custom-navbar .container{
      margin: 0 !important;
      width: 100%;
    }
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
      font-size: 10px !important;
    }
  }

  @media only screen and (max-width: 805px) {
    .custom-navbar .nav li a {
      padding-right: 7px;
      padding-left: 7px;
      font-size: 9px !important;
    }
  }

  @media only screen and (min-width: 1170px) and (max-width: 1200px) {
    .custom-navbar .container{
      width:90%;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 30px;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;

    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }

    .menu-thumb .menu-info {
      top: 80%;
    }

    footer {
      padding: 60px 0;
      padding-bottom: 60px;
    }

    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
  }


  @media only screen and (max-width: 580px) {
    h1 {
      font-size: 2.1em;
    }

    h2 {
      font-size: 1.8em;
    }

    .menu-thumb .menu-info {
      top: 60%;
    }
  }

  .contenedorCards {
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    /*min-height: 100vh;
    /*padding: 20px 0;*/
    box-sizing: border-box;

  }
  .contenedorCards .card {
    /*width: 300px;*/
    width:100%;
    transition: ease all 0.3s;
    /*background: #fff;*/
  }
  .contenedorCards .card.esFav .wrapper .infoProd .actions .action.aFavs {
    transform: rotateX(360deg) scale(1.2);
  }
  .contenedorCards .card.esFav .wrapper .infoProd .actions .action.aFavs svg path, .contenedorCards .card.esFav .wrapper .infoProd .actions .action.aFavs svg circle {
    fill: #fff;
    transition-delay: 0.2s;
  }
  .contenedorCards .card.enCarrito .wrapper .infoProd .actions .action.alCarrito .inCart {
    transform: scale(1);
  }
  .contenedorCards .card.enCarrito .wrapper .infoProd .actions .action.alCarrito .outCart {
    transform: scale(0);
  }
  .contenedorCards .card .wrapper {
    margin: 20px 5px 6px 5px;
    padding-top: 300px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 20px 10px rgba(29, 29, 29, 0.1);
    transition: ease all 0.3s;
    border:1px solid #33333341;
    padding-bottom: 15px;
  }

  .contenedorCards .card .wrapper:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4) !important;
  }
  /*.contenedorCards .card .wrapper:hover {*/
  /*  transform: translateY(-10px);*/
  /*}*/
  .contenedorCards .card .wrapper:hover .imgProd {
    height: 310px;
    
  }
  .contenedorCards .card .wrapper .colorProd {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #b82d44;
  }
  .contenedorCards .card .wrapper .imgProd {
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% - 300px);
    width: 100%;
    height: 300px;
    /*transition: ease all 0.3s;*/
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    background-size: cover;
  }
  .contenedorCards .card .wrapper .infoProd {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
  }
  .contenedorCards .card .wrapper .infoProd p {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .contenedorCards .card .wrapper .infoProd .nombreProd {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .contenedorCards .card .wrapper .infoProd .extraInfo {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .contenedorCards .card .wrapper .infoProd .actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    margin-top: auto;
    padding-top: 10px;
  }
  .contenedorCards .card .wrapper .infoProd .actions .preciosGrupo {
    flex-grow: 1;
    position: relative;
  }
  .contenedorCards .card .wrapper .infoProd .actions .preciosGrupo .precio {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
  }
  .contenedorCards .card .wrapper .infoProd .actions .preciosGrupo .precio.precioOferta {
    position: absolute;
    left: 0;
    top: -15px;
    color: red;
    font-size: 15px;
    text-decoration: line-through;
  }
  .contenedorCards .card .wrapper .infoProd .actions .preciosGrupo .precio.precioOferta:before {
    font-size: 12px;
  }
  .contenedorCards .card .wrapper .infoProd .actions .preciosGrupo .precio:before {
    content: var(--currencyPrefix);
    font-size: 20px;
  }
  .contenedorCards .card .wrapper .infoProd .actions .action {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-left: 15px;
    width: 35px;
    height: 35px;
    position: relative;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.3s;
    cursor: pointer;
    color: #1d1d1d;
  }
  .contenedorCards .card .wrapper .infoProd .actions .action svg {
    position: absolute;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.3s;
  }
  .contenedorCards .card .wrapper .infoProd .actions .action svg path, .contenedorCards .card .wrapper .infoProd .actions .action svg circle {
    stroke: currentColor;
    fill: transparent;
    transition: ease all 0.3s;
  }
  .contenedorCards .card .wrapper .infoProd .actions .action.aFavs {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    width: 25px;
    height: 25px;
    color: #fff;
  }
  .contenedorCards .card .wrapper .infoProd .actions .action.alCarrito svg.inCart {
    transform: scale(0);
  }

  .btn-number{
    background:#B01111;
    color:white;
    outline: none;
  }

  .btn-number:hover{
    background:#830A0A;
    color:white;
  }

  .btn-number:disabled{
    background:#B04A4A;
  }

  .btn-number:focus { outline: none; }

  /*-------- img pages ----------*/

  #viandesSection { background:linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5)),url( ../images/back-viandes.jpeg) no-repeat; background-size: cover; min-height:300px; text-align: center; padding-top:0px; color:white; font-weight:3000;margin-bottom: 25px;}
  #viandesSection h1{
    position: relative;
    color: white;
    margin-top: 0px;
    top:150px;
    font-weight: bold;
    font-size: 60px;
    text-shadow: 2px 2px #000;
  }

  #volaillesSection { background:linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5)),url( ../images/back-volaille.jpg) no-repeat; background-size: cover; min-height:300px; text-align: center; padding-top:0px; color:white; font-weight:3000;margin-bottom: 25px;}
  #volaillesSection h1{
    position: relative;
    color: white;
    margin-top: 0px;
    top:150px;
    font-weight: bold;
    font-size: 60px;
    text-shadow: 2px 2px #000;
  }

  #charcuteriesSection { background:linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5)),url( ../images/back-charcuterie.jpg) no-repeat; background-size: cover; min-height:300px; text-align: center; padding-top:0px; color:white; font-weight:3000;margin-bottom: 25px;}
  #charcuteriesSection h1{
    position: relative;
    color: white;
    margin-top: 0px;
    top:150px;
    font-weight: bold;
    font-size: 60px;
    text-shadow: 2px 2px #000;
  }

  #grilladesSection { background:linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5)),url( ../images/back-grillade.jpg) no-repeat; background-size: cover; min-height:300px; text-align: center; padding-top:0px; color:white; font-weight:3000;margin-bottom: 25px;}
  #grilladesSection h1{
    position: relative;
    color: white;
    margin-top: 0px;
    top:150px;
    font-weight: bold;
    font-size: 60px;
    text-shadow: 2px 2px #000;
  }

  #DeliceSection { background:linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5)),url( ../images/Delice.jpg) no-repeat; background-size: cover; min-height:300px; text-align: center; padding-top:0px; color:white; font-weight:3000;margin-bottom: 25px;}
  #DeliceSection h1{
    position: relative;
    color: white;
    margin-top: 0px;
    top:150px;
    font-weight: bold;
    font-size: 60px;
    text-shadow: 2px 2px #000;
  }

  #accountSection { background:linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5)),url( ../images/back-boucher.jpeg) no-repeat; background-size: cover; min-height:300px; text-align: center; padding-top:0px; color:white; font-weight:3000;margin-bottom: 25px;}
  #accountSection h1{
    position: relative;
    color: white;
    margin-top: 0px;
    top:150px;
    font-weight: bold;
    font-size: 60px;
    text-shadow: 2px 2px #000;
  }

  #packsSection { background:linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5)),url( ../images/pack_product4.jpg) no-repeat; background-size: cover; min-height:300px; text-align: center; padding-top:0px; color:white; font-weight:3000;margin-bottom: 25px;}
  #packsSection h1{
    position: relative;
    color: white;
    margin-top: 0px;
    top:150px;
    font-weight: bold;
    font-size: 60px;
    text-shadow: 2px 2px #000;
  }

  @media (max-width: 447px) {
    #viandesSection h1, #volaillesSection h1, #charcuteriesSection h1, #grilladesSection h1, #evenementsSection h1, #accountSection h1, #packsSection h1{
      font-size: 40px;
    }

  }



  .category-products .panel {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    box-shadow:none;
    margin-bottom: 0px;
  }

  .category-products .panel-default .panel-heading {
    background-color: #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    padding: 5px 20px;
  }

  .category-products .panel-default .panel-heading .panel-title a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0 none;
  }

  .category-products .badge {
    background:none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
  }

  .panel-body ul{
    padding-left: 20px;
  }


  .panel-body ul li a {
    color: #696763;
    font-size: 12px;
    text-transform: uppercase;
  }

  .brands-name {
    border: 1px solid #F7F7F0;
    padding-bottom: 20px;
    padding-top: 15px;
  }


  .brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    color: #696763;
    font-size: 14px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .brands-name .nav-stacked li a:hover{
    background-color: #fff;
    color: #696763;
  }

  .cart_total_price{
    font-size:16px;
    font-weight: bold;
  }

  .total_area span {
    float: right;
    color: #ce3232;
  }

  .total_area ul {
    list-style: none;
    padding: 0 !important;
  }

  .total_area ul li {
    border-bottom:1px solid #E6E4DF;
    /*color: #696763;*/
    margin-top: 10px;
    padding: 7px 20px;
    font-weight: bold;
  }

  .total_area button {
      width: 100%;
  }

  .thumbnails {
    overflow: hidden;
    margin: 1em 0;
    padding: 0;
    text-align: center;
  }

  .thumbnails li {
    display: inline-block;
    width: 140px;
    margin: 0 5px;
  }

  .thumbnails img {
    display: block;
    min-width: 100%;
    max-width: 100%;
  }

  .thumbnails {
    overflow: hidden;
    margin: 1em 0;
    padding: 0;
    text-align: center;
  }

  .thumbnails li {
    display: inline-block;
    width: 140px;
    margin: 0 5px;
    border:1px solid #C2C2C2 !important;
    padding: 10px;
  }

  .thumbnails img {
    display: block;
    min-width: 100%;
    max-width: 100%;
  }

  #blkImg{
    width:100%;
    border: 1px solid #C2C2C2;
  }

  .section-logo{
    padding: 10px !important;
    margin: -10px !important;
  }

  .logo{
    max-height: 55px;
  }
  


  /*-----------------------*/

  :root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
  }

  #catalogue {
    display: grid;
    place-items: center;
    box-sizing: border-box;
  }

  .page-content-catalogue {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    max-width: 1024px;
    margin: 0 auto;
  }
  @media (min-width: 600px) {
    .page-content-catalogue {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 800px) {
    .page-content-catalogue {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .card-catalogue {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    /*color: whitesmoke;*/
    color: #fff !important;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
  }
  @media (min-width: 600px) {
    .card-catalogue {
      height: 350px;
    }
  }
  .card-catalogue:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
  }
  .card-catalogue:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
    transform: translateY(-50%);
    transition: transform calc(var(--d) * 2) var(--e);
  }
  .card-catalogue:nth-child(1):before {
    background-image: url(../images/viandebg.png);
    background-position: left 35% bottom 45%;
  }
  .card-catalogue:nth-child(2):before {
    background-image: url(../images/boucherie-volaille-en-Soual.jpg);
    background-position: left 35% bottom 45%;
  }
  .card-catalogue:nth-child(3):before {
    background-image: url(../images/Delicebg.png);
    background-position: left 35% bottom 45%;
  }
  .card-catalogue:nth-child(4):before {
    background-image: url(../images/pack5.jpg);
    background-position: left 35% bottom 45%;
  }

  .content-catalogue {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: transform var(--d) var(--e);
    z-index: 99;
  }
  .content-catalogue > * + * {
    margin-top: 1rem;
  }

  .title-catalogue {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff !important;
  }

  .copy-catalogue {
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.35;
    color: #fff !important;
  }

  .btn-catalogue {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white !important;
    background-color: black;
    border: none;
  }
  .btn-catalogue:hover {
    background-color: #0d0d0d;
  }
  .btn-catalogue:focus {
    outline: 1px dashed #ce3232;
    outline-offset: 3px;
  }

  @media (hover: hover) and (min-width: 600px) {
    .card-catalogue:after {
      transform: translateY(0);
    }

    .content-catalogue {
      transform: translateY(calc(100% - 4.5rem));
    }
    .content-catalogue > *:not(.title-catalogue) {
      opacity: 0;
      transform: translateY(1rem);
      transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    }

    .card-catalogue:hover,
    .card-catalogue:focus-within {
      align-items: center;
    }
    .card-catalogue:hover:before,
    .card-catalogue:focus-within:before {
      transform: translateY(-10%);
    }
    .card-catalogue:hover:after,
    .card-catalogue:focus-within:after {
      transform: translateY(-50%);
    }
    .card-catalogue:hover .content-catalogue,
    .card-catalogue:focus-within .content-catalogue {
      transform: translateY(0);
    }
    .card-catalogue:hover .content-catalogue > *:not(.title-catalogue),
    .card-catalogue:focus-within .content-catalogue > *:not(.title-catalogue) {
      opacity: 1;
      transform: translateY(0);
      transition-delay: calc(var(--d) / 8);
    }

    .card-catalogue:focus-within:before, .card-catalogue:focus-within:after,
    .card-catalogue:focus-within .content-catalogue,
    .card-catalogue:focus-within .content-catalogue > *:not(.title-catalogue) {
      transition-duration: 0s;
    }
  }

  /*----------*/
  .information-del-section{
    padding: 0 !important;
    max-width: 100%;

  }
  .fancy-box-container{padding:15px 0px}
  .fancy-box-container .content{display:flex;align-items:center;justify-content:center;flex-direction:row}
  @media (max-width: 991px){
    .fancy-box-container .content{justify-content:flex-start}
  }
  .fancy-box-container .content .content-icon{
    font-size:60px;
    margin-right:15px;
    opacity:.6;
    -webkit-transition:all ease-in-out 0.3s;
    -khtml-transition:all ease-in-out 0.3s;
    -moz-transition:all ease-in-out 0.3s;
    -ms-transition:all ease-in-out 0.3s;
    -o-transition:all ease-in-out 0.3s;
    transition:all ease-in-out 0.3s
  }
  .fancy-box-container .content .content-text{
    font-size:15px
  }
  .fancy-box-container .content .content-text p{margin:0px 0px 4px}
  .fancy-box-container .content .content-text p:first-child{font-weight:700;letter-spacing:2px}
  .fancy-box-container .content .content-text p:last-child{opacity:.6;margin-bottom:0px}
  .fancy-box-container .content:hover .content-icon{opacity:1}
  .fancy-box-container.template-2{background:none !important;padding:60px 0px}
  @media (max-width: 767px)
  {
    .fancy-box-container.template-2 .fancy{margin-bottom:15px}
    .fancy-box-container.template-2 .fancy:last-child{margin-bottom:0px}
  }
  .fancy-box-container.template-2 .content{justify-content:flex-start}
  .fancy-box-container.template-2 .content .content-icon{margin-right:20px}
  .fancy-box-container.template-2 .content .content-icon i{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100px;
    height:100px;
    font-size:30px;
    border:1px dotted #88c000;
    border-radius:100%
  }.fancy-box-container.template-2 .content .content-text p:first-child{font-weight:700;font-size:20px}
  .fancy-box-container.template-2 .content .content-text p:last-child{margin-bottom:0px}

  ul{
    list-style: none;
  }

  @media (max-width: 767px) {
    .container{
      width:100% !important;
      padding: 10px !important;
    }

    .artic .container{
      width: 90% !important;
    }

    .categories{
      display: none;
    }
  }
  .row_product{
    display:flex !important;
    flex-wrap:wrap !important;
    justify-content: center !important;
}
  /*------ update bootstrap ------*/
  @media (min-width:549px) and (max-width: 991px){

    .artic .contenedorCards .col-md-6{width:50%}
  }

  @media (min-width: 992px){
    .artic .contenedorCards .col-md-6{width:25%}

  }

  @media (min-width:767px) and (max-width: 991px){
    .contenedorCards .col-md-6{width:50%}
  }

  @media (min-width: 991px){
    .contenedorCards .col-md-6{width:33.33333333%}
  }

  .loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
  }
  .loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
  }
  .loginBtn:focus {
    outline: none;
  }
  .loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
  }
  
  
  /* Facebook */
  .loginBtn--facebook {
    background-color: #4C69BA;
      padding-bottom: 10px;
      padding-top: 10px;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
  }
  .loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
  }
  .loginBtn--facebook:hover,
  .loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
    color: #000 !important
  }
  

  
  /* Google */
  .loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
        padding-bottom: 10px;
      padding-top: 10px;
  }
  .loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
  }
  .loginBtn--google:hover,
  .loginBtn--google:focus {
    background: #BB3F30 !important;
    color: #000 !important
  }

  .border{
    width: 250px;
    border: 2px solid black;
  }

.color_contact{
    
    color: #ce3232;
    /*font-size: small;*/
    font-weight: 600;

}
.color_contact2{
    
    color: white;
    /*font-size: small;*/
    font-weight: 300;

}
.lien_footer{
    /*text-decoration:underline !important;*/
    transition: all 1s !important;
    margin-top: 8px;
   
}
.lien_footer a{
    font-size:15px;
    color:white;
}

.lien_footer a:hover{
  font-size:15px;
  color:#ce3232;
}

.danger{
  color: #ce3232;
}



.badge_pack{
  display: flex;
  border:1px solid #ce3232;
  width: 570px;

}
.badge_pack .image img{
  width: 250px;
  height: 350px;
}

figure {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  border-radius: 15px;
}

.profile-pic img{
  width:310px;
  height:260px;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	 -webkit-transition: .3s ease-in-out; */
	transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  background-size: cover;
}

.profile-pic figure:hover img{
	-webkit-transform: scale(1.3);
	transform:  scale(1.1);
  background-color: rgba(111, 113, 116, 0.75);
}

.profile-pic:hover .addToCart {
  display: block;
}

.addToCart {
  position: absolute;
  left: 24%;
  top: 90px;
  display: none;
  width: 60%;
  background-color: #ce3232d4;
  color: white;
  border: 0.5px solid white;
  padding: 5px;
}

.addToCart:hover {
  position: absolute;
  left: 24%;
  top: 90px;
  display: none;
  width: 60%;
  background-color: #ffffffb3 ;
  color: #ce3232;
  border:0.5px solid #ce3232 ;
  padding: 5px;

}

.form-control-plaintext , .form-control-plaintext p{
  color:black;
  font-size: 15px;
}

.modal-header{
  display:flex;
}

.contenedorCards .row{
    display:flex !important;
    flex-wrap:wrap !important;
    justify-content: center !important;
}
.nombreProd{
    font-size:14px !important;
}
.contenedorCards .card{
  text-align: center;
}
