/* yellow */
/* ivory */
/* button */
/* body font color */
/* field required */
/* grey */
/* cta pink */
/* cta white */
/* light blue */
/* orange */
/* title red */
/* title purple */
.d-none {
  display: none !important;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.ui-dialog {
  position: relative;
  top: inherit;
  border: none;
}
.ui-dialog .ui-dialog-content {
  position: absolute;
  border: 0.1rem solid #e7e7e7;
  padding: 2rem;
  background: #FFFFFF;
  /* overflow: inherit; remove for the scroll from menu */
}

.ui-widget {
  font-family: Lato;
}

.ui-widget.ui-widget-content {
  border: inherit;
}

.page-wrapper > .breadcrumbs {
  /* margin-bottom: 0; fait bugger la fiche produit */
}

/** popin */
.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  /* max-height: inherit; fait bugger la popin d ajout au panier */
}

/*******************************************/
@media only screen and (max-width: 767px) {
  .ui-dialog {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .ui-dialog .ui-dialog-content {
    position: absolute;
    border: none;
    padding: 0;
  }

  .header .block-customer-login-content {
    border: 0.1rem solid #e7e7e7;
    padding: 2rem;
  }

  .breadcrumbs + .page-main {
    padding-top: 0;
  }

  /** popin */
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
  }
}
.cms-sticky-header {
  display: block;
  background: #FFFFFF;
}
.cms-sticky-header.fixed {
  position: fixed;
  bottom: 0rem;
  left: 0;
  right: 0;
  z-index: 5;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  max-width: 128rem;
  margin: 0 auto;
}
.cms-sticky-header .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-sticky-header .content .logo {
  display: none;
  width: 148px;
  float: left;
  margin: 0 auto 0 0.5rem;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.cms-sticky-header .content .logo::after {
  content: "";
  display: block;
  padding-bottom: 23.5%;
  background-image: url(https://static.bayard.io/e-bayard-jeunesse.com/2024/logo/logo-BJ.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.cms-sticky-header .content .action {
  margin: 1rem auto;
}
.cms-sticky-header .content .action .cta {
  min-width: 13rem;
}

/*******************************************/
@media only screen and (min-width: 768px) {
  .cms-sticky-header.fixed {
    display: none;
    bottom: inherit;
  }
  .cms-sticky-header.fixed .content .logo {
    display: block;
  }
  .cms-sticky-header.fixed .content .action {
    margin: 1rem 0.8rem 1rem auto;
  }
}
.section-bottom {
  clear: both;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 80px;
  background: #F5FDF3;
}
.section-bottom:after {
  background: #17A2B8;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -25px;
  bottom: 0;
  transform-origin: 100% 100%;
  width: 150%;
}
.section-bottom.up:after {
  transform: rotate(-3deg);
}
.section-bottom.down:after {
  bottom: -80px;
  transform: rotate(3deg);
}

/*******************************************/
@media only screen and (max-width: 768px) {
  .section-bottom {
    height: 6rem;
  }
}
.cms-pic {
  position: absolute;
}

.cms-animation-ballon {
  top: 2rem;
  left: 0;
}

.cms-animation-banner {
  top: 0;
  right: 0;
}

.cms-animation-bullet-020 {
  top: 1rem;
  left: 20%;
}

.cms-animation-bullet-orange {
  top: 0;
  right: 20%;
}

/****/
.cms-animation-magic-ward {
  top: 6rem;
  left: 10%;
}

.cms-animation-offer-bullet-orange {
  top: 0;
  left: 20%;
}

.cms-animation-bullet-03 {
  top: 0;
  right: 12%;
}

.cms-animation-bullet-023 {
  bottom: 10rem;
  right: 40%;
}

/****/
.cms-animation-bullet-04 {
  top: 0;
  left: 10%;
}

.cms-animation-bullet-022 {
  top: 0;
  right: 10%;
}

.cms-animation-bullet-021 {
  bottom: 0;
  right: 10%;
}

.cms-animation-bullet-purple {
  bottom: 0;
  left: 20%;
}

/*******************************************/
@media only screen and (max-width: 1200px) {
  .cms-animation-bullet-020 {
    left: 13%;
  }

  /****/
  .cms-animation-magic-ward {
    left: 6%;
  }

  .cms-animation-bullet-03 {
    right: 6rem;
  }

  /****/
  .cms-animation-bullet-04 {
    left: 6rem;
  }

  .cms-animation-bullet-purple {
    left: 10%;
  }
}
/*******************************************/
@media only screen and (max-width: 992px) {
  .cms-animation-bullet-orange {
    right: 25%;
  }

  /****/
  .cms-animation-offer-bullet-orange {
    left: 5rem;
  }

  .cms-animation-bullet-03 {
    top: 6rem;
    right: 0rem;
  }
}
/*******************************************/
@media only screen and (max-width: 767px) {
  .cms-animation-banner {
    right: -5rem;
  }

  .cms-animation-bullet-020 {
    display: none;
  }

  .cms-animation-bullet-orange {
    right: 42%;
  }

  /****/
  .cms-animation-offer-bullet-orange {
    top: -5rem;
  }

  .cms-animation-bullet-03 {
    top: 7rem;
  }

  .cms-animation-bullet-023 {
    bottom: 12rem;
    right: 10%;
  }

  /****/
  .cms-animation-bullet-04 {
    left: 2rem;
    top: 10rem;
  }

  .cms-animation-bullet-022 {
    top: 10rem;
    right: 2rem;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .cms-animation-ballon {
    display: none;
  }

  .cms-animation-banner {
    display: none;
  }

  /****/
  .cms-animation-magic-ward {
    left: -1rem;
    top: 8rem;
  }

  .cms-animation-bullet-03 {
    top: 7rem;
    right: -10rem;
  }

  .cms-animation-bullet-023 {
    bottom: 15rem;
  }

  /****/
  .cms-animation-bullet-022 {
    top: 13rem;
    right: 0rem;
  }

  .cms-animation-bullet-04 {
    top: 14rem;
    left: -1rem;
  }
}
.block-top {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.block-top .content {
  margin: 0 auto 4rem;
  width: 75%;
  font-size: 1.8rem;
}

/*******************************************/
@media only screen and (max-width: 576px) {
  .block-top .content {
    width: 85%;
  }
}
.offer {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.offer .title {
  margin: 0 0 2.4rem 0;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: 500;
}
.offer .important {
  color: #E90F0F;
}
.offer .notice {
  color: #C657A0;
}
.offer .warning {
  color: #F79433;
}
.offer .rainbow {
  top: 0;
  right: 6rem;
  transform: rotate(-25deg);
}
.offer .one-year-more {
  top: 0;
  left: 4rem;
  transform: rotate(20deg);
}
.offer .decoration {
  position: relative;
  z-index: 0;
}
.offer .content {
  margin: 0 auto 2rem;
  width: 100%;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}
.offer .content .prime {
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer .content .prime .picture {
  order: 2;
  margin: 0 auto;
  flex-basis: 45%;
  min-width: 55rem;
  padding: 0 0 0;
}
.offer .content .prime .description {
  order: 1;
  margin: 0 auto;
  flex-basis: 48%;
  text-align: left;
}
.offer .content .prime .description .text {
  margin: 0 auto 1.6rem;
}
.offer .arrow {
  position: relative;
}
.offer .arrow:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: -7rem;
  width: 6rem;
  height: 3rem;
  background: url("../img/arrow.png") no-repeat 0 0;
  transform: rotate(-25deg);
}

/*******************************************/
@media only screen and (max-width: 1200px) {
  .offer .content .prime {
    display: block;
  }
  .offer .content .prime .description {
    margin: 0 auto 2rem;
    text-align: center;
    width: 95%;
  }
  .offer .content .prime .picture {
    width: 95%;
    min-width: inherit;
  }
}
/*******************************************/
@media only screen and (max-width: 992px) {
  .offer .one-year-more {
    width: 15vw;
  }
  .offer .rainbow {
    width: 10vw;
  }
}
/*******************************************/
/*******************************************/
/*******************************************/
@media only screen and (max-width: 576px) {
  .offer .one-year-more, .offer .rainbow {
    display: none;
  }
  .offer .arrow:before {
    display: none;
  }
}
/*******************************************/
.birthday .products {
  position: relative;
  margin-top: 0;
  padding: 0 0 0rem 0;
}
.birthday .products .p-content.presentation h2 {
  padding: 3rem 0 3rem 0;
}
.birthday .products .p-content.presentation .items {
  display: flex;
  width: 60%;
  margin: 20px auto 20px auto;
  overflow: hidden;
}
.birthday .products .p-content.presentation .items .item {
  text-align: center;
  margin: 0 auto;
  float: left;
  width: 33%;
}
.birthday .products .p-content.presentation .items .item .picture {
  height: 140px;
}
.birthday .products .p-content.presentation .items .item .title {
  font-weight: 600;
  font-size: 1.8rem;
  margin: 1rem 0;
}
.birthday .products .p-content.discover {
  position: relative;
  text-align: center;
  background: #ffffff;
  width: 65%;
  margin: 0 auto;
  padding: 3rem 0 1rem;
}
.birthday .products .p-content.discover h3 {
  font-size: 25px;
}
.birthday .products .p-content.discover .p-list {
  display: none;
  width: 85%;
  margin: 4rem auto 4rem auto;
  overflow: hidden;
  clear: both;
}
.birthday .products .p-content.discover .p-list.active {
  display: block;
}
.birthday .products .p-content.discover .p-list div:first-child {
  margin-left: 0;
}
.birthday .products .p-content.discover .p-list div:last-child {
  margin-right: 0;
}
.birthday .products .p-content.discover .p-list .item {
  display: block;
  text-align: center;
  float: left;
}
.birthday .products .p-content.discover .p-list .item.tri {
  width: 29%;
  margin: 0 4% 4% 0;
}
.birthday .products .p-content.discover .p-list .item.quatro {
  width: 21%;
  margin: 0 4% 4% 0;
}
.birthday .products .p-content.discover .p-list .item .discover-btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  text-align: left;
}
.birthday .products .p-content.discover .p-list .item .discover-btn .chevron {
  float: right;
  margin: 0 20px 0 0;
}
.birthday .products .p-content.discover .p-list .item .discover-btn .chevron:before {
  border-color: #FF6464;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 8px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}
.birthday .products .p-content.discover .p-list .item .discover-btn .chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}
.birthday .products .p-content.discover .p-list .item .discover-btn .chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}
.birthday .products .p-content.discover .p-list .item .discover-btn .chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}
.birthday .products .p-content.discover .p-list .item .discover-btn:after {
  position: absolute;
  left: -20px;
  right: 0;
  bottom: 0px;
  margin: 0px auto 0 auto;
  background: none repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 2px;
  background: #FF6464;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 90%;
}
.birthday .products .p-content.discover .p-list .item .discover-btn:hover:after {
  width: 0;
}
.birthday .products .p-content.discover .p-list .item .discover-btn a {
  color: #FF6464;
  display: block;
  height: 25px;
  width: auto;
  overflow: hidden;
  text-transform: uppercase;
}
.birthday .products .p-content.discover .p-list .item .discover-btn a:hover .chevron {
  display: inline-block;
  animation: fadeOutRight 1s;
  animation-iteration-count: 1;
}
.birthday .range-age {
  position: absolute;
  margin: auto;
  top: 15rem;
  left: 0;
  right: 0;
  width: 85%;
}
.birthday .range-age .tab {
  display: block;
  position: relative;
  width: 12%;
  float: left;
  margin: auto 1.5% auto 1.6%;
  border: 3px solid #FFFFFF;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #0F0F11;
  cursor: pointer;
}
.birthday .range-age .tab:after, .birthday .range-age .tab:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: " ";
  height: 0;
  width: 0;
}
.birthday .range-age .tab:after {
  top: -4rem;
  border: 1rem solid transparent;
  border-color: transparent transparent transparent transparent;
}
.birthday .range-age .tab:first-child {
  margin: 0 2% 0 4%;
}
.birthday .range-age .tab:last-child {
  margin: 0 3% 0 0;
  float: right;
}
.birthday .range-age .tab.active[data-range="1-2"] {
  background: #F36201;
  border-color: #F36201;
  color: #FFFFFF;
}
.birthday .range-age .tab.active[data-range="1-2"]:after {
  top: -4rem;
  left: 0;
  border-color: transparent transparent #F36201 transparent;
}
.birthday .range-age .tab.active[data-range="3-5"] {
  background: #F36201;
  border-color: #F36201;
  color: #FFFFFF;
}
.birthday .range-age .tab.active[data-range="3-5"]:after {
  top: -4rem;
  left: 0rem;
  border-color: transparent transparent #F36201 transparent;
}
.birthday .range-age .tab.active[data-range="6-8"] {
  background: #FF6464;
  border-color: #FF6464;
  color: #FFFFFF;
}
.birthday .range-age .tab.active[data-range="6-8"]:after {
  top: -4rem;
  left: 0rem;
  border-color: transparent transparent #FF6464 transparent;
}
.birthday .range-age .tab.active[data-range="9-10"] {
  background: #FF6464;
  border-color: #FF6464;
  color: #FFFFFF;
}
.birthday .range-age .tab.active[data-range="9-10"]:after {
  top: -4rem;
  left: 0rem;
  border-color: transparent transparent #FF6464 transparent;
}
.birthday .range-age .tab.active[data-range="11-14"] {
  background: #8DDF34;
  border-color: #8DDF34;
  color: #FFFFFF;
}
.birthday .range-age .tab.active[data-range="11-14"]:after {
  top: -4rem;
  border-color: transparent transparent #8DDF34 transparent;
}
.birthday .range-age .tab.active[data-range="15-20"] {
  background: #8DDF34;
  border-color: #8DDF34;
  color: #FFFFFF;
}
.birthday .range-age .tab.active[data-range="15-20"]:after {
  top: -4rem;
  border-color: transparent transparent #8DDF34 transparent;
}
.birthday .slider-step-wrapper {
  position: relative;
  width: 68%;
  margin: 3rem auto;
}
.birthday .slider-step-wrapper .bg-step {
  position: relative;
  background: transparent url("../img/slider-ui.png") no-repeat;
  background-size: 100%;
  height: 4vw;
  width: 100%;
  display: block;
  max-height: 120px;
}
.birthday .slider-step-wrapper .slider-step {
  display: block;
  height: 100%;
  margin: auto;
  position: absolute;
  background: transparent;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  border: none !important;
  /* slider cursor */
}
.birthday .slider-step-wrapper .slider-step .ui-widget-header {
  background: transparent;
}
.birthday .slider-step-wrapper .slider-step .ui-state-default {
  border: 3px solid #0F0F11;
  border-radius: 15px;
  background: #F36201;
  top: 0vw;
  width: 2rem;
  height: 2rem;
}
.birthday .slider-step-wrapper .slider-step .btn-2 {
  top: 0.3vw;
  background: #F36201;
}
.birthday .slider-step-wrapper .slider-step .btn-3 {
  top: 0.8rem;
  background: #FF6464;
}
.birthday .slider-step-wrapper .slider-step .btn-4 {
  top: 0.8rem;
  background: #FF6464;
}
.birthday .slider-step-wrapper .slider-step .btn-5 {
  top: 0.5vw;
  background: #8DDF34;
}
.birthday .slider-step-wrapper .slider-step .btn-6 {
  top: 0.3vw;
  background: #8DDF34;
}

/*******************************************/
@media only screen and (max-width: 1200px) {
  .birthday .products .p-content.discover .p-list {
    margin: 5rem auto 0rem auto;
  }
  .birthday .range-age .tab {
    font-size: 13px;
  }
}
/*******************************************/
@media only screen and (max-width: 992px) {
  .birthday .range-age .tab {
    margin: auto 1.4% auto 1.5%;
    font-size: 1.1rem;
  }
  .birthday .range-age .tab:last-child {
    margin: 0 2% 0 0;
  }
}
/*******************************************/
@media only screen and (max-width: 768px) {
  .birthday .products .p-content.presentation .items {
    width: 95%;
  }
  .birthday .products .p-content.discover {
    width: 95%;
  }
  .birthday .products .p-content.discover .p-list {
    margin: 6rem auto 0rem auto;
  }
}
/*******************************************/
@media only screen and (max-width: 767px) {
  .birthday .products .p-content.discover .p-list .item {
    width: 48% !important;
    margin: 0 3% 5% 0;
  }
  .birthday .products .p-content.discover .p-list .item:nth-child(even) {
    margin-right: 0;
  }
  .birthday .range-age {
    position: relative;
    clear: both;
    top: 0;
    margin: 3rem auto 8rem auto;
    width: 92%;
  }
  .birthday .range-age .tab {
    width: 15%;
    margin: 0 9% 3% 8% !important;
    cursor: pointer;
    border-color: #0F0F11;
  }
  .birthday .range-age .tab:after {
    display: none;
  }
  .birthday .range-age .tab:last-child {
    float: left;
  }
  .birthday .slider-step-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .birthday .products .p-content.discover .p-list .item {
    width: 46%;
    margin: 0 0 10px 0;
  }
  .birthday .products .p-content.discover .p-list div:nth-child(even) {
    float: right;
  }
  .birthday .range-age .tab {
    width: 30%;
  }
}
.kit-dl {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.kit-dl h3 {
  color: #8781BD;
  font-size: 2.7rem;
  line-height: 1.2;
  padding: 0 0.8rem;
}
.kit-dl .content {
  margin: 0 auto 3rem;
  background: no-repeat center center;
  background-size: contain;
}
.kit-dl .content .items {
  margin: 0 auto;
  padding: 3rem 0;
  max-width: 70.5rem;
}
.kit-dl .content .items .item {
  width: 33%;
  float: left;
}
.kit-dl .content .items .item.color-1-5 {
  color: #FFFFFF;
}
.kit-dl .content .items .item.color-1-5 .action .cta {
  background-color: #E0001A;
  border: 3px solid #E0001A;
  border-radius: 40px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  min-width: 160px;
  padding: 12px 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
}
.kit-dl .content .items .item.color-1-5 .action .cta:hover, .kit-dl .content .items .item.color-1-5 .action .cta.on {
  background-color: #FFFFFF;
  border-color: #E0001A;
  color: #E0001A !important;
}
.kit-dl .content .items .item.color-6-10 {
  color: #FFFFFF;
}
.kit-dl .content .items .item.color-6-10 .action .cta {
  background-color: #0093B1;
  border: 3px solid #0093B1;
  border-radius: 40px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  min-width: 160px;
  padding: 12px 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
}
.kit-dl .content .items .item.color-6-10 .action .cta:hover, .kit-dl .content .items .item.color-6-10 .action .cta.on {
  background-color: #FFFFFF;
  border-color: #0093B1;
  color: #0093B1 !important;
}
.kit-dl .content .items .item.color-11-14 {
  color: #FFFFFF;
}
.kit-dl .content .items .item.color-11-14 .action .cta {
  background-color: #1A181C;
  border: 3px solid #1A181C;
  border-radius: 40px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  min-width: 160px;
  padding: 12px 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
}
.kit-dl .content .items .item.color-11-14 .action .cta:hover, .kit-dl .content .items .item.color-11-14 .action .cta.on {
  background-color: #FFFFFF;
  border-color: #1A181C;
  color: #1A181C !important;
}
.kit-dl .content .items .item .age {
  font-weight: 600;
}
.kit-dl .content .items .item .action .cta {
  padding: 1.2rem 1rem !important;
  min-width: 12.5rem !important;
  font-size: 1.3rem !important;
}

/*******************************************/
@media only screen and (max-width: 576px) {
  .kit-dl .content .items {
    padding: 3rem 0 0;
  }
  .kit-dl .content .items .item {
    float: none;
    width: 50%;
    margin: 0 auto 2rem;
    padding: 1rem 0;
    background: white;
    border-radius: 1.5rem;
  }
}
/*******************************************/
@media only screen and (max-width: 414px) {
  .kit-dl .content .items .item {
    width: 75%;
  }
}
.bday-card {
  position: relative;
}
.bday-card .content {
  display: flex;
  align-items: center;
  width: 95%;
  margin: 0 auto 3rem;
  padding: 2rem 1rem;
  text-align: center;
  border: 1px solid #FFEC00;
  border-radius: 1.5rem;
  background: #FFEC00;
}
.bday-card .content .text {
  width: 60%;
  flex-basis: 60%;
  float: left;
}
.bday-card .content .text .title {
  margin: 0 0 2rem;
  font-size: 3.5rem;
  line-height: 3.2rem;
  color: #8781BD;
}
.bday-card .content .text .description {
  margin: 0 auto 2rem;
  font-size: 1.9rem;
  width: 75%;
}
.bday-card .content .text .action .cta {
  background-color: #8781BD;
  border: 3px solid #8781BD;
  border-radius: 40px;
  color: #FFFFFF !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  min-width: 160px;
  padding: 12px 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
}
.bday-card .content .text .action .cta:hover, .bday-card .content .text .action .cta.on {
  background-color: #FFFFFF;
  border-color: #8781BD;
  color: #8781BD !important;
}
.bday-card .content .picture {
  width: 40%;
  flex-basis: 40%;
  float: left;
}

/*******************************************/
@media only screen and (max-width: 767px) {
  .bday-card .content {
    display: block;
    padding: 2rem 0rem;
  }
  .bday-card .content .text, .bday-card .content .picture {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .bday-card .content .text {
    margin: 0 auto 2rem;
  }
  .bday-card .content .text .description {
    font-size: 1.7rem;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .bday-card .content .text .description {
    width: 95%;
  }
}
.gift-idea {
  position: relative;
  background: #F5FDF3;
  padding: 0 0 0rem;
}
.gift-idea h2 {
  padding: 3rem 0 0;
  color: #8781BD;
}
.gift-idea .baseline {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto 1rem;
}
.gift-idea .items {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  margin: 0 auto 3rem;
}
.gift-idea .items .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 30%;
}
.gift-idea .items .item .picture {
  flex-basis: 50%;
}
.gift-idea .items .item .picture .img {
  text-align: center;
}
.gift-idea .items .item .picture .img img {
  margin: 0 auto;
  width: 100%;
  max-width: 35rem;
  height: auto;
}
.gift-idea .items .item .picture .review {
  font-size: 1.6rem;
}
.gift-idea .items .item .picture .review-content {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0 2.5rem 0 4rem;
  font-style: italic;
}
.gift-idea .items .item .picture .review-content::before {
  display: block;
  content: " ";
  position: absolute;
  top: -1.5rem;
  width: 3.5rem;
  height: 3rem;
  background: transparent url("../img/guillemet_orange_left.png") no-repeat;
}
.gift-idea .items .item .picture .review-content::before {
  left: 0;
}
.gift-idea .items .item .picture .review-content sup {
  top: 0;
}
.gift-idea .items .item .picture .review-author {
  padding: 0 0 0 4rem;
}
.gift-idea .items .item .picture .review-author.color-1-2 {
  color: #F36201;
}
.gift-idea .items .item .picture .review-author.color-3-5 {
  color: #F36201;
}
.gift-idea .items .item .picture .review-author.color-6-8 {
  color: #FF6464;
}
.gift-idea .items .item .picture .review-author.color-9-10 {
  color: #FF6464;
}
.gift-idea .items .item .picture .review-author.color-11-14 {
  color: #8DDF34;
}
.gift-idea .items .item .picture .review-author.color-15-20 {
  color: #8DDF34;
}
.gift-idea .items .item .content {
  text-align: center;
}
.gift-idea .items .item .content .age {
  margin: 0 0 2rem;
}
.gift-idea .items .item .content .age span {
  color: #FFFFFF;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  font-size: 1.2rem;
}
.gift-idea .items .item .content .age span.bg-1-2 {
  background: #F36201;
}
.gift-idea .items .item .content .age span.bg-3-5 {
  background: #F36201;
}
.gift-idea .items .item .content .age span.bg-6-8 {
  background: #FF6464;
}
.gift-idea .items .item .content .age span.bg-9-10 {
  background: #FF6464;
}
.gift-idea .items .item .content .age span.bg-11-14 {
  background: #8DDF34;
}
.gift-idea .items .item .content .age span.bg-15-20 {
  background: #8DDF34;
}
.gift-idea .items .item .content .title {
  margin: 0 0 3rem;
}
.gift-idea .items .item .content .title strong {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  padding: 0.4rem 0.6rem;
  background: #FFEC00;
}
.gift-idea .items .item .content .title strong sup {
  position: absolute;
  top: -2rem;
  right: -2.5rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background: transparent url("../img/title-quote.png") no-repeat;
}
.gift-idea .items .item .content .action .chevron {
  float: none;
  margin: 0 20px 0 0;
}
.gift-idea .items .item .content .action .chevron:before {
  border-color: #8781BD;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 7px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}
.gift-idea .items .item .content .action .chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}
.gift-idea .items .item .content .action .chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}
.gift-idea .items .item .content .action .chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}
.gift-idea .items .item .content .action .chevron.border-6-8::before {
  border-color: #8781BD;
}
.gift-idea .items .item .content .action .chevron.border-11-14::before {
  border-color: #8781BD;
}
.gift-idea .items .item .content .action a {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 0.15rem;
  color: #8781BD;
  text-decoration-color: #8781BD;
}
.gift-idea .items .item .content .action a:hover {
  text-decoration: none;
}
.gift-idea .items .item .content .action a:hover .chevron {
  display: inline-block;
  animation: fadeOutRight 1s;
  animation-iteration-count: 1;
}
.gift-idea .items .item .content .text, .gift-idea .items .item .content .action {
  margin: 0 auto 1rem;
  padding: 0 1rem;
  max-width: 33rem;
  text-align: left;
}
.gift-idea .items .owl-nav {
  margin: -16rem 0 7rem 0;
  z-index: 2;
  position: absolute;
  width: 100%;
}
.gift-idea .items .owl-nav:after {
  content: " ";
  clear: both;
}
.gift-idea .items .owl-nav button {
  width: 40px;
  height: 40px;
  background: #a663a1;
  border-radius: 25px;
}
.gift-idea .items .owl-nav button span {
  font-size: 35px;
  color: #FFFFFF;
}
.gift-idea .items .owl-nav button.owl-prev {
  float: left;
  margin: 0 0 0 1.5rem;
}
.gift-idea .items .owl-nav button.owl-next {
  float: right;
  margin: 0 1.5rem 0 0;
}

/*******************************************/
@media only screen and (max-width: 767px) {
  .gift-idea .items {
    display: block;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .gift-idea .items .item {
    display: block;
    margin: 0 auto 4rem;
  }
  .gift-idea .items .item .picture .review {
    display: none;
  }
  .gift-idea .items .item .content {
    padding: 0 !important;
  }
}
.customize-video {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.customize-video .content {
  padding: 0rem 2rem 3rem;
  font-size: 1.8rem;
  font-weight: 600;
  background: #17A2B8;
  color: #FFFFFF;
}
.customize-video .content h2 {
  margin: 0rem auto 4rem;
  color: #FFEC00;
}
.customize-video .content .text {
  margin: 0 auto 5rem;
}
.customize-video .content .action .btn-wrapper {
  position: relative;
  padding: 14rem 0 0 0;
  max-width: 30rem;
  margin: 0 auto;
}
.customize-video .pob-bulle {
  position: absolute;
  bottom: 2.7rem;
  right: 0;
  cursor: pointer;
}

.iframe-wrapper {
  overflow: hidden;
}
.iframe-wrapper #iframe-customize-video {
  margin-top: -10rem;
}

/*******************************************/
@media only screen and (max-width: 768px) {
  .iframe-wrapper #iframe-customize-video {
    margin-top: -6rem;
  }
}
.birthday {
  max-width: 128rem;
  margin: 0 auto;
}
.birthday .p-absolute {
  position: absolute;
}
.birthday .cta {
  background-color: #FFEC00;
  border: 3px solid #FFEC00;
  border-radius: 40px;
  color: #0F0F11 !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  min-width: 160px;
  padding: 12px 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
}
.birthday .cta:hover, .birthday .cta.on {
  background-color: #ffdf3d;
  border-color: #ffdf3d;
  color: #0F0F11 !important;
}
.birthday h2 {
  margin: 2rem auto 2rem;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
}
.birthday button {
  box-shadow: none;
}
.birthday .uppercase {
  text-transform: uppercase;
}
.birthday .bg-primary {
  /* background: $brand-color-1;
  padding: 0 0.5rem;
   */
  font-weight: 900;
}
.birthday .keyline {
  width: 40%;
  height: 3px;
  margin: 1.8rem 0 2rem 0;
  background: #FFEC00;
  transform-origin: left;
}

/*******************************************/
@media only screen and (max-width: 767px) {
  .birthday .keyline {
    margin: 1.8rem auto 2rem auto;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .birthday h2 {
    font-size: 3rem;
    margin: 2rem auto 2rem;
  }
  .birthday .keyline {
    margin: 1.8rem auto 1rem auto;
  }
}
