<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SVN : $Id: misc_css.css 10820 2018-03-22 11:11:31Z ghislain $ */

/* ** DYNAMIC THEME ** */
/*#F91EA9*/
/*#00CC33*/
/*#00A95C*/
#page_animations {
  font-size: 15px
}

#page_search {
  font-size: 15px
}

/* ** arrondis ** */
.alert {
  border-radius: 0 !important;
}

.btn {
  border-radius: 0 !important;
}

.jslink {
  cursor: pointer
}

.my-loading-area {
  margin: 1em auto;
  font-weight: 600;
  background-color: whitesmoke;
  border-color: gainsboro;
  box-shadow: none;
}

/* ** Barre horizontale ** */
.my-header {
  background: #333;
  border: none;

  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

/* ** Haut de page DB ** */
.my-header .navbar-header {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  color: white;
  line-height: normal;
}

.my-header .navbar-header .my-toogle-area a,
.my-header .navbar-header .my-right-area a {
  color: inherit;
  font-size: 1.667em;
  outline: none;
}

.my-header .navbar-header .my-pharma-area {
  flex: 1;
  padding-left: .667em;
  padding-right: .667em;
  text-align: center;
}

.my-header .navbar-header .my-pharma-area .my-pharma-container {
  display: inline-flex;
  margin: auto;
  align-items: center;
}

.my-header .navbar-header .my-pharma-area .my-pharma-container .my-logo-area img {
  width: auto !important;
  max-height: 40px;
}

.my-header .navbar-header .my-pharma-area .my-pharma-container .my-home-area {
  padding-left: .667em;
  padding-right: .667em;
}

.my-header .navbar-header .my-pharma-area .my-pharma-container .my-home-area a {
  font-size: 1.667em;
  color: inherit;
  outline: none;
}

.my-header .navbar-header .my-pharma-area .my-pharma-container .my-home-area a .glyphicon {
  /*font-size: 21px;*/
  font-size: 19px;
  line-height: normal;
}

.my-header .navbar-header .my-pharma-area .my-pharma-container .my-name-area {
  flex: 1;
}

.my-header .navbar-header .my-pharma-area .my-pharma-container .my-name-area .my-name {
  color: inherit;
  font-size: 1.2em;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width:768px) {
  .my-header .navbar-header .my-pharma-area .my-pharma-container .my-name-area .my-name {
    font-size: 1.467em;
  }
}

.my-footer-line.logo_groupe img {
  width: 100%;
  height: auto !important;
  max-width: 100px;
}

@media screen and (min-width:480px) {
  .my-footer-line.logo_groupe img {
    max-width: 125px;
  }
}


/* ** sous-menu ouvert ** */

.nav.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.my-header.navbar-fixed-top.navbar-inverse .navbar-nav&gt;li.divider {
  border-top: 1px solid rgba(0, 0, 0, .2);
}

.my-header.navbar-fixed-top.navbar-inverse .navbar-nav&gt;li&gt;a {
  font-weight: 600;
  color: white;
  text-shadow: none !important;

  padding: .5em 1em;
  line-height: normal;
}

.my-header li.dropdown {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, .075);
}

.my-header .dropdown.open a.dropdown-toggle {
  color: white !important;
  background: black !important;
}

.my-header .dropdown.open .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  background-color: white;
  color: black;
}

.my-header .dropdown.open .dropdown-menu li a {
  font-weight: 600;
  color: black !important;
  padding: .5em 1em;
}

.my-header .dropdown.open .dropdown-menu .divider {
  margin: 0;
}

@media (max-width: 767px) {
  .my-header .dropdown.open .dropdown-menu {
    padding-top: .25em;
    padding-bottom: .25em;
  }

  .my-header .dropdown.open .dropdown-menu li a {
    padding: .333em 2em;
  }

  .my-header .dropdown.open .dropdown-menu .divider {
    background-color: gainsboro;
    margin: .25em 0;
  }

  .my-header .dropdown.open .dropdown-menu .divider {
    margin: .25em 0;
  }
}

/* special pour avoir le menu sur une seule ligne sur grand ecran */
@media screen and (min-width:1366px) {
  .my-header.navbar-fixed-top.navbar-inverse .navbar-nav&gt;li&gt;a {
    font-size: 14px;
  }
}

.my-header .my-navbar-collapse {
  border: none;
  box-shadow: 0 0 0;
  position: absolute;
  left: 0;

  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.my-header.navbar-fixed-top.navbar-inverse .navbar-nav li .icon {
  display: inline-block;
  width: 25px;
  margin-right: 5px;
  font-size: 1.267em;
  text-align: center;
}

@media screen and (min-width:768px) {

  /* on centre les items */
  .nav.navbar-nav {
    text-align: left;
  }

  .nav.navbar-nav&gt;li {
    float: none;
    display: block;
  }

  .nav.navbar-nav&gt;li&gt;a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* pour les liens / icones */
  .my-header.navbar-fixed-top.navbar-inverse .navbar-nav li .icon {
    width: auto;
    margin-right: 5px;
  }
}


/* ** sous-menu ouvert &gt; Bonjour xxx ** */

.my-header #welcome-area {
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-weight: 600;
  font-style: italic;
  color: white;
  padding: 0 1em;
}

