@charset "UTF-8";
/* 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;
}

.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;
  }
}
.form-search {
  max-width: 128rem;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
  background: transparent;
  background-size: cover;
}
.form-search .content-wrapper {
  position: absolute;
  top: 10%;
  z-index: 1;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0;
  max-width: 690px;
  font-weight: 400;
  text-align: center;
  width: 95%;
}
.form-search .content-wrapper .bg-blur {
  display: inline-block;
  border-radius: 0.4rem;
  padding: 0.8rem 0.8rem 1.2rem;
  background: rgba(0, 0, 0, 0.66);
  color: #FFFFFF;
}
.form-search .content-wrapper .h1 {
  font-weight: 700;
  margin: 0 0 0.5rem;
  padding: 0;
  color: #0F0F11;
  font-size: 1.9rem;
  line-height: 1.1;
}
.form-search .content-wrapper .h1.white {
  color: #FFFFFF;
}
.form-search .content-wrapper .baseline {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #0F0F11;
}
.form-search .content-wrapper .baseline.white {
  color: #FFFFFF;
}
.form-search option[value=""][disabled] {
  display: none;
}
.form-search .picture {
  display: block;
  width: 100%;
  height: 100%;
}
.form-search .age-range {
  height: auto;
}
.form-search select {
  background: none;
}
.form-search fieldset {
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  background: transparent;
}
.form-search button, .form-search input {
  outline: 0;
  overflow: visible;
}
.form-search form input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-search .large-search-message {
  display: none;
  font-size: 1.2rem;
  color: #ff332d;
  margin-top: 0.5rem;
}

/*******************************************/
@media only screen and (min-width: 768px) {
  .form-search .content-wrapper {
    top: 30%;
  }
  .form-search .content-wrapper .bg-blur {
    padding: 1.6rem 2.4rem 2.2rem;
  }
  .form-search .content-wrapper .h1 {
    font-size: 2.8rem;
    margin: 0 0 1rem;
  }
  .form-search .content-wrapper .baseline {
    font-size: 2.1rem;
  }
}
.form-search-banner {
  margin: 2rem auto;
}
.form-search-banner .content {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 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;
}

