* {
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
}
a {
  text-decoration: none;
  color: #333;
}
body {
  background: #eae8e8;
  color: #333;
  font: 16px 'Open Sans', sans-serif;
}
.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.logo {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: block;
}
.logo img {
  width: 200px;
  height: 200px;
}
.logo:hover .st1 {
  fill: #f7a7a9;
}
.logoWrapper {
  background: #fff;
}
.topBar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 920px;
  height: 30px;
  line-height: 30px;
  gap: 10px;
}
.topBar a,
.topBar span,
.topBarWrapper {
  display: flex;
  flex-direction: row;
  background: #fdeced;
  justify-content: center;
}
.topBar a {
  padding: 0 5px;
}
.topBar a:hover {
  color: #000;
}
.topBarCheckout {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 5px;
  background: none;
  font: inherit;
  cursor: pointer;
}
.topBarCheckout:hover {
  background: #f7a7a9;
}
.livraisonOfferte {
  display: flex;
  flex-direction: row;
  background: #fff;
  justify-content: center;
  text-align: center;
  font-size: 0.8em;
  padding: 5px 10px;
}
.menu {
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.menuBloc {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  width: 50%;
}
.menuBloc:first-child {
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .menuBloc {
    display: flex;
    flex-direction: column;
  }
}
.menuItem {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 20px;
  padding: 5px;
  border-bottom: 3px solid #fff;
  text-align: center;
}
.menuItem:hover {
  border-bottom: 3px solid #f7a7a9;
}
@media (max-width: 600px) {
  .menu {
    display: flex;
    flex-direction: column;
  }
}
.content {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}
.contentWrapper {
  background: #fff;
  padding: 0 20px 20px;
}
@media (max-width: 1000px) {
  .contentWrapper {
    padding: 10px;
  }
}
.contentBody {
  display: flex;
  flex-direction: column;
  max-width: 600px;
}
.contentBreadCrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px;
  color: #ccc;
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
}
.contentBreadCrumbLink {
  padding: 0 10px;
  color: #999;
}
.contentBreadCrumbLink:hover {
  color: #333;
}
.footer a {
  text-decoration: underline;
  font-weight: 600;
}
.footer a:hover {
  text-decoration: none;
}
.footerWrapper {
  display: flex;
  flex-direction: column;
  margin: 10px auto;
  max-width: 900px;
}
.footerInfo {
  display: flex;
  flex-direction: row;
  padding: 20px;
}
@media (max-width: 600px) {
  .footerInfo {
    display: flex;
    flex-direction: column;
  }
}
.footerSocial {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.footerSocialItem {
  margin: 0 5px;
}
.footerLegal {
  display: flex;
  flex-direction: row;
  font-size: 13px;
  font-weight: bold;
}
.footerLegal .legal {
  padding: 5px 10px;
  text-align: center;
}
.footerPay {
  padding: 5px;
  text-align: center;
}
.footerPay img {
  width: 296px;
}
ul li {
  list-style-type: none;
}
ol {
  padding-left: 20px;
}
.returnToTop {
  position: fixed;
  display: block;
  text-align: center;
  bottom: 10px;
  right: 10px;
  background: #333;
  color: #ccc;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  transform: translate(0, 200%);
  transition: transform 200ms ease-in-out;
}
.returnToTop:hover {
  color: #fff;
}
.scrolled .returnToTop {
  transform: translate(0, 0);
}
#lexique .markdown h2 {
  padding: 10px;
  background: #ffffea;
  font-size: 30px;
}
.instagram {
  padding: 30px;
  background: #fff;
  margin-top: 1px;
  display: flex;
  flex-direction: column;
}
.instagram h3 {
  text-align: center;
}
.instagramFeed {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 5px;
}
.instagram a {
  display: flex;
  flex-direction: column;
  padding: 1px;
  max-width: 140px;
}
.instagram img {
  width: 100%;
}
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
h1 {
  margin: 1em 0 0.5em;
}
h2 {
  margin: 1em 0 0.5em;
}
h3 {
  margin: 0.5em 0;
}
h4 {
  margin: 0.5em 0 0.3em;
}
.markdown {
  max-width: 850px;
  margin: 10px auto;
}
.markdown a {
  text-decoration: underline;
  font-weight: 600;
}
.markdown a:hover {
  text-decoration: none;
}
.markdown:after {
  content: ' ';
  display: block;
  clear: both;
}
.markdown blockquote {
  text-align: center;
}
.markdown table {
  width: 100%;
}
.markdown td,
.markdown th {
  padding: 5px;
  width: 50%;
  font-weight: normal;
}
@media (max-width: 600px) {
  .markdown.tutorials tr,
  .markdown.tutorials td,
  .markdown.tutorials th {
    display: block;
    width: auto;
  }
}
.markdown hr {
  margin: 3em 0;
  border-bottom: 1px solid #ccc;
}
.markdown img {
  max-height: 50vh;
  display: block;
  max-width: 100%;
  margin: 10px auto;
  clear: both;
}
.markdown img[alt$=→] {
  margin: 10px;
  max-width: 25vw;
  float: right;
  clear: right;
}
.markdown img[alt$=←] {
  margin: 10px;
  max-width: 30vw;
  float: left;
  clear: left;
}
.markdown p {
  margin: 0.5em 0;
}
.markdown h1 {
  text-align: center;
  font-size: 2.5em;
}
.markdown h2 {
  margin: 1em 0 0.5em;
}
.markdown h3 {
  margin: 1em 0 0.5em;
}
.markdown h4 {
  margin: 0.5em 0 0.5em;
}
.markdown li {
  list-style-type: disc;
  margin: 0.5em 0 0.5em 2em;
}
.markdown .table {
  width: 100%;
  overflow: auto;
}
.markdown .table th {
  font-weight: bold;
}
.markdown .table td,
.markdown .table th {
  white-space: nowrap;
}
.markdown .bigButton {
  display: inline-block;
  background: #f7a7a9;
  padding: 0.5em 1em;
  margin: 2em;
  font-size: 1.2em;
  text-decoration: none;
}
.markdown .bigButton:hover {
  background: #fbd0d1;
}
.homeHeader {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1000px) {
  .homeHeader {
    display: flex;
    flex-direction: row;
    min-height: 550px;
  }
}
.homeHeaderMain,
.homeHeaderSecond {
  background-color: #f7a7a9;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: inherit;
  padding: 15px;
}
.homeHeaderMain {
  background-position: cover;
}
@media (min-width: 1000px) {
  .homeHeaderMain {
    flex-grow: 2;
    flex-basis: 65.5%;
  }
}
.homeHeaderSecondColumn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1000px) {
  .homeHeaderSecondColumn {
    flex-grow: 1;
    flex-basis: 34.5%;
  }
}
@media (min-width: 1000px) {
  .homeHeaderSecond {
    flex-grow: 1;
  }
}
.homeHeaderCallToAction {
  display: flex;
  flex-direction: column;
  color: inherit;
  align-self: center;
  text-align: center;
  font-size: 0.8em;
  background: rgba(255,255,255,0.8);
  color: #333;
  padding: 5px 30px 20px;
}
.homeHeaderCallToActionTitle {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.homeHeaderCallToActionDescription {
  font-size: 1em;
  font-weight: 400;
}
.homeHeaderCallToActionButton {
  background: #f7a2a4;
  padding: 5px 15px;
  color: #333;
  border: 4px solid #f7a7a9;
}
.homeHeaderCallToAction:hover {
  background: #fff;
}
.homeHeaderCallToAction:hover .homeHeaderCallToActionButton {
  background: #fff;
}
.about {
  color: inherit;
}
.blogList {
  color: inherit;
}
.blogPage {
  color: inherit;
}
.seeAll {
  display: block;
  text-align: right;
  padding: 5px;
}
.home + .instagram a {
  max-width: 250px !important;
}
.bandeau {
  background-color: #fcdedf;
  padding: 0.2em 0 0.6em;
  text-align: center;
  font-size: 1em;
}
.bandeau .flotteur {
  font-size: 4em;
  float: left;
  margin: 0 0.2em 0 0;
}
.bandeau .flotteur-droite {
  font-size: 3em;
  float: right;
  margin: 0 0 0 0.1em;
}
.bandeau p {
  margin-top: 0.5em;
}
.homeAbout {
  margin: 1em 0;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content min-content;
  gap: 0px 0px;
}
@media (max-width: 799px) {
  .homeAboutDesc {
    padding: 2em;
    background: rgba(255,255,255,0.7);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 30%);
  }
}
@media (min-width: 800px) {
  .homeAbout {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0 3em;
    grid-template-areas: "homeAboutPhoto homeAboutDesc";
  }
}
.homeAboutPhoto {
  grid-area: 1/1/3/2;
}
@media (min-width: 800px) {
  .homeAboutPhoto {
    grid-area: homeAboutPhoto;
  }
}
.homeAboutPhoto img {
  width: 100%;
}
.homeAboutDesc {
  grid-area: 2/1/3/2;
}
@media (min-width: 800px) {
  .homeAboutDesc {
    grid-area: homeAboutDesc;
  }
}
@media (max-width: 799px) {
  .homeAboutTexte {
    display: none;
  }
}
.homeNewsletter {
  display: flex;
  background-color: #fae1d4;
  margin: 1em 0;
  justify-content: space-around;
  align-items: center;
  text-wrap: balance;
}
@media (max-width: 799px) {
  .homeNewsletter {
    flex-direction: column;
  }
}
.homeNewsletterHeader {
  display: flex;
  flex-direction: column;
  padding: 1em;
  gap: 1em;
}
.homeNewsletterTitle {
  display: flex;
  align-items: center;
  gap: 1em;
}
.homeNewsletterTitle h1,
.homeNewsletterTitle h3,
.homeNewsletterTitle p {
  margin: 0;
}
.homeNewsletterForm {
  display: flex;
  max-width: 500px;
  flex-direction: column;
  padding: 1em;
  gap: 1em;
}
.homeNewsletterEmail {
  border: 4px solid #f7a7a9;
  padding: 0.5em;
  font-size: 1.2em;
}
.homeNewsletterEmail:focus {
  border: 4px solid #eb575a;
}
.homeNewsletterCheck {
  display: flex;
  gap: 10px;
  padding-left: 1em;
  align-items: baseline;
}
.homeNewsletterCheck:hover input {
  box-shadow: 0 0 2px 2px #f7a7a9;
}
.homeNewsletterCallToActionButton {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.homeNewsletterCallToActionButton input {
  background-color: #eb575a;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 4px solid #eb575a;
}
.homeNewsletterCallToActionButton input:hover {
  background-color: #ff787b;
}
.productsList {
  color: inherit;
  text-align: center;
}
.productsListSection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.productsListSectionTitle {
  display: block;
  background: #ffefef;
  padding: 0.2em;
  margin: 10px 0;
  justify-content: center;
  border: none !important;
  position: relative;
}
.productsListSectionTitle h2,
.productsListSectionTitle p {
  margin: 0;
}
.productsListSectionTitle h2 {
  font-size: 25px;
  font-weight: 500;
}
.productsListSectionTitle p {
  opacity: 0.7;
  font-size: 18px;
}
@media (max-width: 600px) {
  .productsListSectionTitle {
    font-size: 30px;
  }
}
.productsListItem {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 10px);
  border: 1px solid #eae8e8;
  padding: 20px;
  margin: 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.productsListItem .productsListItemPhoto {
  transition: opacity 200ms ease-in-out;
}
@media (max-width: 1000px) {
  .productsListItem {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .productsListItem {
    zoom: 0.8;
  }
}
@media (max-width: 360px) {
  .productsListItem {
    zoom: 0.7;
  }
}
.productsListItem > * {
  position: relative;
}
.productsListItem:hover.WithVignette .productsListItemOver {
  background: linear-gradient(0deg, rgba(255,255,255,0.95) 15%, rgba(255,255,255,0.2) 50%);
}
.productsListItemFree {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
}
.productsListItemTitle {
  font-size: 25px;
  font-weight: 500;
  margin: 0;
  font-size: 20px;
}
@media (max-width: 1000px) {
  .productsListItemTitle {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .productsListItemTitle {
    font-size: 16px;
  }
}
.WithVignette .productsListItemPhoto {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
}
.WithVignette .productsListItemOver {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  transition: background 200ms ease-in-out;
  background: linear-gradient(0deg, #fff 15%, #fff 50%);
}
.WithPhoto .productsListItemPhoto {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: 0% 40%;
}
.productsListItem.WithPhoto:hover {
  background-color: #fef1f1;
}
.productsListItemSketch {
  transition: opacity 200ms ease-in-out;
  margin: 0;
}
.kit .productsListItemSketch,
.minikit .productsListItemSketch,
.maillot .productsListItemSketch,
.menstruel .productsListItemSketch {
  width: 100%;
  display: flex;
}
.productsListItemSizes {
  padding: 0.2em 0;
}
.productsListItemPricing {
  padding: 0.2em 0;
}
.productsListItemPricing strong {
  padding: 0 0.2em;
  background: #fff;
  border-radius: 0.3em;
}
.productsPage {
  color: inherit;
}
@media (max-width: 1000px) {
  .productWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    scroll-snap-type: y proximity;
  }
}
@media (min-width: 1000px) {
  .productWrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 533px auto;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "pictures infos" "pictures description" "pictures description" "illustration content";
    grid-template-rows: masonry;
  }
}
.productPictures {
  grid-area: pictures;
  position: relative;
  width: 533px;
  scroll-snap-align: start;
  user-select: none;
}
@media (max-width: 1000px) {
  .productPictures {
    width: calc(100vw - 20px);
  }
}
.productPicturesGallery {
  width: 533px;
  height: 800px;
}
@media (max-width: 1000px) {
  .productPicturesGallery {
    width: calc(100vw - 20px);
  }
}
.productPicturesGalleryInner {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.productPicturesGalleryInner > * {
  scroll-snap-align: start;
}
.productPicturesGallery:hover .productPicturesGalleryNext,
.productPicturesGallery:hover .productPicturesGalleryPrev {
  opacity: 0.5;
}
.productPicturesGallery video {
  width: 100%;
}
.productPicturesGalleryNext,
.productPicturesGalleryPrev {
  position: absolute;
  bottom: 370px;
  background: #fff;
  padding: 12px 20px 15px;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
  opacity: 0.3;
  cursor: pointer;
}
.productPicturesGalleryNext:hover,
.productPicturesGalleryPrev:hover {
  opacity: 1 !important;
}
.productPicturesGalleryNext {
  right: 0;
}
.productPicturesGalleryPrev {
  left: 0;
}
.productPictures img,
.productIllustration img {
  width: 533px;
}
@media (max-width: 1000px) {
  .productPictures img,
  .productIllustration img {
    width: calc(100vw - 20px);
  }
}
.productIllustration {
  grid-area: illustration;
  scroll-snap-align: start;
}
.productContent {
  grid-area: content;
}
.productFullContent {
  display: block;
}
.productInfos {
  padding: 1em;
  grid-area: infos;
}
.productDescription {
  grid-area: description;
}
.productTitle {
  font-size: 25px;
  font-weight: 500;
  margin: 10px 0;
}
.productPage {
  padding: 20px;
}
@media (max-width: 600px) {
  .productPage {
    padding: 5px;
  }
}
.productPage tr td {
  border-top: 1px solid #ccc;
}
.productPage tr:first-child td {
  border-top: none;
}
.productPage td,
.productPage th {
  border-left: 1px solid #ccc;
  padding: 5px 10px;
}
.productPage td:first-child,
.productPage th:first-child {
  border-left: none;
}
.productPackshot {
  width: 100%;
  position: absolute;
}
@media (max-width: 1000px) {
  .productPackshot {
    display: none;
  }
}
.productInfos {
  display: flex;
  flex-direction: column;
  padding: 0px 20px;
}
@media (max-width: 600px) {
  .productInfos {
    padding: 0px 5px;
  }
}
.productInfos .productLevel {
  margin: 0;
}
.productExcerpt p {
  margin: 2em 0;
}
.productBuyCategory {
  background: #fac7c8;
  padding: 1px;
}
.productBuyCategoryDesc {
  font-size: 0.9em;
  opacity: 0.8;
  margin: 5px 0;
  padding: 0 8px;
}
.productBuyCategory h3 {
  font-size: 20px;
  margin: 0;
  padding: 0 8px;
}
.productBuy,
.productBuyCategory {
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
  margin: 3px 0;
  padding: 4px;
}
.productBuy .out,
.productBuyCategory .out {
  pointer-events: none;
}
.productBuyVersion,
.productBuyCategoryVersion {
  display: flex;
  flex-direction: row;
  margin: 2px;
  padding: 7px;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  background: #fcdada;
}
.productBuyVersion:hover,
.productBuyCategoryVersion:hover {
  background: #fef1f1;
}
.productBuyVersionLine,
.productBuyCategoryVersionLine {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.productBuyVersionPack,
.productBuyCategoryVersionPack {
  font-size: 0.8em;
}
.productBuyVersionMark,
.productBuyCategoryVersionMark {
  width: 14px;
  height: 12px;
  border-radius: 10px;
  background: #fff;
  border: 3px solid #fff;
}
.solo .productBuyVersionMark,
.solo .productBuyCategoryVersionMark {
  display: none;
}
.productBuyVersionInput,
.productBuyCategoryVersionInput {
  position: absolute;
  opacity: 0;
}
.productBuyVersionInput:checked + label,
.productBuyCategoryVersionInput:checked + label {
  background: #f9c2c4;
}
.productBuyVersionInput:checked + label .productBuyVersionMark,
.productBuyCategoryVersionInput:checked + label .productBuyVersionMark {
  background: #f7a7a9;
}
.productBuyVersionVignette,
.productBuyCategoryVersionVignette {
  max-width: 15%;
  margin: -2px 5px -2px 0;
}
.productBuyVersionName,
.productBuyCategoryVersionName {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  flex-basis: 50%;
  font-size: 1.2em;
  white-space: nowrap;
}
.productBuyVersionPack,
.productBuyCategoryVersionPack {
  flex-basis: 25%;
  white-space: nowrap;
  line-height: 1.7em;
}
.productBuyVersionCTA,
.productBuyCategoryVersionCTA {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0.5em;
  background: #fef1f1;
  cursor: pointer;
}
.productBuyVersionPrice,
.productBuyCategoryVersionPrice,
.productBuyVersionOut,
.productBuyCategoryVersionOut {
  text-align: right;
  font-weight: bold;
  font-size: 1.3em;
  min-width: 60px;
  text-align: center;
}
.productBuyVersionOut,
.productBuyCategoryVersionOut {
  text-decoration: line-through;
}
.productPriceLabel {
  flex-grow: 1;
}
.productPrice {
  font-weight: bold;
  padding: 0 10px;
}
.productDescription {
  flex-grow: 1;
}
.productLabel {
  width: 100px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
.productOutOfStock {
  padding: 20px;
  text-align: center;
  font-variant: italic;
  font-size: 1.4em;
}
.productOutOfStock a {
  text-decoration: underline;
}
.productOutOfStock a:hover {
  text-decoration: none;
}
.productSizes {
  display: flex;
  flex-direction: row;
  margin: 5px 0 0;
  font-weight: bold;
}
.productSizes a {
  text-decoration: underline;
  font-weight: 600;
}
.productSizes a:hover {
  text-decoration: none;
}
.productSizes a {
  padding-left: 10px;
  font-weight: 100;
}
.productLevel {
  display: flex;
  flex-direction: row;
  margin: 10px auto 0;
}
.productLevelType {
  width: 8px;
  height: 8px;
  border-radius: 18px;
  background: #333;
  border: 3px solid #333;
  display: inline-block;
  margin: 2px;
}
.productLevel.l1 > .l2,
.productLevel.l2 > .l3,
.productLevel.l3 > .l4,
.productLevel.l4 > .l5 {
  background: rgba(255,255,255,0.8);
}
.productFreeNotice {
  font-size: 14px;
  padding: 10px 20px;
}
.productFreeNotice li {
  list-style-type: disc;
}
.productFreeNotice a {
  text-decoration: underline;
}
.productFree {
  background: rgba(247,167,169,0.8);
  margin: 2px;
  padding: 8px;
  font-size: 16px;
}
.productFree:hover {
  background: #f7a7a9;
}
.productEmail {
  margin: 2px;
  padding: 8px;
  font-size: 16px;
  border: 2px solid #f7a7a9;
}
.snipcart-item-line[data-id*="PDF"] .snipcart-item-quantity__label,
.snipcart-item-line[data-id*="PDF"] .snipcart-item-quantity__quantity {
  opacity: 0 !important;
}
.bonCadeau {
  margin: 2em auto;
  padding: 1em 3em;
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  background: #fef1f1;
}
.bonCadeau:hover {
  background: #fde8e8;
}
.tutorialsList {
  color: inherit;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0;
}
.tutorialsListCommunity {
  color: inherit;
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
@media (max-width: 650px) {
  .tutorialsListCommunity {
    display: flex;
    flex-direction: column;
  }
}
.tutorialsListItem {
  display: flex;
  flex-direction: column;
  margin: 5px;
  position: relative;
  border: 1px solid #eae8e8;
  padding: 10px;
  width: calc(33.33% - 33px);
}
.tutorialsListItem:hover {
  border-color: #ccc;
}
@media (max-width: 1000px) {
  .tutorialsListItem {
    width: calc(50% - 33px);
  }
}
@media (max-width: 650px) {
  .tutorialsListItem {
    width: auto;
  }
}
.tutorialsListItemTitle {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  padding: 30px 30px 10px;
  margin: 0;
  background: #fff;
  font-size: 22px;
  text-align: center;
}
.tutorialsListItemDescription {
  padding: 0 0 30px;
  text-align: center;
  font-weight: 100;
}
.tutorialsListItemImage {
  width: 100%;
  position: absolute;
  top: 0;
  transform: translate(0, 0%);
  transition: transform 200ms ease-out;
}
.tutorialsListItemImageWrapper {
  position: relative;
  height: 100px;
  overflow: hidden;
}
.tutorialsPage {
  color: inherit;
  padding: 10px;
}
.tutorialsPage .markdown h2,
.tutorialsPage .markdown h3,
.tutorialsPage .markdown h4 {
  clear: both;
}
.tutorialsPage .markdown > *:not(p) {
  clear: both;
}
.tutorialsBanner {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}
.tutorialsBannerTitle {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  padding: 30px 60px;
  background: rgba(255,255,255,0.8);
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 650px) {
  .tutorialsBannerTitle {
    transform: none;
    position: static;
    padding: 0;
    text-align: center;
  }
}
.tutorialsBannerImage {
  width: 100%;
}
.snipcart .conditions {
  display: flex;
  flex-direction: row;
}
.snipcart .conditions input {
  margin-right: 10px;
}
.snipcart .snipcart-summary-fees__discounts {
  margin: 15px 0;
}
.snipcart .snipcart-summary-fees__discounts,
.snipcart .snipcart-summary-fees__discounts .snipcart-summary-fees__title,
.snipcart .snipcart-summary-fees__discounts .snipcart-summary-fees__discounts-icon {
  display: flex;
  flex-direction: column;
}
.snipcart .snipcart-summary-fees__tool-tip {
  margin-top: 5px;
}
.snipcart .snipcart-summary-fees__discount-name {
  font-weight: 500;
  white-space: normal;
}
.snipcart .snipcart-summary-fees__discounts-icon .snipcart__icon {
  display: none;
}
.snipcart .snipcart-summary-fees__discounts-icon .snipcart-tool-tip {
  display: block !important;
  position: static;
}
.snipcart .snipcart-item-line--cart-edit:last-child {
  position: sticky;
  bottom: 0;
}
.checkoutWrapper {
  background: #fff;
}
.checkoutTitle {
  text-align: center;
  margin: 20px auto;
}
.checkoutTitle .checkoutProceed,
.checkoutTitle .checkoutSuccess,
.checkoutTitle .checkoutError,
.checkoutTitle .checkoutEmpty,
.checkoutTitle .checkoutName,
.checkoutTitle .checkoutAddedLabel,
.checkoutTitle .checkoutRemovedLabel {
  display: none;
}
.checkoutSpam {
  text-align: center;
  background: #9de77a;
  padding: 10px;
  display: none;
}
.checkoutSuggestions {
  display: none;
}
.checkoutSuggestionsList .removeFromCart {
  display: none;
}
.checkoutContent .addToCart {
  display: none;
}
.checkoutProductsItem {
  padding: 10px;
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 18px;
}
.checkoutProductsItem > * {
  padding: 5px 15px;
  align-self: center;
}
.checkoutProductsItemThumb {
  height: 80px;
}
.checkoutProductsItemTitle {
  font-weight: bold;
}
.checkoutProductsItemVersion {
  flex-grow: 1;
}
.checkoutProductsItemPrice {
  font-weight: bold;
}
.checkout .addToCart,
.checkout .removeFromCart {
  height: 1.5em;
  color: #333;
  border: 1px solid #eae8e8;
}
.checkout .addToCart:hover,
.checkout .removeFromCart:hover {
  border: 1px solid #ccc;
}
.checkout .addToCart {
  background: #ffffea;
}
.checkout .addToCart:hover {
  background: #ff9;
}
.checkout .removeFromCart {
  background: #f7a7a9;
}
.checkout .removeFromCart:hover {
  background: #f7a2a4;
}
.checkoutInstructions {
  width: 30%;
  background: #eae8e8;
  padding: 30px;
  color: #000;
}
@media (max-width: 900px) {
  .checkoutInstructions {
    width: auto;
  }
}
.checkoutInstructions p {
  margin: 4px 0 10px 0;
}
.checkoutPaiement {
  padding: 20px;
  flex-basis: 50%;
}
.checkoutPaiement p {
  margin: 12px 0;
}
.checkoutPaiementWrapper {
  background: #ffffea;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
}
@media (max-width: 900px) {
  .checkoutPaiementWrapper {
    display: flex;
    flex-direction: column;
  }
}
.checkoutPaiementInfo {
  display: flex;
  flex-direction: column;
}
.checkoutPaiementInfo a {
  text-decoration: underline;
  font-weight: 600;
}
.checkoutPaiementInfo a:hover {
  text-decoration: none;
}
.checkoutPaiementLabel {
  margin-bottom: 12px;
}
.checkoutPaiement input[type=checkbox] {
  margin: 5px;
}
.checkoutPaiement input,
.checkoutPaiementCard {
  background: #fff;
  border: 3px solid #ccc;
  padding: 5px 15px;
  font: inherit;
  font-size: 20px;
  margin: 5px 0;
}
.checkoutPaiement input:invalid,
.checkoutPaiementCard:invalid {
  border: 3px solid #f7a7a9;
}
input.checkoutPaiementSubmit {
  background: #9de77a;
  border-color: #80e052;
  cursor: pointer;
}
input.checkoutPaiementSubmit:hover {
  background: #80e052;
}
input.checkoutPaiementSubmit:disabled {
  background: #ccc;
  border-color: #ccc;
}
.proceed .checkoutProceed {
  display: block;
}
.empty .checkoutEmpty {
  display: block;
}
.empty .checkoutPaiementWrapper {
  display: none;
}
.added .checkoutName,
.added .checkoutAddedLabel {
  display: block;
}
.added .checkoutProceed {
  display: none;
}
.removed .checkoutName,
.removed .checkoutRemovedLabel {
  display: block;
}
.removed .checkoutProceed {
  display: none;
}
.error .checkoutError {
  display: block;
}
.success .checkoutSpam,
.success .checkoutSuccess {
  display: block;
}
.success .checkoutSuggestions,
.success .removeFromCart,
.success .checkoutPaiementWrapper {
  display: none;
}
.aboutBloc {
  background: #fdeced;
  padding: 0 10px 10px;
}
@media (min-width: 1000px) {
  .aboutBloc img {
    max-height: 80vh;
  }
}
@media (max-width: 600px) {
  .aboutBloc {
    margin: 0 -10px;
  }
}
@media (min-width: 1000px) {
  .aboutBloc {
    padding: 40px;
  }
}
@media (min-width: 1000px) {
  .aboutBloc img {
    margin: 0 0 20px 30px;
    float: right;
    max-width: 50%;
    max-width: calc(50% - 30px);
  }
}
.aboutBlocAlt {
  background: #fff;
}
@media (min-width: 1000px) {
  .aboutBlocAlt img {
    margin: 0 30px 20px 0;
    float: left;
  }
}
.aboutBloc h2 {
  font-size: 2.1em;
  text-align: center;
}
@media (min-width: 1000px) {
  .aboutBloc h2 {
    margin: 0 0 1em;
  }
}
@media (max-width: 600px) {
  .carte-cadeau .aboutBloc {
    display: flex;
    flex-direction: column;
  }
  .carte-cadeau .aboutBloc img {
    order: 5;
  }
}
body.coffret {
  background: #fffcfa url("/assets/motif-cours-couture.png") top left no-repeat;
  background: #fffcfa url("/assets/motif-cours-couture.png") top left repeat-x;
  background-size: 850px;
  background-opacity: 0.5;
  color: #4e4f51;
}
.coffretWrapper {
  margin: 3em 0;
  display: inline-flex;
  align-items: center;
  background: #fbd7d6;
}
.coffretLogo {
  padding: 0 2em 0 2em;
  align-items: center;
}
.coffretLogo svg {
  width: 150px;
}
.coffretTitle {
  padding: 0.6em 2em;
  margin: 0.6em 0;
  border-left: 1px dashed #444;
  align-items: center;
}
.coffretTitle h1,
.coffretTitle p {
  margin: 0;
}
.coffretTitle p {
  font-size: 0.9em;
}
@media (max-width: 600px) {
  .coffretWrapper {
    display: flex;
  }
  .coffretLogo,
  .coffretLogo svg {
    width: 80px;
  }
  .coffretLogo {
    padding: 0 0.5em;
  }
  .coffretTitle {
    flex-grow: 1;
  }
}
.videoWrapper {
  display: flex;
  flex-direction: column;
  margin: 1em auto;
  max-width: 1280px;
  background: #fbd7d6;
}
.videoWrapper h3 {
  text-align: center;
  color: #f0858a;
  font-size: 1.9em;
}
@media (min-width: 1000px) {
  .videoWrapper {
    flex-direction: row;
  }
  .videoContainer {
    flex-basis: 66%;
  }
  .videoInstructions {
    flex-basis: 34%;
    overflow: auto;
  }
}
@media (max-width: 1000px) {
  .videoInstructions {
    padding: 0 1em;
  }
}
#video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#tuto {
  color: #4e4f51;
  padding: 0.5em;
  counter-reset: section;
}
#tuto .chapter {
  padding: 0.5em 1em;
  cursor: pointer;
}
#tuto .chapter .name {
  font-weight: bold;
}
#tuto .chapter:before {
  counter-increment: section;
  content: counter(section);
  padding-right: 1em;
  font-size: 0.7em;
  opacity: 0.4;
}
#tuto .chapter:hover {
  background: #fff;
  color: #f0858a;
}
video::cue {
  font-size: 12px;
}
.videoDescription {
  margin: 1em auto 3em;
  max-width: 1280px;
  padding: 1em;
  text-align: center;
}
.videoDescription h1 {
  background: #fbd7d6;
  color: #4e4f51;
}
.suggestion {
  margin: 0.8em;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 3vw;
  font-size: 1.2em;
  color: #4e4f51;
  justify-content: center;
}
.suggestionItem {
  margin: 0;
  color: #4e4f51;
  border: 1px solid #eee;
  padding: 0.8em;
}
.suggestionItem h3 {
  margin: 0.2em;
}
.coffretFooter {
  display: flex;
  justify-content: center;
}