@media screen and (min-width:768px) {
  .my-header #welcome-area {
    text-align: center;
  }
}

.my-header #welcome-area .my-hidden-xxs {
  display: inline;
}

.my-header #welcome-area .pro {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 10px;
  text-transform: uppercase;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  background-color: white;
  color: #333;
}


/* ** sous-menu ouvert &gt; Moteur de recherche ** */

.my-header .my-search-area {
  display: table;
  width: 100%;
  border: 2px solid white;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}

.my-header .my-search-area .line-search {
  display: table;
  width: 100%;
}

.my-header .my-search-area .line-search .input-box {
  display: table-cell;
  width: auto;
}

.my-header .my-search-area .line-search .submit-box {
  display: table-cell;
  width: 50px;
}

.my-header .my-search-area .line-search .input-box input {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 32px;
  border: 0;
  font-family: inherit;
  font-size: 1.067em;
  font-weight: 400;
  padding: 0 10px;
  text-overflow: ellipsis;
  background-color: white;
  color: #666;
  border: 0;
  box-shadow: 0 0 0;
  border-radius: 0;
}

.my-header .my-search-area .line-search .submit-box button {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 32px;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1.067em;
  background-color: #333;
  color: white;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

.my-header .my-search-area .line-search .submit-box button:hover {
  background-color: black;
}


/* Jumbotron (normal) ** */

#header_jumbo {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  box-shadow: 0 0 0;
  background: rgba(0, 0, 0, .5);
  color: white;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  /*align-items: center;*/
  width: 100%;
  padding: 0 1em;
  margin-bottom: 1em;
}

#header_jumbo .my-back {
  display: flex;
}

#header_jumbo .my-back button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none !important;
  transition: 0.3s all;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

#header_jumbo .my-back button:hover,
#header_jumbo .my-back button:focus {
  color: black;
}

#header_jumbo .my-back a .fa-icon,
#header_jumbo .my-back button .fa-icon {
  font-size: 1.4em;
}

#header_jumbo .my-back button .libelle {
  font-size: .733em;
  line-height: 1.1;
  font-weight: 600;
}

#header_jumbo .my-back a {
  margin: auto .333em;
  color: inherit;
}

#header_jumbo .my-shade {
  flex: 1;
  padding: .667em 0;
  text-align: center;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.jumbotron h1 a,
.jumbotron .h1 a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.jumbotron h2,
.jumbotron .h2 {
  color: rgba(255, 255, 255, .8);
  font-size: 1em;
  font-weight: 700;
  margin-top: .167em;
  margin-bottom: 0;
  text-align: center;
}

.jumbotron h2 a,
.jumbotron .h2 a {
  color: inherit;
  text-decoration: none;
  outline: none;
}


/* ** BanniÃ¨re Page d'accueil ** */

#header_jumbo_homepage {
  display: table;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 0 0;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  margin-bottom: 1em !important;
}

#header_jumbo_homepage .my-shade {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  background-color: rgba(51, 51, 51, .33);
  text-align: center;
  padding: 20px 10px;
}

#header_jumbo_homepage .my-slogan-area {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  padding: 5px 5px 7px 5px;
  border-top: 1px solid rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}


/* ** Items de la page d'accueil ** */

#homepage {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

#homepage .my-home-items-area {
  display: table;
  width: 100%;
  /*max-width: 480px;*/
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Open Sans', sans-serif;
}

#homepage .my-home-items-area .my-home-item {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

#homepage .my-home-items-area .my-home-item:last-child {
  margin-bottom: 0;
}

#homepage .my-home-items-area .my-home-item .my-icon {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
}

#homepage .my-home-items-area .my-home-item .my-icon .my-icon-bullet {
  display: table;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  background-color: #333;
  color: white;
  text-decoration: none;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

@media (min-width: 1024px) {
  .my-home-items-area #icone_liste .my-home-item {
    width: 33% !important;
  }
}

#homepage .my-home-items-area .my-home-item .my-icon .my-icon-bullet:hover {
  background-color: black;
}

#homepage .my-home-items-area .my-home-item .my-icon .my-icon-bullet .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}

#homepage .my-home-items-area .my-home-item .my-label {
  display: table-cell;
  /*width: auto;*/
  width: 100%;
  /* modif GD pour que le bouton soit cliquable sur toute la ligne */
  vertical-align: middle;
  padding-left: 15px;
}

#homepage .my-home-items-area .my-home-item .my-label a {
  /* modif GD pour que le bouton soit cliquable sur toute la ligne */
  display: block;
  width: 100%;
}

#homepage .my-home-items-area .my-home-item .my-label h3,
#homepage .my-home-items-area .my-home-item .my-label .my-label-title {
  font-family: inherit;
  color: #020202;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

#homepage .my-home-items-area .my-home-item .my-label h3 a,
#homepage .my-home-items-area .my-home-item .my-label .my-label-title a {
  color: inherit;
  text-decoration: none;
}