.faq {
  /* background: $brand-color-10; */
  padding: 0 0 6rem;
}
.faq h2 {
  padding: 5rem 0 4rem 0 !important;
}
.faq .faq-content {
  width: 70%;
  margin: 0 auto;
  /* bold decimal list */
}
.faq .faq-content ul, .faq .faq-content ol {
  margin: 0 0 0 2rem;
}
.faq .faq-content ul li, .faq .faq-content ol li {
  list-style: disc;
  margin: 0 0 1rem 0;
}
.faq .faq-content ol {
  counter-reset: item;
}
.faq .faq-content ol li {
  counter-increment: item;
  list-style: none;
  text-indent: -1.2rem;
}
.faq .faq-content ol li::before {
  content: counter(item) ".";
  display: inline-block;
  font-weight: bold;
  padding-right: 0.5rem;
  text-align: right;
  width: 1.5rem;
}
.faq .faq-content .item {
  margin: 0 0 3rem 0;
}
.faq .faq-content .item:last-child {
  margin: 0;
}
.faq .faq-content .item .answer, .faq .faq-content .item .question {
  background: #8E8E8E;
  margin: 1px 0 0 0;
}
.faq .faq-content .item .answer a, .faq .faq-content .item .question a {
  text-decoration: underline;
}
.faq .faq-content .item .answer a:hover, .faq .faq-content .item .question a:hover {
  text-decoration: none;
}
.faq .faq-content .item .answer strong, .faq .faq-content .item .question strong {
  font-weight: 500;
}
.faq .faq-content .item .answer p, .faq .faq-content .item .question p {
  padding: 0;
  margin: 0;
}
.faq .faq-content .item .question {
  font-size: 24px;
  line-height: 28px;
  padding: 2rem 6rem 2rem 3rem;
  position: relative;
  cursor: pointer;
  color: white;
}
.faq .faq-content .item .answer {
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  padding: 2rem 3rem 3rem;
  background: #f4f4f4;
}
.faq .faq-content .item .answer.slideup, .faq .faq-content .item .answer.slidedown {
  display: none;
  transition: display 0.5s ease-in-out;
}
.faq .faq-content .item .answer.slidedown {
  display: block;
}
.faq .faq-content .item .plus {
  display: inline-block;
  width: 30px;
  height: 25px;
  background: transparent url("../img/faq/faq-btn-01.png") no-repeat 0 -22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.faq .faq-content .item .plus.cross {
  background-position: 0 2px;
}

/*******************************************/
@media only screen and (max-width: 1200px) {
  .faq .faq-content {
    width: 60%;
  }
}
/*******************************************/
@media only screen and (max-width: 768px) {
  .faq .faq-content {
    width: 85%;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .faq h2 {
    padding: 3rem 0 2rem 0 !important;
  }
  .faq .faq-content {
    width: 90%;
  }
  .faq .faq-content ol li {
    text-indent: -2rem;
  }
  .faq .faq-content .item .question {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
  .faq .faq-content .item .answer {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
}
/*******************************************/
@media only screen and (max-width: 414px) {
  .faq .faq-content .item .question {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .faq .faq-content .item .answer {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 2rem 1.5rem 3rem;
  }
}
/*******************************************/
.reviews {
  padding: 0 3rem;
  background: #EAF2F5;
}
.reviews h2 {
  margin: 0 0 3rem 0;
  padding: 3rem 0 0 0;
}
.reviews .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
}
.reviews .items div.col:last-child div.item:last-child {
  margin-bottom: 0px;
}
.reviews .items .item {
  display: flex;
  width: 50%;
  float: left;
  /* ie9 */
  flex: 1 0 50%;
  /* flex-grow, flex-shrink, flex-basis */
  justify-content: center;
  margin: 0;
  padding: 0;
}
.reviews .items .item.bulle-0 {
  background: transparent url("../img/review/bulle-0.png") no-repeat top center;
  padding: 6rem 0;
}
.reviews .items .item.bulle-1 {
  background: transparent url("../img/review/bulle-1.png") no-repeat center center;
  margin: 5rem 0;
  padding: 10rem 0;
}
.reviews .items .item.bulle-2 {
  margin: -15rem 0 0 0;
}
.reviews .items .item.bulle-2 .content {
  margin: 0 0 0 9rem;
}
.reviews .items .item .content {
  position: relative;
  max-width: 60%;
  padding: 10px;
  margin: 0 0 0 3rem;
}
.reviews .items .item .content:before {
  content: " ";
  top: -8px;
  left: -68px;
  position: absolute;
  background: transparent url("../img/review/pic-quote.png") no-repeat 0 0;
  width: 65px;
  height: 45px;
}
.reviews .items .item .content .title {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0;
}
.reviews .items .item .content .title strong {
  font-weight: 800;
}
.reviews .items .item .content .text {
  margin: 0 0 2rem 0;
  font-size: 17px;
  width: calc(100% + 5rem);
}
.reviews .items .item .content .firstname strong {
  font-size: 16px;
  font-weight: 800;
}
.reviews .items .item .content .cv {
  font-size: 13px;
  font-weight: 800;
}

/*******************************************/
@media only screen and (max-width: 1200px) {
  .reviews .items .item.bulle-0 {
    background-size: 90%;
  }
  .reviews .items .item.bulle-1 {
    background-size: 90%;
    padding: 8rem 0;
  }
  .reviews .items .item.bulle-2 {
    margin: -12rem 0 0 0;
  }
  .reviews .items .item .content:before {
    background-size: 75%;
    top: -4px;
    left: -42px;
  }
}
/*******************************************/
@media only screen and (max-width: 992px) {
  .reviews .items {
    max-width: 86%;
  }
  .reviews .items .item {
    margin: 0;
  }
  .reviews .items .item.bulle-0 {
    background-size: 80%;
    padding: 2rem 0;
  }
  .reviews .items .item.bulle-1 {
    background-size: 80%;
    padding: 6rem 0;
  }
  .reviews .items .item .content .title {
    font-size: 14px;
    margin: 0 0 0.8rem 0;
  }
  .reviews .items .item .content .text {
    font-size: 13px;
    margin: 0 0 0.8rem 0;
  }
  .reviews .items .item .content .firstname strong {
    font-size: 13px;
  }
  .reviews .items .item .content .cv {
    font-size: 12px;
  }
}
/*******************************************/
@media only screen and (max-width: 768px) {
  .reviews .items .item.bulle-0 {
    background-position: center 2rem;
  }
}
/*******************************************/
/*******************************************/
@media only screen and (max-width: 767px) {
  .reviews .items {
    height: 100vw;
    max-height: 45rem;
    display: block;
    max-width: inherit;
  }
  .reviews .items .item {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
  }
  .reviews .items .item.bulle-0 {
    background-position: center center;
    background-size: contain;
  }
  .reviews .items .item.bulle-1 {
    background-size: contain;
  }
  .reviews .items .item.bulle-2 .content {
    margin: 10rem;
  }
  .reviews .items .item .content {
    margin: 10rem;
    max-width: 100%;
  }
  .reviews .items .item .content .title {
    font-size: 17px;
    margin: 0 0 1.5rem 0;
  }
  .reviews .items .item .content .text {
    margin: 0 0 2rem 0;
    font-size: 17px;
  }
  .reviews .items .item .content .firstname strong {
    font-size: 16px;
  }
  .reviews .items .item .content .cv {
    font-size: 13px;
  }
  .reviews .items .owl-nav {
    margin: -4rem 0 7rem 0;
    z-index: 2;
    position: absolute;
    width: 100%;
  }
  .reviews .items .owl-nav:after {
    content: " ";
    clear: both;
  }
  .reviews .items .owl-nav button {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 25px;
  }
  .reviews .items .owl-nav button span {
    font-size: 35px;
  }
  .reviews .items .owl-nav button.owl-prev {
    float: left;
    margin: 0 0 0 1.5rem;
  }
  .reviews .items .owl-nav button.owl-next {
    float: right;
    margin: 0 1.5rem 0 0;
  }
}
/*******************************************/
@media only screen and (max-width: 576px) {
  .reviews .items {
    max-height: 34rem;
  }
  .reviews .items .item.bulle-0 {
    background-size: contain;
  }
  .reviews .items .item.bulle-1 {
    background-size: contain;
  }
  .reviews .items .item.bulle-2 .content {
    margin: 3rem 5rem;
  }
  .reviews .items .item .content {
    margin: 3rem 5rem;
  }
  .reviews .items .item .content .title {
    font-size: 14px;
  }
  .reviews .items .item .content .text {
    font-size: 14px;
  }
  .reviews .items .item .content .firstname strong {
    font-size: 13px;
  }
  .reviews .items .item .content .cv {
    font-size: 12px;
  }
}
.cta {
  background-color: #FF6464;
  border: 3px solid #FF6464;
  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;
}

.cta:hover, .cta.on {
  background-color: #FFFFFF;
  border-color: #FF6464;
  color: #FF6464 !important;
}

.page-wrapper > .breadcrumbs {
  margin-bottom: 0;
}

.large-search {
  font-family: "Lato";
  text-align: center;
}
.large-search h2 {
  font-weight: 600;
}

.far {
  color: #b9b9b9;
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 12px;
  width: 20px;
  z-index: 1;
}

.far-arrow-up {
  transform: rotate(180deg);
  line-height: 10px !important;
}

.far-arrow-down, .far-arrow-up {
  font-size: 22px;
  display: block;
  color: #9b9b9b;
  font-weight: 500;
  text-align: center;
}

.search-bar {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 750px;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  margin: 0 auto;
}
.search-bar .large-search-form .engine {
  width: 56%;
}
.search-bar .large-search-form #age-section {
  width: 36%;
}
.search-bar .large-search-form #interest-section {
  width: 14%;
}
.search-bar .large-search-form #type-section {
  width: 44%;
}
.search-bar .large-search-form .search-engine-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 20%;
}
.search-bar .form-field {
  background-color: #fff;
  border: 0;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  border-left: solid 1px #e6e6e6;
  border-radius: 0;
  cursor: pointer;
  display: block;
  font-weight: 400;
  height: 55px;
  margin: 0;
  padding: 0 0 0 1em;
  position: relative;
  width: 100%;
  text-overflow: ellipsis;
}
.search-bar .form-field.first {
  border: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.search-bar .engine {
  float: left;
}

#search-engine-auto-suggest {
  position: relative;
}

