@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&display=swap");
body.bubble {
  /* Font des titres */
  --title-font: "Oswald", sans-serif;
}
body.bubble .pageSimple .pageContent {
  background: #fff;
}
body.bubble #mainWrapper .wrapper {
  display: block;
}
body.bubble #mainWrapper .wrapper #sidebar {
  display: var(--sidebar-display);
}
body.bubble #mainWrapper .wrapper #mainColumn .homeSearch {
  display: grid;
  grid-template-columns: 300px 1fr;
  margin-bottom: 20px;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}
body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widget {
  margin: 0px;
  border: 0px;
}
body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetBienvenue {
  border-radius: var(--radius) 0px 0px var(--radius);
}
body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #fff;
  border-radius: 0px;
  color: var(--text-color);
}
body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetSearch form {
  margin: 0px;
}
body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetSearch .widgetContent p {
  font-size: 14px;
}
body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetSearch .widgetContent p strong {
  color: var(--main-color);
}
body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetSearch .widgetContent .title {
  font-family: var(--title-font);
  color: var(--second-color);
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetSearch .widgetContent .formGroup {
  max-width: 450px;
  display: grid;
  grid-template-columns: 1fr 35px;
  gap: 5px;
  padding: 5px;
  margin: 0 auto;
  margin-top: 20px;
  background: var(--block-bg);
  border-radius: calc(var(--radius) * 4);
  border: 1px solid #E7E7E7;
}
body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetSearch .widgetContent .formGroup .formItem {
  margin: 0px;
}
body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetSearch .widgetContent .formGroup .formItem input {
  width: 300px;
  margin: 0px;
  padding: 7px 10px;
  background: none;
  font-size: 14px;
}
body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetSearch .widgetContent .formGroup .formItem input:focus {
  outline: 0px;
}
body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetSearch .widgetContent .formGroup .formItem button {
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
body.bubble #mainWrapper .wrapper #mainColumn .widgetInspiration {
  margin-bottom: 50px;
}
body.bubble #mainWrapper .wrapper #mainColumn .widgetProduct {
  background: #fff;
}
body.bubble .widgetProductsGrid .productsGrid li .productInformations {
  background: none;
}
body.bubble .afterHomeSection {
  padding: 50px 0px;
  background: #fff;
}
body.bubble .afterHomeSection .widget {
  max-width: var(--mainSection-width);
  margin: 0 auto;
}
body.bubble .afterHomeSection .widget .widgetTitles .widgetTitle {
  margin-bottom: 10px;
  font-family: var(--title-font);
  color: var(--main-color);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
body.bubble .afterHomeSection .widgetProductsGrid .productsGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
body.bubble .afterHomeSection .widgetProductsGrid .productsGrid li {
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
}
body.bubble .afterHomeSection .widgetProductsGrid .productsGrid li .productInformations {
  font-size: 13px;
}
body.bubble .afterHomeSection .widgetProductsGrid .productsGrid li .productInformations .productBrand {
  font-size: 12px;
  color: var(--main-color);
  text-transform: uppercase;
}
body.bubble .afterHomeSection .widgetProductsGrid .productsGrid li .productInformations .productDescription {
  display: none;
}
body.bubble .afterHomeSection .widgetProductsGrid .productsGrid li footer {
  margin-top: 10px;
}
body.bubble .afterHomeSection .widgetProductsGrid .productsGrid li footer .productPrice {
  color: var(--second-color);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
body.bubble .afterHomeSection .widgetProductsGrid .productsGrid li footer .productLink {
  display: none;
}
body.bubble #mainFooter {
  background: var(--second-color);
}

.pageAchats {
  color: #333;
}
.pageAchats .text-white {
  color: #555;
}
.pageAchats .pageTitles {
  text-align: center;
}
.pageAchats .pageTitles h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.pageAchats .pageTitles h1 {
  font-size: 30px;
  font-weight: bold;
  color: var(--flash-color);
}
.pageAchats .darkbloc {
  background: #fff;
  border-radius: 30px;
  gap: 10px;
  text-align: center;
}
.pageAchats .darkbloc figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageAchats .darkbloc p {
  margin: 10px 0px;
}
.pageAchats .darkbloc input {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  body.bubble #mainSection {
    padding: 0px !important;
  }
  body.bubble #mainWrapper .wrapper #mainColumn .homeSearch {
    display: flex;
    flex-direction: column;
  }
  body.bubble #mainWrapper .wrapper #mainColumn .homeSearch .widgetBienvenue {
    border-radius: var(--radius) var(--radius) 0px 0px;
  }
}

/*# sourceMappingURL=bubble.output.css.map */