.my-badge {
  color: white;
  background-color: #333;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 600;
  vertical-align: inherit;
}

#homepage .my-home-items-area .my-home-item .my-label .my-label-subline {
  font-size: 12.5px;
}

#homepage .my-home-items-area .my-home-item .my-label .my-label-subline a {
  color: inherit;
  text-decoration: none;
}

/* dÃ©pot ordo */
#page_form_ordonnance_full .ordo-title,
#FormContactFull .ordo-title {
  font-size: 1.467em;
  font-weight: 600;
  color: inherit;
  margin-top: 0;
  margin-bottom: .25em;
  text-decoration: none;
}

#page_form_ordonnance_full .ordo-subtitle,
#FormContactFull .ordo-subtitle {
  font-size: 1em;
  font-weight: bold;
  color: inherit;
  margin-top: .5em;
  margin-bottom: .5em;
  text-decoration: none;
}



/* for input file */
#page_search .my-form-search {
  /*reset old css*/
  margin-bottom: 0;
}

#page_search .my-search-area,
#homepage .my-search-area {
  display: table;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}

#homepage .my-search-area {
  margin-top: 3px;
}

#page_search .my-search-area {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

#page_search .my-search-area .line-search,
#homepage .my-search-area .line-search {
  display: table;
  width: 100%;
}

#page_search .my-search-area .line-search .input-box,
#homepage .my-search-area .line-search .input-box {
  display: table-cell;
  width: auto;
}

#page_search .my-search-area .line-search .submit-box,
#homepage .my-search-area .line-search .submit-box {
  display: table-cell;
  width: 34px;
}

#page_search .my-search-area .line-search .submit-box {
  width: 42px;
}

#page_search .my-search-area .line-search .input-box input,
#homepage .my-search-area .line-search .input-box input {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 35px;
  border: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  padding: 0 10px;
  text-overflow: ellipsis;
  background-color: white;
  color: #666;
  border: 2px solid #333;
  box-shadow: 0 0 0;
  border-radius: 0;
}

#page_search .my-search-area .line-search .input-box input {
  height: 44px;
}

#homepage .my-search-area .line-search .input-box input {
  font-size: 16px;
}

@media screen and (max-width:330px) {
  #homepage .my-search-area .line-search .input-box input {
    font-size: 14px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  #page_search .my-search-area .line-search .input-box input {
    font-size: 16px;
  }
}


#page_search .my-search-area .line-search .submit-box button,
#homepage .my-search-area .line-search .submit-box button {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 35px;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: 17px;
  background-color: #333;
  color: white;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

#page_search .my-search-area .line-search .submit-box button {
  height: 44px;
  font-size: 20px;
}


#page_search .my-search-area .line-search .submit-box button:hover,
#homepage .my-search-area .line-search .submit-box button:hover {
  background-color: black;
}

#page_search .my-search-area .line-search .scan-box,
#homepage .my-search-area .line-search .scan-box {
  display: table-cell;
  width: 34px;
  border-left: 2px solid white;
}

#page_search .my-search-area .line-search .scan-box {
  width: 42px;
}

#page_search .my-search-area .line-search .scan-box button,
#homepage .my-search-area .line-search .scan-box button {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 35px;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: 17px;
  background-color: #333;
  color: white;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

#page_search .my-search-area .line-search .scan-box button {
  height: 44px;
  font-size: 20px;
}

#page_search .my-search-area .line-search .scan-box button:hover,
#homepage .my-search-area .line-search .scan-box button:hover {
  background-color: black;
}