.search-bar .form-field-container,
.search-bar .search-engine-btn {
  border: none;
  float: left;
  margin: 0;
  overflow: hidden;
}

.search-bar #centre-interet {
  border-right: solid 1px #e6e6e6;
}

.search-bar #search-engine-input {
  border: none;
}

.search-bar #search-engine-input:hover,
.search-bar #tranche-age:hover,
.search-bar #product-type:hover,
.search-bar #centre-interet:hover {
  transition: 0.5s;
  opacity: 1;
  background: #ededed;
  color: #0f0f11;
}

.search-bar input[type=text]#search-engine-input:hover::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
}

.search-bar #centre-interet::after,
.search-bar #tranche-age::after {
  font-family: "luma-icons";
  content: "";
}

.search-bar #tranche-age:hover option,
.search-bar #product-type:hover option,
.search-bar #centre-interet:hover option {
  background: #ffffff;
  color: #0f0f11;
}

.search-bar #large-search-form .far-search {
  color: #000;
  font-size: 1.5em;
  left: 0;
  padding-left: 24px;
  top: 15px;
}

.search-bar .large-search-form span.search-txt {
  font-size: 1em;
  font-weight: 600;
  padding-left: 10px;
}

.search-bar .large-search-form .search-engine-btn:before {
  content: " ";
  background: url("https://static.bayard.io/e-bayard-jeunesse.com/2020/article/search/search.svg") no-repeat;
  background-size: 2rem 5rem;
  display: inline-block;
  width: 25px;
  height: 50px;
  vertical-align: middle;
}

.search-bar .clear-engine-btn:hover, .search-bar .search-engine-btn:hover {
  background: #ffdf3d;
}

.search-bar .clear-engine-btn, .search-bar .search-engine-btn {
  background-color: #ffec00;
  border-bottom-right-radius: 5px;
  border-left: none;
  border-top-right-radius: 5px;
  cursor: pointer;
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  height: 55px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.search-bar .clear-engine-btn {
  background-color: #fff;
  display: none;
  float: left;
}

.search-bar #search-engine-input {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.search-bar #search-engine-input.error {
  background: #fdedec;
}

.search-bar #search-engine-input.error::placeholder {
  color: red;
}

@media only screen and (max-width: 1024px) {
  .search-bar {
    max-width: 750px;
  }
}
@media only screen and (max-width: 768px) {
  .search-bar {
    max-width: 450px;
  }
  .search-bar .large-search-form span.search-txt {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .search-bar .form-field {
    padding: 0 0 0 0.5em;
    font-size: 13px;
  }

  .search-bar {
    max-width: 348px;
  }
}
