.sort-by-keyword-area {
  display: flex;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
  background-color: gainsboro;
}

.plist .sort-by-keyword-area {
  margin-bottom: 2em;
}

.sort-by-keyword-area form {
  width: 100%;
}

.sort-by-keyword-area .form-area {
  display: flex;
}

.sort-by-keyword-area .form-area .select-area,
.sort-by-keyword-area .form-area .input-area {
  height: 2.667em;
}

.sort-by-keyword-area .form-area .submit-area {
  width: 2.667em;
  height: 2.667em;
}

.sort-by-keyword-area .form-area .select-area select {
  width: 100%;
  height: 100%;
  font-size: 1em;
  color: inherit;
  padding-left: .667em;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
}

.sort-by-keyword-area .form-area .input-area {
  flex: 1;
}

.sort-by-keyword-area .form-area .input-area input {
  width: 100%;
  height: 100%;
  font-size: 1em;
  color: inherit;
  padding-left: .667em;
  padding-right: .667em;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
  text-overflow: ellipsis;
}

.sort-by-keyword-area .form-area .submit-area button {
  width: 100%;
  height: 100%;
  font-size: 1.067em;
  padding: 0;
  border-radius: 0;
  border: 1px solid white;
  outline: none;
}

@media(max-width:480px) {
  .sort-by-keyword-area {
    padding: .5em 1em;
  }

  .sort-by-keyword-area .form-area {
    display: flex;
    flex-wrap: wrap;
  }

  .sort-by-keyword-area .form-area .select-area {
    flex-basis: 100%;
    margin-bottom: .5em;
  }
}

.home_items_2020 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  line-height: normal;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid gainsboro;
}

.home_items_2020 .my-home-item {
  flex-basis: 50%;
  padding: .667em;
  order: 999;
}

@media screen and (min-width:640px) {
  .home_items_2020 .my-home-item {
    flex-basis: 25%;
  }
}

.home_items_2020 .my-home-item .my-icon {
  margin-bottom: .333em;
}

.home_items_2020 .my-home-item .my-icon-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: inherit;
  font-size: 1.6em;
  color: white;
  width: 2em;
  height: 2em;
  border: 0;
  border-radius: 100%;
  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;
  outline: none !important;
  background-color: gainsboro;
}

.home_items_2020 .my-home-item .my-icon-bullet:hover {
  background-color: black;
}

.home_items_2020 .my-home-item .my-label .my-label-title,
.home_items_2020 .my-home-item .my-label h1,
.home_items_2020 .my-home-item .my-label h2,
.home_items_2020 .my-home-item .my-label h3,
.home_items_2020 .my-home-item .my-label h4 {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.home_items_2020 .my-home-item .my-label a {
  color: inherit;
  text-decoration: none;
}

.home_items_2020 .my-home-item .my-label-subline {
  font-size: .867em;
  line-height: 1.1;
  margin-top: .125em
}


.home_items_2020 .my-home-item.searchbox {
  order: 1;
  flex-basis: 100%;
  padding: 0;
  margin-bottom: 1em;
}

.home_items_2020 .my-home-item.products,
.home_items_2020 .my-home-item.brands,
.home_items_2020 .my-home-item.promos,
.home_items_2020 .my-home-item.wishlist {
  order: 10;
}

.home_items_2020 .my-home-item.promotion_list {
  order: 20;
}

.home_items_2020 .my-home-item.toggle_ordonnances_area,
.home_items_2020 #page_form_ordonnance_full,
.home_items_2020 .my-home-item.messagerie,
.home_items_2020 .my-home-item.custom_arbo,
.home_items_2020 .my-home-item.pharmacie {
  order: 30;
}

.home_items_2020 .my-home-item.promotion_list.promotion_list_actus {
  order: 40;
}

.home_items_2020 .my-home-item.force_dyn_column2_full_width {
  flex-basis: 100%;
  padding: 0;
  margin-bottom: 1em;
}

#page_form_ordonnance_full {
  flex-basis: 100%;
  padding: 1em;
  border: 1px solid gainsboro;
  background-color: rgb(250, 250, 250);
}

.home_items_2020 .my-home-item.brand_list {
  flex-basis: 100%;
  padding: 0;
  margin-bottom: 1em;
}