.my-sort-area {
  display: table;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.my-sort-area .my-btn {
  margin: 2.5px;
}








.easy-autocomplete-container {
  top: 100%;
}

.easy-autocomplete-container ul li {
  width: 100%;
  float: left;
}

.modal .modal-content {
  border-radius: 2px !important;
}

.modal .modal-header {
  padding-top: 5px;
  padding-bottom: 5px;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.modal .modal-header .modal-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.modal .modal-body {
  font-family: 'Open Sans', sans-serif;
  font-size: .9em;
}


/** Formulaires ** */

.input-group-addon {
  border-radius: 0;
}

.input-lg {
  border-radius: 0 !important;
  box-shadow: 0 0 0 !important;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}


/* ** Bouton principal */

.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;
  height: 50px;
  /* &lt;- for dynamic theme */
}

.color-highlight {
  color: black;
}


/* ** Bouton ** */

.my-btn {
  font-family: 'Open Sans', sans-serif;
  font-size: .867em;
  font-weight: 600;
  border-radius: 0;
  border: none;
  outline: none !important;
  padding: .5em 1em;
  color: white;
  line-height: normal;
  white-space: inherit;
  background: #333;
  transition: 0.3s all;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none !important;
}

.my-btn.my-btn-s {
  padding: .25em .667em;
}

.my-btn.my-text-transform-none {
  text-transform: none;
}

.my-btn .fa.my-fa-left {
  font-size: 14px;
  padding-right: 6px;
}

.my-btn:hover,
.my-btn:focus {
  background: black;
  color: white;
}

.my-btn.my-btn-grayscale {
  color: #333333;
  background: gainsboro;
  text-decoration: none;
}

.my-btn-grayscale {
  font-family: 'Open Sans', sans-serif;
  font-size: .867em;
  font-weight: 600;
  border-radius: 0;
  border: none;
  outline: none !important;
  padding: .5em 1em;
  color: #333333;
  line-height: normal;
  white-space: inherit;
  background: gainsboro;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  text-decoration: none;
  text-shadow: none !important;
}

.my-btn.my-btn-grayscale:hover,
.my-btn.my-btn-grayscale:focus,
.my-btn-grayscale:hover,
.my-btn-grayscale:focus {
  background: lightgrey;
}

.my-btn .badge {
  font-size: smaller;
  font-weight: 600;
  color: #333;
  background-color: white;
}

.my-btn.my-btn-black {
  color: white;
  background-color: black;
}

.my-btn.my-btn-black .badge {
  color: black;
}

.my-btn.my-btn-silver {
  color: #333;
  background-color: gainsboro;
}

.my-btn.my-btn-black:hover,
.my-btn.my-btn-black:focus {
  background-color: #333;
  color: white;
}

.my-btn.my-btn-silver:hover,
.my-btn.my-btn-silver:focus {
  color: #333;
  background-color: lightgrey;
}


.my-btn-grayscale.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  /*border-radius: 3px;*/
}

#homepage .alert {
  font-size: 12px;
  padding: 10px;
  margin-bottom: 5px;
}


/* ** TITRES DES PAGES ** */

.my-page-content {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.my-page-content .currency {
  padding-left: 2px
}

.my-page-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}

.my-page-content .my-main-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px 0;
}

.my-page-content .my-main-title h1,
.my-page-content .my-main-title h2,
.my-page-content .my-main-title h3,
.my-page-content .my-main-title h4,
.my-page-content .my-main-title h5 {
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
}

.my-page-content h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}


/* ** animation... tÃªte de gondole dans search... ** */
.my-page-content .thumbnail {
  border-radius: 0;
  box-shadow: 0 0 0;
  margin-bottom: 2em;
  padding: 0;
  border: 1px solid gainsboro;
  line-height: 1.1;
}

.my-page-content .thumbnail .caption {
  margin: 1em;
  padding: 0;
}

.my-page-content .thumbnail .caption .name-area {
  font-size: 1.067em;
  font-weight: 700;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .5em;
}

.my-page-content .thumbnail .caption .desc-area {
  font-size: .867em;
  margin-bottom: .25em;
}

.my-page-content .thumbnail .caption .price-area {
  font-size: 1.4em;
  font-weight: 700;
  margin-top: .25em;
  margin-bottom: .5em;
}

.my-page-content .thumbnail .caption .price-area .old-price {
  font-size: .6em;
  font-weight: 600;
}

.not_found_title,
h1.not_found_title,
h2.not_found_title,
h3.not_found_title,
h4.not_found_title {
  color: inherit;
  font-family: inherit;
  font-size: 1.6em;
  font-weight: 500;
  padding: 0;
  margin: 0 0 .5em 0;
  line-height: normal;
  text-transform: none;
}

/* ** blocs pagelist DB 2019 ** */
.my-page-content .caps_lines {
  font-size: 15px;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* ** bloc page article DB OCTO 2020 ** */
.my-page-content .product {
  font-size: 15px;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: normal;
}

.caps_lines .my-caps-v2019 {
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid gainsboro;
  line-height: normal;
}

.product .my-caps-v2019 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1em;
  line-height: normal;
}

.product .my-caps-v2019 .product-header-area {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  font-size: 1.133em;
}

.product .my-caps-v2019 .product-header-area.largest {
  width: 100%;
}

.my-caps-v2019 p {
  margin: 0
}

.caps_lines .my-caps-v2019 .my-thumbnail-area {
  flex-basis: 200px;
  max-width: 33.333%;
  text-align: center;
  margin-right: 1em;
}

.product .my-caps-v2019 .my-thumbnail-area {
  min-width: 200px;
  max-width: 45%;
  margin-right: 1em;
}

.product .my-thumbnail-area .click2zoom {
  margin-top: 1em;
  font-size: .867em;
  text-align: center;
}

.product .my-thumbnail-area .click2zoom .my-btn {
  padding: .333em .667em;
  outline: none !important;
}

