/* SVN : $Id: app_css.css 10876 2018-03-26 14:41:09Z ghislain $ */

/* use : https://css.github.io/csso/csso.html to minify css */

/* .container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto} */

/* @media (min-width:768px){.container{width:750px}} */

/* @media (min-width:992px){.container{width:970px}} */

/* @media (min-width:1200px){.container{width:1170px}} */

@media screen and (max-width:480px) {
  .navbar-brand {
    font-size: 17px;
    padding-right: 7px;
    padding-left: 7px;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 380px;
}

.navbar-brand.my-logo {
  width: 30px;
  padding: 10px 0;
  overflow: hidden;
  margin-left: 3px;
}

@media screen and (min-width:768px) {
  .navbar-brand.my-logo {
    margin-right: 10px;
  }
}

.navbar-brand.my-logo img {
  display: inline-block;
  width: 100%;
  height: auto !important;
}

@media (max-width: 768px) {
  .navbar-form {
    border-bottom: 0;
    border-top: 0;
    box-shadow: 0 0 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.my-navbar2 .navbar-btn {
  float: right;
  margin-left: 7px;
  margin-top: 0;
  margin-bottom: 5px;
}

.my-navbar2 #welcome-area {
  float: left;
  padding-top: 5px;
  color: white;
}

.my-navbar2 #welcome-area .pro {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  background-color: red;
  border-radius: 4px;
  margin-left: 3px;
  padding: 0 1px;
  text-transform: uppercase;
}

@media screen and (max-width:360px) {
  .my-hidden-xxs {
    display: none;
  }
}

@media screen and (max-width:330px) {
  .my-hidden-smallest {
    display: none;
  }
}


/* DB : Surcouche CSS bootstrap par defaut */

.navbar-fixed-top {
  margin-bottom: 0;
}

.navbar-fixed-top.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-fixed-top.navbar-inverse .navbar-nav>li>a>.glyphicon {
  padding-right: .5rem;
}

@media screen and (max-width:768px) {
  .navbar-fixed-top.navbar-inverse .navbar-nav>li>a>.glyphicon {
    padding-right: 1rem;
    margin-right: .5rem;
    border-right: 1px solid rgba(255, 255, 255, .75);
  }
}

.navbar-fixed-top .navbar-toggle {
  float: left;
  margin-right: 0;
  margin-left: 5px;
}

.modal .modal-header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0;
  -moz-box-shadow: 0 5px 5px -2.5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 5px 5px -2.5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 5px 5px -2.5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px -2.5px rgba(0, 0, 0, 0.25);
}

.modal .modal-header .close {
  font-size: 30px;
  height: 25px;
}

#createAccountModal .my-intro-login-form {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
  margin-bottom: 15px;
}


/* http://davidwalsh.name/add-rules-stylesheets */

.jumbotron {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: #FCFCFC;
  -moz-box-shadow: 0 5px 5px -2.5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 5px 5px -2.5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 5px 5px -2.5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px -2.5px rgba(0, 0, 0, 0.25);
}

.jumbotron h1,
.jumbotron .h1 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 10px;
}

.jumbotron h2,
.jumbotron .h2 {
  /*font-size: 28px;*/
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}

#homepage .advertising-area img {
  display: table;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}

#page_my_account .panel h4 {
  margin-top: 0;
  margin-bottom: 0
}

#page_order_list .panel h4 {
  margin-top: 0;
  margin-bottom: 0
}

#page_search .my-form-search {
  margin-bottom: 20px;
}

footer.navbar {
  margin-bottom: 0;
  border-radius: 0;
  border-width: 1px 0 0 0;
}

.dev_area {
  padding-left: .5rem;
  color: rgba(0, 0, 0, .4);
  font-size: 1rem;
}


/* for input file */

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}


/* for autocomplete */

#page_search input.my-input-search,
#home_txt input.my-input-search {
  display: inline;
  /*width: auto;*/
}

.btn-scan {
  float: right;
}

.easy-autocomplete-container {
  top: 47px;
}

.easy-autocomplete-container ul li {
  width: 100%;
  float: left;
}

.eac-item img {
  margin-right: 4px;
  max-height: 30px;
  float: left;
}

.eac-item span.price-area .currency {
  padding-left: .3rem;
}

.eac-item span.price-area .old-price {
  /*font-size: 1.75rem;*/
  text-decoration: line-through;
  /*color: rgba(0, 0, 0, .75);*/
}

.clearer {
  z-index: 3;
  pointer-events: auto;
  text-decoration: none;
  cursor: pointer;
}

div.input-group .clearer {
  right: 52px;
  font-size: large;
}

div.photo-preview .img-responsive {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

/* debut special PPM */
#modalPopupPaiementLivraison .has-feedback .form-control {
  padding-right: 37.5px;
}

#modalPopupPaiementLivraison .form-group {
  margin-bottom: 5px;
}

/* fin special PPM */

/*
https://stackoverflow.com/questions/46339063/ios-11-safari-bootstrap-modal-text-area-outside-of-cursor
 */
body.iosBugFixCaret.modal-open {
  position: fixed;
  width: 100%;
}

/** Bootstrap 4 **/
.py-2 {
  padding: 5px 0;
}

.py-4 {
  padding: 10px 0;
}

.py-6 {
  padding: 20px 0;
}

.ml-2 {
  margin-left: 2px;
}

.inline-block {
  display: inline-block;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.5rem;
}

.form-check-input {
  position: absolute;
  left: -0.6rem;
}

.red {
  color: #EA0611;
}

.caps_lines .isHeartStroke {
  margin-left: 10px;
}

.brands-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.brands-area .caps {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;

}

.brands-area .caps .image {
  border: 1px solid gainsboro;
  border-radius: .25em;
  margin-bottom: 1rem;
  padding: 0.25rem 1rem;

}

#homepage .heartstroke {
  border-bottom: 0;
  margin-bottom: 0;
}

.heartstroke .brands-area {
  margin-bottom: 1rem !important;
  height: 100px;
  overflow: hidden;
}

.heartstroke .brands-area .image {
  text-align: center;
}


.heartstroke {
  border-bottom: 1px solid gainsboro;
  margin-bottom: 1em;
}

section.tile {
  padding: 1rem 0;
}

section.tile .img-responsive {
  margin: 0 auto 1rem auto;
}

section.tile h3 {
  text-align: center;
}

section.tile h3 a {
  color: inherit;
}

section.tile hr {
  border-color: #00a95c;
  border-width: 3px;
  max-width: 3.333em;
  margin-top: 20px;
  margin-bottom: 20px;
}

section.tile .desc {
  text-align: justify;
  font-size: 1.4rem;
}

section.tile a {
  color: #00a95c;
}
