.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary:hover {
  background: transparent;
  border: 1px solid rgba(0,0,0,0.12);
  color: #c9a24a;
}

.bs-icon.bs-icon-primary {
  transform: translateY(-1px);
  border-color: rgba(201,162,74,.55);
  background: rgba(201,162,74,.08);
  color: #c9a24a;
  border: 1px solid rgba(0,0,0,.12);
  color: #c9a24a;
  /*box-shadow: none;*/
  /*transition: transform .2s ease, border-color .2s ease, color .2s ease, background .2s ease;*/
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-black);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-black);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: 1.5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.rounded-image {
  border-radius: 50%;
}

.BU-titles {
  text-align: center;
  font-family: 'Antic';
  font-size: xx-large;
  color: black;
}

.Nav-items {
}

.Section-title {
  font-family: 'Aboreto';
  font-weight: bold;
  font-size: xx-large;
}

.BU-description {
  text-align: center;
  font-family: 'Antic';
}

.Nav-text {
  font-size: x-large;
  font-family: 'Antic';
  color: #000000;
  margin-left: 10px;
  margin-right: 10px;
  letter-spacing: 2px;
}

.BU-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000;
  border: none;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Antic';
}

.BU-button:hover {
  background-color: var(--bs-gray-dark);
  border-color: black;
}

.Button-holder {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-heart:before {
  content: "\f004";
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

a {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-floating i {
  font-size: 1.25rem;
  line-height: 47px;
}

.btn-floating i {
  display: inline-block;
  width: inherit;
  color: #fff;
  text-align: center;
}

#Intro-paragraph {
  width: 100%;
  font-family: 'Antic';
  max-width: 1000px;
  font-size: larger;
  margin: 0 auto;
}

.product-title {
  width: 100%;
  font-family: 'Aboreto' !important;
  font-size: 30px;
  text-align: center;
  padding-top: 0px;
  color: #c6a85a;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

#Landing-image {
  width: 100%;
}

Section-title {
  position: relative;
  text-align: center;
  padding: 18px 0;
}

.Section-title {
  position: relative;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 12px;
}

.Section-title::after, .Section-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
  width: 300px;
  height: 2.5px;
  background: linear-gradient(to right, transparent, #c6a85a, transparent);
}

.Section-title::after {
  bottom: 0px;
}

.Section-title::before {
  top: 0px;
}

.Contact-button {
  font-family: 'Antic';
  font-weight: 300;
  padding: .7rem 1.2rem;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgb(185,146,63);
  color: #111111;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .85rem;
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

#logoimage {
  width: 260px;
  height: auto;
  display: inline-block;
  transform-origin: 50% 50%;
  animation: floaty 3.5s ease-in-out infinite;
}

.Nav-text:hover {
  color: #b9923f;
  transform: scale(1.1);
}

#toplogodiv {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  #landing-slogan {
    font-size: xx-large;
  }
}

#navigationbar {
  text-align: center;
  justify-content: center;
}