.product .other-images-area {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product .other-images-area .an-other-image {
  position: relative;
  border: 1px solid gainsboro;
  background-color: white;
  margin: .125em;
}

.product .other-images-area .an-other-image .click2zoom {
  position: absolute;
  bottom: .125em;
  left: .125em;
  color: rgb(64, 64, 64);
}

.product .other-images-area .an-other-image .click2zoom button {
  color: rgb(64, 64, 64);
}


.my-caps-v2019 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.my-caps-v2019 .thumbnail-info-01-area {
  padding-top: 1em;
  font-size: .6em;
  color: gainsboro;
}

.product .my-caps-v2019 .thumbnail-info-01-area {
  display: none;
}

.caps_lines .my-caps-v2019 .my-data-area {
  flex: 1;
  text-align: left;
}

.product .my-caps-v2019 .my-data-area {
  flex: 1;
  text-align: left;
  padding-top: .5em;
  padding-bottom: .5em;
}

@media screen and (max-width:576px) {
  .product .my-caps-v2019 .product-header-area {
    display: flex;
    flex-wrap: wrap;
  }

  .product .my-caps-v2019 .my-thumbnail-area {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }

  .product .my-caps-v2019 .my-data-area {
    min-width: 60%;
  }
}

.my-caps-v2019 .medicament-area {
  font-size: 0.867em;
  color: grey;
  text-transform: uppercase
}

.my-caps-v2019 .breadcrumb-area {
  font-size: 0.8em;
  font-weight: normal;
  line-height: normal;
  margin-top: 0;
  margin-bottom: .25em;

}

.my-caps-v2019 .name-area {
  font-size: 1.067em;
  font-weight: 700;
  text-transform: none;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.my-caps-v2019 .name-area a {
  color: inherit;
}

.my-caps-v2019 .name-area a:hover {
  text-decoration: underline;
}

@media screen and (min-width:576px) {
  .my-page-content .caps_lines {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .my-page-content .caps_lines .my-caps-v2019 {
    flex-basis: 50%;
  }

  .my-page-content .caps_lines .my-caps-v2019 .my-data-area {
    margin-right: .5em;
  }

}

.my-caps-v2019 .brand-area {
  font-size: 0.933em;
  font-weight: 600;
  line-height: normal;
  margin-top: .25em;
  margin-bottom: 0;
  text-transform: none;
}

.my-caps-v2019 .brand-area .view_internal_brand {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  outline: none
}

.my-caps-v2019 .brand-area .view_internal_brand:hover,
.my-caps-v2019 .brand-area .view_internal_brand:hover * {
  text-decoration: underline;
}

.my-caps-v2019 .brand-area .view_internal_brand {
  color: inherit;
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  outline: none;
}

.my-caps-v2019 .brand-area .view_external_brand {
  color: inherit;
  padding: 0;
  border-radius: 0;
  border: 0;
  margin-left: .5em;
  background-color: transparent;
  outline: none;
}

.my-caps-v2019 .brand-area img.brand-thumbnail {
  max-width: 92px;
  max-height: 32px;
}

.my-caps-v2019 .category-name-area {
  font-size: 0.867em;
  font-weight: 600;
  margin-top: .25em
}

.my-caps-v2019 .category-name-area a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.my-caps-v2019 .price-area {
  margin-top: .25em;
}

.my-caps-v2019 .price-area .price {
  font-size: 1.4em;
  font-weight: 700;
}

.my-caps-v2019 .price-area .old-price {
  font-size: .867em;
}

.my-caps-v2019 .currency {
  padding-left: 2px !important
}

.my-caps-v2019 .price-area-with-cartrule {
  font-size: .933em;
  margin-bottom: .25em;
}

.my-caps-v2019 .dispo-area {
  font-size: 0.867em;
  font-weight: 600;
  margin-top: .5em;
}

.my-caps-v2019 .cartrules-area {
  margin: .75em 0 .25em 0;
  display: inline-block;
  color: inherit;
  background-color: white;
  border: 1px solid gainsboro;
  padding: 2px .5em;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
}

.my-caps-v2019 .cartrules-area .cartrules-title {
  font-size: .933em;
  font-weight: 700;
  line-height: 1em;
  padding: .333em 0;
}

.my-caps-v2019 .cartrules-area .cartrules-title small {
  font-weight: normal;
}

.my-caps-v2019 .cartrules-area button.cartrules-title {
  text-align: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background-color: transparent;
  padding: .333em 0;
  outline: none !important;
  border-radius: 0;
}

.my-caps-v2019 .cartrules-area .cartrules-desc {
  display: none;
  font-size: .867em;
  margin-top: .5em;
  max-width: 480px;
}

.my-caps-v2019 .product-header-area.largest .cartrules-area .cartrules-desc {
  max-width: 100%;
}

.my-caps-v2019 .cartrules-area .cartrules-button-more {
  margin-top: .5em;
  margin-bottom: .5em;
}

.my-caps-v2019 .cartrules-area .cartrules-button-more .my-btn {
  padding: .333em .667em;
}


.my-caps-v2019 .message-area {
  font-size: 0.867em;
  font-weight: 600;
  margin-top: .25em;
}

.my-caps-v2019 .message-area .color-highlight {
  white-space: nowrap;
}

.my-caps-v2019 .add-to-cart-area,
.my-caps-v2019 .alerte-area {
  margin-top: .5em;
}

.my-caps-v2019 .add-to-cart-area .my-btn,
.my-caps-v2019 .alerte-area .my-btn {
  width: auto;
  font-size: .933em;
}

.order-choices {
  margin-top: .5em;
  padding: .5em;
  border: 1px solid gainsboro;
}

.order-choices .order-area {
  display: flex;
  align-items: center;

  margin-top: .333em;
}

.order-choices .order-area:first-child {
  margin-top: 0;
}

.order-choices .order-area.disabled {
  opacity: .5;
  text-decoration: line-through;
  cursor: not-allowed;
}

.order-choices .order-area.disabled * {
  color: inherit;
  font-weight: normal !important;
  cursor: inherit;
}

.order-choices .order-area .input-area {
  display: flex;
  margin-right: .5em
}

.order-choices .order-area .input-area input {
  margin: 0;
  padding: 0;
  width: 1em;
  height: 1em;
}

.order-choices .order-area .label-area {
  flex: 1;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.order-choices .order-area .label-area label {
  display: block;
  font-size: .867em;
  font-weight: 600;
  margin: 0;
}

.order-choices .order-area:not(.disabled) .label-area label {
  cursor: pointer;
}

.order-choices .order-area .label-area .sublabel {
  font-size: .867em;
  font-weight: 600;
}

.order-choices .order-area.disabled .label-area .sublabel {
  display: none;
}

.order-choices .button-area {
  margin-top: .667em;
}

.my-caps-v2019 .admin-area {
  margin-top: 1em;
  font-size: .8em;
  border: 1px dashed gainsboro;
  padding: .5em 1em;
  line-height: normal;
}


.my-caps-v2019 .description-area {
  font-size: 0.8em;
  margin-top: 1em;
  line-height: 1.2;
}

.my-caps-v2019 .description-area .description-area-header .description-area-start div {
  display: inline
}

.my-caps-v2019 .description-area .description-area-header a {
  color: inherit;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
}

.my-caps-v2019 .description-area .description-area-content {
  font-weight: normal;
  margin-top: .5em;
}

.my-caps-v2019 .description-area .description-area-content strong {
  font-weight: 600
}

.product .product-footer-area .description {
  font-size: .933em;
  padding: .667em 1em;
  border: 1px solid gainsboro;
  background-color: whitesmoke;
  margin-bottom: 2em;
  text-align: left;
}

.product .product-footer-area .description strong {
  font-weight: 600
}

.product .product-footer-area .disclamer-footer {
  font-size: .667em;
  text-align: justify;
  margin-bottom: 2em;
}

@media screen and (min-width:359px) and (max-width:480px) {
  .my-caps-v2019 .alerte-area .my-btn {
    font-size: .733em
  }
}

@media screen and (max-width:359px) {
  .my-caps-v2019 .alerte-area .my-btn {
    font-size: .667em
  }
}

.my-caps-v2019 .add-to-wishlist-area-main {
  margin-top: 1em;
}

.my-caps-v2019 .add-to-wishlist-area {
  font-size: 0.867em;
  font-weight: 600;
}

.my-caps-v2019 .add-to-wishlist-area a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.my-caps-v2019 .add-to-wishlist-area a .fa {
  width: 16px;
  text-align: center;
}

.my-caps-v2019 .wishlist-infos-area {
  display: flex;
  font-size: 0.867em;
  font-weight: 600;
}

.my-caps-v2019 .wishlist-infos-area .my-icon {
  flex-basis: 1.133em;
  text-align: center;
}

.my-caps-v2019 .wishlist-infos-area .my-label {
  flex: 1;
  padding-left: .25em;
}

.my-caps-v2019 .wishlist-infos-area .my-label .this-is-light {
  font-weight: normal;
}


/* formulaire Conseiller &gt; Partager */
.my-page-content .thumbnail .advisor-sharing-area {
  margin-top: .5em;
  margin-bottom: .25em;
}

.advisor-sharing-area .my-share-intro {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.advisor-sharing-area .my-share-area {
  display: table;
  width: 100%;
}

.advisor-sharing-area .my-share-area .line-share {
  display: table;
  width: 100%;
}

.advisor-sharing-area .my-share-area .line-share-result {
  display: table;
  width: 100%;
  margin-top: 2px;
}

.advisor-sharing-area .my-share-area .line-share .input-box {
  display: table-cell;
  width: auto;
}

.advisor-sharing-area .my-share-area .line-share .submit-box {
  display: table-cell;
  width: 33px;
}

.advisor-sharing-area .my-share-area .line-share .input-box input {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 35px;
  border: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 0 10px;
  text-overflow: ellipsis;
  background-color: white;
  color: #777;
  border: 1px solid #333;
  box-shadow: 0 0 0;
  border-radius: 0;
  text-align: center;
}

.advisor-sharing-area .my-share-area .line-share .submit-box button {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 35px;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: 18px;
  background-color: #333;
  color: white;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

.advisor-sharing-area .my-share-area .line-share .submit-box button:hover {
  background-color: black;
}

.advisor-sharing-area .my-share-area .line-share .scan-box {
  display: table-cell;
  width: 33px;
  border-left: 1px solid white;
}

.advisor-sharing-area .my-share-area .line-share .scan-box button {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 35px;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: 18px;
  background-color: #333;
  color: white;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

.advisor-sharing-area .my-share-area .line-share .scan-box button:hover {
  background-color: black;
}






/* ** Panel ** */

.panel {
  border-radius: 0;
  box-shadow: 0 0 0;
  border-color: rgba(0, 0, 0, .15);
}

.panel.panel-success {
  border-color: rgba(0, 0, 0, .5);
  border-width: 2px;
}

.panel .panel-heading {
  border-radius: 0;
  background: rgba(0, 0, 0, .05);
  color: #333;
}

.panel.panel-success .panel-heading {
  background: rgba(0, 0, 0, .5);
  color: white;
  border-bottom: 0;
}

.panel .panel-heading h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}

.panel .panel-body {
  padding: 10px;
}


/* ** Bas de page ** */
.my-footer {
  background-color: #1A1A1A;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: normal;
  color: white;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: .667em;
}

.my-footer .container {
  text-align: center;
}

.my-footer hr {
  border-color: rgba(255, 255, 255, .1);
  margin-top: 1em;
  margin-bottom: 1em;
}

.my-footer .my-footer-line {
  margin-bottom: 1.667em;
  font-size: .933em;
}

.my-footer .my-footer-line .my-footer-btn {
  margin-top: .667em;
}

.my-footer .my-footer-twice-line {
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}

.my-footer .my-footer-twice-line .my-half {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.my-footer .S_ARS_AREA .my-footer-line {
  margin-bottom: 1em;
}

.my-footer .my-footer-three-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

.my-footer .my-footer-three-logos .my-footer-logo {
  margin: .5em;
}

.my-footer .my-footer-three-logos .my-footer-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.my-footer .my-btn:hover {
  background: white;
  color: black;
  text-decoration: none;
}


/* btn radio */
.my-btn-radio {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 8px 12px;
  /*color: white;*/
  line-height: normal;
  white-space: inherit;
  /*background: #333;*/
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none !important;
}

/*body {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}*/

/*body {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}*/

/**:not(html) {
  -webkit-transform: translate3d(0, 0, 0);
}*/

/*body * {
  -webkit-transform: translate3d(0, 0, 0);
}*/


.legal-info-photos-area {
  font-size: .8em;
  line-height: 1.1;
}

.my-tuiles-area .my-ss-cat:first-child {
  margin-top: .75em
}

.my-tuiles-area .my-ss-cat .inside {
  border-bottom: 1px solid gainsboro;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.my-tuiles-area .my-ss-cat .image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.my-tuiles-area .tuile-name {
  font-size: 1em;
  font-weight: 800;
  color: inherit;
  margin: .667em 0 0 0;
  padding: 0;
  text-transform: uppercase;
}

.my-tuiles-area .tuile-name a {
  display: block;
  color: inherit;
  padding: 0 .2em;
}

@media screen and (min-width:480px) {
  .my-tuiles-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .my-tuiles-area .my-ss-cat {
    flex-basis: 50%;
    padding: .5em;
    display: flex;
  }

  .my-tuiles-area .my-ss-cat:first-child {
    margin-top: 0
  }

  .my-tuiles-area .my-ss-cat .inside {
    width: 100%;
    border: 1px solid gainsboro;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .my-tuiles-area .tuile-name {
    margin: .667em 0;
  }
}


.my-breadcrumb {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

.my-breadcrumb a {
  color: inherit;
}



/* navbar step ordo */
/* ** 08/2017 : #my-navbar-ordo : relookÃ©e ** */
#my-navbar-ordo {
  background: #1A1A1A;
  color: white;
  border: none;
  border-top: 1px solid white;
  min-height: auto;
}

#my-navbar-ordo .nav {
  margin: 0 auto;
  display: table;
  /*width: 100%;*/
}

#my-navbar-ordo .nav&gt;li {
  display: table-cell;
  width: auto;
  float: none;
  text-align: center;
  margin: 0;
}

#my-navbar-ordo .nav&gt;li&gt;a,
#my-navbar-ordo .nav&gt;li&gt;a:focus,
#my-navbar-ordo .nav&gt;li&gt;a:hover {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  border: none;
  outline: none;
  /*padding: 6px 12px;*/
  padding: 8px 18px;
  color: inherit;
  line-height: normal;
  background-color: inherit;
}



/* ** zone choix de la livraison sur form ordo ** */
#FormOrdonnanceFull #FormOrdonnanceDeliveryChoice {
  font-size: medium;
  background: #000;
  color: #FFF;
}

#FormOrdonnanceFull #FormOrdonnanceDeliveryChoice .input-lg {
  color: inherit;
}



/* ** #my-navbar-bottom : relookÃ©e + favoris ** */
#my-navbar-bottom {
  background: #333;
  border: none;
  border-top: 1px solid white;
  min-height: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: normal;
}

#my-navbar-bottom .navbar-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: .133em 0;
  color: white;
  text-align: center;
}

#my-navbar-bottom .navbar-header .my-cart-sumup-area {
  padding: 0 .333em
}

#my-navbar-bottom .navbar-header .my-cart-sumup-area .sumup-container {
  cursor: pointer;
  white-space: nowrap;
}

