body {
  min-height: 100%;
  font-family: Open Sans, Roboto, sans-serif;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  color: #282828;
  background-color: #f5f5f5;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

/*------------------Propriete du Header----------------------------------------------------------------------------------------------------------------------*/

.header {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 72px;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
}

.notification-new {
  position: absolute;
  right: 0;
  border-radius: 10px;
  top: 8px;
  width: 14px;
  height: 14px;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #e24141;
}

.notification-new h5 {
  color: #fff;
  font-size: 8px;
}

.h-wrap {
  max-width: 1184px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 6px;
  padding-right: 6px;
}

.h_content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo {
  width: 240px;
  margin-left: 10px;
  text-align: start;
}

#drawer-icon {
  cursor: pointer;
  display: none;
}

#search {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: end;
}

#mainMenu {
  width: 17%;
  display: flex;
  align-items: center;
  height: 35px;
  justify-content: space-around;
}

#menuCart {
  height: 35px;
  display: flex;
  align-items: center;
  position: relative;
}

#menuCart .count {
  position: absolute;
  top: 2px;
  left: 12px;
  background-color: #fc2942;
  text-align: center;
  padding: 5px 7px;
  display: none;
  border-radius: 30px;
  color: #fff;
  font-size: 0.75rem;
}

.btn_connect {
  background-color: #f5f5f5;
  border-radius: 4px;
}

#mainMenu a {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.menuItem {
  position: relative;
}

.menuItemM {
  display: none;
}

#btn_connexion {
  margin-right: 16px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.menuItem a {
  text-decoration: none;
  height: 40px;
  padding: 0 10px;
  border-radius: 4px;
}

.menuItem a:hover {
  background-color: #d6d6d6;
}

#menuCart a:hover {
  color: #fed700;
  font-weight: 900;
}

#mainMenu span {
  font-size: 0.975rem;
  font-weight: 500;
  color: #464646;
  margin-left: 6px;
}

#btn-search {
  cursor: pointer;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
  border: 0;
  color: #fff;
  background-color: #fed700;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 14px;
  padding-left: 14px;
  font-weight: bold;
  font-family: inherit;
}

/*dialog de la newsletter ----------------------------------------*/

.newsletter-pp {
  display: none;
}

.newsletter-popup {
  position: absolute;
  z-index: 6;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.closeLetter {
  position: absolute;
  left: 70%;
  margin-top: 50px;
  cursor: pointer;
}

/*---------------------Search bar mobile---------------------------------------*/

.mobile-search {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 0;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#search-form2 {
  box-sizing: border-box;
}

#find3 {
  width: 100%;
  display: flex;
  border: none;
  background-color: #fff;
  align-items: center;
  margin-bottom: 4px;
  height: 60px;
  box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.12);
}

#find3 input {
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  overflow: hidden;
  background-color: #fff;
  outline: 0;
  margin: 0;
  border: 0;
  font-size: 0.9rem;
  height: 30px;
}

#find3 input::placeholder {
  color: #75757a;
}

#find input::placeholder {
  color: #75757a;
}

#ic_search {
  cursor: pointer;
  margin-right: 16px;
  margin-left: 14px;
}

#btn-back {
  cursor: pointer;
  margin-right: 4px;
}

.search-line {
  background-color: #ededed;
  width: 1px;
  height: 30px;
}

.mobile-search li {
  list-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*Les propriété du drawer menu----------------------------------------------*/

#drawerMenu {
  height: 100vh;
  z-index: 2;
  width: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition: transform 300ms;
}

.drawer-content {
  height: 100vh;
  width: 90%;
  overflow: auto;
}

.drawer_wrapper {
  display: flex;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
}

.drawer_wrapper h1 {
  font-weight: 600;
  color: #fed700;
  text-transform: uppercase;
  padding-top: 15px;
  font-size: 0.75rem;
  border-top: 1px solid #ededed;
  padding-bottom: 16px;
  padding-left: 20px;
}

.drawerLogo {
  display: flex;
  height: 60px;
  align-items: center;
  position: relative;
}

.categorie {
  padding-top: 4px;
  padding-bottom: 22px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
}

.catsousM span {
  font-weight: 300;
}

.catsousM img {
  display: none;
}

.categorie:hover {
  color: #fed700;
  font-weight: 700;
}

.categorie span {
  margin-left: 10px;
  font-size: 0.975rem;
}

.close {
  width: 22px;
  margin-left: 20px;
  cursor: pointer;
}

.logo {
  margin-left: 20px;
}

.paysDrawer {
  width: 22px;
  cursor: pointer;
  position: absolute;
  right: 26px;
}

/*------------------------drop pays--------------------------------------------------------------------*/

.paysDrop {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 170px;
  top: 100%;
  left: 50%;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  transform: translate3d(-50%, 0, 0);
  border-radius: 4px;
}

#search-content {
  display: flex;
  padding-left: 8px;
  padding-right: 10px;
}