.BU-titles:hover {
  color: #b9923f;
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.Flowericon {
  width: 100px;
}

@media (max-width: 1199px) {
  .BU-description {
    height: 60px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1400px) {
  .dividerline {
    width: 100%;
    height: 120px;
  }
}

.rounded-image:hover {
}

.image-link {
  position: relative;
  display: block;
  overflow: hidden;
  display: inline-block;
  transform-origin: 50% 50%;
  animation: floaty 3.5s ease-in-out infinite;
}

.image-link img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.overlay span {
  color: white;
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.image-link:hover .overlay {
  opacity: 1;
}

.image-link:hover {
  box-shadow: 0 0 0 3px #d4af37;
  border-radius: 50%;
}

.boutons {
  background-color: #000000;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-color: #000000;
  border-width: medium;
  font-family: 'Antic';
  text-align: center;
  padding: 0;
}

.boutons:hover {
  background-color: #b9923f;
  border-color: #b9923f;
  transform: scale(1.1);
}

.visiter-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .65rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgb(0,0,0);
  background: transparent;
  color: #111;
  font-size: .9rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: all .25s ease;
  font-family: 'Antic';
}

.visiter-btn .arrow {
  transition: transform .25s ease;
}

.visiter-btn:hover {
  border-color: #d4af37;
  color: #d4af37;
  transform: translateY(-1px);
  transform: scale(1.1);
}

.visiter-btn:hover .arrow {
  transform: translateX(3px);
}

.icons {
  color: #b9923f;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.Contact-button:hover {
  transform: translateY(-1px);
  border-color: #c9a24a;
  color: #ffffff;
  background-color: #b9923f;
  transform: scale(1.03);
  transition: transform 1s ease;
}

.Contact-button:active {
  transform: translateY(0);
}

.form-control {
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  padding: .8rem .9rem;
  box-shadow: none;
}

.form-control:focus {
  border-color: rgba(201,162,74,.7);
  box-shadow: 0 0 0 .15rem rgba(201,162,74,.12);
}

.sections {
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

.containers {
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}

.footercontainer {
  text-align: center;
  vertical-align: middle;
  margin: auto;
}

.Footericon {
}

.footericon {
  color: #c6a85a;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
}

.Footertext {
  font-family: 'Antic';
}

.rows {
  margin-top: 10px;
  margin-bottom: 10px!important;
}

.Landingparallax {
  width: 100%;
}

.hearticon {
  width: 30px;
  height: 30px;
  color: tan;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  transform-origin: 50% 50%;
  animation: floaty 3.5s ease-in-out infinite;
}

.sectiontitlerows {
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

#Landingimage {
}

.hearticon:nth-child(1) {
  animation-delay: 0s;
}

.hearticon:nth-child(2) {
  animation-delay: .6s;
}

svg {
}

.hearticon:nth-child(2) {
  animation-delay: .6s;
}

@keyframes floaty {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.BU-columns {
}

.image-link:nth-child(1) {
  animation-delay: 0s;
}

.image-link {
}

.image-link:nth-child(2) {
  animation-delay: .6s;
}

.image-link {
}

.dividerline path {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: drawLine 3s ease forwards;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

.line-reveal {
  position: relative;
  width: 100%;
}

.line-img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
}

.line-white {
  filter: brightness(0) invert(1);
  opacity: .9;
}

.line-gold {
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient( to right, black 0%, black 20%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0.2) 40%, transparent 55% );
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: right;
  mask-image: linear-gradient( to right, black 0%, black 20%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0.2) 40%, transparent 55% );
  mask-size: 200% 100%;
  mask-position: right;
}

.line-reveal.animate .line-gold {
  animation: goldWipe 3s cubic-bezier(.65,.05,.36,1) forwards;
}

.line-reveal.animate .line-gold {
  animation: gradientWipe 4s cubic-bezier(.65,.05,.36,1) forwards;
}

@keyframes gradientWipe {
  to {
    -webkit-mask-position: left;
    mask-position: left;
  }
}

.weddinginstruction {
  text-align: center;
  color: #b9923f;
  width: 100%;
  font-family: 'Aboreto';
  font-size: x-large;
  text-align: center;
  padding-top: 20px;
  color: #c6a85a;
}

.productnumbers {
  font-size: 25px;
  background-color: #ffffff;
  color: #b9923f;
  width: 30px;
  height: 30px;
  font-family: 'Antic';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  border-radius: 50%;
  margin-right: 10px;
}

.producttitle {
  color: black;
  font-family: 'Aboreto';
  font-size: 20px;
  font-weight: 400;
}

.producttitlediv {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  text-align: center;
  margin-bottom: 15px;
}

.producttextcontainer {
  text-align: center;
}

.producttable-rowtitle {
  text-align: center;
  width: 20%;
  color: #b9923f!important;
  vertical-align: middle;
}

.producttable-description {
  text-align: left;
}

.producttable-price {
  text-align: left;
}

.producttable-price {
  text-align: center;
}

.producttable-content {
  text-align: left;
  list-style: disc;
}

.productcontentlist {
  margin: 0;
  padding-left: 20px;
}

.producttable-content {
  vertical-align: top!important;
}

.producttable-content br {
  display: none;
}

.producttable-price {
  vertical-align: middle;
  font-family: 'Antic';
}

.producttable-description {
  font-family: 'Antic';
}

.producttable-content {
  font-family: 'Antic';
}

@media (max-width: 575px) {
  .producttitle {
    font-size: large;
  }
}

@media (max-width: 575px) {
  .producttable-description {
    font-size: small;
  }
}

@media (max-width: 575px) {
  .producttable-content {
    font-size: small;
  }
}

@media (max-width: 575px) {
  .producttable-price {
    font-size: medium;
  }
}

@media (min-width: 300px) {
  .weddinginstruction {
    font-size: larger;
  }
}

.productdiv {
  margin-bottom: 20px;
  margin-top: 20px;
}

.productseparatorline {
  width: 400px;
  height: 2.5px;
  background: linear-gradient(to right, transparent, #c6a85a, transparent);
  margin: 0 auto;
}

.rounded-image.productimage {
  width: 280px;
  height: 280px;
  object-fit: cover;
  object-position: center;
}

.chateaugonflable-imagecontainer {
  text-align: center;
  vertical-align: middle;
}

.patpatrouillerectangleimage {
  border: 2px solid darkgoldenrod;
  border-radius: 5%;
}

.productimagecontainer {
  text-align: center;
  vertical-align: middle;
}

/* put this after all other CSS (or inline on the element) */

.Landingparallaxanniversaire {
  width: 100%;
  aspect-ratio: 5419 / 1570;
  min-height: 130px;
  max-width: 1400px;
  -webkit-background-size: contain !important;
  background: url("../../assets/img/PawPatrol%20banner%20WITH%20CASTLE-1.jpg") center / contain no-repeat !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin: 0 auto;
  border-radius: 20px;
  margin-bottom: 50px;
}

.rounded-image.productimage.chateagonflableproductimage {
  width: 1000%;
  height: auto;
}

.livraisonoffertecarte {
  border-radius: 5%;
}

.livraisongratuitetexte {
  font-size: larger;
  font-family: 'Antic';
}

.ref-paypal-express-checkout-holder {
  display: none;
}

.Landingparallaxhome {
  width: 100%;
  aspect-ratio: 1536 / 624;
  min-height: 130px;
  max-width: 1400px;
  background: url("../../assets/img/Momelia%20Parallax.jpg") center / contain no-repeat !important;
  -webkit-background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin: auto;
  border-radius: 20px;
}

.product-subtitle {
  font-size: larger;
  color: gray;
  font-family: 'Antic';
}

#landing-slogan {
  width: 100%;
  font-family: 'Aboreto';
  font-size: 30px;
  text-align: center;
  padding-top: 0px;
  color: #c6a85a;
  margin-bottom: 20px;
}

.Landingparallaxshop {
  width: 100%;
  aspect-ratio: 5419 / 1950;
  min-height: 130px;
  max-width: 1400px;
  -webkit-background-size: contain !important;
  background: url("../../assets/img/petitsac-banner.jpg") center / contain no-repeat !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin: 0 auto;
  border-radius: 20px;
}

.squarevideo {
  border-radius: 10%;
}

.benefit-image {
  width: 90%;
  border-radius: 20%;
  aspect-ratio: auto;
}

.Benefit-text {
  font-family: 'Antic';
  font-size: x-large;
  font-weight: 500;
  background-color: rgb(251,238,229);
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10Px;
}

.benefits-row {
  text-align: center;
}

.faq.on:hover {
  color: #b9923f;
}

.faq-answer {
  margin-top: 10px;
  color: gray;
  font-family: 'Antic';
}

.faq.on {
  font-family: 'Antic';
}

.companion-story {
  border-radius: 20px;
  padding: 5px;
}

.companion-image {
  border-radius: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.companion-container {
  margin-top: 30px;
  text-align: center;
  font-family: 'Antic';
}

.companion-name {
  padding: 5px;
  border-radius: 5px;
  font-size: x-large;
  font-weight: 500;
}

.companion-column {
  padding-top: 20px;
}

.carticon {
  height: 25px;
  width: 25px;
  color: white;
}

.navbar {
  max-width: 1400px;
  margin: auto;
}

.cart {
  height: 40px;
  width: 40px;
  align-content: center;
  background-color: #c9a24a;
  color: black;
  border-radius: 50%;
  transition: transform 1s ease;
}

.cart:hover {
  transform: scale(1.05);
}

.ref-button {
  background-color: black;
}

div {
}

input {
}

.ref-quantity-widget input {
  width: 30px!important;
}

.cart.has-quantity.reflow-cart-toggler {
  margin-left: auto;
}

.navbar-toggler {
  color: var(--bs-black);
  border-style: none;
  border-color: var(--bs-black);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.shoppingcartcontainer {
  margin-top: 30px;
}