#my-navbar-bottom .navbar-header .my-cart-sumup-area .sumup-container .title {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

#my-navbar-bottom .navbar-header .my-cart-sumup-area .sumup-container .sumpup_special_shipping_area {
  display: none;
  font-size: .733em;
  font-weight: 600;
  padding: 0 .333em;
  background-color: white;
  color: black;
}

#my-navbar-bottom .navbar-header .my-cart-sumup-area .sumup-container .subtitle {
  font-size: .867em;
  font-weight: 600;
}


/* ** NAVBAR toujours ouverte ** */
.navbar-header {
  float: none;
}

.navbar-collapse.collapse {
  display: none !important;
}

.navbar-nav {
  float: none !important;
  margin-left: 0;
  margin-right: 0;
}

.navbar-collapse.collapse.in {
  display: block !important;
}

@media (max-width: 767px) {
  .navbar-collapse.collapse.in {
    border-bottom: 1px solid rgba(0, 0, 0, .67);
  }
}

.veto {
  color: blue;
}

.my-uppercase {
  text-transform: uppercase;
}

.plist {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: normal;
}

/* ** Pages Produits / Marques ** */
.plist .nav-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2em
}

.plist .nav-area div {
  padding: .25em;
}

.plist .nav-area div h2,
.plist .nav-area div h3,
.plist .nav-area div h4 {
  padding: 0;
  margin: 0;
  font: inherit
}