#search-form {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  border-radius: 20px 0 0 20px;
  border-top: 1.5px solid #ebebeb;
  border-bottom: 1.5px solid #ebebeb;
  border-left: 1.5px solid #ebebeb;
  padding-left: 15px;
}

#ic-search {
  margin-left: 8px;
  margin-right: 8px;
}

#search-form input {
  font-size: 0.8rem;
  font-family: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  overflow: hidden;
  outline: 0;
  border: 0;
  margin: 0;
}

.search-drag {
  position: absolute;
  top: 45px;
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 5px 5px 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
}

.search-drag li {
  list-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.search-drag li:hover {
  background-color: rgb(238, 238, 238);
}

/*product section-------------------------------------------------------------------*/

.productSection section {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.productSection section {
  display: block;
  border-radius: 4px;
}

.productSection header {
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 5px;
  margin-left: 5px;
  min-height: 48px;
  align-items: center;
  display: flex;
  border-radius: 4px 4px 0 0;
  min-height: 48px;
}

.productSection h2 {
  font-size: 1.15rem;
  text-overflow: ellipsis;
  font-weight: 500;
  flex: 1;
}

.productSection h3 {
  font-size: 0.85rem;
  text-overflow: ellipsis;
  font-weight: 500;
  cursor: pointer;
  margin-top: 4px;
}

.productSection h3:hover {
  color: #fed700;
  margin-top: 4px;
}

.productContainer {
  position: relative;
}

.topProductWrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  max-width: 1184px;
  box-sizing: border-box;
}

.productItem {
  display: flex;
  flex: 0 1 auto;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
  box-sizing: border-box;
  width: 16.66667%;
  cursor: pointer;
}

.productItem a:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.productItem a {
  background-color: #fff;
  width: 100%;
  padding-bottom: 16px;
  position: relative;
}

.productItem img {
  padding: 10px;
  width: 100%;
  height: auto;
  display: block;
  border-style: none;
  box-sizing: border-box;
  line-height: 1;
  border: 0;
}

.productName {
  font-size: 0.875rem;
  text-overflow: ellipsis;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 4px;
  padding-right: 8px;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
}

.productPrice {
  font-size: 1rem;
  text-align: left;
  font-weight: 600;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  line-height: 1;
}

.promoPrice {
  font-size: 0.8rem;
  text-align: left;
  font-weight: 400;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  line-height: 1;
  color: #7a7a7a;
}

.promoPrice span {
  font-size: 0.8rem;
  background: #fed700;
  padding: 2px 4px;
  margin-left: 8px;
  border-radius: 4px;
  color: #282828;
}

.promoCard {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fc2942;
  padding-left: 4px;
  padding-right: 4px;
  height: 24px;
  min-width: 30px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

#categorieProduct2 header {
  background-color: #fff;
}

#newProduct header {
  background-color: #fed700;
}

#newProduct h2 {
  color: #fff;
}

/*Le pied de page--------------------------------------------------------*/

footer {
  font-size: 0.75rem;
  padding-bottom: 10px;
  background-color: #2f3a4f;
  color: #fff;
  box-sizing: border-box;
}

.footer_wrapper {
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1184px;
  width: 100%;
  box-sizing: border-box;
}

.footer1 {
  flex-wrap: wrap;
  display: flex;
}

.col1 {
  flex-basis: 25%;
  max-width: 25%;
  min-width: 25%;
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}

.col1 img {
  width: 50%;
}

.col2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 43.75%;
  max-width: 43.75%;
  min-width: 43.75%;
  width: 43.75%;
  padding-left: 8px;
  padding-top: 10px;
  padding-right: 8px;
  box-sizing: border-box;
}

.col2 div {
  text-align: center;
}

.col2 .text1 {
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.col2 form {
  padding-top: 16px;
}

.col2 form .div1 {
  align-items: flex-start;
  display: flex;
}

.col2 form .div1 div {
  margin-right: 8px;
  flex-grow: 1;
  position: relative;
}

.col2 form .div1 div label {
  z-index: -1;
  position: absolute;
}

.col2 form .div1 div input {
  font-size: 0.75rem;
  background-color: #fff;
  border: 1px solid #fff;
  line-height: 1.2;
  padding-left: 32px;
  width: 100%;
  box-shadow: none;
  border-radius: 4px;
  color: #282828;
  box-sizing: border-box;
  overflow: visible;
  margin: 0;
  padding: 8px;
}

.genreWrapper {
  display: flex;
}

.genreButton {
  border-style: none;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  color: #282828;
  text-align: center;
  margin-right: 8px;
}

.genreButton:hover {
  border: 1px solid #bbbbbb;
}

#appSection {
  margin-left: auto;
}

.appHeader {
  display: flex;
  box-sizing: border-box;
}

.appHeader img {
  width: 40px;
}

.appHeader .down1 {
  padding-left: 16px;
}

.appHeader .down2 {
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.appDownload {
  width: 100%;
  display: flex;
  margin-top: 8px;
}

.store img {
  border: 1px solid #fff;
  height: 22px;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
  border-radius: 2px;
  padding: 4px;
  width: 100%;
}

#storeFirst {
  margin-right: 16px;
}