.home_items_2020 .my-home-item.promotion_list {
  flex-basis: 100%;
  padding: 0;
  margin-bottom: 1em;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.home_items_2020 .my-home-item.promotion_list .caps {
  cursor: pointer;
  flex-basis: 50%;
  padding: .333em;
}

@media screen and (min-width:640px) {
  .home_items_2020 .my-home-item.promotion_list .caps {
    flex-basis: 33.333%;
  }
}

.home_items_2020 .my-home-item.promotion_list .caps img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.home_items_2020 .my-home-item.promotion_list .view_all {
  flex-basis: 100%;
  padding: 0;
  margin-top: 1em;
}

/* ** Promotions ** */
.cr_lines .cr_caps {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid gainsboro;
}

.cr_lines .cr_caps:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.cr_lines .cr_caps p {
  margin: 0
}

.cr_lines .cr_caps .my-thumbnail-area {
  text-align: center;
  margin-bottom: .5em;
}

.cr_lines .cr_caps img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.cr_lines .cr_caps .my-data-area {
  flex: 1;
  text-align: left;
}

.cr_lines .cr_caps .name-area {
  font-size: 1.067em;
  font-weight: 700;
  text-transform: none;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.cr_lines .cr_caps .name-area a {
  color: inherit;
}

.cr_lines .cr_caps .name-area a:hover {
  text-decoration: underline;
}

.cr_lines .cr_caps .description-area {
  font-size: .933em;
  margin-top: .5em;
}

.cr_lines .cr_caps .cartrules-area {
  margin: .75em 0 .25em 0;
  font-size: .867em;
  font-weight: 700;
  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 */
}

.cr_lines .cr_caps .cartrules-desc {
  font-size: .933em;
  margin-top: .5em;
}

.cr_lines .cr_caps .cartrules-hashtags {
  margin-top: .5em;
}

.cr_lines .cr_caps .cartrules-hashtags button {
  margin-right: .5em;
  margin-top: .5em;
}

.cr_lines .cr_caps .add-to-cart-area {
  margin-top: 1em;
}

.cr_lines .cr_caps .share-to-social-area {
  margin-top: 1em;
  display: flex;
}

@media screen and (min-width:576px) {
  .cr_lines .cr_caps {
    display: flex;
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }

  .cr_lines .cr_caps .my-thumbnail-area {
    flex-basis: 480px;
    max-width: 50%;
    text-align: center;
    margin-right: 1em;
    margin-bottom: 0;
  }
}

/* ** Tuiles étendues (photo, description) ** */
.extended-tules-area {
  line-height: normal;
  margin-bottom: 2em;
}

.extended-tules-area .my_extended_tule {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid gainsboro;
}

.extended-tules-area .my_extended_tule:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.extended-tules-area .my_extended_tule .name-area {
  font-size: 1.467em;
  font-weight: 600;
  text-transform: none;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: .5em;
  text-align: center;
}

.extended-tules-area .my_extended_tule .name-area a {
  color: inherit;
}

.extended-tules-area .my_extended_tule .name-area a:hover {
  text-decoration: underline;
}

.extended-tules-area .my_extended_tule .my-thumbnail-area {
  text-align: center;
  margin-bottom: .5em;
}

.extended-tules-area .my_extended_tule .my-thumbnail-area img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.extended-tules-area .my_extended_tule .my-data-area {
  flex: 1;
  text-align: left;
  align-self: center;
}

.extended-tules-area .my_extended_tule .description-area {
  display: none;
  font-size: .933em;
  max-height: 5em;
  overflow-y: auto;
}

.extended-tules-area .my_extended_tule .description-area strong {
  font-weight: 600;
}

.extended-tules-area .my_extended_tule .add-to-cart-area {
  margin-top: 1em;
  text-align: center;
}

.extended-tules-area .my_extended_tule .sublevel-area {
  margin-top: .5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.extended-tules-area .my_extended_tule .sublevel-area div {
  padding-right: .5em;
  padding-top: .5em;
}

.extended-tules-area .my_extended_tule .sublevel-area div h2,
.extended-tules-area .my_extended_tule .sublevel-area div h3,
.extended-tules-area .my_extended_tule .sublevel-area div h4 {
  padding: 0;
  margin: 0;
  font: inherit
}

@media screen and (min-width:576px) {
  .extended-tules-area .my_extended_tule {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }

  .extended-tules-area .my_extended_tule .name-area {
    flex-basis: 100%;
  }

  .extended-tules-area .my_extended_tule .my-thumbnail-area {
    flex-basis: 400px;
    max-width: 40%;
    text-align: center;
    margin-right: 1em;
    margin-bottom: 0;
  }

  .extended-tules-area .my_extended_tule .description-area {
    display: block;
    max-height: none;
  }

  .extended-tules-area .my_extended_tule .add-to-cart-area {
    text-align: left;
  }

  .extended-tules-area .my_extended_tule .sublevel-area {
    justify-content: normal;
  }
}

.plist .sumup_promos.promotion_list {
  flex-basis: 100%;
  padding: 0;
  margin-bottom: 2em;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.plist .sumup_promos.promotion_list .caps {
  /*cursor: pointer;*/
  flex-basis: 50%;
  padding: .333em;
}

.plist .sumup_promos.promotion_list .caps.pointer {
  cursor: pointer;
}

@media screen and (min-width:640px) {
  .plist .sumup_promos.promotion_list .caps {
    flex-basis: 33.333%;
  }
}

.plist .sumup_promos.promotion_list .caps img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}