.plist .nb-results-area {
  font-size: 1.6em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: .5em;
}

.plist hr.v2020 {
  margin: 1.2em auto;
  border-color: #00a95c;
  border-width: 3px;
  max-width: 3.333em;
}

.plist .reset-filter-area {
  display: inline-flex;
  min-width: 33.333333%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
  background-color: whitesmoke;
  border: 1px solid gainsboro;
  padding: .5em 2em;
}

.plist .reset-filter-area .reset-title {
  font-size: .933em;
  margin-right: 1em;
}

.plist .reset-filter-area .reset-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.plist .reset-filter-area .reset-filters div {
  padding: .25em
}

.plist .reset-filter-area .reset-filters button {
  outline: none !important;
  border-radius: 0;
  font-size: .8em;
}

.plist .filter-and-sort-area {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-bottom: 2em;
  position: relative;
}

.plist .filter-and-sort-area button[name="filter"] {
  font-size: .933em;
}

.plist .filter-and-sort-area button[name="filter"],
.plist .filter-and-sort-area button[name="sort"] {
  margin: .25em;
  outline: none !important;
}

.plist .filter-area {
  position: absolute;
  top: 100%;
  z-index: 1;
  margin-top: .667em;
  display: none;
  padding-left: 1em;
  padding-right: 1em;
}