.footer2Container {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer2Container a {
  margin: 6px;
  cursor: pointer;
}

.footer3 {
  font-size: 0.55rem;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
}

.moreSectionBtn {
  cursor: pointer;
}

.moreSection {
  border-radius: 25px;
  margin-left: 10px;
  margin-right: 10px;
  height: 45px;
  margin-bottom: 140px;
  margin-top: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
}

/*--------------------------------------------------------------------------------------------*/

.articleItem {
  display: flex;
  flex: 0 1 auto;
  flex-shrink: 1;
  flex-shrink: 0;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
  box-sizing: border-box;
  width: 33.33%;
  cursor: pointer;
}

.articleItem a {
  padding: 10px;
  background-color: #fff;
  width: 100%;
  padding-bottom: 16px;
  position: relative;
}

.article-image {
  width: 100%;
  height: auto;
  border-style: none;
  box-sizing: border-box;
  line-height: 1;
  border: 0;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
}

.article-title {
  font-size: 1rem;
  text-align: left;
  font-weight: 600;
  padding-top: 14px;
  line-height: 1;
  white-space: nowrap;
}

.article-content {
  font-size: 0.875rem;
  text-overflow: ellipsis;
  padding-top: 5px;
  padding-bottom: 4px;
  line-height: 1.3;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*Les petit ecran d'ordinateur---------------------------------------------------------------------------*/

@media screen and (max-width: 1184px) {
  /*------------------Propriete du Header------------------------------------------------------*/
  .h-wrap {
    max-width: 950px;
  }
  #logo {
    margin-left: 20px;
  }
  /*-----------------------------Menu du slider, des pub et du side menu--------------------------------------------------------*/
}

@media screen and (max-width: 950px) {
  /*------------------Propriete du Header-----------------------------------------------------------------------------------------*/
  #mainMenu {
    width: auto;
  }
  .btn_connect {
    margin-right: 6px;
  }
  #mainMenu {
    justify-content: flex-end;
    margin-right: 10px;
  }
  .btn_connect span {
    display: none;
  }
  #menuCart span {
    display: none;
  }
  #btn_connexion {
    margin-right: 0;
  }
  .btn_connect {
    margin-right: 0px;
  }
  .articleItem {
    width: 50%;
  }
}

/*------------------Propriete du Header mobile et tablette------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  .btn_connect {
    background-color: #fff;
  }
  #btn_connexion {
    background-color: #fff;
  }
  .notification-new {
    right: 12px;
    top: 14px;
  }
  .h-wrap {
    display: flex;
    flex-direction: column;
  }
  .header {
    height: 60px;
  }
  #logo img {
    width: 100px;
  }
  #logo {
    margin-left: 10px;
  }
  #drawer-icon {
    position: absolute;
    display: block;
    margin-left: 8px;
  }
  #search {
    display: none;
  }
  #paysButton {
    display: none;
  }
  .menuItemM {
    display: block;
  }
  .menuItem a {
    height: 50px;
    margin-right: 10px;
  }
  /*Top produit item------------------------------------------------------ */
  .topProductWrapper {
    overflow-x: auto;
    scrollbar-width: thin;
  }
  #newProduct header {
    border-radius: 0;
  }
  #categorieProduct2 header {
    border-radius: 0;
  }
  .productSection section {
    margin-left: 10px;
    margin-right: 5px;
  }
  body {
    min-width: 100%;
  }
  .productItem {
    width: 33.33%;
  }
  .productSection header {
    min-height: 45px;
  }
  .productSection h2 {
    font-size: 1rem;
  }
  .productSection h3 {
    font-size: 0.75rem;
  }
  .productName {
    font-size: 0.8rem;
  }
  .productPrice {
    font-size: 0.8rem;
  }
  .promoPrice {
    font-size: 0.65rem;
    margin-bottom: 4px;
  }
  .promoCard {
    font-size: 0.7rem;
  }
  /*Categorie top-----------------------------*/
  #categorieContainer {
    margin-left: 10px;
    margin-right: 10px;
  }
  .navCategorieContainer {
    overflow-x: auto;
  }
  .navCategorieContainer a {
    flex-basis: 35%;
    max-width: 35%;
    min-width: 35%;
  }
  #categorieContainer h2 {
    font-size: 1.2rem;
  }
  .articleItem {
    width: 100%;
  }
  /*Je pense que le footer commence à ce niveau----------------------------*/
  .footer_wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .col1 {
    box-sizing: border-box;
    flex-basis: 90%;
    max-width: 90%;
    min-width: 90%;
    width: 90%;
  }
  .col1 img {
    width: 30%;
  }
  .col2 {
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    flex-basis: 90%;
    max-width: 90%;
    min-width: 90%;
    width: 90%;
  }
  #appSection {
    margin-left: 0;
  }
  .appHeader .down1 {
    padding-left: 0;
  }
  .appHeader img {
    width: 35px;
    height: 35px;
  }
  .store img {
    height: 30px;
    width: 100%;
  }
}
