/*font*/
/*color*/
.section {
  padding: 60px 0;
  position: relative;
}
.section__title {
  text-align: center;
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 42px;
  }
}
.section__title--tabitha {
  font-family: "tabitharegular";
  font-size: 24px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .section__title--tabitha {
    font-size: 54px;
  }
}
.section__content {
  text-align: center;
  color: #0d4c8c;
  font-size: 18px;
}
.section__btn {
  text-align: center;
}
.section__link {
  color: #0d4c8c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "tabitharegular";
  font-size: 20px;
}
@media (min-width: 1200px) {
  .section__link {
    justify-content: flex-start;
  }
}
.section__linkIcon {
  font-size: 23px;
  padding-right: 20px;
}
.section__label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 12px 17px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #e7406c;
  color: #e7406c;
  border-radius: 50px;
}
.section__illu {
  position: relative;
  z-index: 1;
}
.section__wave {
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .section__wave {
    bottom: -120px;
  }
}
@media (min-width: 992px) {
  .section__wave {
    display: none;
  }
}
.section__wave--dsk {
  display: none;
  bottom: -2px;
}
@media (min-width: 992px) {
  .section__wave--dsk {
    display: block;
  }
}
@media (min-width: 1600px) {
  .section__wave {
    bottom: -70px;
  }
}
.section__btnLink {
  font-size: 12px;
  border-radius: 50px;
  padding: 14px 20px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.section__btnLink:focus {
  outline: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .section__btnLink {
    font-size: 16px;
    padding: 25px 40px;
  }
}
.section__titleCont {
  margin-bottom: 55px;
}
@media (min-width: 1200px) {
  .section__titleCont {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.section__titleCont .section__title {
  margin-bottom: 0;
}
.section__dots {
  display: none;
  opacity: 0.3;
}
@media (min-width: 1200px) {
  .section__dots {
    display: block;
  }
}
.section__circle {
  width: 470px;
  height: 470px;
  background: #ebf7fe;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.section__line {
  position: absolute;
  left: -80px;
  transform: rotate(8deg);
  bottom: -20px;
  z-index: 2;
}
.section__cloud {
  display: none;
  position: absolute;
}
.section__cloud--bigLeft {
  top: 80px;
  left: 0;
}
.section__cloud--smallLeft {
  top: 212px;
  left: 0;
}
.section__cloud--bigRight {
  top: 80px;
  right: 0;
}
@media (min-width: 1200px) {
  .section__cloud {
    display: block;
  }
}
.section--baby .section__title {
  color: #e7406c;
}
.section--tabs {
  z-index: 1000;
  padding-top: 0;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .section--tabs {
    padding-bottom: 60px;
  }
}
.section--tabs .section__title {
  color: #e7406c;
  margin-bottom: 38px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section--tabs .section__title {
    margin-bottom: 47px;
  }
}
.section--tabs .nav-tabs {
  position: relative;
  flex-wrap: nowrap;
  background: #ebf7fe;
  border-radius: 50px;
  border: none;
  margin: 0 auto 40px auto;
  max-width: 600px;
}
@media (min-width: 768px) {
  .section--tabs .nav-tabs {
    margin-bottom: 62px;
  }
}
.section--tabs .nav-tabs__bubble {
  height: 100%;
  width: 33.3333333333%;
  border-radius: 50px;
  position: absolute;
  left: 0;
  z-index: 0;
  background-color: #e7406c;
  transition: all 0.4s linear;
}
.section--tabs .nav-tabs__bubble--1 {
  transform: translate(0);
  background-color: #be7ec3;
}
.section--tabs .nav-tabs__bubble--2 {
  transform: translate(100%);
  background-color: #e7406c;
}
.section--tabs .nav-tabs__bubble--3 {
  transform: translate(200%);
  background-color: #e17d26;
}
.section--tabs .nav-tabsBaby__link {
  font-weight: 700;
}
.section--tabs .nav-tabsBaby__link--1 {
  color: #be7ec3;
}
.section--tabs .nav-tabsBaby__link--2 {
  color: #e7406c;
}
.section--tabs .nav-tabsBaby__link--3 {
  color: #e17d26;
}
.section--tabs .nav-tabs .nav-item {
  font-size: 11px;
  text-align: center;
  flex: 0 0 33.3333333333%;
}
.section--tabs .nav-tabs .nav-link {
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.5s linear;
  padding: 0.5rem;
}
.section--tabs .nav-tabs .nav-link.active {
  background-color: transparent;
  color: white;
}
@media (min-width: 768px) {
  .section--tabs .nav-tabs .nav-link {
    padding: 24px 39px;
    font-size: 20px;
  }
}
.section--tabs .tab-pane.fade {
  transition-duration: 0.3s;
}
.section--babyCarousel {
  background: linear-gradient(180deg, #e63d68 0%, rgba(240, 93, 138, 0.8) 95.65%);
  padding-top: 300px;
}
.section--babyCarousel .container-fluid {
  position: relative;
}
.section--babyCarousel .carousel-control-prev, .section--babyCarousel .carousel-control-next {
  cursor: pointer;
  height: 30px;
  top: -200px;
  opacity: 1;
  width: 50px;
}
.section--babyCarousel .carousel-control-prev-icon, .section--babyCarousel .carousel-control-next-icon {
  background-image: none;
  color: #e7406c;
}
.section--babyCarousel .carousel-control-prev-icon .fal, .section--babyCarousel .carousel-control-next-icon .fal {
  font-weight: 400;
  font-size: 20px;
}
@media (min-width: 992px) {
  .section--babyCarousel .carousel-control-prev, .section--babyCarousel .carousel-control-next {
    top: 110px;
  }
}
.section--babyCarousel .carousel__swipe {
  position: absolute;
  z-index: -1;
}
.section--babyCarousel .carousel-control-prev {
  left: -15px;
}
.section--babyCarousel .carousel-control-prev .carousel__swipe {
  left: 10px;
}
.section--babyCarousel .carousel-control-next {
  right: -15px;
}
.section--babyCarousel .carousel-control-next .carousel__swipe {
  right: 10px;
}
@media (min-width: 992px) {
  .section--babyCarousel {
    padding-top: 60px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .section--babyCarousel {
    padding-bottom: 60px;
  }
}
.section--babyGrid {
  padding-bottom: 220px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .section--babyGrid {
    padding-bottom: 270px;
    padding-top: 60px;
  }
}
.section--babyGridPost {
  padding-bottom: 70px;
}
.section--babyGridPost .section__title {
  font-size: 36px;
}
@media (min-width: 1200px) {
  .section--babyGridPost {
    padding-top: 0;
    background: transparent;
  }
}
.section--share {
  background-color: #e7406c;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .section--share {
    position: absolute;
    background-color: transparent;
    z-index: 1;
  }
}
.section--share .section__shape {
  display: none;
}
@media (min-width: 1200px) {
  .section--share .section__shape {
    display: block;
    position: absolute;
    width: 100%;
    height: 164%;
    top: -38px;
    z-index: 0;
  }
}
.section--aromatises {
  padding: 105px 0;
}
.section--aromatises .section__title {
  font-weight: 400;
  font-family: "tabitharegular";
  color: #e7406c;
}
@media (min-width: 1200px) {
  .section--aromatises .section__title {
    font-size: 48px;
  }
}
.section--hero {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .section--hero {
    padding-top: 60px;
    background: linear-gradient(180deg, #fce7f1 60%, white 50%);
  }
}
.section--hero .section__title {
  font-size: 42px;
  color: #e7406c;
  margin-bottom: 21px;
}
@media (min-width: 1200px) {
  .section--hero .section__title {
    text-align: left;
  }
}
.section--hero .section__wave {
  bottom: -50px;
  display: block;
  z-index: -1;
}
@media (min-width: 768px) {
  .section--hero .section__wave {
    bottom: -150px;
  }
}
@media (min-width: 1200px) {
  .section--hero .section__wave {
    display: none;
    bottom: 150px;
    z-index: 0;
  }
}
@media (min-width: 1600px) {
  .section--hero .section__wave {
    bottom: 100px;
  }
}
.section--hero .section__wave--dsk {
  display: none;
}
@media (min-width: 1200px) {
  .section--hero .section__wave--dsk {
    display: block;
  }
}
.section--hero .section__cloud {
  top: auto;
}
.section--hero .section__cloud--bigLeft {
  bottom: 80px;
  z-index: 1;
}
.section--hero .section__cloud--smallLeft {
  bottom: -20px;
  z-index: 2;
  left: 130px;
}
@media (min-width: 1200px) {
  .section--hero .container-fluid {
    max-width: 1140px;
  }
}
.section--hero .tabProducts {
  padding: 30px 0 60px;
}
@media (min-width: 1200px) {
  .section--hero .tabProducts {
    padding: 21px 0 0;
  }
}
.section--findStore .section__title {
  color: #e7406c;
}
@media (min-width: 1200px) {
  .section--findStore .section__title {
    text-align: left;
    margin-bottom: 49px;
  }
}
.section--findStore .section__content {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .section--findStore .section__content {
    margin-bottom: 49px;
    text-align: left;
  }
}
.section--findStore .section__cloud {
  top: -40px;
}
.section--findStore .section__cloud--bigRight {
  top: -60px;
}

.babyGrid {
  margin: 33px 0 38px;
}
@media (min-width: 768px) {
  .babyGrid {
    margin-top: 50px;
  }
}
.babyGrid__cont {
  margin-bottom: 33px;
}
@media (min-width: 992px) {
  .babyGrid__cont {
    margin-bottom: 0;
  }
}
.babyGrid__cont--hidden {
  display: none;
}
.babyGrid__card {
  background: white;
  border-radius: 8px;
  height: 100%;
}
.babyGrid__img {
  height: calc((100vw - 30px) / 1.5);
  background-size: cover !important;
  position: relative;
  border-radius: 8px 8px 0 0;
}
@media (min-width: 576px) {
  .babyGrid__img {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .babyGrid__img {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .babyGrid__img {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .babyGrid__img {
    height: 200px;
  }
}
.babyGrid__lab {
  position: absolute;
  bottom: 10%;
  left: 5%;
  padding: 8px 15px;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 13px;
}
.babyGrid__lab--conseilspratiques {
  background-color: #fce7f1;
  color: #e7406c;
}
.babyGrid__lab--astuces {
  background-color: #ebf7fe;
  color: #0d4c8c;
}
.babyGrid__body {
  padding: 20px 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .babyGrid__body {
    padding: 17px 21px 30px;
    height: calc(100% - 200px);
  }
}
@media (min-width: 992px) {
  .babyGrid__body {
    height: calc(100% - 180px);
  }
}
@media (min-width: 1200px) {
  .babyGrid__body {
    height: calc(100% - 200px);
  }
}
.babyGrid__title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .babyGrid__title {
    font-size: 20px;
  }
}
.babyGrid__content {
  font-size: 14px;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .babyGrid__content {
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 20px;
  }
}
.babyGrid__link {
  font-size: 16px;
  color: #e7406c;
  font-weight: 700;
}
.babyGrid__link::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  opacity: 0;
  padding-left: 4px;
  transform: translateX(-10px);
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-weight: 500;
}
.babyGrid__link:hover {
  color: #e7406c;
}
.babyGrid__link:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.btn--pink {
  background: #e7406c;
  color: white !important;
}
.btn--pink:hover {
  transform: scale(1.05);
  color: white !important;
}
.btn--lightPink {
  background: #fce7f1;
  color: #e7406c;
}

.carousel--babyCarousel .carousel-caption {
  position: static;
  margin: 0 auto;
  text-align: left;
  max-width: 500px;
  padding-top: 0;
}
@media (min-width: 992px) {
  .carousel--babyCarousel .carousel-caption {
    max-width: 100%;
  }
}
.carousel--babyCarousel .carousel-indicators {
  top: -195px;
  bottom: auto;
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  z-index: 1002;
  cursor: pointer;
}
.carousel--babyCarousel .carousel-indicators li {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  opacity: 0.4;
  margin: 0 9px;
  border: none;
}
.carousel--babyCarousel .carousel-indicators li.active {
  height: 15px;
  width: 15px;
  opacity: 1;
}
@media (min-width: 768px) {
  .carousel--babyCarousel .carousel-indicators li {
    height: 15px;
    width: 15px;
  }
  .carousel--babyCarousel .carousel-indicators li.active {
    height: 21px;
    width: 21px;
  }
}
@media (min-width: 992px) {
  .carousel--babyCarousel .carousel-indicators {
    position: relative;
    top: auto;
    bottom: -40px;
    left: 30px;
    right: auto;
    justify-content: start;
  }
}
@media (min-width: 1200px) {
  .carousel--babyCarousel .carousel-indicators {
    bottom: 40px;
  }
}
.carousel--babyCarousel .carousel-inner {
  overflow: visible;
}
@media (min-width: 992px) {
  .carousel--babyCarousel .carousel-inner {
    overflow: hidden;
  }
}
.carousel--babyCarousel .carousel-item {
  top: -100px;
  padding: 0 15px;
  position: relative;
  z-index: 1001;
}
@media (min-width: 992px) {
  .carousel--babyCarousel .carousel-item {
    top: 0;
  }
}
.carousel--babyCarousel .carousel__img {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .carousel--babyCarousel .carousel__img {
    max-width: 447px;
  }
}
@media (min-width: 768px) {
  .carousel--babyCarousel .carousel__title {
    margin-bottom: 0;
  }
}
.carousel--babyCarousel .carousel__title, .carousel--babyCarousel .carousel__subtitle {
  font-size: 22px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .carousel--babyCarousel .carousel__title, .carousel--babyCarousel .carousel__subtitle {
    font-size: 42px;
  }
}
.carousel--babyCarousel .carousel__subtitle {
  font-family: "tabitharegular";
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .carousel--babyCarousel .carousel__subtitle {
    margin-bottom: 29px;
  }
}
.carousel--babyCarousel .carousel__content {
  font-weight: 400;
  font-size: 14px;
}
.carousel--babyCarousel .carousel__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .carousel--babyCarousel .carousel__content {
    font-size: 16px;
    margin-bottom: 44px;
  }
  .carousel--babyCarousel .carousel__content small {
    font-size: 13px;
  }
}
.carousel--babyCarousel .carousel__btn {
  text-align: center;
  margin-top: 40px;
  box-shadow: none;
}
.carousel--babyCarousel .carousel__btn:focus {
  outline: none;
}
@media (min-width: 992px) {
  .carousel--babyCarousel .carousel__btn {
    text-align: left;
  }
}
.carousel--babyCarousel .carousel__link {
  padding: 25px 23px;
  font-size: 12px;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .carousel--babyCarousel .carousel__link {
    font-size: 16px;
    padding: 25px 40px;
  }
}
.carousel--babyCarousel .carousel__link:hover {
  color: #e7406c;
  transform: scale(1.05);
}

.illuBaby {
  position: absolute;
  z-index: 1;
}
.illuBaby__carousel {
  display: none;
  left: 0;
  bottom: 170px;
}
@media (min-width: 1440px) {
  .illuBaby__carousel {
    display: block;
  }
}
.illuBaby__cloudPinkLeft {
  left: 0;
  top: 0;
  display: none;
}
@media (min-width: 1200px) {
  .illuBaby__cloudPinkLeft {
    display: block;
  }
}
.illuBaby__cloudPinkRight {
  right: 0;
  top: -260px;
  display: none;
}
@media (min-width: 1200px) {
  .illuBaby__cloudPinkRight {
    display: block;
  }
}
.illuBaby__grass {
  position: absolute;
  left: -45px;
  bottom: 0;
  max-width: 815px;
}
@media (min-width: 768px) {
  .illuBaby__grass {
    max-width: 100%;
    width: 100%;
    left: 0;
  }
}
.illuBaby__mascotte {
  max-width: 104px;
  left: 32px;
  bottom: 23px;
}
@media (min-width: 768px) {
  .illuBaby__mascotte {
    max-width: 187px;
  }
}
@media (min-width: 992px) {
  .illuBaby__mascotte {
    left: 155px;
  }
}
.illuBaby__cloud {
  right: 0;
  bottom: 130px;
  z-index: 0;
}
@media (min-width: 768px) {
  .illuBaby__cloud--mobile {
    display: none;
  }
}
.illuBaby__cloud--dsk {
  display: none;
  bottom: 70px;
}
@media (min-width: 768px) {
  .illuBaby__cloud--dsk {
    display: block;
  }
}

.main {
  position: relative;
  overflow: hidden;
}

.serviceConso {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .serviceConso {
    padding-top: 0;
  }
}
.serviceConso__cont {
  display: flex;
  align-items: center;
  color: #e7406c;
}
.serviceConso__cont:hover {
  color: #e7406c;
  transform: scale(1.05);
}
.serviceConso__icon {
  font-size: 30px;
}
.serviceConso__text {
  text-align: left;
  padding-left: 12px;
}
.serviceConso__title {
  display: block;
  font-size: 14px;
  font-family: "tabitharegular";
  line-height: 15px;
}
.serviceConso__phone {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
}

.tabProducts {
  position: relative;
  z-index: 10;
}
.tabProducts__product {
  text-align: center;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tabProducts__product:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .tabProducts__product {
    margin-bottom: 0;
  }
}
.tabProducts__product--pink .tabProducts__lab {
  border: 1px solid #e7406c;
  color: #e7406c;
}
.tabProducts__imgCont {
  display: flex;
  align-items: flex-end;
}
.tabProducts__img {
  margin: 0 auto 29px auto;
  display: block;
}
.tabProducts__lab {
  border-radius: 50px;
  padding: 4px 15px;
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 10px;
  display: inline-block;
}
@media (min-width: 768px) {
  .tabProducts__lab {
    font-size: 13px;
    margin-bottom: 17px;
  }
}
.tabProducts__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tabProducts__title {
  font-size: 20px;
  color: #e7406c;
  font-weight: 800;
  margin-bottom: 22px;
  padding: 0px 30px;
}
@media (min-width: 768px) {
  .tabProducts__title {
    font-size: 16px;
  }
}
.tabProducts__content {
  font-size: 14px;
  margin-bottom: 18px;
  padding: 0px 30px;
  margin-bottom: 10px;
  color: #343637;
}
.tabProducts__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tabProducts__content {
    margin-bottom: 21px;
  }
}
.tabProducts__link {
  font-family: "tabitharegular";
  font-size: 20px;
  color: #e7406c;
  transition: all 0.3s ease-in-out;
}
.tabProducts__link:hover {
  transform: scale(1.05);
  color: #e7406c;
}
@media (min-width: 768px) {
  .tabProducts__link {
    font-size: 23px;
  }
}

.socialShare {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .socialShare {
    display: block;
    position: relative;
    padding: 20px 17px 0 17px;
  }
}
.socialShare__text {
  font-family: "tabitharegular";
  font-size: 18px;
  padding-right: 21px;
}
@media (min-width: 1200px) {
  .socialShare__text {
    padding: 0;
    margin-bottom: 8px;
    display: inline-block;
  }
}
.socialShare__links {
  display: flex;
}
@media (min-width: 1200px) {
  .socialShare__links {
    justify-content: center;
  }
}
.socialShare__linkCont {
  padding-right: 27px;
}
.socialShare__linkCont:last-child {
  padding-right: 0;
}
.socialShare__link {
  color: white !important;
  font-size: 22px;
}
.socialShare__link:hover i {
  transform: scale(1.05);
  color: white;
}

.bgHeroBaby {
  height: 60vw;
  background-size: cover !important;
  position: relative;
}
@media (min-width: 768px) {
  .bgHeroBaby {
    height: 36vw;
  }
}
.bgHeroBaby__wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
}
@media (min-width: 1200px) {
  .bgHeroBaby__wave {
    display: none;
  }
}
.bgHeroBaby__wave--dsk {
  display: none;
}
@media (min-width: 1200px) {
  .bgHeroBaby__wave--dsk {
    display: block;
  }
}

.article {
  padding-top: 23px;
  max-width: 1040px;
  background: white;
  margin: auto;
}
@media (min-width: 1200px) {
  .article {
    padding: 34px 86px 112px;
    position: relative;
    top: -130px;
  }
}
@media (min-width: 1600px) {
  .article {
    top: -200px;
  }
}
.article__labelCont {
  text-align: center;
}
.article__label {
  border-radius: 50px;
  padding: 10px 15px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #fce7f1;
  color: #e7406c;
}
.article__title {
  margin: 30px 0;
  text-align: center;
  font-family: "tabitharegular";
  color: #e7406c;
  font-size: 28px;
}
@media (min-width: 1200px) {
  .article__title {
    font-size: 44px;
  }
}
.article__subtitle {
  font-family: "tabitharegular";
  color: #e7406c;
  font-size: 20px;
}
.article__content {
  font-size: 16px;
}
.article .wp-block-image {
  text-align: center;
}
.article .wp-block-image img {
  height: auto;
}
@media (min-width: 768px) {
  .article .wp-block-embed {
    padding: 40px 64px 0;
  }
}
.article .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}
.article iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bg {
  background: linear-gradient(180deg, #ffffff 0%, #dbedfb 100%);
}

.searchbar {
  max-width: 320px;
  margin: auto;
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #c4c4c4;
}
@media (min-width: 1200px) {
  .searchbar {
    margin: 0 30px 0 0;
    max-width: 170px;
    padding: 10px 20px;
    border: 2px solid #c4c4c4;
    border-radius: 41px;
  }
}
.searchbar__input {
  width: 100%;
  border: none;
  padding: 20px 0 20px 20px;
  font-weight: 700;
  background: url(../../img/404.png) no-repeat scroll 7px 7px;
  padding-left: 30px;
}
.searchbar__input:focus {
  outline: none;
}
@media (min-width: 1200px) {
  .searchbar__input {
    padding: 0 0 0 10px;
  }
}

.main-wrap {
  position: relative;
  transform: perspective(1000px);
}
.main-wrap--transition {
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.main-wrap--move {
  height: 50vh;
  transform: perspective(1000px) translate3d(0, 50vh, 0) rotate3d(1, 0, 0, 30deg);
}
.main-wrap header.sticky-top--move {
  position: static;
}

.search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.search {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 50vh;
}
.search__submit {
  background: transparent;
  color: white;
  border: none;
  position: absolute;
  top: 35px;
  right: 16px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .search__submit {
    font-size: 34px;
    top: 40%;
  }
}

.btn--search-close {
  font-size: 2em;
  position: absolute;
  display: none;
  color: white;
  top: 10px;
  right: 0px;
}
.btn--search-close:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .btn--search-close {
    top: 1.25em;
    right: 1.25em;
  }
}

.btn--search-close {
  display: block;
}

.search__form {
  margin: 5em 0;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  width: 100%;
  max-width: 500px;
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .search__form {
    width: 780px;
    max-width: 100%;
  }
}

.search__label {
  text-align: left;
  color: white;
  margin-bottom: 16px;
}

.search__input {
  font-family: inherit;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 0 17px 0;
  color: white;
  border: 0;
  border-bottom: 4px solid #68bfec;
  width: 100%;
}
@media (min-width: 768px) {
  .search__input {
    font-size: 48px;
  }
}

.search__input::-webkit-input-placeholder {
  opacity: 0.1;
  color: #fff;
}

.search__input::-moz-placeholder {
  opacity: 0.1;
  color: #fff;
}

.search__input:-ms-input-placeholder {
  opacity: 0.1;
  color: #fff;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search__input::-ms-clear {
  display: none;
}

.search__info {
  font-size: 90%;
  font-weight: bold;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
}

.search {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s;
}

.search--open {
  pointer-events: auto;
  opacity: 1;
}

.btn--search-close {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.6s, transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.search--open .btn--search-close {
  transform: scale3d(1, 1, 1);
  opacity: 0.6;
}
.search--open .btn--search-close:hover {
  opacity: 1;
  color: white;
}

.search__form {
  opacity: 0;
  transform: scale3d(0.7, 0.7, 1);
  transition: opacity 0.6s, transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.search--open .search__form {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.main-wrap {
  position: relative;
}

.btn:focus {
  outline: none;
}

.btn--search {
  font-size: 1.5em;
}

.btn--hidden {
  pointer-events: none;
  opacity: 0;
}

.search__input {
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
}

.search__input:focus {
  outline: none;
}

.search__input--baby {
  border-bottom: 4px solid #fce7f1;
}
.search__input--baby::-webkit-input-placeholder {
  opacity: 0.5;
}

.body-overflow {
  height: 100vh;
  overflow: hidden;
}

.bg-search--blue {
  background-color: #0a3c6e;
}

.bg-search--baby {
  background-color: #ef6a90;
}

.section--white {
  background-color: white !important;
}

.kl-search-form-mob .form-control {
  border: 2px solid #c9d0d7;
  border-radius: 50px;
  padding: 12px 50px !important;
  height: auto;
  font-weight: 700;
  max-width: 100%;
  margin-right: 18px !important;
  font-size: 15px;
  color: #c9d0d7;
  text-align: center;
}

.searchButton {
  cursor: pointer;
}

.babyButtons {
  margin-bottom: 43px;
}
@media (min-width: 768px) {
  .babyButtons {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .babyButtons {
    width: 60%;
    margin: 0 auto 45px auto;
    position: relative;
    z-index: 1;
  }
}
.babyButtons__button {
  padding: 24px 39px;
  color: white;
  margin: 0 10px 20px 10px;
  display: block;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
}
@media (min-width: 768px) {
  .babyButtons__button {
    font-size: 20px;
  }
}
.babyButtons__button:hover {
  transform: scale(1.05);
  color: white;
}

.hero {
  position: relative;
  padding: 60px 0 160px;
  text-align: center;
  background: #fce7f1;
  z-index: 1;
}
@media (min-width: 1200px) {
  .hero {
    background: transparent;
    padding: 0;
    text-align: left;
  }
}

.stores {
  background-color: white;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  margin: 70px auto 0;
}
@media (min-width: 1200px) {
  .stores {
    max-width: 1286px;
  }
}
.stores__img {
  margin: 20px 31px;
}

@media (min-width: 992px) {
  .page-template-baby-conseils .babyGrid__cont {
    margin-bottom: 66px;
  }
}
.page-template-baby-conseils .section--babyGrid {
  padding-bottom: 71px;
  background: linear-gradient(180deg, #ffffff 0%, #dbedfb 65.62%);
}
@media (min-width: 992px) {
  .page-template-baby-conseils .section--babyGrid {
    padding-bottom: 104px;
  }
}
@media (min-width: 1200px) {
  .page-template-baby-conseils .section--babyGrid {
    padding-top: 98px;
  }
}

@media (min-width: 1200px) {
  .single-post .main {
    background: linear-gradient(180deg, #ffffff 0%, #dbedfb 100%);
  }
}

@media (min-width: 1200px) {
  .page-template-candia-baby-produits .babyButtons {
    margin-bottom: 55px;
  }
}
.page-template-candia-baby-produits .section {
  padding-top: 60px;
}
.page-template-candia-baby-produits .section__title {
  text-align: center;
  color: #e7406c;
}
.page-template-candia-baby-produits .section__content {
  padding-bottom: 50px;
}
.page-template-candia-baby-produits .section__wave {
  z-index: -1;
  bottom: 360px;
}
@media (min-width: 1600px) {
  .page-template-candia-baby-produits .section__wave {
    bottom: 300px;
  }
}
.page-template-candia-baby-produits .section--hero {
  background: linear-gradient(180deg, #fce7f1 100%, white 0%);
}
.page-template-candia-baby-produits .section--hero .section__title {
  font-size: 42px;
}
.page-template-candia-baby-produits .section--hero .section__title--tabitha {
  font-size: 54px;
}
@media (min-width: 768px) {
  .page-template-candia-baby-produits .section--hero {
    background: linear-gradient(180deg, #fce7f1 60%, white 40%);
  }
}
@media (min-width: 1200px) {
  .page-template-candia-baby-produits .section--hero {
    background: linear-gradient(180deg, #fce7f1 50%, white 50%);
  }
}
@media (min-width: 1600px) {
  .page-template-candia-baby-produits .section--hero {
    background: linear-gradient(180deg, #fce7f1 60%, white 50%);
  }
}
.page-template-candia-baby-produits .section--tetine .section__title {
  font-size: 32px;
  margin-bottom: 24px;
}
.page-template-candia-baby-produits .section--tetine .section__content {
  font-size: 18px;
}
.page-template-candia-baby-produits .section--tetine .btn {
  padding: 26px 40px;
  font-size: 20px;
}
.page-template-candia-baby-produits .section--tetine .btn:hover {
  background-color: #e7406c !important;
}
@media (max-width: 575px) {
  .page-template-candia-baby-produits .kl-embed-video {
    background-color: #fce7f1;
  }
}
.page-template-candia-baby-produits .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.page-template-candia-baby-produits .wp-block-embed__wrapper iframe {
  max-width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  border: 0;
}

.single-produit .kl-btn-rounded:hover {
  transform: scale(1.05);
}

.page-template-recherche-baby .kl-bx-result--baby {
  background: #fce7f1 url(../img/recettes/before-thumbnail-recette.svg) no-repeat center top 52px;
}
.page-template-recherche-baby .kl-btn-rounded--baby {
  background: #e7406c !important;
}

.kl-hero-product {
  margin-bottom: 83px;
  position: relative;
}

.kl-product-title figure.kl-nutriscore {
  position: relative;
  top: 7%;
  z-index: 1000;
  margin: 0;
}

.kl-quiz-section .kl-quiz-wrapper .kl-quiz-content.kl-quizz-result .kl-btn-action a {
  font-size: 20px;
  color: #fff;
  background: #68bfec;
  border-radius: 100px;
  padding: 28px 47px;
  line-height: 1;
  border: none;
  display: inline-block;
}
.kl-quiz-section .kl-quiz-wrapper .kl-quiz-content.kl-quizz-result .kl-btn-action a:hover {
  background: #51b5e9;
}

.logo_marque {
  position: relative;
}
.logo_marque img {
  max-width: 450px;
  height: auto;
}

.kl-content-desc-gamme-block {
  z-index: 1 !important;
}

.kl-thumb-gamme {
  max-width: none;
}

.kl-parent-bloc:nth-child(odd) .kl-content-desc-gamme-block {
  margin-right: 0;
}

.kl-parent-bloc:last-child .kl-medium-size-gamme .kl-thumb-gamme {
  max-width: none !important;
}

.kl-medium-size-gamme .kl-excerpt-desc-gamme {
  max-width: none !important;
}

.kl-medium-size-gamme .kl-thumb-gamme {
  max-width: none !important;
}

.kl-title-gamme {
  padding-left: 35px !important;
}

.chap-white {
  margin-top: 0;
  padding-top: 0;
}
.chap-white:before {
  display: none;
}
.chap-white h1,
.chap-white h2,
.chap-white p,
.chap-white .kl-txt-more {
  color: #fff !important;
}

.kl-banner-notafter {
  position: relative;
  overflow: hidden;
}
.kl-banner-notafter:after {
  display: none;
}
.kl-banner-notafter .shap {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: 9;
}

.kl-btn-more-choice {
  position: relative;
  z-index: 99;
}

.kl-bg-garnet {
  transition: all 0.2s ease-in-out;
}
.kl-bg-garnet:hover {
  transform: scale(1.05);
}

.budget_actif {
  color: #afb6bd !important;
}

.rond {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
}

.btn-scale {
  transition: all 0.2s ease-in-out;
}
.btn-scale:hover {
  transform: scale(1.05);
}

.poa {
  position: absolute;
}

.kl-batiment-view li .kl-puces li:before {
  top: 11px;
}

.kl-gmap-jml-block {
  margin-bottom: 60px;
}

.kl-bx-recette--daily {
  margin-top: 40px;
}

.kl-element-single-recette-block h5 {
  margin: 30px 0 20px;
}

.kl-nav-item-wrapper {
  display: none;
}

.show .kl-nav-item-wrapper {
  display: block;
}

.icon-tri {
  display: inline-block;
  width: 50px;
  height: auto;
  margin: 0 auto 10px !important;
}
.icon-tri svg {
  width: 100%;
  height: auto;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .consigne {
    text-align: center;
  }
}
header .kl-top-header nav .navbar-nav li a {
  text-transform: none;
}

.kl-gamme-marque--item img {
  transform: scale(0.9);
}

.kl-gamme-marque--item:hover img:last-child {
  display: block;
  max-width: none;
  transform: scale(0.92);
}

.kl-contact-us:hover {
  color: #fff;
}

.cca {
  text-transform: uppercase;
  font-weight: 600;
}

header .kl-top-header nav .navbar-brand {
  width: 135px;
}

header .kl-top-header {
  padding: 10px 0;
}

.cta-carrou {
  position: absolute;
  bottom: 71px;
  left: 0;
  right: 0;
  text-align: center;
}

.kl-gamme-item .kl-thumbnail {
  margin: 5px 0 0;
}

.kl-gamme-item .kl-btn-rounded {
  min-width: 337px;
  width: auto;
}

.ps-container {
  z-index: 9;
}

.kl-banner {
  text-align: center;
}

.kl-img-product {
  z-index: 9 !important;
}

.iframe_bloc {
  text-align: center;
}
.iframe_bloc iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff !important;
}

.kl-bx-mark ul {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .kl-bx-mark ul {
    display: block;
  }
}
.portrait-e-min img {
  width: 164px;
}

.kl-ancre-section {
  padding: 0 0 0 15px;
}
.kl-ancre-section li {
  text-align: left;
  padding: 0 !important;
}
.kl-ancre-section li .kl-scroll-to-first {
  position: static !important;
}
.kl-ancre-section li .kl-scroll-to-first button {
  padding: 0 !important;
}

#nav-item__contact {
  background-color: #0d4c8c;
  color: white !important;
  padding: 10px 60px !important;
  font-weight: 500;
  margin: 10px 0;
}

@media (min-width: 992px) {
  #nav-item__contact {
    display: none;
  }
}
.communique-link-marque {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/candia/engagements/bg-download.svg) no-repeat top right;
  background-size: 100% auto;
  width: 200px;
  height: 277px;
  text-align: right;
  padding: 6px;
  font-size: 10px;
  color: #08622f;
  z-index: 100;
}
.communique-link-marque a {
  color: #08622f;
}
.communique-link-marque span {
  display: block;
  font-weight: 700;
}
.communique-link-marque img {
  display: block;
  position: absolute;
  right: 12px;
  max-width: 40px;
  margin-top: 10px;
}
.communique-link-marque:hover {
  color: #08622f;
}

.postid-185 .communique-link-marque {
  font-size: 12px;
  width: 230px;
}
.postid-185 .communique-link-marque img {
  max-width: 45px;
}

@media (min-width: 480px) {
  .postid-185 .communique-link-marque {
    font-size: 14px;
    width: 250px;
  }
  .postid-185 .communique-link-marque img {
    max-width: 55px;
  }
}
@media (min-width: 768px) {
  .communique-link-marque {
    width: 300px !important;
    padding: 12px;
    font-size: 14px !important;
  }
  .communique-link-marque img {
    max-width: 55px;
  }
}
@media (min-width: 1024px) {
  .communique-link-marque {
    width: 400px !important;
    font-size: 20px !important;
    padding: 12px;
  }
  .communique-link-marque img {
    max-width: 75px;
  }
  .postid-185 .communique-link-marque img {
    max-width: 75px;
  }
}
@media (min-width: 1200px) {
  .communique-link-marque {
    width: 500px !important;
    padding: 32px;
  }
  .communique-link-marque img {
    right: 32px;
  }
  .postid-185 .communique-link-marque img {
    max-width: 100px;
  }
}
.single-marque .kl-about .kl-embed-video,
.page-template-candia-baby-produits .kl-embed-video,
.page-template-tetines .kl-embed-video,
.kl-product-pub .kl-embed-video {
  padding: 36px 30px 46px 46px;
  position: relative;
  max-width: 720px;
  margin: auto;
}

.single-marque .kl-about .kl-embed-video iframe,
.page-template-candia-baby-produits .kl-embed-video iframe,
.page-template-tetines .kl-embed-video iframe,
.kl-product-pub .kl-embed-video iframe {
  display: block;
  margin: 0 auto;
  width: 100% !important;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .single-marque .kl-about .kl-embed-video,
  .page-template-candia-baby-produits .kl-embed-video,
  .page-template-tetines .kl-embed-video,
  .kl-product-pub .kl-embed-video {
    padding: 12px;
    border-radius: 12px;
  }
}
@media (max-width: 1199px) {
  .single-marque .kl-about .kl-embed-video iframe,
  .page-template-candia-baby-produits .kl-embed-video iframe,
  .page-template-tetines .kl-embed-video iframe,
  .kl-product-pub .kl-embed-video iframe {
    height: 376px;
  }
}
@media (max-width: 991px) {
  .single-marque .kl-about .kl-embed-video iframe,
  .page-template-candia-baby-produits .kl-embed-video iframe,
  .page-template-tetines .kl-embed-video iframe,
  .kl-product-pub .kl-embed-video iframe {
    height: 341px;
  }
}
@media (max-width: 767px) {
  .single-marque .kl-about .kl-embed-video iframe,
  .page-template-candia-baby-produits .kl-embed-video iframe,
  .page-template-tetines .kl-embed-video iframe,
  .kl-product-pub .kl-embed-video iframe {
    height: 233px;
  }
}
@media (max-width: 415px) {
  .single-marque .kl-about .kl-embed-video iframe,
  .page-template-candia-baby-produits .kl-embed-video iframe,
  .page-template-tetines .kl-embed-video iframe,
  .kl-product-pub .kl-embed-video iframe {
    height: 200px;
  }
}
.single-marque .kl-about .kl-embed-video::after,
.page-template-candia-baby-produits .kl-embed-video::after,
.page-template-tetines .kl-embed-video::after,
.kl-product-pub .kl-embed-video::after {
  content: "";
  background: url(../img/candia/marque/bg-video-vert.svg) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .single-marque .kl-about .kl-embed-video::after,
  .page-template-candia-baby-produits .kl-embed-video::after,
  .page-template-tetines .kl-embed-video::after,
  .kl-product-pub .kl-embed-video::after {
    height: 500px !important;
  }
}
@media (min-width: 1024px) {
  .kl-right-element-bg-about--deco {
    width: 100px;
    bottom: 200px;
  }
  .kl-left-element-bg-about--deco {
    bottom: -200px;
  }
}
@media (min-width: 1200px) {
  .kl-right-element-bg-about--deco {
    width: 150px;
    bottom: 350px;
  }
  .kl-left-element-bg-about--deco {
    bottom: -100px;
  }
}
#modal-ie {
  padding: 20vh 0 0;
}
#modal-ie .modal-dialog .modal-content {
  padding: 1.5rem;
}
#modal-ie .modal-dialog .modal-content h2 {
  font-family: "tabitharegular";
  color: #0d4c8c;
  opacity: 0.9;
}
#modal-ie .modal-dialog .modal-content p {
  color: #343637;
}
#modal-ie .modal-dialog .modal-content .kl-btn-rounded {
  width: 75%;
  background-color: #fff;
  color: #0d4c8c;
  border: 2px solid #0d4c8c;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}
#modal-ie .modal-dialog .modal-content .kl-btn-rounded--ie {
  opacity: 0.6;
}
#modal-ie .modal-dialog .modal-content .kl-btn-rounded:hover {
  background-color: #0d4c8c;
  color: white;
}
#modal-ie .modal-dialog .modal-content .kl-btn-rounded img {
  width: 40px;
}

.kl-product-pub {
  margin-bottom: 80px;
}

.kl-product-pub .kl-embed-video .svg-color,
.single-marque .kl-about .kl-embed-video .svg-color,
.page-template-candia-baby-produits .kl-embed-video .svg-color,
.page-template-tetines .kl-embed-video .svg-color {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.kl-product-pub .kl-embed-video::after,
.single-marque .kl-about .kl-embed-video::after,
.page-template-candia-baby-produits .kl-embed-video::after,
.page-template-tetines .kl-embed-video::after {
  display: none;
}

@media (min-width: 576px) {
  .kl-product-pub .kl-embed-video .svg-color,
  .single-marque .kl-about .kl-embed-video .svg-color,
  .page-template-candia-baby-produits .kl-embed-video .svg-color,
  .page-template-tetines .kl-embed-video .svg-color {
    display: block;
  }
  .postid-378 .kl-embed-video {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .kl-product-pub {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .kl-product-pub .kl-embed-video iframe,
  .single-marque .kl-about .kl-embed-video iframe,
  .page-template-candia-baby-produits .kl-embed-video iframe,
  .page-template-tetines .kl-embed-video iframe {
    height: 277px;
  }
  .kl-product-pub .kl-embed-video::after,
  .single-marque .kl-about .kl-embed-video::after,
  .page-template-candia-baby-produits .kl-embed-video::after,
  .page-template-tetines .kl-embed-video::after {
    top: 15px;
  }
  .postid-378 .kl-product-pub .kl-product-pub__img {
    width: 880px;
    margin: auto;
  }
  .postid-378 .kl-product-pub .kl-embed-video {
    width: 880px;
    height: 530px;
    max-width: 880px;
    margin-right: auto;
  }
  .postid-378 .kl-product-pub .kl-embed-video iframe {
    height: 100%;
  }
  .postid-378 .kl-product-pub .kl-embed-video::after {
    top: -15px;
  }
}
@media (min-width: 768px) {
  #modal-ie .modal-dialog {
    max-width: 750px;
  }
  #modal-ie .modal-dialog .illu {
    width: 320px;
    position: absolute;
    z-index: 9999;
    top: -50px;
    right: -51px;
  }
  #modal-ie .modal-dialog .modal-content {
    padding: 3.125rem !important;
  }
  #modal-ie .modal-dialog .modal-content .paragraph--intro {
    padding-right: 200px;
  }
}
@media (min-width: 992px) {
  #modal-ie .modal-dialog {
    max-width: 800px;
  }
  #modal-ie .modal-dialog .illu {
    width: 350px;
    position: absolute;
    z-index: 9999;
    top: -55px;
    right: -56px;
  }
  #modal-ie .modal-dialog .modal-content .kl-btn-rounded {
    font-size: 16px;
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .kl-product-pub .kl-embed-video iframe,
  .single-marque .kl-about .kl-embed-video iframe,
  .page-template-candia-baby-produits .kl-embed-video iframe,
  .page-template-tetines .kl-embed-video iframe {
    height: 352px;
  }
  .kl-product-pub__img,
  .single-marque .kl-about__img,
  .page-template-candia-baby-produits__img,
  .page-template-tetines__img {
    padding: 36px 0px 46px 0px;
  }
}
.kl-bx-card .kl-embed-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.kl-bx-card .kl-embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.kl-bx-card--tetine .kl-btn-rounded {
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .single-marque .kl-about {
    width: 80% !important;
  }
}
.page-template-tetines .kl-banner-notafter {
  overflow: visible;
}
.page-template-tetines .kl-banner {
  position: relative;
  background: #fce7f1;
  padding-bottom: 150px;
}
.page-template-tetines .kl-banner .logo {
  width: 180px;
}
.page-template-tetines .kl-banner p {
  color: #e63d68;
  font-family: "tabitharegular";
  font-size: 28px;
}
.page-template-tetines .kl-banner .kl-embed-video--container,
.page-template-tetines .kl-banner .tetines-image-intro {
  position: absolute;
  width: 100%;
  bottom: -250px;
  left: 0;
  z-index: 1050;
}
.page-template-tetines .kl-banner .kl-embed-video--container .kl-embed-video,
.page-template-tetines .kl-banner .tetines-image-intro .kl-embed-video {
  background: #e63d68;
  width: 90%;
  margin: auto;
}
.page-template-tetines .kl-banner .illu-nuage {
  position: absolute;
  display: none;
}
.page-template-tetines .kl-banner .illu-nuage--gauche {
  width: 500px;
  transform: rotate(45deg);
  left: -120px;
}
.page-template-tetines .kl-banner .illu-nuage--droite {
  width: 600px;
  right: -350px;
  bottom: 30px;
}
.page-template-tetines main {
  position: relative;
  background: linear-gradient(0deg, rgb(219, 237, 251) 0%, rgb(255, 255, 255) 68%);
}
.page-template-tetines main .kl-format-list h5 {
  color: #f05d8a;
}
.page-template-tetines main .kl-format-list .kl-format-item {
  transition: all 0.2s ease-in-out;
}
.page-template-tetines main .kl-format-list .kl-format-item:hover {
  transform: scale(1.05);
}
.page-template-tetines main .kl-product-description .kl-product-format .kl-format-list::before {
  background: #fce7f1;
}
.page-template-tetines main .kl-product-description .kl-product-format .kl-format-list {
  padding: 40px 10% 70px;
}
.page-template-tetines main .section-tetines {
  position: relative;
  padding-bottom: 0px;
}
.page-template-tetines main .section-tetines p {
  font-weight: 300;
}
.page-template-tetines main .section-tetines h2 {
  color: #0d4c8c;
  font-weight: 700;
}
.page-template-tetines main .section-tetines .table {
  box-shadow: 5px 0 10px rgba(124, 54, 37, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
.page-template-tetines main .section-tetines .table td,
.page-template-tetines main .section-tetines .table th {
  border: none !important;
}
.page-template-tetines main .section-tetines .table thead {
  border-radius: 20px 0 0 20px;
  background: #e63d68;
}
.page-template-tetines main .section-tetines .table thead tr th:nth-child(2) {
  font-weight: 300;
}
.page-template-tetines main .section-tetines .table thead tr th:first-child {
  padding-left: 20px;
}
.page-template-tetines main .section-tetines .table tbody tr:nth-child(odd) {
  background-color: white;
}
.page-template-tetines main .section-tetines .table tbody tr:nth-child(even) {
  background: #faf5f7;
}
.page-template-tetines main .section-tetines .table tbody tr th {
  font-weight: 600;
  padding-left: 20px;
}
.page-template-tetines main .section-tetines .table tbody tr td {
  font-weight: 300;
}
.page-template-tetines main .section-tetines .kl-btn-more-choice a {
  background: #e63d68;
}
.page-template-tetines main .illu {
  position: absolute;
  z-index: 1;
}
.page-template-tetines main .illu--mascotte {
  width: 150px;
  bottom: 30px;
  left: 20px;
  display: none;
}
.page-template-tetines main .illu--sol {
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-template-tetines .section-footer {
  padding-bottom: 30px;
}
.page-template-tetines .section-footer__logo {
  width: 300px;
  position: relative;
}
.page-template-tetines .section-footer__logo .illu-doodle {
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-tetines .section-footer .kl-btn-more-choice a {
  background: #09cedc;
}

@media (min-width: 576px) {
  .page-template-tetines .kl-banner .kl-embed-video--container .kl-embed-video,
  .page-template-tetines .kl-banner .tetines-image-intro {
    width: 100%;
  }
  .page-template-tetines .kl-embed-video {
    background: none !important;
  }
  .page-template-tetines .kl-banner {
    padding-bottom: 250px;
  }
  .page-template-tetines .kl-banner .kl-embed-video--container {
    bottom: -350px;
  }
  .page-template-tetines main {
    padding-top: 130px;
  }
}
@media (min-width: 768px) {
  .page-template-tetines .kl-banner .kl-embed-video--container {
    bottom: -450px;
  }
  .page-template-tetines main {
    padding-top: 230px;
  }
  .page-template-tetines main .illu--mascotte {
    display: block;
  }
  .page-template-tetines main .section-tetines .table thead tr th:first-child,
  .page-template-tetines main .section-tetines .table tbody tr th {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .page-template-tetines .kl-banner .kl-embed-video--container {
    bottom: -380px;
  }
  .page-template-tetines .kl-banner .kl-embed-video {
    width: 95% !important;
  }
  .page-template-tetines main {
    padding-top: 80px;
  }
  .page-template-tetines .illu-nuage {
    display: block !important;
  }
  .page-template-tetines .section-footer {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .page-template-tetines .kl-banner .kl-embed-video--container {
    bottom: -450px;
  }
  .page-template-tetines main {
    padding-top: 130px;
  }
  .page-template-tetines main .illu--mascotte {
    bottom: 80px;
    left: 100px;
  }
  .page-template-tetines .section-footer {
    padding-bottom: 180px;
  }
}
@media (min-width: 1380px) {
  .page-template-tetines .kl-banner {
    padding-bottom: 300px;
  }
  .page-template-tetines .kl-banner-notafter .shap {
    bottom: -150px;
  }
  .page-template-tetines main .illu--mascotte {
    left: 200px;
    width: 200px;
  }
}
@media (min-width: 1600px) {
  .page-template-tetines .kl-banner {
    padding-bottom: 330px;
  }
  .page-template-tetines .kl-banner-notafter .shap {
    bottom: -150px;
  }
  .page-template-tetines .kl-banner .illu-nuage--droite {
    right: -250px;
  }
  .page-template-tetines .kl-banner .illu-nuage--gauche {
    width: 600px;
    left: -100px;
  }
}
@media (min-width: 1900px) {
  .page-template-tetines .kl-banner-notafter .shap {
    bottom: -250px;
  }
}
@media (min-width: 375px) {
  .page-template-tetines .kl-banner .tetines-image-intro {
    bottom: -280px;
  }
}
@media (min-width: 425px) {
  .page-template-tetines .kl-banner .tetines-image-intro {
    bottom: -350px;
  }
}
@media (min-width: 576px) {
  .page-template-tetines .kl-banner .tetines-image-intro {
    bottom: -450px;
  }
}
@media (min-width: 768px) {
  .page-template-tetines .kl-banner .tetines-image-intro {
    bottom: -550px;
  }
}
@media (min-width: 992px) {
  .page-template-tetines .kl-banner .tetines-image-intro {
    bottom: -450px;
  }
}
@media (min-width: 1200px) {
  .page-template-tetines .kl-banner .tetines-image-intro {
    bottom: -600px;
  }
}
@media (min-width: 1440px) {
  .page-template-marques .ps-content[data-number="10"] .kl-inner-slider figure img {
    max-width: 250px;
  }
}
#nav-item__search {
  padding: 10px 60px !important;
  font-weight: 500;
  margin: 10px 0;
  color: #c9d0d7 !important;
}
@media (min-width: 992px) {
  #nav-item__search {
    display: none;
  }
}

.btn--grey {
  background-color: white;
  border: 2px solid #c9d0d7;
}

header .kl-top-header nav .navbar-nav li .nav-item__btn {
  display: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 37px;
  border: none;
  box-shadow: none;
  font-size: 16px;
}
@media (min-width: 992px) {
  header .kl-top-header nav .navbar-nav li .nav-item__btn {
    display: block;
  }
}
header .kl-top-header nav .navbar-nav li .nav-item__btn--blue {
  background: #0d4c8c;
  color: #fff !important;
  border: 2px solid #0d4c8c;
}
header .kl-top-header nav .navbar-nav li .nav-item__btn--blue:hover {
  color: #0d4c8c !important;
  background: white;
}
header .kl-top-header nav .navbar-nav li .nav-item__btn--grey {
  border: 2px solid #c9d0d7;
  color: #c9d0d7 !important;
}
header .kl-top-header nav .navbar-nav li .nav-item__btn--grey:hover {
  color: white !important;
  background: #c9d0d7;
}
header .kl-top-header nav .navbar-nav li .nav-item__btn .fal,
header .kl-top-header nav .navbar-nav li .nav-item__btn .fas {
  position: relative;
  top: -2px;
}

@media (min-width: 992px) {
  .navbar-nav {
    align-items: center;
  }
}
.navbar-nav--btns .nav-item {
  padding: 6px 8px;
}

@media (min-width: 1200px) {
  header .kl-top-header nav {
    padding-right: 0;
  }
}

.kl-btn-custom {
  position: relative;
  z-index: 1;
}

body header .kl-top-header {
  padding: 0;
}

.nav-item__hover {
  position: absolute;
  width: 100%;
  height: 45px;
  top: 35px;
}

.carousel__img {
  box-shadow: none !important;
}/*# sourceMappingURL=baltazare-2.css.map */