.plist .filter-area .inside {
  display: inline-flex;
  flex-wrap: wrap;
  background-color: white;
  border-radius: .333em;
}

.plist .filter-area .panel {
  flex: 1;
  min-width: 225px;
  margin: .333em;
  border-radius: 0;
  border-color: silver;
}

.plist .filter-area .panel-heading {
  font-size: .867em;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  padding: .5em 1em;
  color: #333;
  background-color: gainsboro;
  border-radius: 0;
  border-bottom: 1px solid silver;
}

.plist .filter-area .list-group {
  margin: 0;
  max-height: 20em;
  overflow-y: auto;
}

.plist .filter-area .list-group-item {
  font-size: .933em;
  color: inherit;
  padding: .5em 1em;
  outline: none !important;
}

.plist .filter-area .list-group-item .badge {
  margin-left: 1em;
  color: inherit;
  line-height: normal;
  font-weight: normal;
  font-size: .8em;
  background-color: gainsboro;
  border-radius: 0;
  padding: .25em .5em;
}

.plist .pagination-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2em
}

.plist .pagination-area div {
  padding: .25em
}


/* pour la pagelist avec les logos des marques */
.plist .brands-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2em;
  line-height: normal;
}

.plist .brands-area .caps {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  padding-left: .5em;
  padding-right: .5em;
  margin-bottom: 1em
}

.plist .brands-area .caps .image {
  background-color: white;
  border: 1px solid gainsboro;
  border-radius: .25em;
  padding: .25em;
  margin-bottom: .25em;
  flex: 1;
  display: flex;
  align-items: center
}

.plist .brands-area .caps:hover .image {
  border-color: silver
}

.plist .brands-area .caps .image a {
  flex: 1
}

.plist .brands-area .caps .image img {
  max-width: 105px;
  max-height: 75px;
  height: auto;
  margin: auto
}

.plist .brands-area .caps .name {
  color: black;
  margin: auto;
}

.plist .brands-area .caps .name a {
  color: inherit;
  font-weight: 600;
}

.plist .brands-area .caps .name .nb {
  color: silver;
  font-size: .8em;
  margin-left: .2em;
}

@media(min-width:480px) {
  .plist .brands-area .caps {
    flex-basis: 25%
  }
}</pre></body></html>