/*font*/
/*color*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "condensed";
  src: url("../css/fonts/Futura Condensed Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futura";
  src: url("../css/fonts/Futura Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Antiqena";
  src: url("../css/fonts/Antiqena.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
a {
  color: #0d4c8c;
}

header.sticky-top {
  z-index: 9999;
}

header .kl-top-header {
  z-index: 99;
  width: 100%;
}

.kl-table {
  display: table;
  width: 100%;
  height: 100%;
}

.kl-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.kl-bg-cover {
  background-size: cover !important;
}

.kl-left-bg-dossier {
  width: 50%;
  top: 125px;
  height: 100vh;
  left: 0;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.kl-share-this-block {
  background: url("../img/le-Lait-Vous/bg-share.svg") no-repeat;
  background-size: 260px;
  width: 335px;
  height: 220px;
  font-family: "tabitharegular";
  color: #0d4c8c;
  font-size: 18px;
}
.kl-share-this-block span {
  padding-left: 50px;
  padding-top: 40px;
  display: block;
}
.kl-share-this-block .kl-rs-share {
  padding-left: 37px;
  margin-top: 13px;
}
.kl-share-this-block .kl-rs-share a {
  display: block;
  padding: 5px 5px;
  border: 1px solid #0d4c8c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  transition: 0.3s;
}
.kl-share-this-block .kl-rs-share a i {
  color: #0d4c8c;
}
.kl-share-this-block .kl-rs-share a:hover {
  background: #0d4c8c;
}
.kl-share-this-block .kl-rs-share a:hover i {
  color: #fff;
}

.kl-infos-block {
  padding-left: 37px;
  padding-right: 68px;
  font-family: "Muli", sans-serif;
  left: 0px;
  bottom: 15px;
  color: #fff;
}
.kl-infos-block h1 {
  font-weight: 900;
  font-size: 45px;
}
.kl-infos-block .kl-description-infos {
  font-weight: 600;
  margin-top: 25px;
  font-size: 18px;
  max-width: 465px;
}

.kl-description-right-block {
  padding-right: 80px;
  padding-left: 15px;
}
.kl-description-right-block p {
  margin: 0 0 35px;
}
.kl-description-right-block p img {
  max-width: 100%;
  height: auto;
}
.kl-description-right-block hr {
  border: 1px solid #e5e5e5;
  margin-bottom: 45px;
}

.kl-icon-goutte {
  margin-bottom: 70px;
  margin-top: 60px;
}

.kl-img-dossier img {
  border-radius: 20px;
}

.kl-custom-field {
  margin-bottom: 45px;
}
.kl-custom-field h2 {
  color: #0d4c8c;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}
.kl-custom-field ul li {
  font-size: 13px;
}
.kl-custom-field sup {
  font-size: 11px;
}

.kl-title-black {
  font-size: 13px;
  color: #0d0f10;
  text-transform: uppercase;
  font-weight: 600;
}

.kl-recent-post h2 {
  font-family: "tabitharegular";
  font-size: 36px;
  color: #68bfec;
  margin-bottom: 25px;
}

.kl-the-post h3 {
  font-family: "Muli", sans-serif;
  font-weight: 900;
  color: #fff;
}

.kl-list-recent-post {
  background-position: 0 200px;
}
.kl-list-recent-post:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0px;
  left: 0px;
}

.kl-img-data-recent-post {
  min-height: 500px;
  width: 463px;
  border-radius: 13px;
  overflow: hidden;
  color: #fff;
  background-position: -72px 0px !important;
  margin-bottom: 45px !important;
}
.kl-img-data-recent-post .kl-content-block {
  padding-top: 230px;
  padding-left: 28px;
  padding-right: 28px;
}
.kl-img-data-recent-post .kl-content-block .kl-post-excerpt {
  margin-top: 28px;
  max-height: 80px;
  overflow: hidden;
}
.kl-img-data-recent-post .kl-lire-plus {
  width: 100%;
  height: 99px;
  bottom: 0px;
  z-index: 2;
  padding-top: 45px;
  padding-left: 28px;
}
.kl-img-data-recent-post .kl-lire-plus a {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #0d4c8c;
}
.kl-img-data-recent-post:after {
  content: "";
  background: url(../img/le-Lait-Vous/btn-vague-blanc.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 104%;
  height: 110px;
}
.kl-img-data-recent-post:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
}

.kl-btn-link-blue {
  background: #68bfec;
  color: #fff;
  font-size: 18px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 22px 29px;
  border-radius: 50px;
  transition: 0.5s;
}
.kl-btn-link-blue:hover {
  background: #0d4c8c;
  color: #fff;
}

@keyframes transitionCustom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.kl-scroll-bottom-change {
  width: 100%;
  top: inherit;
  left: 0px;
  bottom: 0px !important;
  height: 700px !important;
  animation: transitionCustom 1s;
}
.kl-scroll-bottom-change .kl-infos-block {
  left: 25px;
}

.kl-banner:after {
  content: "";
  width: 100%;
  height: 72px;
  background: url(../img/marques/marque-single/divider-before-about.svg) no-repeat bottom/cover;
  position: absolute;
  background-size: 100%;
  bottom: -1px;
  left: 0;
  top: unset;
}

.kl-logo-banner {
  top: 0px;
  left: 0px;
}

.kl-about {
  padding-bottom: 85px;
  padding-top: 25px;
}
.kl-about h1 {
  color: #763325;
  font-family: "Muli", sans-serif;
  font-weight: 900;
  font-size: 45px;
  margin-top: 0px;
}
.kl-about h2 {
  color: #763325;
  font-family: "tabitharegular";
  font-size: 42px;
  margin-top: -21px;
  margin-bottom: 0px;
}

.kl-left-element-bg-about {
  left: 0px;
  bottom: -149px;
  width: 220px;
  height: 480px;
  z-index: 1;
}

.kl-right-element-bg-about {
  right: 0px;
  bottom: -34px;
  width: 189px;
  height: 480px;
  z-index: 1;
}

.kl-decs-about {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #343637;
  margin-top: 15px;
}

.kl-color-brown {
  color: #763325;
}

.kl-tabitha-medium-size {
  font-family: "tabitharegular";
}

.kl-txt-more {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.kl-btn-custom {
  color: #fff;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  padding: 15px 27px;
  display: inline-block;
  font-weight: 700;
  border-radius: 45px;
  transition: 0.5s;
}

.kl-bg-garnet {
  margin-left: 20px;
  background: #ad4214;
}
.kl-bg-garnet:hover {
  background: #763325;
  color: #fff;
}

.kl-bg-pink-gradient {
  background: linear-gradient(rgb(243, 102, 136), rgb(239, 114, 147) 48%, rgb(254, 75, 112) 100%);
  padding: 50px;
}

.rdl-list-more {
  margin-top: -61px;
  padding: 192px 0px 50px 0px;
}
.rdl-list-more:before {
  content: "";
  width: 100%;
  height: 180px;
  background: url("../img/marques/marque-single/divider-after-about.svg") no-repeat;
  position: absolute;
  top: -3px;
  left: 0px;
}

.kl-news-about {
  margin-top: -61px;
  padding: 192px 0px 192px 0px;
}
.kl-news-about:before {
  content: "";
  width: 100%;
  height: 180px;
  background: url("../img/marques/marque-single/divider-after-about.svg") no-repeat;
  position: absolute;
  top: -3px;
  left: 0px;
}
.kl-news-about:after {
  content: "";
  width: 100%;
  height: 250px;
  background: url("../img/marques/marque-single/divier-after-news_02.png") no-repeat;
  position: absolute;
  bottom: -15px;
  left: 0px;
}

.kl-title-heading h2 {
  font-family: "tabitharegular";
  font-size: 80px;
  color: #fff;
}
.kl-title-heading h2 span {
  margin-left: 122px;
}

.kl-desc-about-block {
  font-family: "Muli", sans-serif;
  color: #fff;
  padding-right: 37px;
}
.kl-desc-about-block h3 {
  font-weight: 900;
  font-size: 31px;
  margin-top: 70px;
}
.kl-desc-about-block .kl-excerpt-desc-about {
  font-weight: 700;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.3;
}
.kl-desc-about-block .kl-btn-custom {
  position: relative;
  z-index: 9;
}

.kl-bg-purple {
  background: #eb749c;
  box-shadow: 1px 8px 5px -6px #ef4b6c;
}
.kl-bg-purple:hover {
  background: #e66a93;
  color: #fff;
}

.kl-bg-light-gradient {
  background: linear-gradient(rgb(255, 255, 255) 48%, rgb(250, 246, 242) 100%);
}

.kl-gamme h2 {
  font-family: "tabitharegular";
  color: #007532;
  font-size: 48px;
  margin-bottom: 2rem;
}

.kl-title-gamme {
  font-family: "Muli", sans-serif;
  color: #763325;
  margin-right: 40px;
  margin-bottom: 30px;
  padding-left: 50px;
}
.kl-title-gamme h3 {
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.kl-title-gamme span {
  font-size: 18px;
  font-weight: 900;
}

.kl-gamme-block {
  width: 52%;
}

.kl-dossier-single {
  background-size: 50% auto;
  position: relative;
}
.kl-dossier-single:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 900px;
  background: #deeffb url(../img/divider-redirection-doss-single.svg) no-repeat -8px -2px;
  background-size: auto;
  background-size: 108%;
}

.kl-recent-recette {
  background: linear-gradient(rgb(220, 238, 251), rgb(220, 238, 251));
  background-size: 101%;
  margin-left: -41px;
  margin-top: 200px;
}
.kl-recent-recette:before {
  content: "";
  background: url(../img/divider-redirection-doss-single.svg) no-repeat -8px -2px;
  width: 100%;
  height: 76px;
  top: 0px;
  left: 0px;
  position: absolute;
}
.kl-recent-recette .kl-img-extra {
  margin-top: -125px;
}
.kl-recent-recette .kl-desc-extra-field {
  margin-top: -145px;
}

.kl-left-block-single-image {
  z-index: 9;
}

.kl-parent-bloc {
  margin-bottom: 55px;
}
.kl-parent-bloc:first-child .kl-gamme-block {
  width: 58%;
}
.kl-parent-bloc:nth-child(odd) .kl-gamme-block {
  float: right;
}
.kl-parent-bloc:nth-child(odd) .kl-content-desc-gamme-block {
  margin-right: 30px;
}
.kl-parent-bloc:nth-child(odd) .kl-medium-size-gamme {
  margin-right: 175px;
  margin-left: 0px;
}
.kl-parent-bloc:last-child .kl-medium-size-gamme {
  margin-right: 0px;
}
.kl-parent-bloc:last-child .kl-medium-size-gamme .kl-thumb-gamme {
  max-width: 162px;
}
.kl-parent-bloc:after {
  content: "";
  display: table;
  clear: both;
}
.kl-parent-bloc .kl-medium-size-gamme {
  margin-left: 175px;
  margin-right: 0px;
  /*.kl-title-gamme{
    padding-left:0px;
  }*/
}

.kl-content-desc-gamme-block {
  background: #007532;
  border-radius: 27px;
  padding: 50px 16px 50px 34px;
  max-height: 250px;
}

.kl-excerpt-desc-gamme {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  color: #fff;
  z-index: 3;
}
.kl-excerpt-desc-gamme a {
  font-family: "tabitharegular";
  font-size: 23px;
  color: #fff;
  transition: 0.5s;
}
.kl-excerpt-desc-gamme a:hover {
  color: #f75c80;
}

.kl-anchor {
  position: relative;
  top: -150px;
}

.kl-thumb-gamme {
  max-width: 275px;
}
.kl-thumb-gamme img {
  margin-top: -139px;
}

.kl-txt-excerpt-desc-gamme {
  max-height: 122px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.kl-bg-element-gamme {
  top: -57px;
  left: -140px;
}

.kl-strawberry .kl-content-desc-gamme-block {
  max-height: 300px;
}
.kl-strawberry .kl-bg-element-gamme {
  bottom: -26px;
  right: -200px;
  left: inherit;
  top: inherit;
  width: 450px;
}

.kl-vanilla .kl-bg-element-gamme {
  left: inherit;
  right: -60px;
  top: -54px;
}

.kl-cacao .kl-bg-element-gamme {
  left: -196px;
  top: -12px;
  width: 240px;
}
.kl-cacao .kl-content-desc-gamme-block {
  position: relative;
  z-index: 1;
}
.kl-cacao.kl-medium-size-gamme .kl-title-gamme {
  padding-left: 0px;
}

.kl-bio .kl-thumb-gamme img {
  height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
}
.kl-bio .kl-bg-element-gamme {
  top: -5px;
  left: inherit;
  right: -97px;
  width: 110px;
}

.kl-medium-size-gamme.kl-gamme-block {
  margin-top: 35px;
}
.kl-medium-size-gamme .kl-title-gamme {
  padding-left: 15px;
}
.kl-medium-size-gamme .kl-thumb-gamme {
  max-width: 185px;
}
.kl-medium-size-gamme .kl-thumb-gamme img {
  margin-top: -130px;
}
.kl-medium-size-gamme .kl-content-desc-gamme-block {
  padding: 30px 16px 20px 34px;
}
.kl-medium-size-gamme .kl-txt-excerpt-desc-gamme {
  margin-bottom: 0px;
}

.kl-new-etiquette {
  font-family: "tabitharegular";
  color: #fff;
  font-weight: normal !important;
  font-size: 20px;
  background: url("../img/marques/marque-single/bg-new.svg") no-repeat;
  text-align: center;
  padding: 21px 23px;
  width: 114px;
  display: block;
  margin-bottom: 15px;
  background-size: contain !important;
}

.kl-map-block {
  background: url("../img/candia/eleveurs/bg-map-eleveurs_02.jpg") no-repeat;
  background-color: #dceefa;
  min-height: 1120px;
  padding-top: 92px;
}

.kl-map-block {
  margin-bottom: 246px;
}
.kl-map-block h1 {
  font-family: "tabitharegular";
  color: #0d4c8c;
  font-size: 65px;
  padding-left: 30px;
}
.kl-map-block:after {
  content: "";
  width: 100%;
  height: 348px;
  background: url("../img/candia/divider-map.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -346px;
  left: 0px;
}

.kl-map-eleveurs {
  width: 840px;
  height: 866px;
  margin: auto;
  background-repeat: no-repeat;
}

.kl-name-posiiton {
  font-family: "Muli", sans-serif;
}
.kl-name-posiiton span {
  font-weight: 900;
  display: block;
  font-size: 19px;
}
.kl-name-posiiton span:first-child {
  font-weight: 600;
  font-size: 16px;
}

.kl-west {
  color: #78b93b;
  top: 125px;
  left: 15px;
}

.kl-east {
  color: #9dc435;
  top: 100px;
  right: -45px;
}

.kl-south {
  color: #579540;
  bottom: 220px;
  left: 75px;
}

.kl-list-eleveur-marker {
  top: 0px;
  left: 0px;
}
.kl-list-eleveur-marker a {
  position: absolute;
  display: block;
}
.kl-list-eleveur-marker a.kl-maxime {
  top: -67px;
  left: 55%;
}
.kl-list-eleveur-marker a.kl-maxime img {
  width: 93px;
}
.kl-list-eleveur-marker a.kl-clo {
  top: 36px;
  left: 64%;
}
.kl-list-eleveur-marker a.kl-clo img {
  width: 203px;
}
.kl-list-eleveur-marker a.kl-fab {
  top: 71px;
  left: 48%;
}
.kl-list-eleveur-marker a.kl-fab img {
  width: 164px;
}
.kl-list-eleveur-marker a.kl-severine {
  bottom: 11px;
  left: 30%;
}
.kl-list-eleveur-marker a.kl-severine img {
  width: 93px;
}

.kl-help-block {
  background: #0d4c8c;
  color: #fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  bottom: 175px;
  right: -72px;
  padding: 20px;
}
.kl-help-block h2 {
  font-family: "tabitharegular";
}
.kl-help-block span {
  font-family: "Muli", sans-serif;
}

.kl-list-bloc-eleveur {
  margin-bottom: 225px;
}
.kl-list-bloc-eleveur .container {
  padding: 0px 75px;
}
.kl-list-bloc-eleveur h2 {
  font-family: "tabitharegular";
  font-size: 38px;
  color: #0d4c8c;
}

.kl-portrait {
  background: #dceefb;
  border-radius: 13px;
  margin-top: 110px;
}
.kl-portrait figure {
  transition: 0.5s;
}
.kl-portrait figure:hover {
  transform: translate(-10px, -10px);
}
.kl-portrait figure img {
  border-radius: 13px;
}
.kl-portrait:nth-child(even) {
  margin-left: 16% !important;
  top: -110px;
}

.kl-bg-name {
  font-family: "tabitharegular";
  color: #fff !important;
  font-size: 30px;
  background: url(../img/candia/eleveurs/bg-nom.svg) no-repeat;
  bottom: -58px;
  left: 9px;
  display: inline-block;
  padding: 54px 35px 42px 35px;
  width: 232px;
  height: 138px;
  text-align: center;
  line-height: 29px;
}

.kl-laitiers-bloc {
  margin-top: 190px;
  padding: 75px;
  background: url("../img/candia/eleveurs/bg-laitier-bloc_02.png") no-repeat;
}
.kl-laitiers-bloc .container {
  margin-top: -85px;
  font-family: "Muli", sans-serif;
}
.kl-laitiers-bloc .container h4 {
  color: #0d4c8c;
  font-size: 32px;
  font-weight: 900;
}
.kl-laitiers-bloc .container p {
  font-weight: 600;
  font-size: 18px;
  color: #343637;
}
.kl-laitiers-bloc .container .kl-btn-custom {
  font-size: 18px;
  margin-top: 50px;
  padding-left: 55px;
  padding-right: 55px;
}
.kl-laitiers-bloc .container .kl-btn-custom:hover {
  background: #0131a0;
  color: #fff;
}

.kl-desc-laitiers {
  padding-top: 115px;
}

.kl-mask-img-bloc img {
  display: block;
  -webkit-mask: url("../img/candia/eleveurs/mask-laitier_03.png");
          mask: url("../img/candia/eleveurs/mask-laitier_03.png");
  -webkit-mask-box-image: url("../img/candia/eleveurs/mask-laitier_03.png");
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 334px;
  height: 336px;
}

.kl-bg-blue {
  background: #0d4c8c;
}

.kl-laitier-bloc.kl-sec-quizz-link div[class*=col-]:last-of-type {
  padding-bottom: 0px;
}

.kl-modal-team {
  overflow: hidden !important;
}

.modal-content {
  height: 100%;
}
.modal-content .row {
  height: 100%;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.kl-bg-modal {
  background: url("../img/candia/eleveurs/bg-modal-portrait.png") no-repeat;
  width: 100%;
  background-size: cover;
}

.kl-bg-img-team-modal {
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.kl-bg-img-team-modal img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kl-content-modal {
  padding-left: 150px;
  padding-right: 96px;
  height: 100vh;
}

.kl-close-modal {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #0d4c8c;
  font-size: 16px;
  margin-top: 44px;
  cursor: pointer;
}

.kl-name-team {
  margin-top: 25px;
}
.kl-name-team h3 {
  font-family: "tabitharegular";
  font-size: 72px;
  color: #4a4a49;
}

.kl-tab-desc-bloc {
  margin-top: 50px;
}

.kl-nav-tabs.nav-tabs {
  border-bottom: none;
}
.kl-nav-tabs.nav-tabs a {
  font-family: "tabitharegular";
  font-size: 21px;
  color: #618db9;
  background: url("../img/candia/eleveurs/tab_03.png") no-repeat;
  border: none;
  background-position: bottom center;
  padding-bottom: 15px;
}
.kl-nav-tabs.nav-tabs a.active {
  background: url("../img/candia/eleveurs/tab-active_03.png") no-repeat;
  background-position: bottom center;
  color: #0d4c8c;
}

.kl-tab-desc-bloc .tab-content {
  background: #fff;
  margin-top: 10px;
  padding: 30px;
  border-radius: 20px;
}
.kl-tab-desc-bloc .tab-content .kl-custom-scroll-content {
  outline: none !important;
  box-shadow: none !important;
}

.kl-arrow-modal {
  top: 111px;
  right: -48px;
  z-index: 9;
}
.kl-arrow-modal a {
  background: #fff;
  color: #0d4c8c;
  border-radius: 13px 0px 0px 13px;
  padding: 20px;
  display: inline-block;
  margin-left: -3px;
}
.kl-arrow-modal a.kl-next-modal {
  border-radius: 0px 13px 13px 0px;
}

.kl-elevator {
  right: 40px;
  bottom: 125px;
  width: 115px;
  height: 120px;
  display: none;
  z-index: 99;
}

.kl-sec-quizz-link.kl-custom-pre-footer p {
  margin-bottom: 55px;
}

.kl-custom-pre-footer .col-lg-5.col-md-6 {
  padding-top: 75px;
}

.kl-custom-pre-footer .kl-mask-bull {
  margin-top: -65px;
}

kl-custom-scroll-content p {
  margin-top: 30px;
}

.kl-hero-custom.kl-heading-banner-custom figure img {
  -webkit-mask: inherit;
          mask: inherit;
  -webkit-mask-box-image: inherit;
}

.kl-hero-custom {
  background-position: left bottom -1px;
  /*height:620px;
  background: #dceefb url("../img/candia/histoire/hero-bottom-wave.svg") no-repeat left -135px bottom -1px/cover;*/
}
.kl-hero-custom p {
  font-size: 16px;
  font-weight: 700;
}
.kl-hero-custom .kl-btn-custom {
  padding: 15px 47px;
}
.kl-hero-custom .kl-btn-custom:hover {
  color: #fff;
  background: #09335d;
}
.kl-hero-custom .kl-ribbon {
  top: 27px;
  left: 145px;
}
.kl-hero-custom .kl-ribbon img {
  width: 148px;
  height: 148px;
}

.kl-scroll-down-page-block {
  left: 45%;
  bottom: 65px;
}
.kl-scroll-down-page-block a {
  /*-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);*/
  color: #77a0cd;
}
.kl-scroll-down-page-block a i {
  font-size: 1.3rem;
}

.kl-section-title-h2-custom h2 {
  font-family: "tabitharegular";
  color: #0d4c8c;
  font-size: 58px;
  margin-bottom: 16px;
  position: relative;
}

.kl-jml-block {
  margin-top: 66px;
  outline: none !important;
}
.kl-jml-block p {
  font-weight: 700;
}

.kl-list-jml {
  margin-top: 75px;
}
.kl-list-jml .row:first-child {
  padding-right: 65px;
}
.kl-list-jml .row:nth-child(n+2) .kl-thumb-jml {
  order: 2;
}
.kl-list-jml .row:last-child {
  margin-top: 75px;
}
.kl-list-jml .kl-desc-jml-block {
  padding-left: 65px;
  padding-right: 65px;
}

.kl-desc-jml-block h3 {
  color: #68bfec;
  font-size: 38px;
  font-family: "tabitharegular";
  margin-top: 25px;
}
.kl-desc-jml-block h4 {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0d4c8c;
  margin-bottom: 20px;
}
.kl-desc-jml-block p {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: normal;
}
.kl-desc-jml-block .kl-custom-field-block {
  margin-top: 40px;
  margin-bottom: 40px;
}
.kl-desc-jml-block .kl-custom-field-block p {
  margin-bottom: 10px;
}
.kl-desc-jml-block .kl-custom-field-block span {
  font-size: 11px;
}

.kl-desc-jml {
  margin-top: 30px;
}
.kl-desc-jml a {
  color: #0d4c8c;
  text-decoration: underline;
  font-weight: 700;
}

.kl-thumb-jml img {
  max-width: 550px;
}

.kl-visit {
  background: #dceefb;
  padding: 0px 0px 75px 0px;
  margin-top: 175px;
  margin-bottom: 150px;
}
.kl-visit:before {
  content: "";
  background: url("../img/candia/jml/illu-top.svg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0px;
  top: -106px;
}
.kl-visit h3 {
  font-family: "tabitharegular";
  font-size: 38px;
  color: #47931b;
}
.kl-visit .kl-help-block {
  width: 150px;
  height: 150px;
  bottom: inherit;
  top: 99px;
  right: -85px;
}
.kl-visit .kl-help-block h2 {
  font-size: 2.5rem;
  line-height: 26px;
}
.kl-visit .kl-help-block span {
  font-family: "tabitharegular";
  font-size: 1.4rem;
}

.kl-desc-infos-txt {
  margin-top: 25px;
}

.kl-infos-visit {
  margin-top: 200px;
}

.kl-left-cloud {
  background: url("../img/candia/eleveurs/clouds_03.png") no-repeat;
  background-size: contain;
  width: 290px;
  height: 290px;
  left: -81px;
  top: 256px;
}

.kl-right-cloud {
  background: url("../img/candia/eleveurs/cloud-2_03.png") no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  right: 0px;
  top: 100px;
}

.kl-visit-process {
  margin-top: 90px;
  background: #fff;
  padding: 75px 0px 0px 0px;
  border-radius: 15px;
  overflow: hidden;
}
.kl-visit-process h2 {
  color: #9dc435;
}

.kl-list-visit-process {
  margin-top: 45px;
}

.kl-desc-process-visit h3 {
  font-family: "Muli", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #2a2d30;
}

.kl-txt-desc-visit a {
  color: #0d4c8c;
  text-decoration: underline;
  font-weight: 700;
}

.kl-txt-extra-infos {
  margin-top: 45px;
  background: #9dc435;
  color: #fff;
  padding: 25px 0px;
}
.kl-txt-extra-infos p {
  font-size: 14px;
}
.kl-txt-extra-infos:before {
  content: "";
  width: 101%;
  height: 75px;
  background: url("../img/candia/jml/illu-wave-top-this-year.svg") no-repeat;
  background-size: cover !important;
  position: absolute;
  top: -49px;
  left: 0px;
  background-size: contain;
}

.kl-extra-infos {
  margin-top: 25px;
}
.kl-extra-infos h3 {
  color: #9dc435;
  font-family: "tabitharegular";
  font-size: 36px;
}

.kl-picto-cooperation {
  top: -117px;
  left: 65px;
}

.kl-infos-bottom {
  margin-top: 51px;
}
.kl-infos-bottom:before {
  content: "";
  width: 126px;
  height: 64px;
  background: url("../img/candia/jml/icon-herbe-droite.svg") no-repeat;
  position: absolute;
  right: 246px;
  bottom: -110px;
  z-index: 9;
}
.kl-infos-bottom:after {
  content: "";
  width: 100%;
  height: 150px;
  background: url("../img/candia/jml/illlu-bottom_02.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -150px;
}
.kl-infos-bottom p {
  color: #2a2d30;
  font-size: 14px;
}

.kl-txt-bottom-infos:before {
  content: "";
  width: 331px;
  height: 117px;
  background: url("../img/candia/jml/icon-panneau-PRM-herbe-gauche.svg") no-repeat;
  position: absolute;
  left: -163px;
  top: -7px;
  z-index: 9;
}

.kl-list-laiteries {
  margin-top: 130px;
}
.kl-list-laiteries a.kl-btn-custom {
  padding: 15px 47px;
}

.kl-infos-block-laiterie {
  background: url("../img/candia/jml/bg-ovale_03.png") no-repeat;
  left: 0px;
  top: 0px;
  width: 157px;
  height: 155px;
}
.kl-infos-block-laiterie h3 {
  font-family: "tabitharegular";
  font-size: 38px;
  color: #fff;
  line-height: 29px;
}
.kl-infos-block-laiterie span {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  color: #fff;
}
.kl-infos-block-laiterie span:first-child {
  font-size: 16px;
}

.kl-desc-laiterie {
  line-height: 22px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.kl-bg-purple-second {
  background: #e679ae;
  transition: 0.5s;
}
.kl-bg-purple-second:hover {
  background: #eb749c;
  color: #fff;
}

.kl-section-title-h2-custom.kl-choose {
  padding-bottom: 166px;
}
.kl-section-title-h2-custom.kl-choose h2 {
  display: inline-block;
}
.kl-section-title-h2-custom.kl-choose h2:before {
  content: "";
  width: 72px;
  height: 102px;
  background: url("../img/candia/jml/icon-left-arrow-laiterie.svg") no-repeat;
  position: absolute;
  bottom: -160px;
  left: 130px;
}
.kl-section-title-h2-custom.kl-choose h2:after {
  content: "";
  width: 72px;
  height: 102px;
  background: url("../img/candia/jml/icon-right-arrow-laiterie.svg") no-repeat;
  position: absolute;
  bottom: -130px;
  right: 150px;
}
.kl-section-title-h2-custom.kl-choose:after {
  content: "";
  width: 100%;
  height: 166px;
  background: url("../img/candia/jml/bottom-laiterie-jml_02.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -75px;
}

.kl-index-img {
  height: 110px;
  width: 190px;
  margin: auto auto 30px !important;
  position: relative;
}
.kl-index-img img {
  left: 0;
  top: -39px;
}

.kl-quiz-section .kl-quiz-wrapper .kl-quiz-content figure img {
  display: block !important;
}
.kl-quiz-section .kl-quiz-wrapper .kl-quiz-content figure img.kl-left,
.kl-quiz-section .kl-quiz-wrapper .kl-quiz-content figure img.kl-right {
  opacity: 0;
}
.kl-quiz-section .kl-quiz-wrapper.hover-left .kl-quiz-content figure img {
  opacity: 0;
}
.kl-quiz-section .kl-quiz-wrapper.hover-left .kl-quiz-content figure img.kl-left {
  opacity: 1;
}
.kl-quiz-section .kl-quiz-wrapper.hover-right .kl-quiz-content figure img {
  opacity: 0;
}
.kl-quiz-section .kl-quiz-wrapper.hover-right .kl-quiz-content figure img.kl-right {
  opacity: 1;
}

.kl-thumb-degustation {
  margin-top: 100px;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  min-height: 480px;
}
.kl-thumb-degustation img {
  max-width: 475px;
  position: relative;
  top: 95px;
  float: right;
  margin-right: 35px;
}

.kl-degustation {
  margin-bottom: 135px;
}
.kl-degustation h2 {
  color: #68bfec;
  line-height: 50px;
  font-size: 50px;
}
.kl-degustation .kl-right-content:after {
  content: "";
  width: 174px;
  height: 158px;
  background: url("../img/candia/jml/icon-map-arrow.svg") no-repeat;
  position: absolute;
  right: 150px;
  bottom: -52px;
}

.kl-desc-degustation {
  margin-top: 36px;
  font-size: 16px;
}

.kl-bottom-desc-degustation {
  margin-top: 76px;
  color: #68bfec;
  font-size: 14px;
}

.kl-gmap-jml {
  width: 100%;
  height: 875px;
}

.kl-element-single-recette-block {
  margin-top: 46px;
}

.kl-title-product.kl-infos-block {
  padding: 0px;
  width: 100%;
  bottom: 0px;
  background: #fff;
}
.kl-title-product.kl-infos-block h1 {
  color: #0d4c8c;
  font-family: "Muli", sans-serif;
  font-weight: 900;
  font-size: 33px;
  padding: 0px 42px 30px 42px;
  margin: -5px 0 5px;
}
.kl-title-product.kl-infos-block h1 span {
  font-weight: normal;
}
.kl-title-product.kl-infos-block:before {
  content: "";
  background: url("../img/recettes/before-title-recette.svg") no-repeat center;
  width: 100%;
  background-size: 105%;
  height: 114px;
  position: absolute;
  top: -103px;
  left: 0;
}

.kl-box-shadow {
  box-shadow: 0 0 40px rgba(6, 38, 70, 0.1);
}

.kl-logo-etiquette {
  top: 25px;
  right: 25px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  overflow: hidden;
}

.kl-logo-etiquette-1 {
  top: 25px;
  right: 25px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  overflow: hidden;
}

.kl-logo-etiquette-2 {
  top: 165px;
  right: 25px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  overflow: hidden;
}

.kl-logo-etiquette-3 {
  top: 165px;
  right: 25px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  overflow: hidden;
}

.kl-logo-etiquette-4 {
  top: 165px;
  right: 25px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  overflow: hidden;
}

.kl-element-single-recette-block h2 {
  color: #0d0f10;
  font-family: "tabitharegular";
  font-weight: normal;
  margin-bottom: 8px;
  font-size: 28px;
}

.kl-list-ingredients ul li {
  padding: 8px 0px;
  border-bottom: 1px solid #f3f2f2;
  font-size: 16px;
}
.kl-list-ingredients ul li:last-child {
  border-bottom: none;
}

.kl-note-default {
  background: #0d4c8c;
  border-radius: 30px;
  padding: 10px 15px;
}
.kl-note-default i {
  color: #fff;
}

.kl-note[data-note="1"] i:first-child {
  font-weight: 900;
}
.kl-note[data-note="2"] i:nth-child(2),
.kl-note[data-note="2"] i:first-child {
  font-weight: 900;
}
.kl-note[data-note="3"] i:nth-child(3),
.kl-note[data-note="3"] i:nth-child(2),
.kl-note[data-note="3"] i:first-child {
  font-weight: 900;
}
.kl-note[data-note="4"] i {
  font-weight: 900;
}

.kl-extra-infos-block .kl-extra-infos-field:not(:first-child) {
  margin-top: 50px;
}

.kl-extra-infos-field {
  margin-top: 33px;
  font-family: "Muli", sans-serif;
  color: #343637;
}

.kl-data-key {
  font-weight: 700;
  font-size: 13px;
}

.kl-data-value i {
  margin-right: 5px;
}

.kl-custom-list ul li {
  counter-increment: count-custom-li;
  font-size: 16px;
  position: relative;
  padding-left: 55px;
  padding-bottom: 25px;
}
.kl-custom-list ul li:before {
  content: counter(count-custom-li);
  background: url(../img/recettes/icon-etapes.svg) no-repeat center left;
  font-size: 16px;
  width: 40px;
  height: 39px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #0d4c8c;
  font-weight: 900;
  padding-left: 15px;
  padding-top: 5px;
}
.kl-custom-list ul li.kl-custom-li:before {
  top: -8px;
}
.kl-custom-list ul li strong {
  display: block;
  font-size: 16px;
  color: #0d4c8c;
}
.kl-custom-list ul li p {
  margin-bottom: 15px;
}

.kl-prepa {
  margin-top: 30px;
}

.kl-extra-product {
  width: 425px;
  margin: 20% auto auto auto;
}
@media (max-width: 767px) {
  .kl-extra-product {
    margin: 25% auto auto auto;
  }
}
@media (max-width: 480px) {
  .kl-extra-product {
    margin: 7% auto auto auto;
  }
}

.kl-desc-extra-field span {
  font-weight: 900;
  color: #68bfec;
  font-size: 15px;
}
.kl-desc-extra-field h3 {
  font-weight: 900;
  color: #0d4c8c;
  font-size: 30px;
}

.kl-field-infos {
  font-family: "tabitharegular";
  font-size: 22px;
  color: #0d4c8c;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .kl-field-infos {
    margin-top: 16px;
  }
}

.kl-desc-extra-field {
  padding-top: 75px;
}
.kl-desc-extra-field h3 {
  margin-top: 13px;
}

.kl-see-more-eye {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #dceefb;
  color: #0d4c8c;
  left: 20px;
  top: 60px;
  transition: 0.3s;
  font-size: 31px;
  padding: 9px 5px;
  text-align: center;
}
.kl-see-more-eye:hover {
  background-color: #0d4c8c;
  color: #fff;
}

.kl-list-recent-post .kl-bx-recette--item {
  width: 500px;
  margin: auto;
  margin-bottom: 45px;
}
.kl-list-recent-post .kl-bx-recette--item .kl-recette-description a {
  font-size: 18px;
}

.kl-list-recent-post .kl-bx-recette--item .kl-recette-description div[class*=col-] h4 {
  font-weight: 700;
}

.kl-banner-mentions.kl-hero-default img {
  right: 14%;
  max-width: 556px;
  bottom: 29px;
}
.kl-banner-mentions.kl-hero-default .kl-bx-hero-title .kl-scroll-down-page-block {
  width: 18px;
  height: 24px;
}
.kl-banner-mentions.kl-hero-default .kl-bx-hero-title .kl-scroll-down-page-block img {
  width: auto;
}

.kl-hero-default .kl-title-mention.kl-bx-hero-title {
  padding-top: 164px;
}

.kl-mentions-content {
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 39%, rgb(222, 239, 251) 100%);
}
.kl-mentions-content h3 {
  color: #0d4c8c;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  margin-top: 60px;
}
.kl-mentions-content p {
  margin-bottom: 30px;
  font-size: 15px;
}
.kl-mentions-content a {
  font-family: "Muli", sans-serif;
  font-weight: 500;
  color: #0d4c8c;
  text-decoration: underline;
}

.kl-mentions-content {
  margin-top: 25px;
}

.kl-content-desc-gamme-block .kl-thumb-gamme {
  text-align: center;
}
.kl-content-desc-gamme-block .kl-thumb-gamme img {
  max-height: 330px;
  position: relative;
  top: -139px;
  width: auto;
  margin: 0 auto;
}

.kl-hero-default.kl-hero-result {
  height: 520px;
}
.kl-hero-default.kl-hero-result > img {
  right: 12%;
  bottom: 33px;
}
.kl-hero-default.kl-hero-result .kl-bx-hero-title {
  padding: 37px 72px 0;
}
.kl-hero-default.kl-hero-result .kl-bx-hero-title p {
  font-size: 42px;
  font-weight: 100;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
  max-height: 100%;
  text-align: center;
}
.kl-hero-default.kl-hero-result .kl-bx-hero-title p span {
  font-weight: 600;
}
.kl-hero-default.kl-hero-result .kl-bx-hero-title::before {
  display: none;
}

.kl-sec-result {
  min-height: 510px;
  padding: 124px 0 40px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 34%, rgba(230, 242, 255, 0.3) 69%);
}

.kl-result-list > div {
  margin-bottom: 57px;
}
.kl-result-list .kl-bx-result {
  box-shadow: 0 0 20px rgba(6, 38, 70, 0.1);
  background: #e6f3fc url(../img/recettes/before-thumbnail-recette.svg) no-repeat center top 52px;
  background-size: contain !important;
  padding: 38px 24px 67px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
.kl-result-list .kl-bx-result * {
  position: relative;
  z-index: 2;
}
.kl-result-list .kl-bx-result::after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 77px;
  z-index: 1;
}
.kl-result-list .kl-bx-result:hover {
  transform: scale(1.05);
}
.kl-result-list .kl-bx-result:hover:after {
  top: 80px;
}
.kl-result-list .kl-bx-result > span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 12px;
  border-radius: 40px;
  display: inline-block;
  background: #0d4c8c;
  min-width: 136px;
  text-align: center;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  /*&:hover{
    background: $blue_theme_secondary;
  }*/
}
.kl-result-list .kl-bx-result h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 16px;
}
.kl-result-list .kl-bx-result h2 a {
  color: #343637;
}
.kl-result-list .kl-bx-result h2 span {
  font-weight: 700;
}
.kl-result-list .kl-bx-result p {
  font-size: 16px;
  color: #343637;
  line-height: 1.3;
  margin-bottom: 0;
}
.kl-result-list .kl-bx-result h5 {
  margin: 10px 0 20px;
}

.kl-custom-scroll-content {
  padding: 5px;
}
.kl-custom-scroll-content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.kl-custom-scroll-content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.kl-custom-scroll-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #68bfec !important;
  width: 7px;
}
.kl-custom-scroll-content .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #d9efff !important;
  width: 5px;
}

.page-template-eleveurs .main-wrap {
  transform: none;
}

/*Responsive*/
@media screen and (min-width: 1700px) {
  .kl-recent-recette:before {
    height: 118px;
  }
}
@media screen and (min-width: 1600px) {
  .kl-banner-mentions.kl-hero-default img {
    max-width: 493px;
    right: 22%;
  }
  .kl-tab-desc-bloc .tab-content {
    height: 476px;
  }
  .kl-tab-desc-bloc .tab-content .kl-custom-scroll-content {
    height: 410px;
  }
}
@media screen and (max-width: 1400px) {
  div.kl-tab-desc-bloc {
    margin-top: 19px;
  }
  div.kl-name-team h3 {
    font-size: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .kl-map-block {
    background-size: cover;
  }
  .kl-tab-desc-bloc .tab-content {
    height: auto;
    max-width: 960px;
    /*.kl-custom-scroll-content {
      height: 299px;
    }*/
  }
  .kl-map-block:after {
    height: 388px;
  }
  .kl-sec-quizz-link:before {
    top: -2px;
  }
  .kl-news-about:before {
    background-position: -15px -32px;
    background-size: 105%;
  }
  .rdl-list-more:before {
    background-position: -50px 0px;
    background-size: 105%;
  }
  .kl-news-about:after {
    background-size: cover;
    height: 282px;
  }
  .kl-banner:after {
    height: 120px;
  }
  .kl-txt-bottom-infos:before {
    top: 3px;
  }
  .kl-scroll-down-page-block {
    bottom: 136px;
  }
  .kl-hero-custom.kl-heading-banner-custom {
    height: 617px;
  }
  .kl-visit:before {
    top: -124px;
  }
  .kl-section-title-h2-custom.kl-choose:after {
    height: 201px;
  }
  .kl-recent-recette:before {
    background-size: 101%;
  }
  .kl-title-product.kl-infos-block:before {
    background-size: 120%;
    top: -112px;
  }
  .kl-title-product.kl-infos-block {
    bottom: -2px;
  }
}
@media screen and (min-width: 1360px) {
  .kl-desc-jml-block h3 {
    padding-right: 75px;
  }
  .kl-bx-hero-title.kl-title-mention {
    margin-left: 35px;
  }
}
@media screen and (min-width: 1199px) {
  .kl-custom-container.container {
    width: 990px;
  }
}
@media screen and (min-width: 992px) {
  .kl-desc-visit {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1299px) {
  .kl-infos-right-top .kl-note i {
    font-size: 0.8rem;
  }
  .kl-title-product.kl-infos-block:before {
    top: -98px;
  }
}
@media screen and (max-width: 1199px) {
  .kl-img-data-recent-post .kl-lire-plus {
    height: 94px;
    padding-top: 40px;
  }
  .kl-img-data-recent-post:after {
    background-position: bottom left;
    background-size: 100% auto;
    width: 130%;
  }
  .kl-list-gamme {
    margin-top: 100px;
  }
  .kl-left-element-bg-about {
    width: 150px;
  }
  .kl-right-element-bg-about {
    width: 150px;
  }
  .kl-gamme-block {
    width: 75% !important;
  }
  .kl-title-gamme {
    padding-left: 15px;
  }
  .kl-title-gamme {
    margin-left: 282px;
  }
  .kl-medium-size-gamme .kl-title-gamme {
    margin-left: 200px !important;
  }
  .kl-big-size .kl-title-gamme {
    padding-left: 0px !important;
    margin-left: 310px !important;
  }
  .kl-parent-bloc .kl-medium-size-gamme {
    margin-left: 105px;
  }
  .kl-thumb-jml img {
    max-width: 100%;
  }
  .kl-visit .kl-help-block {
    right: -36px;
    top: 49px;
  }
  .kl-infos-bottom:after {
    bottom: -125px;
  }
  .kl-txt-bottom-infos:before {
    top: 17px;
  }
  .kl-thumb-degustation img {
    max-width: 100%;
    position: static;
    margin-right: 0px;
  }
  .kl-hero-custom.kl-heading-banner-custom {
    height: 487px;
  }
  .kl-list-laiteries .col-md-5.mr-5:nth-child(n+2) {
    margin-right: 0px !important;
  }
  .kl-right-cloud {
    right: 15px;
  }
  .kl-note-default {
    padding: 10px;
  }
  .kl-infos-right-top {
    padding: 0px;
  }
  .kl-title-product.kl-infos-block:before {
    top: -93px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .kl-slider--item .cta-carrou {
    bottom: 55px;
  }
  .kl-slider--item .cta-carrou .kl-btn {
    padding: 11px 25px;
  }
  .kl-name-team h3 {
    font-size: 50px;
  }
  .kl-tab-desc-bloc .kl-nav-tabs.nav-tabs a {
    padding: 12px 7px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1064px) {
  .kl-list-ingredients ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .kl-description-right-block {
    padding-right: 90px;
  }
  .kl-the-post h3 {
    font-size: 1.6rem;
  }
  .kl-img-data-recent-post .kl-content-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .kl-infos-block {
    padding-right: 108px;
  }
  .kl-laitiers-bloc .container p {
    font-size: 16px;
  }
  .kl-map-block {
    margin-bottom: 175px;
  }
  .kl-list-recent-post .kl-bx-recette--item {
    width: 450px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .kl-anchor {
    position: relative;
    top: -180px;
  }
  .kl-infos-block h1 {
    font-size: 35px;
  }
  .kl-img-data-recent-post {
    min-height: 441px;
    width: 363px;
  }
  .kl-img-data-recent-post .kl-content-block {
    padding-top: 130px;
  }
  .kl-img-data-recent-post .kl-content-block .kl-post-excerpt {
    max-height: 94px;
  }
  .kl-desc-laitiers {
    margin-left: 8%;
  }
  .kl-laitiers-bloc .container .kl-btn-custom {
    font-size: 16px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .kl-banner-mentions.kl-hero-default img {
    max-width: 480px;
  }
  .kl-hero-default.kl-hero-result .kl-bx-hero-title {
    padding: 0 94px 0 23px;
    width: 528px;
  }
  div.kl-result-list .kl-bx-result {
    background: #e6f3fc url("../img/recettes/before-thumbnail-recette.svg") no-repeat center top 52px/105% auto;
    transition: all 0.05s ease-in-out;
  }
  div.kl-result-list .kl-bx-result:hover {
    background: #c5e3f9 url("../img/recettes/before-thumbnail-recette.svg") no-repeat center top 54px/105% auto;
    transform: scale(1.01);
  }
  div.kl-result-list .kl-bx-result:hover::after {
    top: 78px;
  }
  div.kl-result-list .kl-bx-result:after {
    top: 74px;
  }
}
@media screen and (max-width: 991px) {
  .kl-search-form-mob {
    position: relative;
  }
  .kl-search-form-mob .submit {
    background: transparent;
    color: #c9d0d7;
    font-size: 16px;
    border: none;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .kl-search-form-mob .submit:hover, .kl-search-form-mob .submit:focus {
    outline: none;
    box-shadow: none;
    color: #0d4c8c;
  }
  section.kl-sec-result {
    padding: 0 0 40px;
    min-height: 310px;
  }
  .kl-hero-default.kl-hero-result .kl-bx-hero-title {
    padding: 0 94px 0 23px;
    width: 391px;
  }
  .kl-hero-default.kl-hero-result .kl-bx-hero-title p {
    font-size: 35px;
  }
  div.kl-result-list .kl-bx-result:hover {
    transform: none;
    background: #c5e3f9 url("../img/recettes/before-thumbnail-recette.svg") no-repeat center top;
    background-size: contain;
  }
  div.kl-result-list .kl-bx-result:hover::after {
    top: 69px;
  }
  div.kl-result-list .kl-bx-result::after {
    top: 69px;
  }
  div.kl-result-list .kl-bx-result h2 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 11px;
  }
  .kl-tab-desc-bloc .tab-content .kl-custom-scroll-content {
    height: auto !important;
  }
  .kl-anchor {
    top: -100px;
  }
  .kl-dossier-single:before {
    width: 100%;
  }
  .kl-left-bg-dossier {
    width: 100% !important;
  }
  .kl-left-bg-dossier {
    position: relative !important;
    width: 100%;
    min-height: 600px;
  }
  .kl-left-bg-dossier.position-absolute {
    position: relative !important;
  }
  .kl-description-right-block {
    padding-left: 35px;
    padding-right: 35px;
  }
  .kl-left-bg-dossier {
    top: 0 !important;
  }
  .kl-icon-goutte {
    margin-top: 70px;
  }
  .kl-bx-mark {
    margin-bottom: 15px;
  }
  .kl-logo-banner img {
    width: 350px;
  }
  .kl-left-element-bg-about {
    bottom: -310px;
  }
  .kl-right-element-bg-about {
    top: -121px;
    bottom: inherit;
  }
  .kl-gamme-block {
    margin: auto !important;
    float: none !important;
    width: 575px !important;
  }
  .kl-content-desc-gamme-block {
    margin-right: 0px !important;
  }
  .kl-strawberry .kl-bg-element-gamme {
    width: 328px;
    right: -85px;
    bottom: -18px;
  }
  .kl-chocolate .kl-bg-element-gamme {
    width: 159px;
    left: -96px;
    top: -57px;
  }
  .kl-cacao .kl-bg-element-gamme {
    left: -118px;
    width: 208px;
  }
  .kl-parent-bloc:last-child .kl-medium-size-gamme .kl-thumb-gamme {
    max-width: 185px;
  }
  .kl-cacao.kl-medium-size-gamme .kl-title-gamme {
    padding-left: 15px;
  }
  .kl-gamme h2 {
    margin-left: 0px;
  }
  .kl-excerpt-desc-gamme {
    padding-right: 15px !important;
  }
  .kl-map-block {
    min-height: 731px;
    margin-bottom: 175px;
  }
  .kl-map-eleveurs {
    width: 498px;
    height: 516px;
    background-size: contain !important;
    background-repeat: no-repeat;
  }
  .kl-list-eleveur-marker a.kl-maxime img,
  .kl-list-eleveur-marker a.kl-severine img {
    width: 71px;
  }
  .kl-list-eleveur-marker a.kl-clo img {
    width: 136px;
  }
  .kl-list-eleveur-marker a.kl-fab img {
    width: 107px;
  }
  .kl-east {
    right: -37px;
    top: 31px;
  }
  .kl-west {
    top: 65px;
    left: -12px;
  }
  .kl-help-block {
    width: 150px;
    height: 150px;
  }
  .kl-help-block h2 {
    font-size: 1.3rem;
  }
  .kl-south {
    bottom: 123px;
    left: -9px;
  }
  .kl-desc-laitiers {
    padding-top: 105px;
  }
  .kl-desc-laitiers .kl-btn-custom {
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 16px !important;
  }
  .kl-content-modal {
    padding: 0 20px;
  }
  .kl-nav-tabs.nav-tabs {
    display: block;
    text-align: center;
  }
  .kl-nav-tabs.nav-tabs li {
    display: inline-block;
  }
  .kl-nav-tabs.nav-tabs li a {
    font-size: 18px;
    padding: 0 8px 15px;
  }
  .kl-close-modal {
    margin-top: 94px;
  }
  .kl-arrow-modal {
    right: 26px;
    top: 77px;
  }
  .kl-modal-team {
    overflow: auto !important;
  }
  .kl-content-modal {
    overflow-x: hidden !important;
    overflow-y: scroll;
  }
  .kl-list-jml .row:nth-child(n+2) .kl-thumb-jml {
    order: 1;
  }
  .kl-list-jml .row:nth-child(n+2) .kl-desc-jml-block {
    padding-left: 15px;
  }
  .kl-infos-visit {
    margin-top: 45px;
  }
  .kl-degustation .kl-right-content:after {
    width: 106px;
    bottom: -140px;
  }
  .kl-hero-custom .kl-bx-hero-title {
    padding-right: 30px;
  }
  .kl-hero-custom.kl-heading-banner-custom {
    height: 534px;
  }
  .kl-visit {
    margin-bottom: 100px;
  }
  .kl-list-jml .kl-desc-jml-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .kl-degustation h2 {
    font-size: 38px;
  }
  .kl-bottom-desc-degustation {
    margin-top: 36px;
  }
  .kl-title-product.kl-infos-block:before {
    top: -113px;
    background-size: 113%;
  }
  .kl-recent-recette:before {
    background-size: 101%;
  }
  .kl-banner-mentions.kl-hero-default img {
    right: 3%;
    max-width: 293px;
    top: 19%;
  }
}
@media screen and (width: 768px) {
  .kl-visit .kl-help-block {
    right: 7px;
  }
}
.kl-list-eleveur-marker a.kl-jf {
  bottom: 149px;
  left: 21%;
}

.kl-list-eleveur-marker a.kl-alexandre {
  top: 509px;
  right: 18%;
}

.kl-list-eleveur-marker a.kl-jm {
  top: 379px;
  left: 15%;
}

@media screen and (max-width: 767px) {
  div.kl-result-list .kl-bx-result {
    height: auto;
    padding: 38px 24px;
    background: #e6f3fc url(../img/recettes/before-thumbnail-recette.svg) no-repeat center top 52px/105% auto;
  }
  div.kl-result-list .kl-bx-result:hover {
    background: #c5e3f9 url(../img/recettes/before-thumbnail-recette.svg) no-repeat center top 52px/105% auto;
  }
  div.kl-result-list .kl-bx-result:hover::after {
    top: 77px;
  }
  div.kl-result-list .kl-bx-result::after {
    top: 77px;
  }
  .kl-modal-team .kl-name-team h3 {
    font-size: 65px;
    text-align: center;
  }
  .kl-modal-team .kl-content-modal {
    height: auto;
    padding: 0 15px 68px;
  }
  .kl-hero-custom.kl-heading-banner-custom .kl-bx-hero-title {
    padding-right: 0;
  }
  .kl-map-block {
    padding-top: 55px;
  }
  .kl-map-block h1 {
    margin-bottom: 45px;
  }
  .kl-map-eleveurs {
    width: 360px;
    height: 372px;
  }
  .kl-list-eleveur-marker a.kl-maxime {
    top: -29px;
    left: 53%;
  }
  .kl-list-eleveur-marker a.kl-maxime img {
    width: 55px;
  }
  .kl-list-eleveur-marker a.kl-clo {
    top: 29px;
    left: 67%;
  }
  .kl-list-eleveur-marker a.kl-clo img {
    width: 103px;
  }
  .kl-list-eleveur-marker a.kl-fab {
    top: 49px;
    left: 48%;
  }
  .kl-list-eleveur-marker a.kl-fab img {
    width: 86px;
  }
  .kl-list-eleveur-marker a.kl-severine {
    bottom: 9px;
    left: 20%;
  }
  .kl-list-eleveur-marker a.kl-severine img {
    width: 55px;
  }
  .kl-list-eleveur-marker a.kl-jf {
    bottom: 10px;
    left: 29%;
  }
  .kl-list-eleveur-marker a.kl-jf img {
    width: 75px;
  }
  .kl-list-eleveur-marker a.kl-alexandre {
    top: 159px;
    right: 18%;
  }
  .kl-list-eleveur-marker a.kl-alexandre img {
    width: 75px;
  }
  .kl-list-eleveur-marker a.kl-jm {
    top: 100px;
    left: 15%;
  }
  .kl-list-eleveur-marker a.kl-jm img {
    width: 75px;
  }
  .kl-help-block {
    width: 120px;
    height: 120px;
    bottom: 0px;
    right: -57px;
  }
  .kl-help-block h2 {
    font-size: 1rem;
    margin-bottom: 0px;
  }
  .kl-help-block span {
    font-size: 12px;
    line-height: 1.1;
  }
  .kl-map-block {
    margin-bottom: 107px;
    min-height: 565px;
  }
  .kl-map-block h1 {
    padding-left: 0px;
  }
  .kl-west {
    top: 35px;
    left: -62px;
  }
  .kl-east {
    right: -60px;
    top: 14px;
  }
  .kl-south {
    bottom: 84px;
    left: -27px;
  }
  .kl-list-bloc-eleveur h2 {
    font-size: 32px;
  }
  .kl-bloc-eleveur .kl-portrait {
    top: 0px !important;
    margin-left: 0px !important;
    margin-top: 75px;
  }
  .kl-desc-laitiers {
    background: #dceefb;
    padding-top: 100px;
  }
  .kl-laitiers-bloc {
    padding: 75px 0px;
  }
  .kl-laitiers-bloc .container {
    max-width: 100% !important;
  }
  .kl-laitiers-bloc .container .kl-mask-img-bloc,
  .kl-laitiers-bloc .container .kl-desc-laitiers {
    padding: 0px 75px;
  }
  section.kl-laitier-bloc.kl-sec-quizz-link .kl-mask-bull {
    width: 300px;
    height: 300px;
  }
  .kl-banner:after {
    left: 0px;
  }
  .kl-visit .kl-help-block {
    width: 110px;
    height: 110px;
  }
  .kl-visit .kl-help-block h2 {
    font-size: 1.5rem;
  }
  .kl-visit .kl-help-block span {
    font-size: 1.2rem;
  }
  .kl-list-visit-process .col-md-3 {
    padding: 0px 30px;
    text-align: center;
    margin-bottom: 35px;
  }
  .kl-list-visit-process .col-md-6 {
    padding: 0px 30px;
  }
  .kl-picto-cooperation {
    position: static !important;
  }
  .kl-picto-cooperation img {
    width: 100px;
  }
  .kl-list-laiteries .col-md-5 {
    margin-bottom: 75px;
  }
  .kl-section-title-h2-custom.kl-choose h2:before,
  .kl-section-title-h2-custom.kl-choose h2:after {
    display: none;
  }
  .kl-choose .col-md-5.mr-5 {
    margin-right: 0px !important;
  }
  .kl-section-title-h2-custom.kl-choose {
    padding-bottom: 75px;
  }
  .kl-degustation .kl-right-content {
    margin-left: 0px !important;
  }
  .kl-scroll-to {
    display: none !important;
  }
  .kl-list-jml .kl-desc-jml-block {
    padding-right: 15px;
  }
  .kl-infos-right-top {
    margin-top: 45px;
  }
  .kl-note {
    max-width: 117px;
    margin: auto;
  }
  .kl-recent-recette .kl-desc-extra-field {
    margin-top: 25px;
    padding-top: 0px;
  }
  .kl-recent-recette {
    margin-left: 0px;
  }
  .kl-recent-recette .kl-img-extra {
    width: 50%;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .kl-recent-recette .kl-img-extra {
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .kl-hero-default.kl-hero-result > img {
    right: 4%;
    top: 20%;
    max-width: 244px;
  }
  .kl-hero-default.kl-hero-result .kl-bx-hero-title {
    padding: 0 83px 0 55px;
    width: 391px;
  }
}
@media screen and (max-width: 720px) {
  .kl-left-element-bg-about,
  .kl-right-element-bg-about {
    display: none;
  }
  .kl-bg-element-gamme {
    display: none;
  }
  .kl-content-desc-gamme-block {
    margin: auto !important;
  }
  /*.kl-elevator{ display:none !important;}*/
  .kl-map-visit img {
    width: 85%;
    display: block;
    margin: auto;
  }
  .kl-visit .kl-help-block {
    right: 5%;
    display: block !important;
  }
  .kl-infos-bottom:after {
    bottom: -146px;
  }
  .kl-gmap-jml {
    height: 500px;
  }
  .kl-title-product.kl-infos-block:before {
    top: -102px;
  }
  .kl-recent-recette:before {
    background-size: 102%;
  }
}
@media screen and (max-width: 650px) {
  .kl-infos-block {
    bottom: 105px;
  }
  .kl-infos-block h1 {
    font-size: 40px;
  }
  .kl-gamme-block {
    width: 100% !important;
  }
  .kl-thumb-gamme {
    max-width: 185px;
  }
  .kl-big-size .kl-title-gamme {
    margin-left: 200px !important;
    padding-left: 24px !important;
    padding-right: 0px;
  }
  .kl-content-desc-gamme-block .col-6 {
    max-width: 100%;
    flex: 0 0 auto;
  }
  .kl-content-desc-gamme-block {
    max-height: inherit !important;
  }
  .kl-parent-bloc:last-child .kl-medium-size-gamme .kl-thumb-gamme {
    max-width: inherit !important;
  }
  .kl-parent-bloc .kl-title-gamme {
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 40px;
  }
  .kl-content-desc-gamme-block {
    padding: 25px;
  }
  .kl-title-gamme {
    margin-bottom: 90px;
    padding-right: 0px;
  }
  .kl-modal-team {
    overflow: auto !important;
  }
  .kl-bg-img-team-modal {
    display: none;
  }
  .kl-tab-desc-bloc {
    margin-bottom: 45px;
    padding-bottom: 60px;
  }
  .kl-elevator {
    right: 0;
    bottom: 40px;
  }
  .kl-elevator img {
    width: 105px;
  }
  .kl-infos-bottom:before {
    right: 10% !important;
  }
  .kl-gamme h2 {
    font-size: 60px;
    margin-bottom: 1rem;
  }
  .kl-list-gamme {
    margin-top: 60px;
  }
  .kl-content-desc-gamme-block > .row {
    align-items: center;
  }
  .kl-content-desc-gamme-block .kl-thumb-gamme img {
    max-height: 209px;
    position: relative;
    top: 0;
    width: auto;
    margin: 0 auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 575px) {
  .kl-infos-block {
    padding-right: 50px;
  }
  .kl-img-data-recent-post:after {
    background: url(../img/le-Lait-Vous/btn-vague-blanc.svg) no-repeat bottom center;
    background-size: cover;
    width: 120%;
  }
  .kl-img-data-recent-post .kl-lire-plus {
    height: 83px;
    padding-top: 38px;
  }
  .kl-content-right-block-single .kl-img-data-recent-post {
    width: 100%;
  }
  .kl-infos-block {
    bottom: 50px;
  }
  .kl-img-data-recent-post {
    width: 85%;
  }
  .kl-img-data-recent-post .kl-content-block {
    padding-top: 130px;
  }
  .kl-img-data-recent-post .kl-content-block .kl-post-excerpt {
    max-height: inherit;
  }
  .kl-logo-banner img {
    width: 250px;
  }
  .kl-btn-more-choice .kl-btn-custom {
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .kl-title-heading h2 span {
    margin-left: 0px;
  }
  .kl-news-about {
    padding: 122px 0px 192px 0px;
  }
  .rdl-list-more {
    padding: 122px 0px 50px 0px;
  }
  .kl-desc-about-block h3 {
    margin-top: 40px;
  }
  .kl-gamme h2 {
    font-size: 63px;
    text-align: center;
  }
  .kl-desc-laitiers {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .kl-map-block {
    background-size: cover !important;
  }
  .kl-list-laiteries {
    margin-top: 29px;
  }
  .kl-section-title-h2-custom.kl-choose {
    margin-bottom: 75px;
    padding-bottom: 30px;
  }
  .kl-section-title-h2-custom.kl-choose {
    margin-bottom: 0px;
  }
  .kl-thumb-degustation {
    min-height: auto;
    margin-bottom: 50px;
    background-size: 95% !important;
    background-position: 15px 15px !important;
  }
  .kl-thumb-degustation img {
    max-width: 95%;
  }
  .kl-visit-process h2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 45px;
  }
  .kl-title-product.kl-infos-block {
    padding-top: 15px;
  }
  .kl-title-product.kl-infos-block:before {
    top: -83px;
  }
  .kl-recent-post {
    padding-left: 15px;
    padding-right: 15px;
  }
  .kl-recent-post .kl-bx-recette--item {
    width: 100%;
  }
  .kl-bx-contact.kl-mentions-content {
    padding: 15px 0 90px;
  }
  section.kl-hero-default.kl-hero-result {
    padding-top: 49px;
    align-items: flex-start;
    display: block;
    justify-content: center;
  }
  section.kl-hero-default.kl-hero-result > img {
    position: static;
    display: block;
    margin: 0 auto 30px;
    transform: none;
  }
  section.kl-hero-default.kl-hero-result > div {
    overflow: visible;
  }
  section.kl-hero-default.kl-hero-result .kl-bx-hero-title {
    padding: 0 35px;
    width: 100% !important;
    text-align: center;
    position: static;
    transform: none;
  }
  section.kl-hero-default.kl-hero-result .kl-bx-hero-title p {
    font-size: 25px;
  }
  div.kl-result-list .kl-bx-result:hover::after {
    top: 69px;
  }
  div.kl-result-list .kl-bx-result::after {
    top: 69px;
  }
}
@media screen and (max-width: 480px) {
  .kl-modal-team .kl-name-team h3 {
    font-size: 55px;
    text-align: center;
    line-height: 1.1;
  }
  .kl-img-data-recent-post:after {
    background: url(../img/le-Lait-Vous/btn-vague-blanc.svg) no-repeat bottom center;
    background-size: cover;
    width: 100%;
    left: 0;
  }
  .kl-btn-link-blue {
    padding: 16px 14px;
    font-size: 16px;
  }
  .kl-infos-block h1 {
    font-size: 30px;
  }
  .kl-logo-banner img {
    width: 160px;
  }
  .kl-title-heading h2 {
    line-height: 1;
  }
  .kl-desc-about-block h3 {
    font-size: 26px;
  }
  .kl-news-about:before, .rdl-list-more:before {
    width: 100%;
  }
  .kl-banner:after {
    bottom: -2px;
  }
  .kl-map-eleveurs {
    width: 298px;
    height: 310px;
  }
  .kl-help-block {
    display: none;
  }
  .kl-map-block h1 {
    font-size: 53px;
  }
  .kl-list-eleveur-marker a.kl-maxime img {
    width: 39px;
  }
  .kl-list-eleveur-marker a.kl-clo {
    top: 10px;
    left: 65%;
  }
  .kl-list-eleveur-marker a.kl-clo img {
    width: 81px;
  }
  .kl-list-eleveur-marker a.kl-fab {
    top: 28px;
    left: 46%;
  }
  .kl-list-eleveur-marker a.kl-fab img {
    width: 70px;
  }
  .kl-list-eleveur-marker a.kl-severine {
    bottom: 9px;
    left: 19%;
  }
  .kl-list-eleveur-marker a.kl-severine img {
    width: 40px;
  }
  .kl-bloc-eleveur .kl-bg-name {
    font-size: 25px;
    padding: 35px 35px 30px 35px;
    width: 198px;
    height: 107px;
  }
  .kl-mask-img-bloc img {
    width: 100%;
    -webkit-mask-size: 250px;
            mask-size: 250px;
    max-width: inherit !important;
    height: 251px;
  }
  .kl-name-posiiton span {
    font-size: 15px;
  }
  .kl-name-posiiton span:first-child {
    font-size: 13px;
  }
  .kl-west {
    top: 6px;
    left: -8px;
  }
  .kl-east {
    right: -22px;
    top: -8px;
  }
  .kl-south {
    left: -13px;
  }
  .kl-map-block {
    min-height: 503px;
  }
  .kl-content-modal {
    overflow: hidden !important;
  }
  .kl-banner:after {
    background-size: 105%;
  }
  .kl-visit .kl-help-block {
    top: 0px;
  }
  .kl-degustation .kl-right-content:after {
    bottom: -167px;
  }
  .kl-gmap-jml {
    height: 400px;
  }
  .kl-banner:after {
    background-size: 110%;
  }
  .kl-visit h3 {
    font-size: 25px;
  }
  .kl-bottom-desc-degustation {
    margin-top: 35px;
  }
  .kl-thumb-degustation img {
    float: none;
  }
  .kl-desc-extra-field h3 {
    padding-right: 169px;
  }
  .kl-title-product.kl-infos-block {
    bottom: -2px;
  }
  .kl-extra-product {
    width: 100%;
  }
  .kl-recent-recette:before {
    background-size: 104%;
  }
  .kl-desc-extra-field span,
  .kl-desc-extra-field h3,
  .kl-field-infos {
    display: block;
    text-align: center;
    padding-right: 0px;
  }
  .kl-img-extra {
    text-align: center;
  }
  .kl-see-more-eye {
    left: 32%;
  }
  .kl-hero-custom.kl-heading-banner-custom {
    min-height: inherit;
    overflow: visible;
    height: 444px;
    text-align: center;
    margin-bottom: 141px;
  }
  .kl-hero-custom.kl-heading-banner-custom figure {
    width: 414px;
    height: 306px;
  }
  .kl-hero-custom.kl-heading-banner-custom figure > img {
    right: -4px;
  }
  .kl-hero-custom.kl-heading-banner-custom .kl-ribbon {
    top: 32px;
    left: 59px;
  }
  .kl-hero-custom.kl-heading-banner-custom .kl-ribbon img {
    width: auto;
    height: auto;
    max-width: 130px;
  }
}
@media screen and (max-width: 375px) {
  .kl-see-more-eye {
    left: 24%;
  }
}
@media screen and (max-width: 359px) {
  /*.kl-list-position{ display:none;}*/
  .kl-west {
    left: 0px;
  }
  .kl-south {
    left: -8px;
  }
  .kl-east {
    right: 1px;
    top: -30px;
  }
  .kl-list-bloc-eleveur .container {
    padding: 0px 45px;
  }
  .kl-news-about:before, .rdl-list-more:before {
    background-position: 2px 0px;
  }
  .kl-visit-process h2 {
    font-size: 35px !important;
  }
  .kl-bx-recette--item .kl-recette-description:after {
    top: -21px;
  }
  div.kl-result-list .kl-bx-result:hover::after {
    top: 63px;
  }
  div.kl-result-list .kl-bx-result::after {
    top: 63px;
  }
  section.kl-hero-default.kl-hero-result > img {
    max-width: 236px;
  }
}
.kl-hero-404 {
  background: url(../img/vague.png) #0d4c8c center center repeat-x !important;
  min-height: 220px;
  background-size: 100% !important;
}

.content-404 {
  min-height: 500px;
  width: 100%;
  position: relative;
  background-size: cover !important;
  display: flex;
  align-items: center;
}
.content-404 h1 {
  color: #0d4c8c;
  font-family: "tabitharegular";
  font-size: 45px;
}
.content-404 img {
  position: relative;
  margin: 0 auto;
}
.content-404 .col-md-7 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.content-404 .col-md-7 p {
  color: #0d4c8c;
  font-weight: 600;
  padding-right: 40px;
}

.content-404::after {
  content: "";
  background: url(../img/vector-404.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 540px;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .content-404 {
    height: 740px !important;
  }
  .content-404 .col-md-5 {
    margin: 30px 0 40px;
  }
  .content-404 .col-md-7 {
    gap: 50px;
  }
  .content-404 .col-md-7 p {
    padding-right: 0px;
  }
}
.single-produit {
  /*.kl-candyup-gamme::after{
      content: "";
      //background: url(../img/candyup/bg-gamme.svg) repeat-y calc(50% + 30px) top;
      position: absolute;
      top: -90px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
  }*/
}
.single-produit .kl-candyup-celebration {
  padding: 0;
  background-color: transparent;
}
.single-produit .kl-candyup-celebration .kl-artice-sm-left {
  position: absolute;
  top: 0;
  left: -200px;
  z-index: -1;
}
.single-produit .kl-candyup-celebration .kl-artice-lg-right {
  position: absolute;
  top: 650px;
  right: -200px;
  z-index: -1;
}
.single-produit .kl-candyup-celebration .kl-artice-sm-right {
  position: absolute;
  top: 0;
  right: -180px;
  transform: translateY(-75%);
  z-index: -1;
}
.single-produit .kl-img-product-2 {
  max-width: 200px;
  margin-left: 50px;
}

.kl-gamme {
  padding-top: 90px;
  padding-bottom: 50px;
}

.kl-gamme-item .kl-gamme {
  padding: 0;
}

.pictoconserv {
  padding-top: 10px;
}

.kl-product-description .kl-bx-card .infosconverv li {
  margin-bottom: 0;
}
.kl-product-description .kl-bx-card .infosconverv li:first-child {
  margin-bottom: 40px;
}

.kl-bx-contact .kl-switch-form .nav-tabs li a:hover {
  opacity: 1;
}

.kl-list-eleveur-marker .kl-alexandre img {
  width: 100px;
}
.kl-list-eleveur-marker .kl-jf img {
  width: 135px;
}
.kl-list-eleveur-marker .kl-jm img {
  width: 190px;
}

.navbar-toggler {
  background-color: #0d4c8c;
  border: 1px solid #0d4c8c;
  color: #fff !important;
  padding: 10px 15px;
  font-size: 30px;
}

.kl-gamme-item.slick-current .kl-thumbnail img.kl-gamme {
  max-width: 100%;
  height: auto;
}

.kl-slider-gammes .kl-arrows button {
  width: 45px;
  height: 23px;
  border: none;
  position: relative;
  z-index: 9999999;
}

.kl-thumbnail img.kl-gamme {
  display: none;
}

.kl-gamme-item.slick-current .kl-thumbnail img.kl-gamme {
  display: inline-block;
}

.portrait-e-min {
  transition: all 0.2s ease-in-out;
}
.portrait-e-min:hover {
  transform: scale(1.1);
}

.ba-white {
  background: #fff;
  border-radius: 30px !important;
}

.kl-file-input {
  display: block;
  text-align: left;
  background: #fff;
  border: 2px solid #c9d0d7;
  padding: 12px;
  width: 100%;
  position: relative;
  border-radius: 10px;
}
.kl-file-input .validation_message {
  display: none;
}
.kl-file-input > [type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.kl-file-input > .kl-btn-file {
  display: inline-block;
  cursor: pointer;
  background: #e1f1fc;
  padding: 12px 20px;
  border-radius: 8px;
  margin-right: 8px;
  color: #0d4c8c;
}
.kl-file-input:hover > .kl-btn-file {
  background: #0d4c8c;
  color: #fff;
}
.kl-file-input > .kl-label-file {
  color: #333;
  white-space: nowrap;
  opacity: 0.3;
}
.kl-file-input.-chosen > .kl-label-file {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .kl-file-input .kl-label-file,
  .kl-file-input .kl-btn-file {
    display: inline-block !important;
  }
}
@media (max-width: 480px) {
  .kl-file-input .kl-label-file,
  .kl-file-input .kl-btn-file {
    display: block !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  #nav-item__contact {
    width: 100%;
  }
}

@media (max-height: 668px) {
  .page-template-recherche .kl-hero-default.kl-hero-result,
  .page-template-recherche-baby .kl-hero-default.kl-hero-result {
    height: 440px;
  }
  .page-template-recherche .kl-hero-default::after,
  .page-template-recherche-baby .kl-hero-default::after {
    height: 100px;
  }
}
@media (max-height: 599px) {
  .page-template-recherche .kl-hero-default.kl-hero-result,
  .page-template-recherche-baby .kl-hero-default.kl-hero-result {
    height: 400px;
  }
}

.single-post .article {
  margin-bottom: -130px;
}

.separate {
  min-height: 200px;
}

.carousel__title {
  font-family: "Muli", sans-serif;
  font-weight: 900 !important;
  font-size: 45px !important;
  margin-top: 0px;
}

.kl-mentions-content ul {
  margin-bottom: 30px;
}
.kl-mentions-content ul li {
  margin-bottom: 30px;
  font-size: 15px;
  list-style-type: circle;
  padding-left: 15px;
  margin-right: 15px;
}

.postid-7 .kl-marque {
  background: #763325;
}
.postid-7 .kl-marque .kl-about h1,
.postid-7 .kl-marque .kl-about h2,
.postid-7 .kl-marque .kl-about p,
.postid-7 .kl-marque .kl-about .kl-txt-more {
  color: #fff !important;
}
.postid-7 .kl-desc-about-block h3 {
  font-weight: 900;
  font-size: 45px;
  margin-top: 70px;
}
.postid-7 .kl-banner:after {
  background: url(../img/marques/marque-single/divider-before-about-m.svg) no-repeat bottom;
  background-size: cover;
}
.postid-7 .kl-news-about:before, .postid-7 .rdl-list-more:before {
  background: url(../img/marques/marque-single/divider-after-about-m.svg) no-repeat;
}

.manger {
  background: #f3e8de;
  padding: 40px 0;
}
.manger p {
  color: #763325;
}
.manger h3 {
  color: #763325;
  font-weight: 900;
  font-size: 34px;
  margin-bottom: 0px;
  font-family: "tabitharegular";
}
.manger h3 span {
  font-size: 28px;
}
.manger h3 a {
  color: #4aac4c;
}
.manger h3 a:hover {
  color: #4aac4c !important;
}
.manger .postid-7 .kl-decs-about {
  color: #fff;
}
.manger .postid-7 .kl-btn-custom {
  color: #763325;
}

.saveur {
  position: absolute;
  right: 20px;
  top: 120px;
  z-index: 99;
  width: 100px;
  height: auto;
}

.postid-7 .kl-decs-about p {
  color: #fff;
}
.postid-7 .kl-btn-custom {
  color: #ad4214;
}

.page-template-bascarbone .sig {
  color: black;
}
.page-template-bascarbone .kl-title-gamme {
  color: black;
}
@media (min-width: 2000px) and (max-width: 3120px) {
  .page-template-bascarbone .kl-gamme {
    padding-top: 295px;
  }
}
.page-template-bascarbone .z-1 {
  z-index: 1;
}
.page-template-bascarbone .z-2 {
  z-index: 2;
}
.page-template-bascarbone .bold {
  font-weight: 700;
}
.page-template-bascarbone .px-10 {
  padding: 0 10rem;
}
.page-template-bascarbone .px-8 {
  padding: 0 8rem;
}
@media (min-width: 992px) {
  .page-template-bascarbone .px-8-desktop {
    padding: 0 8rem;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .px-1-mobile {
    padding: 0 1rem;
    text-align: center;
  }
  .page-template-bascarbone .mb-2-mobile {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .flex-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-template-bascarbone .text-center-mobile {
    text-align: center;
  }
  .page-template-bascarbone .mt-2-mobile {
    margin-top: 2rem;
  }
}
@media (max-width: 500px) {
  .page-template-bascarbone .w-80-mobile {
    width: 80%;
  }
}
.page-template-bascarbone .kl-content-desc-gamme-block .kl-thumb-gamme {
  height: 208px;
}
@media (max-width: 700px) {
  .page-template-bascarbone .kl-content-desc-gamme-block .kl-thumb-gamme {
    height: 300px;
  }
}
.page-template-bascarbone .header-bascarbone {
  background: #017633;
  padding: 4rem 1rem;
  position: relative;
}
.page-template-bascarbone .header-bascarbone:after {
  content: "";
  position: absolute;
  background: url(../../assets/img/bas-carbone/vector-green.svg);
  background-size: cover;
  width: 100%;
  height: 300px;
  bottom: -130px;
  left: 0px;
  z-index: 1;
}
@media (min-width: 2000px) and (max-width: 3200px) {
  .page-template-bascarbone .header-bascarbone:after {
    height: 441px;
  }
}
.page-template-bascarbone .header-bascarbone .title-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-template-bascarbone .header-bascarbone h1 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 54px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
.page-template-bascarbone .header-bascarbone h2 {
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 500px) {
  .page-template-bascarbone .header-bascarbone h2 {
    font-size: 28px;
  }
}
.page-template-bascarbone .header-bascarbone p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  padding-right: 4rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .page-template-bascarbone .header-bascarbone p {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .header-bascarbone p {
    margin-bottom: 2rem;
  }
}
.page-template-bascarbone .header-bascarbone a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  border: 2px solid #3EAD2B;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 1rem 3rem;
  background: #3EAD2B;
  border-radius: 26px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .page-template-bascarbone .header-bascarbone a {
    margin-top: 0.5rem;
  }
}
@media (min-width: 700px) and (max-width: 992px) {
  .page-template-bascarbone .header-bascarbone a {
    font-size: 15px;
  }
}
.page-template-bascarbone .header-bascarbone a:hover {
  border: 2px solid #017633;
  background: #fff;
  color: #017633;
}
.page-template-bascarbone .section-two {
  padding: 12rem 1rem 5rem;
  background: #D7E9DF;
  position: relative;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-two {
    padding: 8rem 1rem 0;
  }
}
.page-template-bascarbone .section-two .papillon {
  position: absolute;
  z-index: 1;
  right: 175px;
  top: 550px;
}
@media (min-width: 2000px) and (max-width: 3200px) {
  .page-template-bascarbone .section-two .papillon {
    height: 10%;
  }
}
@media (min-width: 992px) and (max-width: 1560px) {
  .page-template-bascarbone .section-two .papillon {
    top: 426px;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-two .papillon {
    top: 500px;
  }
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-two .papillon {
    display: none;
  }
}
.page-template-bascarbone .section-two .title-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 5rem;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-two .title-content {
    padding: 0 1rem;
  }
}
.page-template-bascarbone .section-two .title-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
.page-template-bascarbone .section-two .content {
  align-items: center;
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-two .content {
    display: none;
  }
}
.page-template-bascarbone .section-two .content img {
  width: 100%;
  height: auto;
}
.page-template-bascarbone .section-two .content p {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}
.page-template-bascarbone .section-two .content .left-section :nth-child(2) {
  margin-top: 55%;
}
.page-template-bascarbone .section-two .content .left-section p {
  margin-right: 40px;
}
.page-template-bascarbone .section-two .content .right-section {
  margin-top: 11%;
}
.page-template-bascarbone .section-two .content .right-section :nth-child(2) {
  margin-top: 45%;
}
.page-template-bascarbone .section-two .content .right-section a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 1rem 3rem;
  background: #3EAD2B;
  border-radius: 26px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6.5rem;
  border: 2px solid #3EAD2B;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-two .content .right-section a {
    margin-top: 0.5rem;
  }
}
.page-template-bascarbone .section-two .content .right-section a:hover {
  border: 2px solid #017633;
  background: #fff;
  color: #017633;
}
.page-template-bascarbone .section-two .content-mobile {
  display: none;
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-two .content-mobile {
    display: flex !important;
    text-align: center;
  }
}
.page-template-bascarbone .section-two .content-mobile .icon-brique {
  width: 70px;
  height: auto;
  margin-bottom: 1rem;
}
.page-template-bascarbone .section-two .content-mobile a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 1rem 3rem;
  background: #3EAD2B;
  border-radius: 26px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
  border: 2px solid #3EAD2B;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-two .content-mobile a {
    margin-top: 0.5rem;
  }
}
.page-template-bascarbone .section-two .content-mobile a:hover {
  border: 2px solid #017633;
  background: #fff;
  color: #017633;
}
.page-template-bascarbone .section-two .last-content {
  position: relative;
  padding: 4rem 0;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-two .last-content {
    padding: 4rem 10px;
    text-align: center;
  }
}
.page-template-bascarbone .section-two .last-content .papillon {
  left: -170px;
  top: 70px;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-two .last-content .papillon {
    display: none;
  }
}
.page-template-bascarbone .section-two .last-content .tabitha-46 {
  font-family: "tabitharegular";
  font-size: 46px;
}
.page-template-bascarbone .section-two .last-content h2 {
  font-weight: 400;
  font-size: 38px;
  text-align: center;
  color: #000000;
}
.page-template-bascarbone .section-two .last-content h4 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #007532;
}
.page-template-bascarbone .section-two .last-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  padding-right: 5rem;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-two .last-content p {
    padding-right: 0;
  }
}
.page-template-bascarbone .section-three {
  padding: 6rem 1rem;
  background-color: #E7C695;
  background-size: cover;
  width: 100%;
  height: 110%;
  position: relative;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-three {
    padding: 3rem 0rem;
  }
}
.page-template-bascarbone .section-three::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/bas-carbone/carton.svg);
  background-size: cover;
  width: 100%;
  height: 250px;
  top: -150px;
  right: 0;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-three::before {
    padding: 3rem 1rem;
    height: 100px;
    top: -65px;
    left: 0;
  }
}
.page-template-bascarbone .section-three::after {
  content: "";
  transform: rotate(180deg);
  position: absolute;
  background: url(../../assets/img/bas-carbone/carton.svg);
  background-size: cover;
  width: 100%;
  height: 250px;
  right: 0;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-three::after {
    height: 100px;
  }
}
.page-template-bascarbone .section-three .papillon1 {
  top: 480px;
  left: 150px;
  position: absolute;
}
@media (min-width: 2000px) and (max-width: 3200px) {
  .page-template-bascarbone .section-three .papillon1 {
    height: 13%;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-three .papillon1 {
    left: 50px;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-three .papillon1 {
    display: none;
  }
}
.page-template-bascarbone .section-three .papillon2 {
  top: 340px;
  right: 200px;
  position: absolute;
}
@media (min-width: 2000px) and (max-width: 3200px) {
  .page-template-bascarbone .section-three .papillon2 {
    height: 13%;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-three .papillon2 {
    right: 70px;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-three .papillon2 {
    display: none;
  }
}
.page-template-bascarbone .section-three .title-content h2 {
  font-weight: 400;
  font-size: 31px;
  text-align: center;
  color: #017432;
}
.page-template-bascarbone .section-three .title-content h3 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 31px;
  text-align: center;
  color: #017432;
}
.page-template-bascarbone .section-three .content img {
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}
.page-template-bascarbone .section-three .content h4 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #007532;
}
.page-template-bascarbone .section-three .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #007532;
  padding-right: 5rem;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-three .content p {
    padding-right: 0;
  }
}
.page-template-bascarbone .section-three .content a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 1rem 3rem;
  background: #3EAD2B;
  border-radius: 26px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
  border: 2px solid #3EAD2B;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-three .content a {
    margin-top: 0.5rem;
    display: block;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-three .content a {
    display: block;
    margin: auto;
  }
}
.page-template-bascarbone .section-three .content a:hover {
  border: 2px solid #017633;
  background: #fff;
  color: #017633;
}
.page-template-bascarbone .section-four {
  padding: 12rem 0 0 0;
  position: relative;
}
@media (min-width: 700px) and (max-width: 899px) {
  .page-template-bascarbone .section-four {
    padding: 12rem 0 6rem 0;
  }
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-four {
    padding: 5rem 0 1rem;
  }
}
.page-template-bascarbone .section-four .papillon {
  top: 800px;
  right: 200px;
  position: absolute;
}
@media (min-width: 2000px) and (max-width: 3200px) {
  .page-template-bascarbone .section-four .papillon {
    height: 10%;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-four .papillon {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-four .papillon {
    top: 760px;
  }
}
.page-template-bascarbone .section-four .title-content h2 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 46px;
  line-height: 51px;
  text-align: center;
  color: #000000;
  margin-bottom: 1.2rem;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-four .title-content h2 {
    padding: 0 10px;
    text-align: center;
  }
}
.page-template-bascarbone .section-four .title-content h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  margin-bottom: 3rem;
  padding: 0 7rem;
}
@media (min-width: 700px) and (max-width: 899px) {
  .page-template-bascarbone .section-four .title-content h6 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-four .title-content h6 {
    padding: 0 1rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-four .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  padding: 0 2rem;
  text-align: center;
}
@media (min-width: 700px) and (max-width: 899px) {
  .page-template-bascarbone .section-four .content p {
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-four .content p {
    padding: 0 1rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-four .content img {
  width: 100%;
  height: auto;
  margin: 5rem 0;
}
.page-template-bascarbone .section-four .content h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 700px) and (max-width: 899px) {
  .page-template-bascarbone .section-four .content h6 {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-four .content h6 {
    padding: 0 1rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-five {
  padding: 5rem 0;
  position: relative;
  background: #007532;
  margin-top: 18rem;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-five {
    padding: 3rem 0;
    margin-top: 3rem;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-five {
    margin-top: 7rem;
  }
}
.page-template-bascarbone .section-five::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/bas-carbone/champ-vache-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin-top: -19%;
}
@media (max-width: 1600px) {
  .page-template-bascarbone .section-five::before {
    margin-top: -21%;
  }
}
@media (max-width: 990px) {
  .page-template-bascarbone .section-five::before {
    margin-top: -25%;
  }
}
@media (max-width: 700px) {
  .page-template-bascarbone .section-five::before {
    margin-top: -28%;
  }
}
.page-template-bascarbone .section-five .title-content {
  margin-top: 5rem;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-five .title-content {
    margin-top: 0;
  }
}
.page-template-bascarbone .section-five .title-content h2 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 46px;
  line-height: 51px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-five .title-content h2 {
    padding: 0 1rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-five .title-content p {
  padding-right: 14rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-five .title-content p {
    padding: 0 1rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-five .content h4 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-five .content h4 {
    padding: 0 1rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-five .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-five .content p {
    padding: 0 1rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-five .content img {
  width: 40%;
  height: auto;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-five .content img {
    padding: 0 1rem;
    display: block;
    margin: auto;
  }
}
.page-template-bascarbone .section-five .content a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #017633;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  border-radius: 22px;
  padding: 1rem 3rem;
  margin-top: 2rem;
  border: 2px solid #017633;
}
.page-template-bascarbone .section-five .content a:hover {
  border: 2px solid #fff;
  background: #017633;
  color: #fff;
}
.page-template-bascarbone .section-six {
  padding: 5rem 0 15rem 0;
  background: #F1CC97;
}
@media (max-width: 1200px) {
  .page-template-bascarbone .section-six {
    padding: 5rem;
  }
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-six {
    padding: 3rem 1rem;
  }
}
.page-template-bascarbone .section-six::after {
  content: "";
  position: absolute;
  background: url(../../assets/img/bas-carbone/champ_vache.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 12%;
  margin-top: -25%;
  left: 0;
  z-index: 0;
}
@media (min-width: 2000px) and (max-width: 3120px) {
  .page-template-bascarbone .section-six::after {
    height: 18%;
    margin-top: -28%;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .page-template-bascarbone .section-six::after {
    bottom: 10%;
  }
}
@media (min-width: 1100px) and (max-width: 1299px) {
  .page-template-bascarbone .section-six::after {
    bottom: 9%;
  }
}
@media (min-width: 900px) and (max-width: 1099px) {
  .page-template-bascarbone .section-six::after {
    bottom: 8%;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .page-template-bascarbone .section-six::after {
    bottom: 7%;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-six::after {
    bottom: 14%;
  }
}
.page-template-bascarbone .section-six .title-content h2 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 46px;
  color: #000000;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-six .title-content h2 {
    text-align: center;
  }
}
.page-template-bascarbone .section-six .title-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-six .title-content p {
    text-align: center;
  }
}
.page-template-bascarbone .section-six .title-content h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-top: 1.5rem;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-six .title-content h5 {
    text-align: center;
  }
}
.page-template-bascarbone .section-six .title-content a {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  transition: all 0.3s ease;
  display: inline-block;
}
.page-template-bascarbone .section-six .title-content a:hover {
  transform: translateX(-5px);
}
.page-template-bascarbone .section-six .title-content a i {
  font-size: 17px;
  margin-left: 10px;
}
.page-template-bascarbone .section-six .content {
  z-index: 2;
  padding: 0 2rem;
  margin-top: 5rem;
  align-items: center;
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-six .content {
    padding: 0;
  }
}
.page-template-bascarbone .section-six .content h2 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 46px;
  line-height: 51px;
  color: #000000;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-six .content h2 {
    text-align: center;
  }
}
.page-template-bascarbone .section-six .content ul {
  padding: 0 4rem 1rem 2rem;
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-six .content ul {
    padding: 0 2rem;
  }
}
.page-template-bascarbone .section-six .content ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  list-style: initial;
}
.page-template-bascarbone .section-six .content a {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 0 4rem 1rem 2rem;
}
.page-template-bascarbone .section-six .content a:hover {
  transform: translateX(-5px);
}
.page-template-bascarbone .section-six .content a i {
  font-size: 17px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-six .content a {
    margin-top: 1.5rem;
  }
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-six .content a {
    text-align: center;
  }
}
.page-template-bascarbone .section-six .content h6 {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 0 11rem 1rem 2rem;
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-six .content h6 {
    padding: 0 2rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-six .content img {
  width: 75%;
  height: auto;
}

.title-content-custom {
  display: flex;
  text-align: center;
  flex-direction: initial;
}
.title-content-custom h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30.12px;
}

.vache {
  position: absolute;
  top: -45%;
  width: 20%;
  left: 0;
}
@media (max-width: 500px) {
  .vache {
    display: none;
  }
}
@media (max-width: 992px) {
  .vache {
    top: -20%;
    width: 25%;
  }
}
@media (min-width: 1000px) and (max-width: 1800px) {
  .vache {
    display: none;
  }
}

.arbre {
  position: absolute;
  top: -25%;
  right: 2%;
}
@media (max-width: 500px) {
  .arbre {
    top: -8%;
    right: 40%;
    width: 25%;
  }
}

.sig {
  float: right;
  margin-top: -4%;
  color: #763325;
  font-family: "tabitharegular";
}
@media (min-width: 700px) and (max-width: 992px) {
  .sig {
    margin-right: 10%;
    margin-top: -5%;
  }
}

.postid-5526 .kl-excerpt-desc-gamme p {
  color: white;
}

.infogamme {
  position: relative;
  top: 20px;
}

.kl-product-description .kl-footer-product .kl-info-product span {
  min-height: 130px;
  position: relative;
  top: 40px;
}

.page-template-recettes .kl-bx-recette--filter {
  justify-content: center;
}
.page-template-recettes .kl-bx-recette--filter .kl-btn-filter-item {
  padding: 22px 11px;
  width: 110% !important;
}
@media screen and (max-width: 766px) {
  .page-template-recettes .kl-bx-recette--filter .kl-btn-filter-item {
    width: 100% !important;
  }
}
.page-template-recettes .kl-bx-recette--filter .kl-btn-filter-item::after {
  margin-left: 0 !important;
}
.page-template-recettes .kl-bx-recette--filter div .kl-btn-validate {
  width: 130% !important;
  display: block;
  margin: auto;
}
@media screen and (max-width: 766px) {
  .page-template-recettes .kl-bx-recette--filter div .kl-btn-validate {
    width: auto !important;
  }
}

.postid-5286 .kl-excerpt-desc-gamme p {
  color: #000;
}

.id-produit-5281 .titrageproduit h3,
.id-produit-5281 .titrageproduit span {
  color: #de1101 !important;
}
.id-produit-5281 .kl-new-etiquette {
  background: url(../img/bg-new-red.svg) no-repeat;
}

.cremetitrage h3, .cremetitrage h1 {
  font-family: "tabitharegular";
}
.cremetitrage p {
  font-family: "Muli";
  font-weight: bold;
}
.cremetitrage h1 p {
  margin-top: 21px;
}

.cremetitragefooter h2 {
  font-family: "tabitharegular";
}
.cremetitragefooter span {
  font-family: "Muli" !important;
  font-weight: bold;
}

.img-nutri {
  max-width: 300px;
  height: auto;
}

.kl-excerpt-desc-gamme p {
  color: #47525d;
}

.kl-format-list .row {
  margin-top: 2.5rem;
  justify-content: space-around;
}
.kl-format-list .row a {
  padding: 0;
}

.postid-5274 .kl-product-description .kl-product-format .kl-format-list .kl-format-item figure {
  max-width: 300px;
}
.postid-5274 .kl-hero-product {
  background: url("../img/coverblue.png") no-repeat center bottom !important;
  background-size: cover !important;
  padding: 40px 0 220px 0;
}

.postid-5281 .kl-product-description .kl-product-format .kl-format-list .kl-format-item figure {
  max-width: 300px;
}
.postid-5281 .kl-hero-product {
  background: url("../img/coverred.png") no-repeat center bottom !important;
  background-size: cover !important;
  padding: 40px 0 220px 0;
}

.ps-content .id-5286 .kl-img-product {
  left: -228px !important;
}

.kl-slider-vertical .kl-move-right .kl-slider-vertical--item .id-5286 div .kl-img-product {
  left: -228px !important;
}

.kl-move-right .id-5286 {
  background-color: #000000;
}
.kl-move-right .id-5286 div .kl-img-product {
  left: -230px !important;
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .kl-move-right .id-5286 div .kl-img-product {
    left: -148px !important;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .kl-move-right .id-5286 div .kl-img-product {
    left: -148px !important;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  .kl-move-right .id-5286 div .kl-img-product {
    left: -100px !important;
  }
}
@media (max-width: 767px) {
  .kl-move-right .id-5286 div .kl-img-product {
    left: 0 !important;
  }
}

.id-5286 {
  background-color: #000000;
}
.id-5286 div .kl-img-product {
  right: -230px;
}

.kl-move-left .kl-slider-vertical--item div .id-5286 {
  background-color: #000000;
}
.kl-move-left .kl-slider-vertical--item div .id-5286 div .kl-img-product {
  right: -230px !important;
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .kl-move-left .kl-slider-vertical--item div .id-5286 div .kl-img-product {
    left: -230px !important;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .kl-move-left .kl-slider-vertical--item div .id-5286 div .kl-img-product {
    left: -230px !important;
  }
}

.ps-contentwrapper .kl-move-right .kl-slider-vertical--item div .id-5286 {
  background-color: #000000;
}
.ps-contentwrapper .kl-move-right .kl-slider-vertical--item div .id-5286 div .kl-img-product {
  left: -230px !important;
}

.kl-move-right .kl-slider-vertical--item .id-5286 {
  background-color: #000000;
}
.kl-move-right .kl-slider-vertical--item .id-5286 div .kl-img-product {
  left: -230px !important;
}
@media screen and (max-width: 700px) {
  .kl-move-right .kl-slider-vertical--item .id-5286 div .kl-img-product {
    left: 0 !important;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .kl-move-right .kl-slider-vertical--item .id-5286 div .kl-img-product img {
    max-height: 110px !important;
  }
}

.kl-move-left .kl-slider-vertical--item .id-5286 {
  background-color: #000000;
}
.kl-move-left .kl-slider-vertical--item .id-5286 .position-relative .kl-img-product {
  right: -230px !important;
}
@media screen and (max-width: 700px) {
  .kl-move-left .kl-slider-vertical--item .id-5286 .position-relative .kl-img-product {
    left: 0 !important;
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .kl-move-left .kl-slider-vertical--item .id-5286 .position-relative .kl-img-product img {
    max-height: 110px !important;
  }
}

.id-5286 .kl-inner-slider {
  width: 45% !important;
}
@media (max-width: 700px) {
  .id-5286 .kl-inner-slider {
    width: 60% !important;
    margin-top: 40px;
  }
}
.id-5286 .kl-inner-slider figure img {
  width: auto !important;
}
@media screen and (max-width: 700px) {
  .id-5286 .kl-inner-slider figure img {
    width: 60% !important;
  }
}
.id-5286 .btn-creme a {
  padding: 10px 21px !important;
  margin: 10px 10px;
}
@media screen and (max-width: 700px) {
  .id-5286 .btn-creme a {
    font-size: 12px;
  }
}
.id-5286 .position-relative {
  background-image: url("../img/marques/marques-liste/Vector-39.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 500px) {
  .id-5286 .position-relative .poa :nth-child(3) {
    display: none;
  }
}
.id-5286 .position-relative figure {
  max-width: 950px;
  max-height: 925px;
}
@media (max-width: 766px) {
  .id-5286 .position-relative figure:nth-child(2) {
    left: -262px !important;
  }
}
@media (max-width: 1300px) {
  .id-5286 .position-relative figure:nth-child(3) {
    display: none;
  }
}
.id-5286 .position-relative .kl-slider--item a {
  padding: 8px 24px !important;
  font-size: 13px !important;
}
.id-5286 .position-relative .btn-creme {
  display: flex !important;
}
@media (max-width: 500px) {
  .id-5286 .position-relative .btn-creme {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .kl-slider-vertical--item > div .kl-inner-slider figure {
    margin: 0 auto 50px !important;
  }
}
@media (min-width: 1100px) and (max-width: 1500px) {
  .id-5286 div .kl-img-product {
    max-width: 300px;
    right: -150px;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  .id-5286 div .kl-img-product {
    max-width: 250px;
    right: -100px !important;
  }
  .kl-move-right .id-5286 div .kl-img-product {
    left: -100px;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .id-5286 div .kl-img-product {
    max-width: 200px;
  }
}
@media (max-width: 1300px) {
  .id-5286 .position-relative .btn-creme {
    display: block !important;
  }
}
@media (max-width: 1100px) {
  .id-5286 .btn-creme a {
    font-size: 12px !important;
  }
}
@media (max-width: 700px) {
  div.kl-slider-vertical--item > div .kl-img-product {
    left: 0 !important;
  }
  .id-5286 div .kl-img-product {
    max-width: 150px;
  }
}
.postid-181 .kl-table-cell {
  display: block !important;
}

.page-template-baby-qualit-produits .btn:hover {
  background-color: #e7406c !important;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .flex-column-reverse-mobile {
    flex-direction: column-reverse;
  }
}
.page-template-baby-qualit-produits .title-content h1 {
  font-weight: 400;
  font-size: 52px;
  line-height: 65px;
  text-align: center;
  color: #0D4C8C;
  margin-top: 6rem;
}
.page-template-baby-qualit-produits .title-content h1 span {
  font-family: "tabitharegular";
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .title-content h1 {
    margin-top: 3rem;
    font-size: 21px;
  }
}
.page-template-baby-qualit-produits .section-formules {
  padding: 11rem 0 11rem;
  background: url(../img/candia-baby/bg-formules-qualite-produits-baby.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}
@media (min-width: 600px) and (max-width: 1620px) {
  .page-template-baby-qualit-produits .section-formules {
    margin-top: -5rem;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules {
    background-position: initial;
    padding: 1rem 6rem;
    background-size: cover;
  }
}
@media (max-width: 600px) {
  .page-template-baby-qualit-produits .section-formules {
    background-position: initial;
    padding: 0;
  }
}
.page-template-baby-qualit-produits .section-formules .img-bg {
  background: url(../img/candia-baby/bg-formules-qualite-produits-baby.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1303px) {
  .page-template-baby-qualit-produits .section-formules .text-content {
    margin-left: 37px;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .text-content {
    padding: 0 2rem 0 4rem;
  }
}
.page-template-baby-qualit-produits .section-formules .text-content h2 {
  font-weight: 400;
  font-size: 38px;
  color: #000000;
  opacity: 0.8;
}
.page-template-baby-qualit-produits .section-formules .text-content h2 span {
  font-family: "tabitharegular";
}
.page-template-baby-qualit-produits .section-formules .text-content h2:before {
  content: "";
  background: url(../img/candia-baby/biberon-rose.svg);
  width: 20%;
  height: 30%;
  position: absolute;
  background-repeat: no-repeat;
  left: -50px;
  top: 10px;
}
@media (min-width: 992px) and (max-width: 1303px) {
  .page-template-baby-qualit-produits .section-formules .text-content h2:before {
    left: -3px;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .text-content h2:before {
    height: 10%;
    left: 40px;
    top: 5px;
  }
}
@media (max-width: 550px) {
  .page-template-baby-qualit-produits .section-formules .text-content h2:before {
    height: 33%;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .text-content h2 {
    font-size: 16px;
    margin-left: 1.5rem;
  }
}
.page-template-baby-qualit-produits .section-formules .text-content ul {
  margin-left: 1rem;
}
.page-template-baby-qualit-produits .section-formules .text-content ul li {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  list-style-image: url(../img/candia-baby/checkmark-pink.svg);
  margin: 2rem 0;
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .text-content ul li {
    font-size: 14px;
  }
}
.page-template-baby-qualit-produits .section-formules .text-content p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-left: 1.5rem;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .text-content p {
    font-size: 14px;
  }
}
.page-template-baby-qualit-produits .section-formules .text-content .btn-content {
  margin-left: 1.5rem;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .text-content .btn-content {
    text-align: center;
    margin-left: 0;
  }
}
.page-template-baby-qualit-produits .section-formules .text-content .btn-content a {
  padding: 15px 60px;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .text-content .btn-content a {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .image-content {
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .image-content img {
    width: 70%;
  }
}
.page-template-baby-qualit-produits .section-usine {
  padding: 3rem 0;
  position: relative;
}
.page-template-baby-qualit-produits .section-usine:before {
  content: "";
  background: url(../img/candia-baby/abeille-rose.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -150px;
  left: 150px;
  width: 10%;
  height: 50%;
}
@media (max-width: 791px) {
  .page-template-baby-qualit-produits .section-usine:before {
    display: none;
  }
}
.page-template-baby-qualit-produits .section-usine:after {
  content: "";
  background: url(../img/candia-baby/lapin-bleu.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
  width: 25%;
  height: 100%;
}
.page-template-baby-qualit-produits .section-usine .image-content img {
  background: url(../img/candia-baby/bg-pink-image.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 2.5rem;
  position: relative;
}
.page-template-baby-qualit-produits .section-usine .image-content::after {
  content: "";
  background: url(../img/candia-baby/map-usine-qualite-produits-baby.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -200px;
  right: -50px;
  width: 50%;
  height: 100%;
}
.page-template-baby-qualit-produits .section-usine h2 {
  font-weight: 400;
  font-size: 38px;
  color: #000000;
  opacity: 0.8;
}
.page-template-baby-qualit-produits .section-usine h2 span {
  font-family: "tabitharegular";
}
.page-template-baby-qualit-produits .section-usine h2:before {
  content: "";
  background: url(../img/candia-baby/usine-icon-rose.svg);
  width: 20%;
  height: 30%;
  position: absolute;
  background-repeat: no-repeat;
  left: 10px;
  top: -15px;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-usine h2:before {
    height: 10%;
    left: 0px;
    top: 5px;
  }
}
@media (max-width: 550px) {
  .page-template-baby-qualit-produits .section-usine h2:before {
    height: 33%;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-usine h2 {
    font-size: 16px;
    margin-left: 1.5rem;
  }
}
.page-template-baby-qualit-produits .section-critere {
  padding: 12rem 0;
}
@media (max-width: 998px) {
  .page-template-baby-qualit-produits .section-critere {
    padding: 1rem 0;
  }
}
.page-template-baby-qualit-produits .section-critere h2 {
  font-weight: 400;
  font-size: 38px;
  color: #000000;
  opacity: 0.8;
}
.page-template-baby-qualit-produits .section-critere h2 span {
  font-family: "tabitharegular";
}
.page-template-baby-qualit-produits .section-critere h2:before {
  content: "";
  background: url(../img/candia-baby/medaille-icon-rose.svg);
  width: 20%;
  height: 30%;
  position: absolute;
  background-repeat: no-repeat;
  left: 10px;
  top: -5px;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-critere h2:before {
    height: 10%;
    left: 0px;
    top: 5px;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-critere h2:before {
    height: 33%;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-critere h2 {
    font-size: 16px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 500px) {
  .page-template-baby-qualit-produits .section-usine .text-usine,
  .page-template-baby-qualit-produits .section-critere .text-usine {
    margin-top: 26% !important;
  }
}
@media (max-width: 1200px) {
  .page-template-baby-qualit-produits .section-usine .text-content,
  .page-template-baby-qualit-produits .section-critere .text-content {
    margin-top: 12%;
  }
}
.page-template-baby-qualit-produits .section-usine .text-content ul,
.page-template-baby-qualit-produits .section-critere .text-content ul {
  margin-left: 1rem;
}
.page-template-baby-qualit-produits .section-usine .text-content ul li,
.page-template-baby-qualit-produits .section-critere .text-content ul li {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  list-style-image: url(../img/candia-baby/checkmark-pink.svg);
  margin: 2rem 0;
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-usine .text-content ul li,
  .page-template-baby-qualit-produits .section-critere .text-content ul li {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .page-template-baby-qualit-produits .section-usine .text-content ul li,
  .page-template-baby-qualit-produits .section-critere .text-content ul li {
    margin: 1rem 0;
  }
}
.page-template-baby-qualit-produits .section-usine .text-content .btn-content,
.page-template-baby-qualit-produits .section-critere .text-content .btn-content {
  margin-left: 1.5rem;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-usine .text-content .btn-content,
  .page-template-baby-qualit-produits .section-critere .text-content .btn-content {
    text-align: center;
    margin-left: 0;
  }
}
.page-template-baby-qualit-produits .section-usine .text-content .btn-content a,
.page-template-baby-qualit-produits .section-critere .text-content .btn-content a {
  padding: 15px 60px;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-usine .text-content .btn-content a,
  .page-template-baby-qualit-produits .section-critere .text-content .btn-content a {
    font-size: 12px;
  }
}

.page-template-baby-faciliter h1,
.page-template-baby-faciliter p {
  color: #0D4C8C;
}
.page-template-baby-faciliter footer p {
  color: white;
}
.page-template-baby-faciliter span {
  font-family: "tabitharegular";
}
.page-template-baby-faciliter .section-video .img-bg {
  background: url(../img/candia-baby/faciliter-fond.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 64%;
  position: absolute;
  top: -200px;
  z-index: -1;
}
@media (min-width: 1600px) {
  .page-template-baby-faciliter .section-video .img-bg {
    height: 74%;
    top: -598px;
  }
}
@media (min-width: 2400px) {
  .page-template-baby-faciliter .section-video .img-bg {
    height: 65%;
  }
}
@media (max-width: 998px) {
  .page-template-baby-faciliter .section-video .img-bg {
    height: 60%;
  }
}
@media (max-width: 400px) {
  .page-template-baby-faciliter .section-video .img-bg {
    height: 65%;
  }
}
.page-template-baby-faciliter .section-petite-bouteille {
  margin-top: 12%;
}
.page-template-baby-faciliter .section-petite-bouteille .fond-bloc {
  background: url(../img/candia-baby/faciliter-fond-bloc.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 998px) {
  .page-template-baby-faciliter .section-petite-bouteille .fond-bloc {
    background: url(../img/candia-baby/faciliter-fond-bloc.svg) center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 501px) {
  .page-template-baby-faciliter .section-petite-bouteille .fond-bloc {
    background-size: cover;
  }
}
.page-template-baby-faciliter .section-petite-bouteille .fond-bloc p {
  font-size: 16px;
  color: white;
  padding: 50px 80px 0px 20px;
}
@media (max-width: 998px) {
  .page-template-baby-faciliter .section-petite-bouteille .fond-bloc p {
    padding: 28px 50px 0 110px;
  }
}
@media (max-width: 450px) {
  .page-template-baby-faciliter .section-petite-bouteille .fond-bloc p {
    padding: 20px;
  }
}
.page-template-baby-faciliter .section-petite-bouteille .fond-bloc p span #text {
  margin-top: 5%;
}
.page-template-baby-faciliter .section-petite-bouteille:before {
  content: "";
  background: url(../img/candia-baby/faciliter-coeur.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 102px;
  width: 90px;
  z-index: 1;
  left: 110px;
  margin-top: -5%;
}
@media (min-width: 1920px) {
  .page-template-baby-faciliter .section-petite-bouteille:before {
    left: 390px;
  }
}
@media (max-width: 600px) {
  .page-template-baby-faciliter .section-petite-bouteille:before {
    left: 12px;
  }
}
.page-template-baby-faciliter .section-petite-bouteille .img-bg {
  background: url(../img/candia-baby/faciliter-fond-2.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 41%;
  z-index: -1;
}
.page-template-baby-faciliter .section-tri {
  margin-top: 20%;
  padding-bottom: 22%;
}
@media (max-width: 630px) {
  .page-template-baby-faciliter .section-tri {
    margin-top: 35%;
  }
}
@media (max-width: 430px) {
  .page-template-baby-faciliter .section-tri {
    margin-top: 45%;
  }
}
@media (max-width: 355px) {
  .page-template-baby-faciliter .section-tri {
    margin-top: 55%;
    height: 20%;
  }
}
@media (max-width: 768px) {
  .page-template-baby-faciliter .section-tri p {
    text-align: center;
    padding-top: 2%;
  }
}
.page-template-baby-faciliter .section-tri .img-bg {
  background: url(../img/candia-baby/faciliter-fond-3.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 23%;
  bottom: 2%;
  z-index: 0;
}
@media (max-width: 768px) {
  .page-template-baby-faciliter .section-tri .img-bg {
    bottom: 0%;
  }
}
.page-template-baby-faciliter .section-tri .img-bg:before {
  content: "";
  background: url(../img/candia-baby/faciliter-etoile.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 55px;
  width: 53px;
  z-index: 1;
  left: 150px;
  margin-top: 5%;
}
.page-template-baby-faciliter .section-tri:after {
  content: "";
  background: url(../img/candia-baby/faciliter-HERBE.png) center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 15%;
  bottom: 1%;
  z-index: 0;
}
@media (max-width: 1400px) {
  .page-template-baby-faciliter .section-tri:after {
    height: 11%;
  }
}
@media (max-width: 920px) {
  .page-template-baby-faciliter .section-tri:after {
    height: 7%;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .page-template-baby-faciliter .section-tri:after {
    height: 4%;
  }
}
@media (max-width: 400px) {
  .page-template-baby-faciliter .section-tri:after {
    height: 3%;
  }
}

.page-template-baby-usine .title-content {
  color: #0D4C8C;
  margin-bottom: 10%;
}
.page-template-baby-usine .title-content span {
  font-family: "tabitharegular";
}
.page-template-baby-usine .fond-bloc h2 {
  font-family: "tabitharegular";
  font-size: 44px;
}
.page-template-baby-usine .fond-bloc span {
  font-family: "Muli", sans-serif;
  font-size: 28px;
}
.page-template-baby-usine .section-talaudiere {
  color: white;
}
.page-template-baby-usine .section-talaudiere .text-content {
  margin-top: 6rem;
}
@media (max-width: 998px) {
  .page-template-baby-usine .section-talaudiere .text-content {
    margin-top: 1rem;
  }
}
.page-template-baby-usine .section-talaudiere .img-bg {
  background: url(../img/candia-baby/usine-fond1.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 40%;
  top: 3%;
  z-index: -1;
  margin-top: -3rem;
}
@media (min-width: 2100px) {
  .page-template-baby-usine .section-talaudiere .img-bg {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .page-template-baby-usine .section-talaudiere .img-bg {
    height: 43%;
  }
}
@media (max-width: 778px) {
  .page-template-baby-usine .section-talaudiere .img-bg {
    height: 36%;
  }
}
.page-template-baby-usine .section-banniere {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  width: 70%;
  display: block;
  margin: auto;
  padding-top: 2%;
  padding-bottom: 2%;
}
@media (max-width: 992px) {
  .page-template-baby-usine .section-banniere {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
.page-template-baby-usine .section-recherche {
  margin-top: 14rem !important;
}
.page-template-baby-usine .section-recherche:before {
  content: "";
  background: url(../img/candia-baby/usine-papier.svg) center center;
  position: absolute;
  background-repeat: no-repeat;
  width: 15%;
  height: 30%;
  margin-top: -10%;
  right: 0;
  z-index: -1;
}
.page-template-baby-usine .section-recherche h4 {
  color: #0D4C8C;
  font-size: 20px;
  margin-top: 5%;
}
.page-template-baby-usine .section-recherche .recherche-title {
  font-family: "tabitharegular";
  color: #E7406C;
  font-size: 52px;
}
.page-template-baby-usine .section-recherche .recherche-title span {
  font-size: 24px;
  font-family: "Muli", sans-serif;
  color: #E7406C;
  font-size: medium;
}
.page-template-baby-usine .section-recommandations h2 {
  color: #0D4C8C;
  font-size: 34px;
}
.page-template-baby-usine .section-recommandations img {
  width: 40px;
  height: auto;
}
.page-template-baby-usine .section-recommandations p {
  margin-left: 15px;
  margin-bottom: 0;
}
.page-template-baby-usine .partners {
  justify-content: center;
}
@media (max-width: 768px) {
  .page-template-baby-usine .partners_galerie {
    margin-bottom: 10%;
    text-align: center;
  }
  .page-template-baby-usine .partners_galerie .img-fluid {
    max-width: 35%;
  }
}
.page-template-baby-usine .section-recommandations .img-bg {
  background: url(../img/candia-baby/usine-fond2.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: -4%;
  z-index: -1;
}
@media (max-width: 992px) {
  .page-template-baby-usine .section-recommandations .img-bg {
    height: 30%;
    bottom: 0%;
  }
}

.page-template-baby-formules h1 {
  color: #0D4C8C;
}
.page-template-baby-formules #content2 {
  display: none;
}
.page-template-baby-formules #content3 {
  display: none;
}
.page-template-baby-formules .slider-title {
  color: grey;
  cursor: pointer;
}
.page-template-baby-formules .active {
  display: block !important;
}
@media (max-width: 998px) {
  .page-template-baby-formules .fond-bloc .slider {
    padding-left: 10%;
  }
}
.page-template-baby-formules .fond-bloc .slider .text-content {
  display: none;
}
@media (max-width: 998px) {
  .page-template-baby-formules .main .fond-bloc .text-content {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .page-template-baby-formules .main .fond-bloc .kl-sm-width-100 {
    width: 100%;
  }
}
.page-template-baby-formules .main .BA {
  margin-top: 10%;
}
.page-template-baby-formules .main .BA .paragraphe {
  margin-top: -1rem !important;
}
.page-template-baby-formules .main .BA .text-content p {
  margin-bottom: 4%;
  margin-top: 5%;
}
.page-template-baby-formules .main .BA .text-content a:hover {
  color: #E7406C;
  transition: ease-in-out 0.25s;
}
.page-template-baby-formules .main .BA .img-bg {
  background: url(../img/candia-baby/formule-fond3.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 84%;
  height: 24%;
  margin-top: -9%;
  margin-left: 8%;
  z-index: -1;
}
@media (max-width: 1500px) {
  .page-template-baby-formules .main .BA .img-bg {
    width: 95%;
    height: 22%;
    margin-top: -7%;
    margin-left: 4%;
    z-index: -1;
  }
}
@media (max-width: 998px) {
  .page-template-baby-formules .main .BA .img-bg {
    background: url(../img/candia-baby/formules-fond3-mobile.svg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 86%;
    height: 23%;
    margin-top: -8%;
    margin-left: 8%;
    z-index: -1;
  }
}
.page-template-baby-formules .main .img-bg {
  background: url(../img/candia-baby/formules-fond1.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 10%;
  z-index: -1;
}
@media (max-width: 992px) {
  .page-template-baby-formules .main .img-bg {
    height: 6%;
  }
}
.page-template-baby-formules .small {
  font-size: 12px;
}
.page-template-baby-formules .section-recommandations .list p {
  margin-left: 5%;
}
.page-template-baby-formules .section-recommandations h2 {
  color: #E7406C;
}
.page-template-baby-formules .section-talaudiere .img-bg {
  background: url(../img/candia-baby/formule-fond2.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 35%;
  z-index: -1;
}
@media (max-width: 920px) {
  .page-template-baby-formules .section-talaudiere .img-bg {
    height: 33%;
  }
}
@media (max-width: 450px) {
  .page-template-baby-formules .section-talaudiere .img-bg {
    height: 37%;
  }
}
@media (min-width: 1300px) {
  .page-template-baby-formules .section-talaudiere .img-bg {
    background: url(../img/candia-baby/BACKGROUND-2.svg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 38%;
    margin-top: -12%;
  }
}
@media (min-width: 2000px) {
  .page-template-baby-formules .section-talaudiere .img-bg {
    background: url(../img/candia-baby/formule-BACKGROUND.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 33%;
  }
}
.page-template-baby-formules .section-talaudiere h2 {
  color: #E7406C;
}
.page-template-baby-formules .section-talaudiere:before {
  content: "";
  background-image: url(../img/candia-baby/formule-biberon.png);
  position: absolute;
  width: 10%;
  height: 100%;
  background-repeat: no-repeat;
  right: 0px;
}
.page-template-baby-formules span {
  font-family: "tabitharegular";
}
.page-template-baby-formules .title-content {
  color: #E7406C;
}
.page-template-baby-formules .section-whyDHA {
  margin-top: 9%;
}
.page-template-baby-formules .section-whyDHA h2 {
  color: #E7406C;
}
.page-template-baby-formules .section-whyDHA .X div p {
  margin: 0;
  display: block;
  margin: auto;
}
.page-template-baby-formules .section-DHA .dha {
  margin-top: 20%;
}
.page-template-baby-formules .section-DHA h2 {
  color: #E7406C;
}
.page-template-baby-formules .section-DHA p {
  color: black;
}

.section-talaudiere2 {
  margin-top: 15%;
  margin-bottom: 10%;
}
.section-talaudiere2 h2 {
  color: #E7406C;
}
.section-talaudiere2:before {
  content: "";
  background-image: url(../img/candia-baby/formule-coeur.png);
  position: absolute;
  width: 10%;
  height: 100%;
  background-repeat: no-repeat;
  right: 0px;
}

.big {
  font-family: "tabitharegular";
  color: #E7406C !important;
  font-size: 124px;
  text-align: center !important;
}

.X p {
  color: #0D4C8C;
  width: 70%;
}

.asterix2 {
  font-size: 16px;
  color: #8D8181;
}

.BA {
  color: #0D4C8C;
}
@media (max-width: 550px) {
  .BA .list {
    margin-left: 4%;
  }
}

.sans {
  justify-content: center;
  margin-bottom: 5%;
}
.sans p {
  margin: 0;
  margin-left: 2%;
}

.nav-item span {
  font-family: "Muli", sans-serif !important;
}

.page-template-baby-soutenir .kl-btn-custom {
  color: #fff;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  display: inline-block;
  font-weight: 700;
  border-radius: 45px;
  transition: 0.5s;
}
.page-template-baby-soutenir span {
  font-family: "tabitharegular";
}
.page-template-baby-soutenir h1 {
  color: #0D4C8C;
}
.page-template-baby-soutenir h2 {
  color: #E7406C;
}
.page-template-baby-soutenir .section-video .img-bg {
  background: url(../img/candia-baby/soutenir-fond1.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 40%;
  margin-top: -5%;
  z-index: -2;
}
.page-template-baby-soutenir .section-petite-bouteille {
  margin-top: 15%;
}
.page-template-baby-soutenir .section-petite-bouteille p:before {
  content: "";
  background-image: url(../img/candia-baby/faciliter-etoile.svg);
  position: absolute;
  width: 15%;
  height: 100%;
  background-repeat: no-repeat;
  margin-left: -40%;
}
.page-template-baby-soutenir .section-petite-bouteille:before {
  content: "";
  background-image: url(../img/candia-baby/soutenir-mascotte.png);
  position: absolute;
  margin-top: -20%;
  width: 15%;
  height: 100%;
  background-repeat: no-repeat;
  right: 10px;
}
@media (max-width: 600px) {
  .page-template-baby-soutenir .section-petite-bouteille:before {
    display: none;
  }
}
.page-template-baby-soutenir .section-petite-bouteille .img-bg {
  background: url(../img/candia-baby/soutenir-fond2.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 24%;
  margin-top: -11%;
  z-index: -2;
}
@media (max-width: 1558px) {
  .page-template-baby-soutenir .section-petite-bouteille .img-bg {
    height: 20%;
  }
}
@media (max-width: 767.98px) {
  .page-template-baby-soutenir .section-petite-bouteille .kl-img-bg {
    height: 12%;
  }
}
.page-template-baby-soutenir .section-semaine-nationale {
  margin-top: 15%;
}
.page-template-baby-soutenir .section-semaine-nationale .kl-btn-custom {
  display: block;
  padding: 11px 40px;
  line-height: 20px;
}
@media (min-width: 1500px) {
  .page-template-baby-soutenir .section-semaine-nationale {
    margin-top: 20%;
  }
}
@media (max-width: 1400px) {
  .page-template-baby-soutenir .section-semaine-nationale {
    margin-top: 18%;
  }
}
.page-template-baby-soutenir .section-semaine-nationale h2 {
  font-size: 34px;
  color: black;
}
@media (max-width: 400px) {
  .page-template-baby-soutenir .section-semaine-nationale {
    margin-top: 28%;
  }
}
.page-template-baby-soutenir .section-semaine-nationale .image-content:before {
  content: "";
  background-image: url(../img/candia-baby/soutenir-fleche.svg);
  position: absolute;
  width: 25%;
  height: 100%;
  background-repeat: no-repeat;
  right: -35%;
}
.page-template-baby-soutenir .section-semaine-nationale .img-bg {
  background: url(../img/candia-baby/soutenir-fond3.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 30%;
  margin-top: -23%;
  z-index: -3;
}
@media (max-width: 1400px) {
  .page-template-baby-soutenir .section-semaine-nationale .img-bg {
    height: 28%;
  }
}
.page-template-baby-soutenir .section-outils {
  margin-top: 10%;
  margin-bottom: 10rem;
}
.page-template-baby-soutenir .section-outils .herbe {
  margin-top: 2rem;
}
.page-template-baby-soutenir .section-outils p:after {
  background: url(../img/candia-baby/soutenir-baby-mascotte-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  left: 0;
  width: 17%;
  margin-top: -2%;
  margin-left: -9%;
  z-index: 0;
  height: 100%;
}
@media (min-width: 998px) and (max-width: 1200px) {
  .page-template-baby-soutenir .section-outils p:after {
    width: 21%;
    margin-left: -21%;
  }
}
@media (max-width: 588px) {
  .page-template-baby-soutenir .section-outils p:after {
    display: none;
  }
}
.page-template-baby-soutenir .section-outils:before {
  background: url(../img/candia-baby/soutenir-lapin.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  left: 0;
  width: 10%;
  margin-top: -25%;
  z-index: 0;
  height: 8%;
}
@media (max-width: 880px) {
  .page-template-baby-soutenir .section-outils:before {
    display: none;
  }
}
.page-template-baby-soutenir .section-outils .img-bg {
  background: url(../img/candia-baby/soutenir-fond5.png) center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 7%;
  margin-top: -5%;
  z-index: -4;
}
@media (max-width: 768px) {
  .page-template-baby-soutenir .section-outils .img-bg {
    background: url(../img/candia-baby/soutenir-fond.svg) center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 20%;
    margin-top: -37%;
  }
}
@media (max-width: 500px) {
  .page-template-baby-soutenir .section-outils .img-bg {
    height: 20%;
    margin-top: -37%;
  }
}
@media (max-width: 367px) {
  .page-template-baby-soutenir .section-outils .img-bg {
    height: 18%;
    margin-top: -95%;
  }
}
.page-template-baby-soutenir .section-petite-bouteille2 {
  margin-top: 20%;
}
.page-template-baby-soutenir .section-petite-bouteille2 .row:after {
  background: url(../img/candia-baby/soutenir-vache.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  right: 0;
  width: 10%;
  margin-top: 25%;
  z-index: 0;
  height: 8%;
}
.page-template-baby-soutenir .section-petite-bouteille2 .img-bg {
  background: url(../img/candia-baby/soutenir-bg3.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 28%;
  margin-top: -11%;
  z-index: -4;
}

.page-template-baby-engagements .arianne {
  font-size: 16px;
}
.page-template-baby-engagements .pad {
  padding-left: 12%;
}
.page-template-baby-engagements .pad img {
  width: 60%;
  margin-top: 4rem !important;
  margin-left: auto;
  margin-right: auto;
}
.page-template-baby-engagements .section-petite-bouteille {
  margin-top: 10%;
  margin-bottom: 10%;
}
.page-template-baby-engagements .img-bg {
  background: url(../img/candia-baby/engagements-fond1.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 91%;
  z-index: -4;
}
.page-template-baby-engagements h4 {
  color: #0D4C8C;
  line-height: 10px;
  font-size: 20px;
}
@media (max-width: 998px) {
  .page-template-baby-engagements h4 {
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .page-template-baby-engagements h4 {
    font-size: 18px;
  }
}
.page-template-baby-engagements h4:before {
  background: url(../img/candia-baby/engagements-etoile.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  right: -10%;
  width: 100px;
  margin-top: -3%;
  z-index: 0;
  height: 58px;
}
@media (max-width: 880px) {
  .page-template-baby-engagements h4:before {
    display: none;
  }
}
.page-template-baby-engagements span {
  font-family: "tabitharegular";
}
.page-template-baby-engagements h2 {
  width: 70%;
  color: white;
  float: right;
  margin-right: 6%;
}
.page-template-baby-engagements h2 span {
  font-family: "tabitharegular";
}
@media (min-width: 998px) and (max-width: 1200px) {
  .page-template-baby-engagements h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 998px) {
  .page-template-baby-engagements h2 {
    font-size: 21px;
  }
}
@media (max-width: 500px) {
  .page-template-baby-engagements h2 {
    font-size: 19px;
    margin-top: 12px;
  }
}
.page-template-baby-engagements h3 {
  width: 70%;
  color: white;
  margin-left: 9%;
}
@media (min-width: 998px) and (max-width: 1200px) {
  .page-template-baby-engagements h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 998px) {
  .page-template-baby-engagements h3 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .page-template-baby-engagements h3 {
    font-size: 24px;
    margin-left: 20%;
  }
}
.page-template-baby-engagements h1 {
  color: #0D4C8C;
}
.page-template-baby-engagements p {
  color: #0D4C8C;
  font-size: 18px;
}
.page-template-baby-engagements .expertise .img-bg-bandeau {
  background: url(../img/candia-baby/engagements-bandeau1.svg) center left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 28%;
  margin-top: -3%;
  margin-right: 10%;
  z-index: -4;
}
@media (max-width: 768px) {
  .page-template-baby-engagements .expertise {
    margin-top: 20%;
  }
}
@media (max-width: 768px) {
  .page-template-baby-engagements .garantit {
    margin-top: 20%;
  }
}
.page-template-baby-engagements .garantit .img-bg-bandeau {
  background: url(../img/candia-baby/engagements-bandeau2.svg) center left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 80%;
  height: 16%;
  margin-top: -4%;
  margin-right: 10%;
  z-index: -4;
}
@media (max-width: 768px) {
  .page-template-baby-engagements .respect {
    margin-top: 20%;
  }
}
.page-template-baby-engagements .respect .img-bg-bandeau {
  background: url(../img/candia-baby/engagements-bandeau3.svg) center left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 80%;
  height: 16%;
  margin-top: -4%;
  margin-right: 10%;
  z-index: -4;
}
@media (max-width: 768px) {
  .page-template-baby-engagements .preoccupation {
    margin-top: 20%;
  }
}
.page-template-baby-engagements .preoccupation .img-bg-bandeau {
  background: url(../img/candia-baby/engagements-bandeau4.svg) center left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 80%;
  height: 15%;
  margin-top: -4%;
  margin-right: 10%;
  z-index: -4;
}

.arianne {
  margin-left: 5%;
  margin-top: 2%;
  background-color: transparent !important;
  align-items: center !important;
}
.arianne img {
  margin-left: 1%;
  margin-right: 1%;
}

header .kl-top-header nav .navbar-nav li .dropdown-menu {
  padding: 35px 15px;
}

.dropdown-sub-menu--engagements {
  position: relative;
  padding-top: 20px;
}
.dropdown-sub-menu--engagements:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ebf7fe;
  width: 5000px;
  left: 100%;
}
.dropdown-sub-menu--engagements:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ebf7fe;
  width: 5000px;
  right: 100%;
}

header .kl-top-header nav .navbar-nav li .dropdown-menu {
  background: #ebf7fe;
  text-align: center !important;
  padding: 35px 0 !important;
}

.asterix22 {
  font-style: italic;
  font-size: 12px;
}

.bactripicto img {
  max-height: 60px;
  width: auto;
}

.page-template-baby-faciliter .section-tri {
  margin-top: 18%;
  padding-bottom: 21%;
}
@media (max-width: 700px) {
  .page-template-baby-faciliter .section-tri {
    padding-bottom: 33% !important;
  }
}

.illu--sol {
  background-image: url(../img/candia-baby/baby-sol-pattern.png);
  background-repeat: repeat-x;
  height: 188px !important;
}

@media (max-width: 1200px) {
  .page-template-tetines .section-footer .container {
    margin-bottom: 100px;
  }
}

.page-template-candia-baby .illu--sol {
  margin-top: 60px !important;
}

.page-template-candia-baby .section--babyGrid {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@media (min-width: 1200px) {
  .page-template-tetines .kl-banner .tetines-image-intro {
    bottom: -658px !important;
  }
}

.headerBaby .dropdown-menu--products {
  display: flex;
  justify-content: center;
}

.bactri p {
  color: grey;
  font-weight: normal;
  font-size: 13px;
}
@media (max-width: 425px) {
  .bactri p {
    margin-top: 10px;
  }
}
.bactri img {
  width: 50px;
}
@media (max-width: 425px) {
  .bactri {
    margin-top: 20px;
  }
}

.kl-product-title h1 {
  font-size: 52px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 21px;
}
.kl-product-title h2 {
  font-family: "tabitharegular";
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
}

#input_1_10_chosen {
  width: 100% !important;
  border-radius: 50px !important;
  padding: 21px 30px !important;
  border: 2px solid #c9d0d7;
  border-radius: 10px;
  color: #0d4c8c;
  font-size: 18px;
  padding: 23px;
  height: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../img/contact/caret-down.png) no-repeat center right 30px;
}

.kl-scroll-down {
  display: none;
}

.page-id-6203 .wp-block-button__link {
  text-decoration: none !important;
}
.page-id-6203 .kl-bx-hero-title {
  padding-top: 130px !important;
}

.page-template-tetines .kl-product-title h1 {
  color: #e63d68;
}

.kl-candyup-decouverte-buttons p {
  color: white;
}

.conc-title {
  font-weight: 900;
  font-size: 2rem;
}

.conc-p {
  font-size: 18px;
}

.kl-cara .kl-bg-element-gamme {
  left: -61px;
  top: 134px;
}
.kl-cara .kl-bg-element-gamme img {
  width: 25% !important;
}

.bottom-content-container {
  color: #0d4c8c;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.bottom-content-container a {
  text-decoration: underline;
  font-weight: 500;
}

.babyButtons__additional-info {
  padding: 10px 20px;
  background-color: rgb(239, 114, 147);
}

.babyButtons__button {
  padding: 10px 38px 24px 38px !important;
  margin: 0 15px 20px 15px !important;
}

.babyButtons__age {
  position: absolute;
  width: 100%;
  font-size: 14px;
  color: white;
  top: 45%;
}
@media (max-width: 991px) {
  .babyButtons__age {
    font-size: 12px;
    top: 43%;
  }
}

.babyButtons__additional-info--pink {
  color: #e7406c;
  background-color: #fef2f8;
}
.babyButtons__additional-info--bd-radius {
  border-radius: 8px;
}
.babyButtons__additional-info--no-border {
  border: none;
}

.section__content--reduced {
  width: 70%;
  margin: 0 auto 1rem auto;
}

.baby-bottom-link {
  display: inline-block;
  background-color: #09cedc;
}

a {
  color: #0d4c8c;
}

header.sticky-top {
  z-index: 9999;
}

header .kl-top-header {
  z-index: 99;
  width: 100%;
}

.kl-table {
  display: table;
  width: 100%;
  height: 100%;
}

.kl-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.kl-bg-cover {
  background-size: cover !important;
}

.kl-left-bg-dossier {
  width: 50%;
  top: 125px;
  height: 100vh;
  left: 0;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.kl-share-this-block {
  background: url("../img/le-Lait-Vous/bg-share.svg") no-repeat;
  background-size: 260px;
  width: 335px;
  height: 220px;
  font-family: "tabitharegular";
  color: #0d4c8c;
  font-size: 18px;
}
.kl-share-this-block span {
  padding-left: 50px;
  padding-top: 40px;
  display: block;
}
.kl-share-this-block .kl-rs-share {
  padding-left: 37px;
  margin-top: 13px;
}
.kl-share-this-block .kl-rs-share a {
  display: block;
  padding: 5px 5px;
  border: 1px solid #0d4c8c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  transition: 0.3s;
}
.kl-share-this-block .kl-rs-share a i {
  color: #0d4c8c;
}
.kl-share-this-block .kl-rs-share a:hover {
  background: #0d4c8c;
}
.kl-share-this-block .kl-rs-share a:hover i {
  color: #fff;
}

.kl-infos-block {
  padding-left: 37px;
  padding-right: 68px;
  font-family: "Muli", sans-serif;
  left: 0px;
  bottom: 15px;
  color: #fff;
}
.kl-infos-block h1 {
  font-weight: 900;
  font-size: 45px;
}
.kl-infos-block .kl-description-infos {
  font-weight: 600;
  margin-top: 25px;
  font-size: 18px;
  max-width: 465px;
}

.kl-description-right-block {
  padding-right: 80px;
  padding-left: 15px;
}
.kl-description-right-block p {
  margin: 0 0 35px;
}
.kl-description-right-block p img {
  max-width: 100%;
  height: auto;
}
.kl-description-right-block hr {
  border: 1px solid #e5e5e5;
  margin-bottom: 45px;
}

.kl-icon-goutte {
  margin-bottom: 70px;
  margin-top: 60px;
}

.kl-img-dossier img {
  border-radius: 20px;
}

.kl-custom-field {
  margin-bottom: 45px;
}
.kl-custom-field h2 {
  color: #0d4c8c;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}
.kl-custom-field ul li {
  font-size: 13px;
}
.kl-custom-field sup {
  font-size: 11px;
}

.kl-title-black {
  font-size: 13px;
  color: #0d0f10;
  text-transform: uppercase;
  font-weight: 600;
}

.kl-recent-post h2 {
  font-family: "tabitharegular";
  font-size: 36px;
  color: #68bfec;
  margin-bottom: 25px;
}

.kl-the-post h3 {
  font-family: "Muli", sans-serif;
  font-weight: 900;
  color: #fff;
}

.kl-list-recent-post {
  background-position: 0 200px;
}
.kl-list-recent-post:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0px;
  left: 0px;
}

.kl-img-data-recent-post {
  min-height: 500px;
  width: 463px;
  border-radius: 13px;
  overflow: hidden;
  color: #fff;
  background-position: -72px 0px !important;
  margin-bottom: 45px !important;
}
.kl-img-data-recent-post .kl-content-block {
  padding-top: 230px;
  padding-left: 28px;
  padding-right: 28px;
}
.kl-img-data-recent-post .kl-content-block .kl-post-excerpt {
  margin-top: 28px;
  max-height: 80px;
  overflow: hidden;
}
.kl-img-data-recent-post .kl-lire-plus {
  width: 100%;
  height: 99px;
  bottom: 0px;
  z-index: 2;
  padding-top: 45px;
  padding-left: 28px;
}
.kl-img-data-recent-post .kl-lire-plus a {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #0d4c8c;
}
.kl-img-data-recent-post:after {
  content: "";
  background: url(../img/le-Lait-Vous/btn-vague-blanc.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 104%;
  height: 110px;
}
.kl-img-data-recent-post:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
}

.kl-btn-link-blue {
  background: #68bfec;
  color: #fff;
  font-size: 18px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 22px 29px;
  border-radius: 50px;
  transition: 0.5s;
}
.kl-btn-link-blue:hover {
  background: #0d4c8c;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .kl-btn-link-blue {
    font-size: 14px;
  }
}

.kl-btn-link-blue-bis {
  background: #0d4c8c;
  color: #fff;
  font-size: 18px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 22px 29px;
  border-radius: 50px;
  transition: 0.5s;
}
.kl-btn-link-blue-bis:hover {
  background: #68bfec;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .kl-btn-link-blue-bis {
    font-size: 14px;
  }
}

@keyframes transitionCustom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.kl-scroll-bottom-change {
  width: 100%;
  top: inherit;
  left: 0px;
  bottom: 0px !important;
  height: 700px !important;
  animation: transitionCustom 1s;
}
.kl-scroll-bottom-change .kl-infos-block {
  left: 25px;
}

.kl-banner:after {
  content: "";
  width: 100%;
  height: 72px;
  background: url(../img/marques/marque-single/divider-before-about.svg) no-repeat bottom/cover;
  position: absolute;
  background-size: 100%;
  bottom: -1px;
  left: 0;
  top: unset;
}

.kl-logo-banner {
  top: 0px;
  left: 0px;
}

.kl-about {
  padding-bottom: 85px;
  padding-top: 25px;
}
.kl-about h1 {
  color: #763325;
  font-family: "Muli", sans-serif;
  font-weight: 900;
  font-size: 45px;
  margin-top: 0px;
}
.kl-about h2 {
  color: #763325;
  font-family: "tabitharegular";
  font-size: 42px;
  margin-top: -21px;
  margin-bottom: 0px;
}

.kl-left-element-bg-about {
  left: 0px;
  bottom: -149px;
  width: 220px;
  height: 480px;
  z-index: 1;
}

.kl-right-element-bg-about {
  right: 0px;
  bottom: -34px;
  width: 189px;
  height: 480px;
  z-index: 1;
}

.kl-decs-about {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #343637;
  margin-top: 15px;
}

.kl-color-brown {
  color: #763325;
}

.kl-tabitha-medium-size {
  font-family: "tabitharegular";
}

.kl-txt-more {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.kl-btn-custom {
  color: #fff;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  padding: 15px 27px;
  display: inline-block;
  font-weight: 700;
  border-radius: 45px;
  transition: 0.5s;
}

.kl-bg-garnet {
  margin-left: 20px;
  background: #ad4214;
}
.kl-bg-garnet:hover {
  background: #763325;
  color: #fff;
}

.kl-bg-pink-gradient {
  background: linear-gradient(rgb(243, 102, 136), rgb(239, 114, 147) 48%, rgb(254, 75, 112) 100%);
  padding: 50px;
}

.rdl-list-more {
  margin-top: -61px;
  padding: 192px 0px 50px 0px;
}
@media screen and (max-width: 575px) {
  .rdl-list-more {
    padding: 192px 25px 50px 25px !important;
  }
}
.rdl-list-more:before {
  content: "";
  width: 100%;
  height: 180px;
  background: url("../img/marques/marque-single/divider-after-about.svg") no-repeat;
  position: absolute;
  top: -3px;
  left: 0px;
}

.kl-news-about {
  margin-top: -61px;
  padding: 192px 0px 192px 0px;
}
.kl-news-about:before {
  content: "";
  width: 100%;
  height: 180px;
  background: url("../img/marques/marque-single/divider-after-about.svg") no-repeat;
  position: absolute;
  top: -3px;
  left: 0px;
}
.kl-news-about:after {
  content: "";
  width: 100%;
  height: 250px;
  background: url("../img/marques/marque-single/divier-after-news_02.png") no-repeat;
  position: absolute;
  bottom: -15px;
  left: 0px;
}

.kl-title-heading h2 {
  font-family: "tabitharegular";
  font-size: 80px;
  color: #fff;
}
.kl-title-heading h2 span {
  margin-left: 122px;
}

.kl-desc-about-block {
  font-family: "Muli", sans-serif;
  color: #fff;
  padding-right: 37px;
}
.kl-desc-about-block h3 {
  font-weight: 900;
  font-size: 31px;
  margin-top: 70px;
}
.kl-desc-about-block .kl-excerpt-desc-about {
  font-weight: 700;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.3;
}
.kl-desc-about-block .kl-btn-custom {
  position: relative;
  z-index: 9;
}

.kl-bg-purple {
  background: #eb749c;
  box-shadow: 1px 8px 5px -6px #ef4b6c;
}
.kl-bg-purple:hover {
  background: #e66a93;
  color: #fff;
}

.kl-bg-light-gradient {
  background: linear-gradient(rgb(255, 255, 255) 48%, rgb(250, 246, 242) 100%);
}

.kl-gamme h2 {
  font-family: "tabitharegular";
  color: #007532;
  font-size: 48px;
  margin-bottom: 2rem;
}

.kl-title-gamme {
  font-family: "Muli", sans-serif;
  color: #763325;
  margin-right: 40px;
  margin-bottom: 30px;
  padding-left: 50px;
}
.kl-title-gamme h3 {
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.kl-title-gamme span {
  font-size: 18px;
  font-weight: 900;
}

.kl-gamme-block {
  width: 52%;
}

.kl-dossier-single {
  background-size: 50% auto;
  position: relative;
}
.kl-dossier-single:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 900px;
  background: #deeffb url(../img/divider-redirection-doss-single.svg) no-repeat -8px -2px;
  background-size: auto;
  background-size: 108%;
}

.kl-recent-recette {
  background: linear-gradient(rgb(220, 238, 251), rgb(220, 238, 251));
  background-size: 101%;
  margin-left: -41px;
  margin-top: 200px;
}
.kl-recent-recette:before {
  content: "";
  background: url(../img/divider-redirection-doss-single.svg) no-repeat -8px -2px;
  width: 100%;
  height: 76px;
  top: 0px;
  left: 0px;
  position: absolute;
}
.kl-recent-recette .kl-img-extra {
  margin-top: -125px;
}
.kl-recent-recette .kl-desc-extra-field {
  margin-top: -145px;
}

.kl-left-block-single-image {
  z-index: 9;
}

.kl-parent-bloc {
  margin-bottom: 55px;
}
.kl-parent-bloc:first-child .kl-gamme-block {
  width: 58%;
}
.kl-parent-bloc:nth-child(odd) .kl-gamme-block {
  float: right;
}
.kl-parent-bloc:nth-child(odd) .kl-content-desc-gamme-block {
  margin-right: 30px;
}
.kl-parent-bloc:nth-child(odd) .kl-medium-size-gamme {
  margin-right: 175px;
  margin-left: 0px;
}
.kl-parent-bloc:last-child .kl-medium-size-gamme {
  margin-right: 0px;
}
.kl-parent-bloc:last-child .kl-medium-size-gamme .kl-thumb-gamme {
  max-width: 162px;
}
.kl-parent-bloc:after {
  content: "";
  display: table;
  clear: both;
}
.kl-parent-bloc .kl-medium-size-gamme {
  margin-left: 175px;
  margin-right: 0px;
  /*.kl-title-gamme{
    padding-left:0px;
  }*/
}

.kl-content-desc-gamme-block {
  background: #007532;
  border-radius: 27px;
  padding: 50px 16px 50px 34px;
  max-height: 250px;
}

.kl-excerpt-desc-gamme {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  color: #fff;
  z-index: 3;
}
.kl-excerpt-desc-gamme a {
  font-family: "tabitharegular";
  font-size: 23px;
  color: #fff;
  transition: 0.5s;
}
.kl-excerpt-desc-gamme a:hover {
  color: #f75c80;
}

.kl-anchor {
  position: relative;
  top: -150px;
}

.kl-thumb-gamme {
  max-width: 275px;
}
.kl-thumb-gamme img {
  margin-top: -139px;
}

.kl-txt-excerpt-desc-gamme {
  max-height: 122px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.kl-bg-element-gamme {
  top: -57px;
  left: -140px;
}

.kl-strawberry .kl-content-desc-gamme-block {
  max-height: 300px;
}
.kl-strawberry .kl-bg-element-gamme {
  bottom: -26px;
  right: -200px;
  left: inherit;
  top: inherit;
  width: 450px;
}

.kl-vanilla .kl-bg-element-gamme {
  left: inherit;
  right: -60px;
  top: -54px;
}

.kl-cacao .kl-bg-element-gamme {
  left: -196px;
  top: -12px;
  width: 240px;
}
.kl-cacao .kl-content-desc-gamme-block {
  position: relative;
  z-index: 1;
}
.kl-cacao.kl-medium-size-gamme .kl-title-gamme {
  padding-left: 0px;
}

.kl-bio .kl-thumb-gamme img {
  height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
}
.kl-bio .kl-bg-element-gamme {
  top: -5px;
  left: inherit;
  right: -97px;
  width: 110px;
}

.kl-medium-size-gamme.kl-gamme-block {
  margin-top: 35px;
}
.kl-medium-size-gamme .kl-title-gamme {
  padding-left: 15px;
}
.kl-medium-size-gamme .kl-thumb-gamme {
  max-width: 185px;
}
.kl-medium-size-gamme .kl-thumb-gamme img {
  margin-top: -130px;
}
.kl-medium-size-gamme .kl-content-desc-gamme-block {
  padding: 30px 16px 20px 34px;
}
.kl-medium-size-gamme .kl-txt-excerpt-desc-gamme {
  margin-bottom: 0px;
}

.kl-new-etiquette {
  font-family: "tabitharegular";
  color: #fff;
  font-weight: normal !important;
  font-size: 20px;
  background: url("../img/marques/marque-single/bg-new.svg") no-repeat;
  text-align: center;
  padding: 21px 23px;
  width: 114px;
  display: block;
  margin-bottom: 15px;
  background-size: contain !important;
}

.kl-map-block {
  background: url("../img/candia/eleveurs/bg-map-eleveurs_02.jpg") no-repeat;
  background-color: #dceefa;
  min-height: 1120px;
  padding-top: 92px;
}

.kl-map-block {
  margin-bottom: 246px;
}
.kl-map-block h1 {
  font-family: "tabitharegular";
  color: #0d4c8c;
  font-size: 65px;
  padding-left: 30px;
}
.kl-map-block:after {
  content: "";
  width: 100%;
  height: 348px;
  background: url("../img/candia/divider-map.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -346px;
  left: 0px;
}

.kl-map-eleveurs {
  width: 840px;
  height: 866px;
  margin: auto;
  background-repeat: no-repeat;
}

.kl-name-posiiton {
  font-family: "Muli", sans-serif;
}
.kl-name-posiiton span {
  font-weight: 900;
  display: block;
  font-size: 19px;
}
.kl-name-posiiton span:first-child {
  font-weight: 600;
  font-size: 16px;
}

.kl-west {
  color: #78b93b;
  top: 125px;
  left: 15px;
}

.kl-east {
  color: #9dc435;
  top: 100px;
  right: -45px;
}

.kl-south {
  color: #579540;
  bottom: 220px;
  left: 75px;
}

.kl-list-eleveur-marker {
  top: 0px;
  left: 0px;
}
.kl-list-eleveur-marker a {
  position: absolute;
  display: block;
}
.kl-list-eleveur-marker a.kl-maxime {
  top: -67px;
  left: 55%;
}
.kl-list-eleveur-marker a.kl-maxime img {
  width: 93px;
}
.kl-list-eleveur-marker a.kl-clo {
  top: 36px;
  left: 64%;
}
.kl-list-eleveur-marker a.kl-clo img {
  width: 203px;
}
.kl-list-eleveur-marker a.kl-fab {
  top: 71px;
  left: 48%;
}
.kl-list-eleveur-marker a.kl-fab img {
  width: 164px;
}
.kl-list-eleveur-marker a.kl-severine {
  bottom: 11px;
  left: 30%;
}
.kl-list-eleveur-marker a.kl-severine img {
  width: 93px;
}

.kl-help-block {
  background: #0d4c8c;
  color: #fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  bottom: 175px;
  right: -72px;
  padding: 20px;
}
.kl-help-block h2 {
  font-family: "tabitharegular";
}
.kl-help-block span {
  font-family: "Muli", sans-serif;
}

.kl-list-bloc-eleveur {
  margin-bottom: 225px;
}
.kl-list-bloc-eleveur .container {
  padding: 0px 75px;
}
.kl-list-bloc-eleveur h2 {
  font-family: "tabitharegular";
  font-size: 38px;
  color: #0d4c8c;
}

.kl-portrait {
  background: #dceefb;
  border-radius: 13px;
  margin-top: 110px;
}
.kl-portrait figure {
  transition: 0.5s;
}
.kl-portrait figure:hover {
  transform: translate(-10px, -10px);
}
.kl-portrait figure img {
  border-radius: 13px;
}
.kl-portrait:nth-child(even) {
  margin-left: 16% !important;
  top: -110px;
}

.kl-bg-name {
  font-family: "tabitharegular";
  color: #fff !important;
  font-size: 30px;
  background: url(../img/candia/eleveurs/bg-nom.svg) no-repeat;
  bottom: -58px;
  left: 9px;
  display: inline-block;
  padding: 54px 35px 42px 35px;
  width: 232px;
  height: 138px;
  text-align: center;
  line-height: 29px;
}

.kl-laitiers-bloc {
  margin-top: 190px;
  padding: 75px;
  background: url("../img/candia/eleveurs/bg-laitier-bloc_02.png") no-repeat;
}
.kl-laitiers-bloc .container {
  margin-top: -85px;
  font-family: "Muli", sans-serif;
}
.kl-laitiers-bloc .container h4 {
  color: #0d4c8c;
  font-size: 32px;
  font-weight: 900;
}
.kl-laitiers-bloc .container p {
  font-weight: 600;
  font-size: 18px;
  color: #343637;
}
.kl-laitiers-bloc .container .kl-btn-custom {
  font-size: 18px;
  margin-top: 50px;
  padding-left: 55px;
  padding-right: 55px;
}
.kl-laitiers-bloc .container .kl-btn-custom:hover {
  background: #0131a0;
  color: #fff;
}

.kl-desc-laitiers {
  padding-top: 115px;
}

.kl-mask-img-bloc img {
  display: block;
  -webkit-mask: url("../img/candia/eleveurs/mask-laitier_03.png");
          mask: url("../img/candia/eleveurs/mask-laitier_03.png");
  -webkit-mask-box-image: url("../img/candia/eleveurs/mask-laitier_03.png");
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 334px;
  height: 336px;
}

.kl-bg-blue {
  background: #0d4c8c;
}

.kl-laitier-bloc.kl-sec-quizz-link div[class*=col-]:last-of-type {
  padding-bottom: 0px;
}

.kl-modal-team {
  overflow: hidden !important;
}

.modal-content {
  height: 100%;
}
.modal-content .row {
  height: 100%;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.kl-bg-modal {
  background: url("../img/candia/eleveurs/bg-modal-portrait.png") no-repeat;
  width: 100%;
  background-size: cover;
}

.kl-bg-img-team-modal {
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.kl-bg-img-team-modal img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kl-content-modal {
  padding-left: 150px;
  padding-right: 96px;
  height: 100vh;
}

.kl-close-modal {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  color: #0d4c8c;
  font-size: 16px;
  margin-top: 44px;
  cursor: pointer;
}

.kl-name-team {
  margin-top: 25px;
}
.kl-name-team h3 {
  font-family: "tabitharegular";
  font-size: 72px;
  color: #4a4a49;
}

.kl-tab-desc-bloc {
  margin-top: 50px;
}

.kl-nav-tabs.nav-tabs {
  border-bottom: none;
}
.kl-nav-tabs.nav-tabs a {
  font-family: "tabitharegular";
  font-size: 21px;
  color: #618db9;
  background: url("../img/candia/eleveurs/tab_03.png") no-repeat;
  border: none;
  background-position: bottom center;
  padding-bottom: 15px;
}
.kl-nav-tabs.nav-tabs a.active {
  background: url("../img/candia/eleveurs/tab-active_03.png") no-repeat;
  background-position: bottom center;
  color: #0d4c8c;
}

.kl-tab-desc-bloc .tab-content {
  background: #fff;
  margin-top: 10px;
  padding: 30px;
  border-radius: 20px;
}
.kl-tab-desc-bloc .tab-content .kl-custom-scroll-content {
  outline: none !important;
  box-shadow: none !important;
}

.kl-arrow-modal {
  top: 111px;
  right: -48px;
  z-index: 9;
}
.kl-arrow-modal a {
  background: #fff;
  color: #0d4c8c;
  border-radius: 13px 0px 0px 13px;
  padding: 20px;
  display: inline-block;
  margin-left: -3px;
}
.kl-arrow-modal a.kl-next-modal {
  border-radius: 0px 13px 13px 0px;
}

.kl-elevator {
  right: 40px;
  bottom: 125px;
  width: 115px;
  height: 120px;
  display: none;
  z-index: 99;
}

.kl-sec-quizz-link.kl-custom-pre-footer p {
  margin-bottom: 55px;
}

.kl-custom-pre-footer .col-lg-5.col-md-6 {
  padding-top: 75px;
}

.kl-custom-pre-footer .kl-mask-bull {
  margin-top: -65px;
}

kl-custom-scroll-content p {
  margin-top: 30px;
}

.kl-hero-custom.kl-heading-banner-custom figure img {
  -webkit-mask: inherit;
          mask: inherit;
  -webkit-mask-box-image: inherit;
}

.kl-hero-custom {
  background-position: left bottom -1px;
  /*height:620px;
  background: #dceefb url("../img/candia/histoire/hero-bottom-wave.svg") no-repeat left -135px bottom -1px/cover;*/
}
.kl-hero-custom p {
  font-size: 16px;
  font-weight: 700;
}
.kl-hero-custom .kl-btn-custom {
  padding: 15px 47px;
}
.kl-hero-custom .kl-btn-custom:hover {
  color: #fff;
  background: #09335d;
}
.kl-hero-custom .kl-ribbon {
  top: 27px;
  left: 145px;
}
.kl-hero-custom .kl-ribbon img {
  width: 148px;
  height: 148px;
}

.kl-scroll-down-page-block {
  left: 45%;
  bottom: 65px;
}
.kl-scroll-down-page-block a {
  /*-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);*/
  color: #77a0cd;
}
.kl-scroll-down-page-block a i {
  font-size: 1.3rem;
}

.kl-section-title-h2-custom h2 {
  font-family: "tabitharegular";
  color: #0d4c8c;
  font-size: 58px;
  margin-bottom: 16px;
  position: relative;
}

.kl-jml-block {
  margin-top: 66px;
  outline: none !important;
}
.kl-jml-block p {
  font-weight: 700;
}

.kl-list-jml {
  margin-top: 75px;
}
.kl-list-jml .row:first-child {
  padding-right: 65px;
}
.kl-list-jml .row:nth-child(n+2) .kl-thumb-jml {
  order: 2;
}
.kl-list-jml .row:last-child {
  margin-top: 75px;
}
.kl-list-jml .kl-desc-jml-block {
  padding-left: 65px;
  padding-right: 65px;
}

.kl-desc-jml-block h3 {
  color: #68bfec;
  font-size: 38px;
  font-family: "tabitharegular";
  margin-top: 25px;
}
.kl-desc-jml-block h4 {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0d4c8c;
  margin-bottom: 20px;
}
.kl-desc-jml-block p {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: normal;
}
.kl-desc-jml-block .kl-custom-field-block {
  margin-top: 40px;
  margin-bottom: 40px;
}
.kl-desc-jml-block .kl-custom-field-block p {
  margin-bottom: 10px;
}
.kl-desc-jml-block .kl-custom-field-block span {
  font-size: 11px;
}

.kl-desc-jml {
  margin-top: 30px;
}
.kl-desc-jml a {
  color: #0d4c8c;
  text-decoration: underline;
  font-weight: 700;
}

.kl-thumb-jml img {
  max-width: 550px;
}

.kl-visit {
  background: #dceefb;
  padding: 0px 0px 75px 0px;
  margin-top: 175px;
  margin-bottom: 150px;
}
.kl-visit:before {
  content: "";
  background: url("../img/candia/jml/illu-top.svg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0px;
  top: -106px;
}
.kl-visit h3 {
  font-family: "tabitharegular";
  font-size: 38px;
  color: #47931b;
}
.kl-visit .kl-help-block {
  width: 150px;
  height: 150px;
  bottom: inherit;
  top: 99px;
  right: -85px;
}
.kl-visit .kl-help-block h2 {
  font-size: 2.5rem;
  line-height: 26px;
}
.kl-visit .kl-help-block span {
  font-family: "tabitharegular";
  font-size: 1.4rem;
}

.kl-desc-infos-txt {
  margin-top: 25px;
}

.kl-infos-visit {
  margin-top: 200px;
}

.kl-left-cloud {
  background: url("../img/candia/eleveurs/clouds_03.png") no-repeat;
  background-size: contain;
  width: 290px;
  height: 290px;
  left: -81px;
  top: 256px;
}

.kl-right-cloud {
  background: url("../img/candia/eleveurs/cloud-2_03.png") no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  right: 0px;
  top: 100px;
}

.kl-visit-process {
  margin-top: 90px;
  background: #fff;
  padding: 75px 0px 0px 0px;
  border-radius: 15px;
  overflow: hidden;
}
.kl-visit-process h2 {
  color: #9dc435;
}

.kl-list-visit-process {
  margin-top: 45px;
}

.kl-desc-process-visit h3 {
  font-family: "Muli", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #2a2d30;
}

.kl-txt-desc-visit a {
  color: #0d4c8c;
  text-decoration: underline;
  font-weight: 700;
}

.kl-txt-extra-infos {
  margin-top: 45px;
  background: #9dc435;
  color: #fff;
  padding: 25px 0px;
}
.kl-txt-extra-infos p {
  font-size: 14px;
}
.kl-txt-extra-infos:before {
  content: "";
  width: 101%;
  height: 75px;
  background: url("../img/candia/jml/illu-wave-top-this-year.svg") no-repeat;
  background-size: cover !important;
  position: absolute;
  top: -49px;
  left: 0px;
  background-size: contain;
}

.kl-extra-infos {
  margin-top: 25px;
}
.kl-extra-infos h3 {
  color: #9dc435;
  font-family: "tabitharegular";
  font-size: 36px;
}

.kl-picto-cooperation {
  top: -117px;
  left: 65px;
}

.kl-infos-bottom {
  margin-top: 51px;
}
.kl-infos-bottom:before {
  content: "";
  width: 126px;
  height: 64px;
  background: url("../img/candia/jml/icon-herbe-droite.svg") no-repeat;
  position: absolute;
  right: 246px;
  bottom: -110px;
  z-index: 9;
}
.kl-infos-bottom:after {
  content: "";
  width: 100%;
  height: 150px;
  background: url("../img/candia/jml/illlu-bottom_02.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -150px;
}
.kl-infos-bottom p {
  color: #2a2d30;
  font-size: 14px;
}

.kl-txt-bottom-infos:before {
  content: "";
  width: 331px;
  height: 117px;
  background: url("../img/candia/jml/icon-panneau-PRM-herbe-gauche.svg") no-repeat;
  position: absolute;
  left: -163px;
  top: -7px;
  z-index: 9;
}

.kl-list-laiteries {
  margin-top: 130px;
}
.kl-list-laiteries a.kl-btn-custom {
  padding: 15px 47px;
}

.kl-infos-block-laiterie {
  background: url("../img/candia/jml/bg-ovale_03.png") no-repeat;
  left: 0px;
  top: 0px;
  width: 157px;
  height: 155px;
}
.kl-infos-block-laiterie h3 {
  font-family: "tabitharegular";
  font-size: 38px;
  color: #fff;
  line-height: 29px;
}
.kl-infos-block-laiterie span {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  color: #fff;
}
.kl-infos-block-laiterie span:first-child {
  font-size: 16px;
}

.kl-desc-laiterie {
  line-height: 22px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.kl-bg-purple-second {
  background: #e679ae;
  transition: 0.5s;
}
.kl-bg-purple-second:hover {
  background: #eb749c;
  color: #fff;
}

.kl-section-title-h2-custom.kl-choose {
  padding-bottom: 166px;
}
.kl-section-title-h2-custom.kl-choose h2 {
  display: inline-block;
}
.kl-section-title-h2-custom.kl-choose h2:before {
  content: "";
  width: 72px;
  height: 102px;
  background: url("../img/candia/jml/icon-left-arrow-laiterie.svg") no-repeat;
  position: absolute;
  bottom: -160px;
  left: 130px;
}
.kl-section-title-h2-custom.kl-choose h2:after {
  content: "";
  width: 72px;
  height: 102px;
  background: url("../img/candia/jml/icon-right-arrow-laiterie.svg") no-repeat;
  position: absolute;
  bottom: -130px;
  right: 150px;
}
.kl-section-title-h2-custom.kl-choose:after {
  content: "";
  width: 100%;
  height: 166px;
  background: url("../img/candia/jml/bottom-laiterie-jml_02.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -75px;
}

.kl-index-img {
  height: 110px;
  width: 190px;
  margin: auto auto 30px !important;
  position: relative;
}
.kl-index-img img {
  left: 0;
  top: -39px;
}

.kl-quiz-section .kl-quiz-wrapper .kl-quiz-content figure img {
  display: block !important;
}
.kl-quiz-section .kl-quiz-wrapper .kl-quiz-content figure img.kl-left,
.kl-quiz-section .kl-quiz-wrapper .kl-quiz-content figure img.kl-right {
  opacity: 0;
}
.kl-quiz-section .kl-quiz-wrapper.hover-left .kl-quiz-content figure img {
  opacity: 0;
}
.kl-quiz-section .kl-quiz-wrapper.hover-left .kl-quiz-content figure img.kl-left {
  opacity: 1;
}
.kl-quiz-section .kl-quiz-wrapper.hover-right .kl-quiz-content figure img {
  opacity: 0;
}
.kl-quiz-section .kl-quiz-wrapper.hover-right .kl-quiz-content figure img.kl-right {
  opacity: 1;
}

.kl-thumb-degustation {
  margin-top: 100px;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  min-height: 480px;
}
.kl-thumb-degustation img {
  max-width: 475px;
  position: relative;
  top: 95px;
  float: right;
  margin-right: 35px;
}

.kl-degustation {
  margin-bottom: 135px;
}
.kl-degustation h2 {
  color: #68bfec;
  line-height: 50px;
  font-size: 50px;
}
.kl-degustation .kl-right-content:after {
  content: "";
  width: 174px;
  height: 158px;
  background: url("../img/candia/jml/icon-map-arrow.svg") no-repeat;
  position: absolute;
  right: 150px;
  bottom: -52px;
}

.kl-desc-degustation {
  margin-top: 36px;
  font-size: 16px;
}

.kl-bottom-desc-degustation {
  margin-top: 76px;
  color: #68bfec;
  font-size: 14px;
}

.kl-gmap-jml {
  width: 100%;
  height: 875px;
}

.kl-element-single-recette-block {
  margin-top: 46px;
}

.kl-title-product.kl-infos-block {
  padding: 0px;
  width: 100%;
  bottom: 0px;
  background: #fff;
}
.kl-title-product.kl-infos-block h1 {
  color: #0d4c8c;
  font-family: "Muli", sans-serif;
  font-weight: 900;
  font-size: 33px;
  padding: 0px 42px 30px 42px;
  margin: -5px 0 5px;
}
.kl-title-product.kl-infos-block h1 span {
  font-weight: normal;
}
.kl-title-product.kl-infos-block:before {
  content: "";
  background: url("../img/recettes/before-title-recette.svg") no-repeat center;
  width: 100%;
  background-size: 105%;
  height: 114px;
  position: absolute;
  top: -103px;
  left: 0;
}

.kl-box-shadow {
  box-shadow: 0 0 40px rgba(6, 38, 70, 0.1);
}

.kl-logo-etiquette {
  top: 25px;
  right: 25px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  overflow: hidden;
}

.kl-logo-etiquette-1 {
  top: 25px;
  right: 25px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  overflow: hidden;
}

.kl-logo-etiquette-2 {
  top: 165px;
  right: 25px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  overflow: hidden;
}

.kl-logo-etiquette-3 {
  top: 165px;
  right: 25px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  overflow: hidden;
}

.kl-logo-etiquette-4 {
  top: 165px;
  right: 25px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  overflow: hidden;
}

.kl-element-single-recette-block h2 {
  color: #0d0f10;
  font-family: "tabitharegular";
  font-weight: normal;
  margin-bottom: 8px;
  font-size: 28px;
}

.kl-list-ingredients ul li {
  padding: 8px 0px;
  border-bottom: 1px solid #f3f2f2;
  font-size: 16px;
}
.kl-list-ingredients ul li:last-child {
  border-bottom: none;
}

.kl-note-default {
  background: #0d4c8c;
  border-radius: 30px;
  padding: 10px 15px;
}
.kl-note-default i {
  color: #fff;
}

.kl-note[data-note="1"] i:first-child {
  font-weight: 900;
}
.kl-note[data-note="2"] i:nth-child(2),
.kl-note[data-note="2"] i:first-child {
  font-weight: 900;
}
.kl-note[data-note="3"] i:nth-child(3),
.kl-note[data-note="3"] i:nth-child(2),
.kl-note[data-note="3"] i:first-child {
  font-weight: 900;
}
.kl-note[data-note="4"] i {
  font-weight: 900;
}

.kl-extra-infos-block .kl-extra-infos-field:not(:first-child) {
  margin-top: 50px;
}

.kl-extra-infos-field {
  margin-top: 33px;
  font-family: "Muli", sans-serif;
  color: #343637;
}

.kl-data-key {
  font-weight: 700;
  font-size: 13px;
}

.kl-data-value i {
  margin-right: 5px;
}

.kl-custom-list ul li {
  counter-increment: count-custom-li;
  font-size: 16px;
  position: relative;
  padding-left: 55px;
  padding-bottom: 25px;
}
.kl-custom-list ul li:before {
  content: counter(count-custom-li);
  background: url(../img/recettes/icon-etapes.svg) no-repeat center left;
  font-size: 16px;
  width: 40px;
  height: 39px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #0d4c8c;
  font-weight: 900;
  padding-left: 15px;
  padding-top: 5px;
}
.kl-custom-list ul li.kl-custom-li:before {
  top: -8px;
}
.kl-custom-list ul li strong {
  display: block;
  font-size: 16px;
  color: #0d4c8c;
}
.kl-custom-list ul li p {
  margin-bottom: 15px;
}

.kl-prepa {
  margin-top: 30px;
}

.kl-extra-product {
  width: 425px;
  margin: 20% auto auto auto;
}
@media (max-width: 767px) {
  .kl-extra-product {
    margin: 25% auto auto auto;
  }
}
@media (max-width: 480px) {
  .kl-extra-product {
    margin: 7% auto auto auto;
  }
}

.kl-desc-extra-field span {
  font-weight: 900;
  color: #68bfec;
  font-size: 15px;
}
.kl-desc-extra-field h3 {
  font-weight: 900;
  color: #0d4c8c;
  font-size: 30px;
}

.kl-field-infos {
  font-family: "tabitharegular";
  font-size: 22px;
  color: #0d4c8c;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .kl-field-infos {
    margin-top: 16px;
  }
}

.kl-desc-extra-field {
  padding-top: 75px;
}
.kl-desc-extra-field h3 {
  margin-top: 13px;
}

.kl-see-more-eye {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #dceefb;
  color: #0d4c8c;
  left: 20px;
  top: 60px;
  transition: 0.3s;
  font-size: 31px;
  padding: 9px 5px;
  text-align: center;
}
.kl-see-more-eye:hover {
  background-color: #0d4c8c;
  color: #fff;
}

.kl-list-recent-post .kl-bx-recette--item {
  width: 500px;
  margin: auto;
  margin-bottom: 45px;
}
.kl-list-recent-post .kl-bx-recette--item .kl-recette-description a {
  font-size: 18px;
}

.kl-list-recent-post .kl-bx-recette--item .kl-recette-description div[class*=col-] h4 {
  font-weight: 700;
}

.kl-banner-mentions.kl-hero-default img {
  right: 14%;
  max-width: 556px;
  bottom: 29px;
}
.kl-banner-mentions.kl-hero-default .kl-bx-hero-title .kl-scroll-down-page-block {
  width: 18px;
  height: 24px;
}
.kl-banner-mentions.kl-hero-default .kl-bx-hero-title .kl-scroll-down-page-block img {
  width: auto;
}

.kl-hero-default .kl-title-mention.kl-bx-hero-title {
  padding-top: 164px;
}

.kl-mentions-content {
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 39%, rgb(222, 239, 251) 100%);
}
.kl-mentions-content h3 {
  color: #0d4c8c;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  margin-top: 60px;
}
.kl-mentions-content p {
  margin-bottom: 30px;
  font-size: 15px;
}
.kl-mentions-content a {
  font-family: "Muli", sans-serif;
  font-weight: 500;
  color: #0d4c8c;
  text-decoration: underline;
}

.kl-mentions-content {
  margin-top: 25px;
}

.kl-content-desc-gamme-block .kl-thumb-gamme {
  text-align: center;
}
.kl-content-desc-gamme-block .kl-thumb-gamme img {
  max-height: 330px;
  position: relative;
  top: -139px;
  width: auto;
  margin: 0 auto;
}

.kl-hero-default.kl-hero-result {
  height: 520px;
}
.kl-hero-default.kl-hero-result > img {
  right: 12%;
  bottom: 33px;
}
.kl-hero-default.kl-hero-result .kl-bx-hero-title {
  padding: 37px 72px 0;
}
.kl-hero-default.kl-hero-result .kl-bx-hero-title p {
  font-size: 42px;
  font-weight: 100;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
  max-height: 100%;
  text-align: center;
}
.kl-hero-default.kl-hero-result .kl-bx-hero-title p span {
  font-weight: 600;
}
.kl-hero-default.kl-hero-result .kl-bx-hero-title::before {
  display: none;
}

.kl-sec-result {
  min-height: 510px;
  padding: 124px 0 40px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 34%, rgba(230, 242, 255, 0.3) 69%);
}

.kl-result-list > div {
  margin-bottom: 57px;
}
.kl-result-list .kl-bx-result {
  box-shadow: 0 0 20px rgba(6, 38, 70, 0.1);
  background: #e6f3fc url(../img/recettes/before-thumbnail-recette.svg) no-repeat center top 52px;
  background-size: contain !important;
  padding: 38px 24px 67px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
.kl-result-list .kl-bx-result * {
  position: relative;
  z-index: 2;
}
.kl-result-list .kl-bx-result::after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 77px;
  z-index: 1;
}
.kl-result-list .kl-bx-result:hover {
  transform: scale(1.05);
}
.kl-result-list .kl-bx-result:hover:after {
  top: 80px;
}
.kl-result-list .kl-bx-result > span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 12px;
  border-radius: 40px;
  display: inline-block;
  background: #0d4c8c;
  min-width: 136px;
  text-align: center;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  /*&:hover{
    background: $blue_theme_secondary;
  }*/
}
.kl-result-list .kl-bx-result h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 16px;
}
.kl-result-list .kl-bx-result h2 a {
  color: #343637;
}
.kl-result-list .kl-bx-result h2 span {
  font-weight: 700;
}
.kl-result-list .kl-bx-result p {
  font-size: 16px;
  color: #343637;
  line-height: 1.3;
  margin-bottom: 0;
}
.kl-result-list .kl-bx-result h5 {
  margin: 10px 0 20px;
}

.kl-custom-scroll-content {
  padding: 5px;
}
.kl-custom-scroll-content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.kl-custom-scroll-content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.kl-custom-scroll-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #68bfec !important;
  width: 7px;
}
.kl-custom-scroll-content .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #d9efff !important;
  width: 5px;
}

.page-template-eleveurs .main-wrap {
  transform: none;
}

/*Responsive*/
@media screen and (min-width: 1700px) {
  .kl-recent-recette:before {
    height: 118px;
  }
}
@media screen and (min-width: 1600px) {
  .kl-banner-mentions.kl-hero-default img {
    max-width: 493px;
    right: 22%;
  }
  .kl-tab-desc-bloc .tab-content {
    height: 476px;
  }
  .kl-tab-desc-bloc .tab-content .kl-custom-scroll-content {
    height: 410px;
  }
}
@media screen and (max-width: 1400px) {
  div.kl-tab-desc-bloc {
    margin-top: 19px;
  }
  div.kl-name-team h3 {
    font-size: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .kl-map-block {
    background-size: cover;
  }
  .kl-tab-desc-bloc .tab-content {
    height: auto;
    max-width: 960px;
    /*.kl-custom-scroll-content {
      height: 299px;
    }*/
  }
  .kl-map-block:after {
    height: 388px;
  }
  .kl-sec-quizz-link:before {
    top: -2px;
  }
  .kl-news-about:before {
    background-position: -15px -32px;
    background-size: 105%;
  }
  .rdl-list-more:before {
    background-position: -50px 0px;
    background-size: 105%;
  }
  .kl-news-about:after {
    background-size: cover;
    height: 282px;
  }
  .kl-banner:after {
    height: 120px;
  }
  .kl-txt-bottom-infos:before {
    top: 3px;
  }
  .kl-scroll-down-page-block {
    bottom: 136px;
  }
  .kl-hero-custom.kl-heading-banner-custom {
    height: 617px;
  }
  .kl-visit:before {
    top: -124px;
  }
  .kl-section-title-h2-custom.kl-choose:after {
    height: 201px;
  }
  .kl-recent-recette:before {
    background-size: 101%;
  }
  .kl-title-product.kl-infos-block:before {
    background-size: 120%;
    top: -112px;
  }
  .kl-title-product.kl-infos-block {
    bottom: -2px;
  }
}
@media screen and (min-width: 1360px) {
  .kl-desc-jml-block h3 {
    padding-right: 75px;
  }
  .kl-bx-hero-title.kl-title-mention {
    margin-left: 35px;
  }
}
@media screen and (min-width: 1199px) {
  .kl-custom-container.container {
    width: 990px;
  }
}
@media screen and (min-width: 992px) {
  .kl-desc-visit {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1299px) {
  .kl-infos-right-top .kl-note i {
    font-size: 0.8rem;
  }
  .kl-title-product.kl-infos-block:before {
    top: -98px;
  }
}
@media screen and (max-width: 1199px) {
  .kl-img-data-recent-post .kl-lire-plus {
    height: 94px;
    padding-top: 40px;
  }
  .kl-img-data-recent-post:after {
    background-position: bottom left;
    background-size: 100% auto;
    width: 130%;
  }
  .kl-list-gamme {
    margin-top: 100px;
  }
  .kl-left-element-bg-about {
    width: 150px;
  }
  .kl-right-element-bg-about {
    width: 150px;
  }
  .kl-gamme-block {
    width: 75% !important;
  }
  .kl-title-gamme {
    padding-left: 15px;
  }
  .kl-title-gamme {
    margin-left: 282px;
  }
  .kl-medium-size-gamme .kl-title-gamme {
    margin-left: 200px !important;
  }
  .kl-big-size .kl-title-gamme {
    padding-left: 0px !important;
    margin-left: 310px !important;
  }
  .kl-parent-bloc .kl-medium-size-gamme {
    margin-left: 105px;
  }
  .kl-thumb-jml img {
    max-width: 100%;
  }
  .kl-visit .kl-help-block {
    right: -36px;
    top: 49px;
  }
  .kl-infos-bottom:after {
    bottom: -125px;
  }
  .kl-txt-bottom-infos:before {
    top: 17px;
  }
  .kl-thumb-degustation img {
    max-width: 100%;
    position: static;
    margin-right: 0px;
  }
  .kl-hero-custom.kl-heading-banner-custom {
    height: 487px;
  }
  .kl-list-laiteries .col-md-5.mr-5:nth-child(n+2) {
    margin-right: 0px !important;
  }
  .kl-right-cloud {
    right: 15px;
  }
  .kl-note-default {
    padding: 10px;
  }
  .kl-infos-right-top {
    padding: 0px;
  }
  .kl-title-product.kl-infos-block:before {
    top: -93px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .kl-slider--item .cta-carrou {
    bottom: 55px;
  }
  .kl-slider--item .cta-carrou .kl-btn {
    padding: 11px 25px;
  }
  .kl-name-team h3 {
    font-size: 50px;
  }
  .kl-tab-desc-bloc .kl-nav-tabs.nav-tabs a {
    padding: 12px 7px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1064px) {
  .kl-list-ingredients ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .kl-description-right-block {
    padding-right: 90px;
  }
  .kl-the-post h3 {
    font-size: 1.6rem;
  }
  .kl-img-data-recent-post .kl-content-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .kl-infos-block {
    padding-right: 108px;
  }
  .kl-laitiers-bloc .container p {
    font-size: 16px;
  }
  .kl-map-block {
    margin-bottom: 175px;
  }
  .kl-list-recent-post .kl-bx-recette--item {
    width: 450px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .kl-anchor {
    position: relative;
    top: -180px;
  }
  .kl-infos-block h1 {
    font-size: 35px;
  }
  .kl-img-data-recent-post {
    min-height: 441px;
    width: 363px;
  }
  .kl-img-data-recent-post .kl-content-block {
    padding-top: 130px;
  }
  .kl-img-data-recent-post .kl-content-block .kl-post-excerpt {
    max-height: 94px;
  }
  .kl-desc-laitiers {
    margin-left: 8%;
  }
  .kl-laitiers-bloc .container .kl-btn-custom {
    font-size: 16px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .kl-banner-mentions.kl-hero-default img {
    max-width: 480px;
  }
  .kl-hero-default.kl-hero-result .kl-bx-hero-title {
    padding: 0 94px 0 23px;
    width: 528px;
  }
  div.kl-result-list .kl-bx-result {
    background: #e6f3fc url("../img/recettes/before-thumbnail-recette.svg") no-repeat center top 52px/105% auto;
    transition: all 0.05s ease-in-out;
  }
  div.kl-result-list .kl-bx-result:hover {
    background: #c5e3f9 url("../img/recettes/before-thumbnail-recette.svg") no-repeat center top 54px/105% auto;
    transform: scale(1.01);
  }
  div.kl-result-list .kl-bx-result:hover::after {
    top: 78px;
  }
  div.kl-result-list .kl-bx-result:after {
    top: 74px;
  }
}
@media screen and (max-width: 991px) {
  .kl-search-form-mob {
    position: relative;
  }
  .kl-search-form-mob .submit {
    background: transparent;
    color: #c9d0d7;
    font-size: 16px;
    border: none;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .kl-search-form-mob .submit:hover, .kl-search-form-mob .submit:focus {
    outline: none;
    box-shadow: none;
    color: #0d4c8c;
  }
  section.kl-sec-result {
    padding: 0 0 40px;
    min-height: 310px;
  }
  .kl-hero-default.kl-hero-result .kl-bx-hero-title {
    padding: 0 94px 0 23px;
    width: 391px;
  }
  .kl-hero-default.kl-hero-result .kl-bx-hero-title p {
    font-size: 35px;
  }
  div.kl-result-list .kl-bx-result:hover {
    transform: none;
    background: #c5e3f9 url("../img/recettes/before-thumbnail-recette.svg") no-repeat center top;
    background-size: contain;
  }
  div.kl-result-list .kl-bx-result:hover::after {
    top: 69px;
  }
  div.kl-result-list .kl-bx-result::after {
    top: 69px;
  }
  div.kl-result-list .kl-bx-result h2 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 11px;
  }
  .kl-tab-desc-bloc .tab-content .kl-custom-scroll-content {
    height: auto !important;
  }
  .kl-anchor {
    top: -100px;
  }
  .kl-dossier-single:before {
    width: 100%;
  }
  .kl-left-bg-dossier {
    width: 100% !important;
  }
  .kl-left-bg-dossier {
    position: relative !important;
    width: 100%;
    min-height: 600px;
  }
  .kl-left-bg-dossier.position-absolute {
    position: relative !important;
  }
  .kl-description-right-block {
    padding-left: 35px;
    padding-right: 35px;
  }
  .kl-left-bg-dossier {
    top: 0 !important;
  }
  .kl-icon-goutte {
    margin-top: 70px;
  }
  .kl-bx-mark {
    margin-bottom: 15px;
  }
  .kl-logo-banner img {
    width: 350px;
  }
  .kl-left-element-bg-about {
    bottom: -310px;
  }
  .kl-right-element-bg-about {
    top: -121px;
    bottom: inherit;
  }
  .kl-gamme-block {
    margin: auto !important;
    float: none !important;
    width: 575px !important;
  }
  .kl-content-desc-gamme-block {
    margin-right: 0px !important;
  }
  .kl-strawberry .kl-bg-element-gamme {
    width: 328px;
    right: -85px;
    bottom: -18px;
  }
  .kl-chocolate .kl-bg-element-gamme {
    width: 159px;
    left: -96px;
    top: -57px;
  }
  .kl-cacao .kl-bg-element-gamme {
    left: -118px;
    width: 208px;
  }
  .kl-parent-bloc:last-child .kl-medium-size-gamme .kl-thumb-gamme {
    max-width: 185px;
  }
  .kl-cacao.kl-medium-size-gamme .kl-title-gamme {
    padding-left: 15px;
  }
  .kl-gamme h2 {
    margin-left: 0px;
  }
  .kl-excerpt-desc-gamme {
    padding-right: 15px !important;
  }
  .kl-map-block {
    min-height: 731px;
    margin-bottom: 175px;
  }
  .kl-map-eleveurs {
    width: 498px;
    height: 516px;
    background-size: contain !important;
    background-repeat: no-repeat;
  }
  .kl-list-eleveur-marker a.kl-maxime img,
  .kl-list-eleveur-marker a.kl-severine img {
    width: 71px;
  }
  .kl-list-eleveur-marker a.kl-clo img {
    width: 136px;
  }
  .kl-list-eleveur-marker a.kl-fab img {
    width: 107px;
  }
  .kl-east {
    right: -37px;
    top: 31px;
  }
  .kl-west {
    top: 65px;
    left: -12px;
  }
  .kl-help-block {
    width: 150px;
    height: 150px;
  }
  .kl-help-block h2 {
    font-size: 1.3rem;
  }
  .kl-south {
    bottom: 123px;
    left: -9px;
  }
  .kl-desc-laitiers {
    padding-top: 105px;
  }
  .kl-desc-laitiers .kl-btn-custom {
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 16px !important;
  }
  .kl-content-modal {
    padding: 0 20px;
  }
  .kl-nav-tabs.nav-tabs {
    display: block;
    text-align: center;
  }
  .kl-nav-tabs.nav-tabs li {
    display: inline-block;
  }
  .kl-nav-tabs.nav-tabs li a {
    font-size: 18px;
    padding: 0 8px 15px;
  }
  .kl-close-modal {
    margin-top: 94px;
  }
  .kl-arrow-modal {
    right: 26px;
    top: 77px;
  }
  .kl-modal-team {
    overflow: auto !important;
  }
  .kl-content-modal {
    overflow-x: hidden !important;
    overflow-y: scroll;
  }
  .kl-list-jml .row:nth-child(n+2) .kl-thumb-jml {
    order: 1;
  }
  .kl-list-jml .row:nth-child(n+2) .kl-desc-jml-block {
    padding-left: 15px;
  }
  .kl-infos-visit {
    margin-top: 45px;
  }
  .kl-degustation .kl-right-content:after {
    width: 106px;
    bottom: -140px;
  }
  .kl-hero-custom .kl-bx-hero-title {
    padding-right: 30px;
  }
  .kl-hero-custom.kl-heading-banner-custom {
    height: 534px;
  }
  .kl-visit {
    margin-bottom: 100px;
  }
  .kl-list-jml .kl-desc-jml-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .kl-degustation h2 {
    font-size: 38px;
  }
  .kl-bottom-desc-degustation {
    margin-top: 36px;
  }
  .kl-title-product.kl-infos-block:before {
    top: -113px;
    background-size: 113%;
  }
  .kl-recent-recette:before {
    background-size: 101%;
  }
  .kl-banner-mentions.kl-hero-default img {
    right: 3%;
    max-width: 293px;
    top: 19%;
  }
}
@media screen and (width: 768px) {
  .kl-visit .kl-help-block {
    right: 7px;
  }
}
.kl-list-eleveur-marker a.kl-jf {
  bottom: 149px;
  left: 21%;
}

.kl-list-eleveur-marker a.kl-alexandre {
  top: 509px;
  right: 18%;
}

.kl-list-eleveur-marker a.kl-jm {
  top: 379px;
  left: 15%;
}

@media screen and (max-width: 767px) {
  div.kl-result-list .kl-bx-result {
    height: auto;
    padding: 38px 24px;
    background: #e6f3fc url(../img/recettes/before-thumbnail-recette.svg) no-repeat center top 52px/105% auto;
  }
  div.kl-result-list .kl-bx-result:hover {
    background: #c5e3f9 url(../img/recettes/before-thumbnail-recette.svg) no-repeat center top 52px/105% auto;
  }
  div.kl-result-list .kl-bx-result:hover::after {
    top: 77px;
  }
  div.kl-result-list .kl-bx-result::after {
    top: 77px;
  }
  .kl-modal-team .kl-name-team h3 {
    font-size: 65px;
    text-align: center;
  }
  .kl-modal-team .kl-content-modal {
    height: auto;
    padding: 0 15px 68px;
  }
  .kl-hero-custom.kl-heading-banner-custom .kl-bx-hero-title {
    padding-right: 0;
  }
  .kl-map-block {
    padding-top: 55px;
  }
  .kl-map-block h1 {
    margin-bottom: 45px;
  }
  .kl-map-eleveurs {
    width: 360px;
    height: 372px;
  }
  .kl-list-eleveur-marker a.kl-maxime {
    top: -29px;
    left: 53%;
  }
  .kl-list-eleveur-marker a.kl-maxime img {
    width: 55px;
  }
  .kl-list-eleveur-marker a.kl-clo {
    top: 29px;
    left: 67%;
  }
  .kl-list-eleveur-marker a.kl-clo img {
    width: 103px;
  }
  .kl-list-eleveur-marker a.kl-fab {
    top: 49px;
    left: 48%;
  }
  .kl-list-eleveur-marker a.kl-fab img {
    width: 86px;
  }
  .kl-list-eleveur-marker a.kl-severine {
    bottom: 9px;
    left: 20%;
  }
  .kl-list-eleveur-marker a.kl-severine img {
    width: 55px;
  }
  .kl-list-eleveur-marker a.kl-jf {
    bottom: 10px;
    left: 29%;
  }
  .kl-list-eleveur-marker a.kl-jf img {
    width: 75px;
  }
  .kl-list-eleveur-marker a.kl-alexandre {
    top: 159px;
    right: 18%;
  }
  .kl-list-eleveur-marker a.kl-alexandre img {
    width: 75px;
  }
  .kl-list-eleveur-marker a.kl-jm {
    top: 100px;
    left: 15%;
  }
  .kl-list-eleveur-marker a.kl-jm img {
    width: 75px;
  }
  .kl-help-block {
    width: 120px;
    height: 120px;
    bottom: 0px;
    right: -57px;
  }
  .kl-help-block h2 {
    font-size: 1rem;
    margin-bottom: 0px;
  }
  .kl-help-block span {
    font-size: 12px;
    line-height: 1.1;
  }
  .kl-map-block {
    margin-bottom: 107px;
    min-height: 565px;
  }
  .kl-map-block h1 {
    padding-left: 0px;
  }
  .kl-west {
    top: 35px;
    left: -62px;
  }
  .kl-east {
    right: -60px;
    top: 14px;
  }
  .kl-south {
    bottom: 84px;
    left: -27px;
  }
  .kl-list-bloc-eleveur h2 {
    font-size: 32px;
  }
  .kl-bloc-eleveur .kl-portrait {
    top: 0px !important;
    margin-left: 0px !important;
    margin-top: 75px;
  }
  .kl-desc-laitiers {
    background: #dceefb;
    padding-top: 100px;
  }
  .kl-laitiers-bloc {
    padding: 75px 0px;
  }
  .kl-laitiers-bloc .container {
    max-width: 100% !important;
  }
  .kl-laitiers-bloc .container .kl-mask-img-bloc,
  .kl-laitiers-bloc .container .kl-desc-laitiers {
    padding: 0px 75px;
  }
  section.kl-laitier-bloc.kl-sec-quizz-link .kl-mask-bull {
    width: 300px;
    height: 300px;
  }
  .kl-banner:after {
    left: 0px;
  }
  .kl-visit .kl-help-block {
    width: 110px;
    height: 110px;
  }
  .kl-visit .kl-help-block h2 {
    font-size: 1.5rem;
  }
  .kl-visit .kl-help-block span {
    font-size: 1.2rem;
  }
  .kl-list-visit-process .col-md-3 {
    padding: 0px 30px;
    text-align: center;
    margin-bottom: 35px;
  }
  .kl-list-visit-process .col-md-6 {
    padding: 0px 30px;
  }
  .kl-picto-cooperation {
    position: static !important;
  }
  .kl-picto-cooperation img {
    width: 100px;
  }
  .kl-list-laiteries .col-md-5 {
    margin-bottom: 75px;
  }
  .kl-section-title-h2-custom.kl-choose h2:before,
  .kl-section-title-h2-custom.kl-choose h2:after {
    display: none;
  }
  .kl-choose .col-md-5.mr-5 {
    margin-right: 0px !important;
  }
  .kl-section-title-h2-custom.kl-choose {
    padding-bottom: 75px;
  }
  .kl-degustation .kl-right-content {
    margin-left: 0px !important;
  }
  .kl-scroll-to {
    display: none !important;
  }
  .kl-list-jml .kl-desc-jml-block {
    padding-right: 15px;
  }
  .kl-infos-right-top {
    margin-top: 45px;
  }
  .kl-note {
    max-width: 117px;
    margin: auto;
  }
  .kl-recent-recette .kl-desc-extra-field {
    margin-top: 25px;
    padding-top: 0px;
  }
  .kl-recent-recette {
    margin-left: 0px;
  }
  .kl-recent-recette .kl-img-extra {
    width: 50%;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .kl-recent-recette .kl-img-extra {
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .kl-hero-default.kl-hero-result > img {
    right: 4%;
    top: 20%;
    max-width: 244px;
  }
  .kl-hero-default.kl-hero-result .kl-bx-hero-title {
    padding: 0 83px 0 55px;
    width: 391px;
  }
}
@media screen and (max-width: 720px) {
  .kl-left-element-bg-about,
  .kl-right-element-bg-about {
    display: none;
  }
  .kl-bg-element-gamme {
    display: none;
  }
  .kl-content-desc-gamme-block {
    margin: auto !important;
  }
  /*.kl-elevator{ display:none !important;}*/
  .kl-map-visit img {
    width: 85%;
    display: block;
    margin: auto;
  }
  .kl-visit .kl-help-block {
    right: 5%;
    display: block !important;
  }
  .kl-infos-bottom:after {
    bottom: -146px;
  }
  .kl-gmap-jml {
    height: 500px;
  }
  .kl-title-product.kl-infos-block:before {
    top: -102px;
  }
  .kl-recent-recette:before {
    background-size: 102%;
  }
}
@media screen and (max-width: 650px) {
  .kl-infos-block {
    bottom: 105px;
  }
  .kl-infos-block h1 {
    font-size: 40px;
  }
  .kl-gamme-block {
    width: 100% !important;
  }
  .kl-thumb-gamme {
    max-width: 185px;
  }
  .kl-big-size .kl-title-gamme {
    margin-left: 200px !important;
    padding-left: 24px !important;
    padding-right: 0px;
  }
  .kl-content-desc-gamme-block .col-6 {
    max-width: 100%;
    flex: 0 0 auto;
  }
  .kl-content-desc-gamme-block {
    max-height: inherit !important;
  }
  .kl-parent-bloc:last-child .kl-medium-size-gamme .kl-thumb-gamme {
    max-width: inherit !important;
  }
  .kl-parent-bloc .kl-title-gamme {
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 40px;
  }
  .kl-content-desc-gamme-block {
    padding: 25px;
  }
  .kl-title-gamme {
    margin-bottom: 90px;
    padding-right: 0px;
  }
  .kl-modal-team {
    overflow: auto !important;
  }
  .kl-bg-img-team-modal {
    display: none;
  }
  .kl-tab-desc-bloc {
    margin-bottom: 45px;
    padding-bottom: 60px;
  }
  .kl-elevator {
    right: 0;
    bottom: 40px;
  }
  .kl-elevator img {
    width: 105px;
  }
  .kl-infos-bottom:before {
    right: 10% !important;
  }
  .kl-gamme h2 {
    font-size: 60px;
    margin-bottom: 1rem;
  }
  .kl-list-gamme {
    margin-top: 60px;
  }
  .kl-content-desc-gamme-block > .row {
    align-items: center;
  }
  .kl-content-desc-gamme-block .kl-thumb-gamme img {
    max-height: 209px;
    position: relative;
    top: 0;
    width: auto;
    margin: 0 auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 575px) {
  .kl-infos-block {
    padding-right: 50px;
  }
  .kl-img-data-recent-post:after {
    background: url(../img/le-Lait-Vous/btn-vague-blanc.svg) no-repeat bottom center;
    background-size: cover;
    width: 120%;
  }
  .kl-img-data-recent-post .kl-lire-plus {
    height: 83px;
    padding-top: 38px;
  }
  .kl-content-right-block-single .kl-img-data-recent-post {
    width: 100%;
  }
  .kl-infos-block {
    bottom: 50px;
  }
  .kl-img-data-recent-post {
    width: 85%;
  }
  .kl-img-data-recent-post .kl-content-block {
    padding-top: 130px;
  }
  .kl-img-data-recent-post .kl-content-block .kl-post-excerpt {
    max-height: inherit;
  }
  .kl-logo-banner img {
    width: 250px;
  }
  .kl-btn-more-choice .kl-btn-custom {
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .kl-title-heading h2 span {
    margin-left: 0px;
  }
  .kl-news-about {
    padding: 122px 0px 192px 0px;
  }
  .rdf-list-more {
    padding: 122px 25px 192px 25px;
  }
  .kl-desc-about-block h3 {
    margin-top: 40px;
  }
  .kl-gamme h2 {
    font-size: 63px;
    text-align: center;
  }
  .kl-desc-laitiers {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .kl-map-block {
    background-size: cover !important;
  }
  .kl-list-laiteries {
    margin-top: 29px;
  }
  .kl-section-title-h2-custom.kl-choose {
    margin-bottom: 75px;
    padding-bottom: 30px;
  }
  .kl-section-title-h2-custom.kl-choose {
    margin-bottom: 0px;
  }
  .kl-thumb-degustation {
    min-height: auto;
    margin-bottom: 50px;
    background-size: 95% !important;
    background-position: 15px 15px !important;
  }
  .kl-thumb-degustation img {
    max-width: 95%;
  }
  .kl-visit-process h2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 45px;
  }
  .kl-title-product.kl-infos-block {
    padding-top: 15px;
  }
  .kl-title-product.kl-infos-block:before {
    top: -83px;
  }
  .kl-recent-post {
    padding-left: 15px;
    padding-right: 15px;
  }
  .kl-recent-post .kl-bx-recette--item {
    width: 100%;
  }
  #routedulait .kl-recent-post {
    padding-left: 0px;
    padding-right: 0px;
  }
  .kl-bx-contact.kl-mentions-content {
    padding: 15px 0 90px;
  }
  section.kl-hero-default.kl-hero-result {
    padding-top: 49px;
    align-items: flex-start;
    display: block;
    justify-content: center;
  }
  section.kl-hero-default.kl-hero-result > img {
    position: static;
    display: block;
    margin: 0 auto 30px;
    transform: none;
  }
  section.kl-hero-default.kl-hero-result > div {
    overflow: visible;
  }
  section.kl-hero-default.kl-hero-result .kl-bx-hero-title {
    padding: 0 35px;
    width: 100% !important;
    text-align: center;
    position: static;
    transform: none;
  }
  section.kl-hero-default.kl-hero-result .kl-bx-hero-title p {
    font-size: 25px;
  }
  div.kl-result-list .kl-bx-result:hover::after {
    top: 69px;
  }
  div.kl-result-list .kl-bx-result::after {
    top: 69px;
  }
}
@media screen and (max-width: 480px) {
  .kl-modal-team .kl-name-team h3 {
    font-size: 55px;
    text-align: center;
    line-height: 1.1;
  }
  .kl-img-data-recent-post:after {
    background: url(../img/le-Lait-Vous/btn-vague-blanc.svg) no-repeat bottom center;
    background-size: cover;
    width: 100%;
    left: 0;
  }
  .kl-btn-link-blue {
    padding: 16px 14px;
    font-size: 16px;
  }
  .kl-infos-block h1 {
    font-size: 30px;
  }
  .kl-logo-banner img {
    width: 160px;
  }
  .kl-title-heading h2 {
    line-height: 1;
  }
  .kl-desc-about-block h3 {
    font-size: 26px;
  }
  .kl-news-about:before, .rdl-list-more:before {
    width: 100%;
  }
  .kl-banner:after {
    bottom: -2px;
  }
  .kl-map-eleveurs {
    width: 298px;
    height: 310px;
  }
  .kl-help-block {
    display: none;
  }
  .kl-map-block h1 {
    font-size: 53px;
  }
  .kl-list-eleveur-marker a.kl-maxime img {
    width: 39px;
  }
  .kl-list-eleveur-marker a.kl-clo {
    top: 10px;
    left: 65%;
  }
  .kl-list-eleveur-marker a.kl-clo img {
    width: 81px;
  }
  .kl-list-eleveur-marker a.kl-fab {
    top: 28px;
    left: 46%;
  }
  .kl-list-eleveur-marker a.kl-fab img {
    width: 70px;
  }
  .kl-list-eleveur-marker a.kl-severine {
    bottom: 9px;
    left: 19%;
  }
  .kl-list-eleveur-marker a.kl-severine img {
    width: 40px;
  }
  .kl-bloc-eleveur .kl-bg-name {
    font-size: 25px;
    padding: 35px 35px 30px 35px;
    width: 198px;
    height: 107px;
  }
  .kl-mask-img-bloc img {
    width: 100%;
    -webkit-mask-size: 250px;
            mask-size: 250px;
    max-width: inherit !important;
    height: 251px;
  }
  .kl-name-posiiton span {
    font-size: 15px;
  }
  .kl-name-posiiton span:first-child {
    font-size: 13px;
  }
  .kl-west {
    top: 6px;
    left: -8px;
  }
  .kl-east {
    right: -22px;
    top: -8px;
  }
  .kl-south {
    left: -13px;
  }
  .kl-map-block {
    min-height: 503px;
  }
  .kl-content-modal {
    overflow: hidden !important;
  }
  .kl-banner:after {
    background-size: 105%;
  }
  .kl-visit .kl-help-block {
    top: 0px;
  }
  .kl-degustation .kl-right-content:after {
    bottom: -167px;
  }
  .kl-gmap-jml {
    height: 400px;
  }
  .kl-banner:after {
    background-size: 110%;
  }
  .kl-visit h3 {
    font-size: 25px;
  }
  .kl-bottom-desc-degustation {
    margin-top: 35px;
  }
  .kl-thumb-degustation img {
    float: none;
  }
  .kl-desc-extra-field h3 {
    padding-right: 169px;
  }
  .kl-title-product.kl-infos-block {
    bottom: -2px;
  }
  .kl-extra-product {
    width: 100%;
  }
  .kl-recent-recette:before {
    background-size: 104%;
  }
  .kl-desc-extra-field span,
  .kl-desc-extra-field h3,
  .kl-field-infos {
    display: block;
    text-align: center;
    padding-right: 0px;
  }
  .kl-img-extra {
    text-align: center;
  }
  .kl-see-more-eye {
    left: 32%;
  }
  .kl-hero-custom.kl-heading-banner-custom {
    min-height: inherit;
    overflow: visible;
    height: 444px;
    text-align: center;
    margin-bottom: 141px;
  }
  .kl-hero-custom.kl-heading-banner-custom figure {
    width: 414px;
    height: 306px;
  }
  .kl-hero-custom.kl-heading-banner-custom figure > img {
    right: -4px;
  }
  .kl-hero-custom.kl-heading-banner-custom .kl-ribbon {
    top: 32px;
    left: 59px;
  }
  .kl-hero-custom.kl-heading-banner-custom .kl-ribbon img {
    width: auto;
    height: auto;
    max-width: 130px;
  }
}
@media screen and (max-width: 375px) {
  .kl-see-more-eye {
    left: 24%;
  }
}
@media screen and (max-width: 359px) {
  /*.kl-list-position{ display:none;}*/
  .kl-west {
    left: 0px;
  }
  .kl-south {
    left: -8px;
  }
  .kl-east {
    right: 1px;
    top: -30px;
  }
  .kl-list-bloc-eleveur .container {
    padding: 0px 45px;
  }
  .kl-news-about:before, .rdl-list-more:before {
    background-position: 2px 0px;
  }
  .kl-visit-process h2 {
    font-size: 35px !important;
  }
  .kl-bx-recette--item .kl-recette-description:after {
    top: -21px;
  }
  div.kl-result-list .kl-bx-result:hover::after {
    top: 63px;
  }
  div.kl-result-list .kl-bx-result::after {
    top: 63px;
  }
  section.kl-hero-default.kl-hero-result > img {
    max-width: 236px;
  }
}
.kl-hero-404 {
  background: url(../img/vague.png) #0d4c8c center center repeat-x !important;
  min-height: 220px;
  background-size: 100% !important;
}

.content-404 img {
  position: relative;
  margin: 0 auto;
}

.single-produit {
  /*.kl-candyup-gamme::after{
      content: "";
      background: url(../img/candyup/bg-gamme.svg) repeat-y calc(50% + 30px) top;
      position: absolute;
      top: -90px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
  }*/
}
.single-produit .kl-candyup-celebration {
  padding: 0;
  background-color: transparent;
}
.single-produit .kl-candyup-celebration .kl-artice-sm-left {
  position: absolute;
  top: 0;
  left: -200px;
  z-index: -1;
}
.single-produit .kl-candyup-celebration .kl-artice-lg-right {
  position: absolute;
  top: 650px;
  right: -200px;
  z-index: -1;
}
.single-produit .kl-candyup-celebration .kl-artice-sm-right {
  position: absolute;
  top: 0;
  right: -180px;
  transform: translateY(-75%);
  z-index: -1;
}
.single-produit .kl-img-product-2 {
  max-width: 200px;
  margin-left: 50px;
}

.kl-gamme {
  padding-top: 90px;
  padding-bottom: 50px;
}

.kl-gamme-item .kl-gamme {
  padding: 0;
}

.pictoconserv {
  padding-top: 10px;
}

.kl-product-description .kl-bx-card .infosconverv li {
  margin-bottom: 0;
}
.kl-product-description .kl-bx-card .infosconverv li:first-child {
  margin-bottom: 40px;
}

.kl-bx-contact .kl-switch-form .nav-tabs li a:hover {
  opacity: 1;
}

.kl-list-eleveur-marker .kl-alexandre img {
  width: 100px;
}
.kl-list-eleveur-marker .kl-jf img {
  width: 135px;
}
.kl-list-eleveur-marker .kl-jm img {
  width: 190px;
}

.navbar-toggler {
  background-color: #0d4c8c;
  border: 1px solid #0d4c8c;
  color: #fff !important;
  padding: 10px 15px;
  font-size: 30px;
}

.kl-gamme-item.slick-current .kl-thumbnail img.kl-gamme {
  max-width: 100%;
  height: auto;
}

.kl-slider-gammes .kl-arrows button {
  width: 45px;
  height: 23px;
  border: none;
  position: relative;
  z-index: 9999999;
}

.kl-thumbnail img.kl-gamme {
  display: none;
}

.kl-gamme-item.slick-current .kl-thumbnail img.kl-gamme {
  display: inline-block;
}

.portrait-e-min {
  transition: all 0.2s ease-in-out;
}
.portrait-e-min:hover {
  transform: scale(1.1);
}

.ba-white {
  background: #fff;
  border-radius: 30px !important;
}

.kl-file-input {
  display: block;
  text-align: left;
  background: #fff;
  border: 2px solid #c9d0d7;
  padding: 12px;
  width: 100%;
  position: relative;
  border-radius: 10px;
}
.kl-file-input .validation_message {
  display: none;
}
.kl-file-input > [type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.kl-file-input > .kl-btn-file {
  display: inline-block;
  cursor: pointer;
  background: #e1f1fc;
  padding: 12px 20px;
  border-radius: 8px;
  margin-right: 8px;
  color: #0d4c8c;
}
.kl-file-input:hover > .kl-btn-file {
  background: #0d4c8c;
  color: #fff;
}
.kl-file-input > .kl-label-file {
  color: #333;
  white-space: nowrap;
  opacity: 0.3;
}
.kl-file-input.-chosen > .kl-label-file {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .kl-file-input .kl-label-file,
  .kl-file-input .kl-btn-file {
    display: inline-block !important;
  }
}
@media (max-width: 480px) {
  .kl-file-input .kl-label-file,
  .kl-file-input .kl-btn-file {
    display: block !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  #nav-item__contact {
    width: 100%;
  }
}

@media (max-height: 668px) {
  .page-template-recherche .kl-hero-default.kl-hero-result,
  .page-template-recherche-baby .kl-hero-default.kl-hero-result {
    height: 440px;
  }
  .page-template-recherche .kl-hero-default::after,
  .page-template-recherche-baby .kl-hero-default::after {
    height: 100px;
  }
}
@media (max-height: 599px) {
  .page-template-recherche .kl-hero-default.kl-hero-result,
  .page-template-recherche-baby .kl-hero-default.kl-hero-result {
    height: 400px;
  }
}

.single-post .article {
  margin-bottom: -130px;
}

.separate {
  min-height: 200px;
}

.carousel__title {
  font-family: "Muli", sans-serif;
  font-weight: 900 !important;
  font-size: 45px !important;
  margin-top: 0px;
}

.kl-mentions-content ul {
  margin-bottom: 30px;
}
.kl-mentions-content ul li {
  margin-bottom: 30px;
  font-size: 15px;
  list-style-type: circle;
  padding-left: 15px;
  margin-right: 15px;
}

.postid-7 .kl-marque {
  background: #763325;
}
.postid-7 .kl-marque .kl-about h1,
.postid-7 .kl-marque .kl-about h2,
.postid-7 .kl-marque .kl-about p,
.postid-7 .kl-marque .kl-about .kl-txt-more {
  color: #fff !important;
}
.postid-7 .kl-desc-about-block h3 {
  font-weight: 900;
  font-size: 45px;
  margin-top: 70px;
}
.postid-7 .kl-banner:after {
  background: url(../img/marques/marque-single/divider-before-about-m.svg) no-repeat bottom;
  background-size: cover;
}
.postid-7 .kl-news-about:before, .postid-7 .rdl-list-more:before {
  background: url(../img/marques/marque-single/divider-after-about-m.svg) no-repeat;
}

.manger {
  background: #f3e8de;
  padding: 40px 0;
}
.manger p {
  color: #763325;
}
.manger h3 {
  color: #763325;
  font-weight: 900;
  font-size: 34px;
  margin-bottom: 0px;
  font-family: "tabitharegular";
}
.manger h3 span {
  font-size: 28px;
}
.manger h3 a {
  color: #4aac4c;
}
.manger h3 a:hover {
  color: #4aac4c !important;
}
.manger .postid-7 .kl-decs-about {
  color: #fff;
}
.manger .postid-7 .kl-btn-custom {
  color: #763325;
}

.saveur {
  position: absolute;
  right: 20px;
  top: 120px;
  z-index: 99;
  width: 100px;
  height: auto;
}

.postid-7 .kl-decs-about p {
  color: #fff;
}
.postid-7 .kl-btn-custom {
  color: #ad4214;
}

.page-template-bascarbone .sig {
  color: black;
}
.page-template-bascarbone .kl-title-gamme {
  color: black;
}
@media (min-width: 2000px) and (max-width: 3120px) {
  .page-template-bascarbone .kl-gamme {
    padding-top: 295px;
  }
}
.page-template-bascarbone .z-1 {
  z-index: 1;
}
.page-template-bascarbone .z-2 {
  z-index: 2;
}
.page-template-bascarbone .bold {
  font-weight: 700;
}
.page-template-bascarbone .px-10 {
  padding: 0 10rem;
}
.page-template-bascarbone .px-8 {
  padding: 0 8rem;
}
@media (min-width: 992px) {
  .page-template-bascarbone .px-8-desktop {
    padding: 0 8rem;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .px-1-mobile {
    padding: 0 1rem;
    text-align: center;
  }
  .page-template-bascarbone .mb-2-mobile {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .flex-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-template-bascarbone .text-center-mobile {
    text-align: center;
  }
  .page-template-bascarbone .mt-2-mobile {
    margin-top: 2rem;
  }
}
@media (max-width: 500px) {
  .page-template-bascarbone .w-80-mobile {
    width: 80%;
  }
}
.page-template-bascarbone .kl-content-desc-gamme-block .kl-thumb-gamme {
  height: 208px;
}
@media (max-width: 700px) {
  .page-template-bascarbone .kl-content-desc-gamme-block .kl-thumb-gamme {
    height: 300px;
  }
}
.page-template-bascarbone .header-bascarbone {
  background: #017633;
  padding: 4rem 1rem;
  position: relative;
}
.page-template-bascarbone .header-bascarbone:after {
  content: "";
  position: absolute;
  background: url(../../assets/img/bas-carbone/vector-green.svg);
  background-size: cover;
  width: 100%;
  height: 300px;
  bottom: -130px;
  left: 0px;
  z-index: 1;
}
@media (min-width: 2000px) and (max-width: 3200px) {
  .page-template-bascarbone .header-bascarbone:after {
    height: 441px;
  }
}
.page-template-bascarbone .header-bascarbone .title-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-template-bascarbone .header-bascarbone h1 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 54px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
.page-template-bascarbone .header-bascarbone h2 {
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 500px) {
  .page-template-bascarbone .header-bascarbone h2 {
    font-size: 28px;
  }
}
.page-template-bascarbone .header-bascarbone p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  padding-right: 4rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .page-template-bascarbone .header-bascarbone p {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .header-bascarbone p {
    margin-bottom: 2rem;
  }
}
.page-template-bascarbone .header-bascarbone a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  border: 2px solid #3EAD2B;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 1rem 3rem;
  background: #3EAD2B;
  border-radius: 26px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .page-template-bascarbone .header-bascarbone a {
    margin-top: 0.5rem;
  }
}
@media (min-width: 700px) and (max-width: 992px) {
  .page-template-bascarbone .header-bascarbone a {
    font-size: 15px;
  }
}
.page-template-bascarbone .header-bascarbone a:hover {
  border: 2px solid #017633;
  background: #fff;
  color: #017633;
}
.page-template-bascarbone .section-two {
  padding: 12rem 1rem 5rem;
  background: #D7E9DF;
  position: relative;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-two {
    padding: 8rem 1rem 0;
  }
}
.page-template-bascarbone .section-two .papillon {
  position: absolute;
  z-index: 1;
  right: 175px;
  top: 550px;
}
@media (min-width: 2000px) and (max-width: 3200px) {
  .page-template-bascarbone .section-two .papillon {
    height: 10%;
  }
}
@media (min-width: 992px) and (max-width: 1560px) {
  .page-template-bascarbone .section-two .papillon {
    top: 426px;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-two .papillon {
    top: 500px;
  }
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-two .papillon {
    display: none;
  }
}
.page-template-bascarbone .section-two .title-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 5rem;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-two .title-content {
    padding: 0 1rem;
  }
}
.page-template-bascarbone .section-two .title-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
.page-template-bascarbone .section-two .content {
  align-items: center;
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-two .content {
    display: none;
  }
}
.page-template-bascarbone .section-two .content img {
  width: 100%;
  height: auto;
}
.page-template-bascarbone .section-two .content p {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}
.page-template-bascarbone .section-two .content .left-section :nth-child(2) {
  margin-top: 55%;
}
.page-template-bascarbone .section-two .content .left-section p {
  margin-right: 40px;
}
.page-template-bascarbone .section-two .content .right-section {
  margin-top: 11%;
}
.page-template-bascarbone .section-two .content .right-section :nth-child(2) {
  margin-top: 45%;
}
.page-template-bascarbone .section-two .content .right-section a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 1rem 3rem;
  background: #3EAD2B;
  border-radius: 26px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6.5rem;
  border: 2px solid #3EAD2B;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-two .content .right-section a {
    margin-top: 0.5rem;
  }
}
.page-template-bascarbone .section-two .content .right-section a:hover {
  border: 2px solid #017633;
  background: #fff;
  color: #017633;
}
.page-template-bascarbone .section-two .content-mobile {
  display: none;
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-two .content-mobile {
    display: flex !important;
    text-align: center;
  }
}
.page-template-bascarbone .section-two .content-mobile .icon-brique {
  width: 70px;
  height: auto;
  margin-bottom: 1rem;
}
.page-template-bascarbone .section-two .content-mobile a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 1rem 3rem;
  background: #3EAD2B;
  border-radius: 26px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
  border: 2px solid #3EAD2B;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-two .content-mobile a {
    margin-top: 0.5rem;
  }
}
.page-template-bascarbone .section-two .content-mobile a:hover {
  border: 2px solid #017633;
  background: #fff;
  color: #017633;
}
.page-template-bascarbone .section-two .last-content {
  position: relative;
  padding: 4rem 0;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-two .last-content {
    padding: 4rem 10px;
    text-align: center;
  }
}
.page-template-bascarbone .section-two .last-content .papillon {
  left: -170px;
  top: 70px;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-two .last-content .papillon {
    display: none;
  }
}
.page-template-bascarbone .section-two .last-content .tabitha-46 {
  font-family: "tabitharegular";
  font-size: 46px;
}
.page-template-bascarbone .section-two .last-content h2 {
  font-weight: 400;
  font-size: 38px;
  text-align: center;
  color: #000000;
}
.page-template-bascarbone .section-two .last-content h4 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #007532;
}
.page-template-bascarbone .section-two .last-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  padding-right: 5rem;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-two .last-content p {
    padding-right: 0;
  }
}
.page-template-bascarbone .section-three {
  padding: 6rem 1rem;
  background-color: #E7C695;
  background-size: cover;
  width: 100%;
  height: 110%;
  position: relative;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-three {
    padding: 3rem 0rem;
  }
}
.page-template-bascarbone .section-three::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/bas-carbone/carton.svg);
  background-size: cover;
  width: 100%;
  height: 250px;
  top: -150px;
  right: 0;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-three::before {
    padding: 3rem 1rem;
    height: 100px;
    top: -65px;
    left: 0;
  }
}
.page-template-bascarbone .section-three::after {
  content: "";
  transform: rotate(180deg);
  position: absolute;
  background: url(../../assets/img/bas-carbone/carton.svg);
  background-size: cover;
  width: 100%;
  height: 250px;
  right: 0;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-three::after {
    height: 100px;
  }
}
.page-template-bascarbone .section-three .papillon1 {
  top: 480px;
  left: 150px;
  position: absolute;
}
@media (min-width: 2000px) and (max-width: 3200px) {
  .page-template-bascarbone .section-three .papillon1 {
    height: 13%;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-three .papillon1 {
    left: 50px;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-three .papillon1 {
    display: none;
  }
}
.page-template-bascarbone .section-three .papillon2 {
  top: 340px;
  right: 200px;
  position: absolute;
}
@media (min-width: 2000px) and (max-width: 3200px) {
  .page-template-bascarbone .section-three .papillon2 {
    height: 13%;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-three .papillon2 {
    right: 70px;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-three .papillon2 {
    display: none;
  }
}
.page-template-bascarbone .section-three .title-content h2 {
  font-weight: 400;
  font-size: 31px;
  text-align: center;
  color: #017432;
}
.page-template-bascarbone .section-three .title-content h3 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 31px;
  text-align: center;
  color: #017432;
}
.page-template-bascarbone .section-three .content img {
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}
.page-template-bascarbone .section-three .content h4 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #007532;
}
.page-template-bascarbone .section-three .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #007532;
  padding-right: 5rem;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-three .content p {
    padding-right: 0;
  }
}
.page-template-bascarbone .section-three .content a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 1rem 3rem;
  background: #3EAD2B;
  border-radius: 26px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
  border: 2px solid #3EAD2B;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-three .content a {
    margin-top: 0.5rem;
    display: block;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-three .content a {
    display: block;
    margin: auto;
  }
}
.page-template-bascarbone .section-three .content a:hover {
  border: 2px solid #017633;
  background: #fff;
  color: #017633;
}
.page-template-bascarbone .section-four {
  padding: 12rem 0 0 0;
  position: relative;
}
@media (min-width: 700px) and (max-width: 899px) {
  .page-template-bascarbone .section-four {
    padding: 12rem 0 6rem 0;
  }
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-four {
    padding: 5rem 0 1rem;
  }
}
.page-template-bascarbone .section-four .papillon {
  top: 800px;
  right: 200px;
  position: absolute;
}
@media (min-width: 2000px) and (max-width: 3200px) {
  .page-template-bascarbone .section-four .papillon {
    height: 10%;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-four .papillon {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-four .papillon {
    top: 760px;
  }
}
.page-template-bascarbone .section-four .title-content h2 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 46px;
  line-height: 51px;
  text-align: center;
  color: #000000;
  margin-bottom: 1.2rem;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-four .title-content h2 {
    padding: 0 10px;
    text-align: center;
  }
}
.page-template-bascarbone .section-four .title-content h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  margin-bottom: 3rem;
  padding: 0 7rem;
}
@media (min-width: 700px) and (max-width: 899px) {
  .page-template-bascarbone .section-four .title-content h6 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-four .title-content h6 {
    padding: 0 1rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-four .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  padding: 0 2rem;
  text-align: center;
}
@media (min-width: 700px) and (max-width: 899px) {
  .page-template-bascarbone .section-four .content p {
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-four .content p {
    padding: 0 1rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-four .content img {
  width: 100%;
  height: auto;
  margin: 5rem 0;
}
.page-template-bascarbone .section-four .content h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 700px) and (max-width: 899px) {
  .page-template-bascarbone .section-four .content h6 {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-four .content h6 {
    padding: 0 1rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-five {
  padding: 5rem 0;
  position: relative;
  background: #007532;
  margin-top: 18rem;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-five {
    padding: 3rem 0;
    margin-top: 3rem;
  }
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-five {
    margin-top: 7rem;
  }
}
.page-template-bascarbone .section-five::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/bas-carbone/champ-vache-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin-top: -19%;
}
@media (max-width: 1600px) {
  .page-template-bascarbone .section-five::before {
    margin-top: -21%;
  }
}
@media (max-width: 990px) {
  .page-template-bascarbone .section-five::before {
    margin-top: -25%;
  }
}
@media (max-width: 700px) {
  .page-template-bascarbone .section-five::before {
    margin-top: -28%;
  }
}
.page-template-bascarbone .section-five .title-content {
  margin-top: 5rem;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-five .title-content {
    margin-top: 0;
  }
}
.page-template-bascarbone .section-five .title-content h2 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 46px;
  line-height: 51px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-five .title-content h2 {
    padding: 0 1rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-five .title-content p {
  padding-right: 14rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-five .title-content p {
    padding: 0 1rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-five .content h4 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-five .content h4 {
    padding: 0 1rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-five .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-five .content p {
    padding: 0 1rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-five .content img {
  width: 40%;
  height: auto;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-five .content img {
    padding: 0 1rem;
    display: block;
    margin: auto;
  }
}
.page-template-bascarbone .section-five .content a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #017633;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  border-radius: 22px;
  padding: 1rem 3rem;
  margin-top: 2rem;
  border: 2px solid #017633;
}
.page-template-bascarbone .section-five .content a:hover {
  border: 2px solid #fff;
  background: #017633;
  color: #fff;
}
.page-template-bascarbone .section-six {
  padding: 5rem 0 15rem 0;
  background: #F1CC97;
}
@media (max-width: 1200px) {
  .page-template-bascarbone .section-six {
    padding: 5rem;
  }
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-six {
    padding: 3rem 1rem;
  }
}
.page-template-bascarbone .section-six::after {
  content: "";
  position: absolute;
  background: url(../../assets/img/bas-carbone/champ_vache.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 12%;
  margin-top: -25%;
  left: 0;
  z-index: 0;
}
@media (min-width: 2000px) and (max-width: 3120px) {
  .page-template-bascarbone .section-six::after {
    height: 18%;
    margin-top: -28%;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .page-template-bascarbone .section-six::after {
    bottom: 10%;
  }
}
@media (min-width: 1100px) and (max-width: 1299px) {
  .page-template-bascarbone .section-six::after {
    bottom: 9%;
  }
}
@media (min-width: 900px) and (max-width: 1099px) {
  .page-template-bascarbone .section-six::after {
    bottom: 8%;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .page-template-bascarbone .section-six::after {
    bottom: 7%;
  }
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-six::after {
    bottom: 14%;
  }
}
.page-template-bascarbone .section-six .title-content h2 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 46px;
  color: #000000;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-six .title-content h2 {
    text-align: center;
  }
}
.page-template-bascarbone .section-six .title-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-six .title-content p {
    text-align: center;
  }
}
.page-template-bascarbone .section-six .title-content h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-top: 1.5rem;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-six .title-content h5 {
    text-align: center;
  }
}
.page-template-bascarbone .section-six .title-content a {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  transition: all 0.3s ease;
  display: inline-block;
}
.page-template-bascarbone .section-six .title-content a:hover {
  transform: translateX(-5px);
}
.page-template-bascarbone .section-six .title-content a i {
  font-size: 17px;
  margin-left: 10px;
}
.page-template-bascarbone .section-six .content {
  z-index: 2;
  padding: 0 2rem;
  margin-top: 5rem;
  align-items: center;
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-six .content {
    padding: 0;
  }
}
.page-template-bascarbone .section-six .content h2 {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 46px;
  line-height: 51px;
  color: #000000;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-six .content h2 {
    text-align: center;
  }
}
.page-template-bascarbone .section-six .content ul {
  padding: 0 4rem 1rem 2rem;
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-six .content ul {
    padding: 0 2rem;
  }
}
.page-template-bascarbone .section-six .content ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  list-style: initial;
}
.page-template-bascarbone .section-six .content a {
  font-family: "tabitharegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 0 4rem 1rem 2rem;
}
.page-template-bascarbone .section-six .content a:hover {
  transform: translateX(-5px);
}
.page-template-bascarbone .section-six .content a i {
  font-size: 17px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .page-template-bascarbone .section-six .content a {
    margin-top: 1.5rem;
  }
}
@media (max-width: 500px) {
  .page-template-bascarbone .section-six .content a {
    text-align: center;
  }
}
.page-template-bascarbone .section-six .content h6 {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 0 11rem 1rem 2rem;
}
@media (max-width: 992px) {
  .page-template-bascarbone .section-six .content h6 {
    padding: 0 2rem;
    text-align: center;
  }
}
.page-template-bascarbone .section-six .content img {
  width: 75%;
  height: auto;
}

.title-content-custom {
  display: flex;
  text-align: center;
  flex-direction: initial;
}
.title-content-custom h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30.12px;
}

.vache {
  position: absolute;
  top: -45%;
  width: 20%;
  left: 0;
}
@media (max-width: 500px) {
  .vache {
    display: none;
  }
}
@media (max-width: 992px) {
  .vache {
    top: -20%;
    width: 25%;
  }
}
@media (min-width: 1000px) and (max-width: 1800px) {
  .vache {
    display: none;
  }
}

.arbre {
  position: absolute;
  top: -25%;
  right: 2%;
}
@media (max-width: 500px) {
  .arbre {
    top: -8%;
    right: 40%;
    width: 25%;
  }
}

.sig {
  float: right;
  margin-top: -4%;
  color: #763325;
  font-family: "tabitharegular";
}
@media (min-width: 700px) and (max-width: 992px) {
  .sig {
    margin-right: 10%;
    margin-top: -5%;
  }
}

.postid-5526 .kl-excerpt-desc-gamme p {
  color: white;
}

.infogamme {
  position: relative;
  top: 20px;
}

.kl-product-description .kl-footer-product .kl-info-product span {
  min-height: 130px;
  position: relative;
  top: 40px;
}

.page-template-recettes .kl-bx-recette--filter {
  justify-content: center;
}
.page-template-recettes .kl-bx-recette--filter .kl-btn-filter-item {
  padding: 22px 11px;
  width: 110% !important;
}
@media screen and (max-width: 766px) {
  .page-template-recettes .kl-bx-recette--filter .kl-btn-filter-item {
    width: 100% !important;
  }
}
.page-template-recettes .kl-bx-recette--filter .kl-btn-filter-item::after {
  margin-left: 0 !important;
}
.page-template-recettes .kl-bx-recette--filter div .kl-btn-validate {
  width: 130% !important;
  display: block;
  margin: auto;
}
@media screen and (max-width: 766px) {
  .page-template-recettes .kl-bx-recette--filter div .kl-btn-validate {
    width: auto !important;
  }
}

.postid-5286 .kl-excerpt-desc-gamme p {
  color: #000;
}

.id-produit-5281 .titrageproduit h3,
.id-produit-5281 .titrageproduit span {
  color: #de1101 !important;
}
.id-produit-5281 .kl-new-etiquette {
  background: url(../img/bg-new-red.svg) no-repeat;
}

.cremetitrage h3, .cremetitrage h1 {
  font-family: "tabitharegular";
}
.cremetitrage p {
  font-family: "Muli";
  font-weight: bold;
}

.cremetitragefooter h2 {
  font-family: "tabitharegular";
}
.cremetitragefooter span {
  font-family: "Muli" !important;
  font-weight: bold;
}

.img-nutri {
  max-width: 300px;
  height: auto;
}

.kl-excerpt-desc-gamme p {
  color: #47525d;
}

.kl-format-list .row {
  margin-top: 2.5rem;
  justify-content: space-around;
}
.kl-format-list .row a {
  padding: 0;
}

.postid-5274 .kl-product-description .kl-product-format .kl-format-list .kl-format-item figure {
  max-width: 300px;
}
.postid-5274 .kl-hero-product {
  background: url("../img/coverblue.png") no-repeat center bottom !important;
  background-size: cover !important;
  padding: 40px 0 220px 0;
}

.postid-5281 .kl-product-description .kl-product-format .kl-format-list .kl-format-item figure {
  max-width: 300px;
}
.postid-5281 .kl-hero-product {
  background: url("../img/coverred.png") no-repeat center bottom !important;
  background-size: cover !important;
  padding: 40px 0 220px 0;
}

.ps-content .id-5286 .kl-img-product {
  left: -228px !important;
}

.kl-slider-vertical .kl-move-right .kl-slider-vertical--item .id-5286 div .kl-img-product {
  left: -228px !important;
}

.kl-move-right .id-5286 {
  background-color: #000000;
}
.kl-move-right .id-5286 div .kl-img-product {
  left: -230px !important;
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .kl-move-right .id-5286 div .kl-img-product {
    left: -148px !important;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .kl-move-right .id-5286 div .kl-img-product {
    left: -148px !important;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  .kl-move-right .id-5286 div .kl-img-product {
    left: -100px !important;
  }
}
@media (max-width: 767px) {
  .kl-move-right .id-5286 div .kl-img-product {
    left: 0 !important;
  }
}

.id-5286 {
  background-color: #000000;
}
.id-5286 div .kl-img-product {
  right: -230px;
}

.kl-move-left .kl-slider-vertical--item div .id-5286 {
  background-color: #000000;
}
.kl-move-left .kl-slider-vertical--item div .id-5286 div .kl-img-product {
  right: -230px !important;
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .kl-move-left .kl-slider-vertical--item div .id-5286 div .kl-img-product {
    left: -230px !important;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .kl-move-left .kl-slider-vertical--item div .id-5286 div .kl-img-product {
    left: -230px !important;
  }
}

.ps-contentwrapper .kl-move-right .kl-slider-vertical--item div .id-5286 {
  background-color: #000000;
}
.ps-contentwrapper .kl-move-right .kl-slider-vertical--item div .id-5286 div .kl-img-product {
  left: -230px !important;
}

.kl-move-right .kl-slider-vertical--item .id-5286 {
  background-color: #000000;
}
.kl-move-right .kl-slider-vertical--item .id-5286 div .kl-img-product {
  left: -230px !important;
}
@media screen and (max-width: 700px) {
  .kl-move-right .kl-slider-vertical--item .id-5286 div .kl-img-product {
    left: 0 !important;
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .kl-move-right .kl-slider-vertical--item .id-5286 div .kl-img-product img {
    max-height: 110px !important;
  }
}

.kl-move-left .kl-slider-vertical--item .id-5286 {
  background-color: #000000;
}
.kl-move-left .kl-slider-vertical--item .id-5286 .position-relative .kl-img-product {
  right: -230px !important;
}
@media screen and (max-width: 700px) {
  .kl-move-left .kl-slider-vertical--item .id-5286 .position-relative .kl-img-product {
    left: 0 !important;
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .kl-move-left .kl-slider-vertical--item .id-5286 .position-relative .kl-img-product img {
    max-height: 110px !important;
  }
}

.id-5286 .kl-inner-slider {
  width: 45% !important;
}
@media (max-width: 700px) {
  .id-5286 .kl-inner-slider {
    width: 60% !important;
    margin-top: 40px;
  }
}
.id-5286 .kl-inner-slider figure img {
  width: auto !important;
}
@media screen and (max-width: 700px) {
  .id-5286 .kl-inner-slider figure img {
    width: 60% !important;
  }
}
.id-5286 .btn-creme a {
  padding: 10px 21px !important;
  margin: 10px 10px;
}
@media screen and (max-width: 700px) {
  .id-5286 .btn-creme a {
    font-size: 12px;
  }
}
.id-5286 .position-relative {
  background-image: url("../img/marques/marques-liste/Vector-39.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 500px) {
  .id-5286 .position-relative .poa :nth-child(3) {
    display: none;
  }
}
.id-5286 .position-relative figure {
  max-width: 950px;
  max-height: 925px;
}
@media (max-width: 766px) {
  .id-5286 .position-relative figure:nth-child(2) {
    left: -262px !important;
  }
}
@media (max-width: 1300px) {
  .id-5286 .position-relative figure:nth-child(3) {
    display: none;
  }
}
.id-5286 .position-relative .kl-slider--item a {
  padding: 8px 24px !important;
  font-size: 13px !important;
}
.id-5286 .position-relative .btn-creme {
  display: flex !important;
}
@media (max-width: 500px) {
  .id-5286 .position-relative .btn-creme {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .kl-slider-vertical--item > div .kl-inner-slider figure {
    margin: 0 auto 50px !important;
  }
}
@media (min-width: 1100px) and (max-width: 1500px) {
  .id-5286 div .kl-img-product {
    max-width: 300px;
    right: -150px;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  .id-5286 div .kl-img-product {
    max-width: 250px;
    right: -100px !important;
  }
  .kl-move-right .id-5286 div .kl-img-product {
    left: -100px;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .id-5286 div .kl-img-product {
    max-width: 200px;
  }
}
@media (max-width: 1300px) {
  .id-5286 .position-relative .btn-creme {
    display: block !important;
  }
}
@media (max-width: 1100px) {
  .id-5286 .btn-creme a {
    font-size: 12px !important;
  }
}
@media (max-width: 700px) {
  div.kl-slider-vertical--item > div .kl-img-product {
    left: 0 !important;
  }
  .id-5286 div .kl-img-product {
    max-width: 150px;
  }
}
.postid-181 .kl-table-cell {
  display: block !important;
}

.page-template-baby-qualit-produits .btn:hover {
  background-color: #e7406c !important;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .flex-column-reverse-mobile {
    flex-direction: column-reverse;
  }
}
.page-template-baby-qualit-produits .title-content h1 {
  font-weight: 400;
  font-size: 52px;
  line-height: 65px;
  text-align: center;
  color: #0D4C8C;
  margin-top: 6rem;
}
.page-template-baby-qualit-produits .title-content h1 span {
  font-family: "tabitharegular";
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .title-content h1 {
    margin-top: 3rem;
    font-size: 21px;
  }
}
.page-template-baby-qualit-produits .section-formules {
  padding: 11rem 0 11rem;
  background: url(../img/candia-baby/bg-formules-qualite-produits-baby.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}
@media (min-width: 600px) and (max-width: 1620px) {
  .page-template-baby-qualit-produits .section-formules {
    margin-top: -5rem;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules {
    background-position: initial;
    padding: 1rem 6rem;
    background-size: cover;
  }
}
@media (max-width: 600px) {
  .page-template-baby-qualit-produits .section-formules {
    background-position: initial;
    padding: 0;
  }
}
.page-template-baby-qualit-produits .section-formules .img-bg {
  background: url(../img/candia-baby/bg-formules-qualite-produits-baby.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1303px) {
  .page-template-baby-qualit-produits .section-formules .text-content {
    margin-left: 37px;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .text-content {
    padding: 0 2rem 0 4rem;
  }
}
.page-template-baby-qualit-produits .section-formules .text-content h2 {
  font-weight: 400;
  font-size: 38px;
  color: #000000;
  opacity: 0.8;
}
.page-template-baby-qualit-produits .section-formules .text-content h2 span {
  font-family: "tabitharegular";
}
.page-template-baby-qualit-produits .section-formules .text-content h2:before {
  content: "";
  background: url(../img/candia-baby/biberon-rose.svg);
  width: 20%;
  height: 30%;
  position: absolute;
  background-repeat: no-repeat;
  left: -50px;
  top: 10px;
}
@media (min-width: 992px) and (max-width: 1303px) {
  .page-template-baby-qualit-produits .section-formules .text-content h2:before {
    left: -3px;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .text-content h2:before {
    height: 10%;
    left: 40px;
    top: 5px;
  }
}
@media (max-width: 550px) {
  .page-template-baby-qualit-produits .section-formules .text-content h2:before {
    height: 33%;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .text-content h2 {
    font-size: 16px;
    margin-left: 1.5rem;
  }
}
.page-template-baby-qualit-produits .section-formules .text-content ul {
  margin-left: 1rem;
}
.page-template-baby-qualit-produits .section-formules .text-content ul li {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  list-style-image: url(../img/candia-baby/checkmark-pink.svg);
  margin: 2rem 0;
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .text-content ul li {
    font-size: 14px;
  }
}
.page-template-baby-qualit-produits .section-formules .text-content p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-left: 1.5rem;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .text-content p {
    font-size: 14px;
  }
}
.page-template-baby-qualit-produits .section-formules .text-content .btn-content {
  margin-left: 1.5rem;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .text-content .btn-content {
    text-align: center;
    margin-left: 0;
  }
}
.page-template-baby-qualit-produits .section-formules .text-content .btn-content a {
  padding: 15px 60px;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .text-content .btn-content a {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .image-content {
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-formules .image-content img {
    width: 70%;
  }
}
.page-template-baby-qualit-produits .section-usine {
  padding: 3rem 0;
  position: relative;
}
.page-template-baby-qualit-produits .section-usine:before {
  content: "";
  background: url(../img/candia-baby/abeille-rose.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -150px;
  left: 150px;
  width: 10%;
  height: 50%;
}
@media (max-width: 791px) {
  .page-template-baby-qualit-produits .section-usine:before {
    display: none;
  }
}
.page-template-baby-qualit-produits .section-usine:after {
  content: "";
  background: url(../img/candia-baby/lapin-bleu.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
  width: 25%;
  height: 100%;
}
.page-template-baby-qualit-produits .section-usine .image-content img {
  background: url(../img/candia-baby/bg-pink-image.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 2.5rem;
  position: relative;
}
.page-template-baby-qualit-produits .section-usine .image-content::after {
  content: "";
  background: url(../img/candia-baby/map-usine-qualite-produits-baby.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -200px;
  right: -50px;
  width: 50%;
  height: 100%;
}
.page-template-baby-qualit-produits .section-usine h2 {
  font-weight: 400;
  font-size: 38px;
  color: #000000;
  opacity: 0.8;
}
.page-template-baby-qualit-produits .section-usine h2 span {
  font-family: "tabitharegular";
}
.page-template-baby-qualit-produits .section-usine h2:before {
  content: "";
  background: url(../img/candia-baby/usine-icon-rose.svg);
  width: 20%;
  height: 30%;
  position: absolute;
  background-repeat: no-repeat;
  left: 10px;
  top: -15px;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-usine h2:before {
    height: 10%;
    left: 0px;
    top: 5px;
  }
}
@media (max-width: 550px) {
  .page-template-baby-qualit-produits .section-usine h2:before {
    height: 33%;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-usine h2 {
    font-size: 16px;
    margin-left: 1.5rem;
  }
}
.page-template-baby-qualit-produits .section-critere {
  padding: 12rem 0;
}
@media (max-width: 998px) {
  .page-template-baby-qualit-produits .section-critere {
    padding: 1rem 0;
  }
}
.page-template-baby-qualit-produits .section-critere h2 {
  font-weight: 400;
  font-size: 38px;
  color: #000000;
  opacity: 0.8;
}
.page-template-baby-qualit-produits .section-critere h2 span {
  font-family: "tabitharegular";
}
.page-template-baby-qualit-produits .section-critere h2:before {
  content: "";
  background: url(../img/candia-baby/medaille-icon-rose.svg);
  width: 20%;
  height: 30%;
  position: absolute;
  background-repeat: no-repeat;
  left: 10px;
  top: -5px;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-critere h2:before {
    height: 10%;
    left: 0px;
    top: 5px;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-critere h2:before {
    height: 33%;
  }
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-critere h2 {
    font-size: 16px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 500px) {
  .page-template-baby-qualit-produits .section-usine .text-usine,
  .page-template-baby-qualit-produits .section-critere .text-usine {
    margin-top: 26% !important;
  }
}
@media (max-width: 1200px) {
  .page-template-baby-qualit-produits .section-usine .text-content,
  .page-template-baby-qualit-produits .section-critere .text-content {
    margin-top: 12%;
  }
}
.page-template-baby-qualit-produits .section-usine .text-content ul,
.page-template-baby-qualit-produits .section-critere .text-content ul {
  margin-left: 1rem;
}
.page-template-baby-qualit-produits .section-usine .text-content ul li,
.page-template-baby-qualit-produits .section-critere .text-content ul li {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  list-style-image: url(../img/candia-baby/checkmark-pink.svg);
  margin: 2rem 0;
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-usine .text-content ul li,
  .page-template-baby-qualit-produits .section-critere .text-content ul li {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .page-template-baby-qualit-produits .section-usine .text-content ul li,
  .page-template-baby-qualit-produits .section-critere .text-content ul li {
    margin: 1rem 0;
  }
}
.page-template-baby-qualit-produits .section-usine .text-content .btn-content,
.page-template-baby-qualit-produits .section-critere .text-content .btn-content {
  margin-left: 1.5rem;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-usine .text-content .btn-content,
  .page-template-baby-qualit-produits .section-critere .text-content .btn-content {
    text-align: center;
    margin-left: 0;
  }
}
.page-template-baby-qualit-produits .section-usine .text-content .btn-content a,
.page-template-baby-qualit-produits .section-critere .text-content .btn-content a {
  padding: 15px 60px;
}
@media (max-width: 992px) {
  .page-template-baby-qualit-produits .section-usine .text-content .btn-content a,
  .page-template-baby-qualit-produits .section-critere .text-content .btn-content a {
    font-size: 12px;
  }
}

.page-template-baby-faciliter h1,
.page-template-baby-faciliter p {
  color: #0D4C8C;
}
.page-template-baby-faciliter footer p {
  color: white;
}
.page-template-baby-faciliter span {
  font-family: "tabitharegular";
}
.page-template-baby-faciliter .section-video .img-bg {
  background: url(../img/candia-baby/faciliter-fond.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 64%;
  position: absolute;
  top: -200px;
  z-index: -1;
}
@media (min-width: 1600px) {
  .page-template-baby-faciliter .section-video .img-bg {
    height: 74%;
    top: -598px;
  }
}
@media (min-width: 2400px) {
  .page-template-baby-faciliter .section-video .img-bg {
    height: 65%;
  }
}
@media (max-width: 998px) {
  .page-template-baby-faciliter .section-video .img-bg {
    height: 60%;
  }
}
@media (max-width: 400px) {
  .page-template-baby-faciliter .section-video .img-bg {
    height: 65%;
  }
}
.page-template-baby-faciliter .section-petite-bouteille {
  margin-top: 12%;
}
.page-template-baby-faciliter .section-petite-bouteille .fond-bloc {
  background: url(../img/candia-baby/faciliter-fond-bloc.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 998px) {
  .page-template-baby-faciliter .section-petite-bouteille .fond-bloc {
    background: url(../img/candia-baby/faciliter-fond-bloc.svg) center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 501px) {
  .page-template-baby-faciliter .section-petite-bouteille .fond-bloc {
    background-size: cover;
  }
}
.page-template-baby-faciliter .section-petite-bouteille .fond-bloc p {
  font-size: 16px;
  color: white;
  padding: 50px 80px 0px 20px;
}
@media (max-width: 998px) {
  .page-template-baby-faciliter .section-petite-bouteille .fond-bloc p {
    padding: 28px 50px 0 110px;
  }
}
@media (max-width: 450px) {
  .page-template-baby-faciliter .section-petite-bouteille .fond-bloc p {
    padding: 20px;
  }
}
.page-template-baby-faciliter .section-petite-bouteille .fond-bloc p span #text {
  margin-top: 5%;
}
.page-template-baby-faciliter .section-petite-bouteille:before {
  content: "";
  background: url(../img/candia-baby/faciliter-coeur.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 102px;
  width: 90px;
  z-index: 1;
  left: 110px;
  margin-top: -5%;
}
@media (min-width: 1920px) {
  .page-template-baby-faciliter .section-petite-bouteille:before {
    left: 390px;
  }
}
@media (max-width: 600px) {
  .page-template-baby-faciliter .section-petite-bouteille:before {
    left: 12px;
  }
}
.page-template-baby-faciliter .section-petite-bouteille .img-bg {
  background: url(../img/candia-baby/faciliter-fond-2.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 41%;
  z-index: -1;
}
.page-template-baby-faciliter .section-tri {
  margin-top: 20%;
  padding-bottom: 22%;
}
@media (max-width: 630px) {
  .page-template-baby-faciliter .section-tri {
    margin-top: 35%;
  }
}
@media (max-width: 430px) {
  .page-template-baby-faciliter .section-tri {
    margin-top: 45%;
  }
}
@media (max-width: 355px) {
  .page-template-baby-faciliter .section-tri {
    margin-top: 55%;
    height: 20%;
  }
}
@media (max-width: 768px) {
  .page-template-baby-faciliter .section-tri p {
    text-align: center;
    padding-top: 2%;
  }
}
.page-template-baby-faciliter .section-tri .img-bg {
  background: url(../img/candia-baby/faciliter-fond-3.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 23%;
  bottom: 2%;
  z-index: 0;
}
@media (max-width: 768px) {
  .page-template-baby-faciliter .section-tri .img-bg {
    bottom: 0%;
  }
}
.page-template-baby-faciliter .section-tri .img-bg:before {
  content: "";
  background: url(../img/candia-baby/faciliter-etoile.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 55px;
  width: 53px;
  z-index: 1;
  left: 150px;
  margin-top: 5%;
}
.page-template-baby-faciliter .section-tri:after {
  content: "";
  background: url(../img/candia-baby/faciliter-HERBE.png) center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 15%;
  bottom: 1%;
  z-index: 0;
}
@media (max-width: 1400px) {
  .page-template-baby-faciliter .section-tri:after {
    height: 11%;
  }
}
@media (max-width: 920px) {
  .page-template-baby-faciliter .section-tri:after {
    height: 7%;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .page-template-baby-faciliter .section-tri:after {
    height: 4%;
  }
}
@media (max-width: 400px) {
  .page-template-baby-faciliter .section-tri:after {
    height: 3%;
  }
}

.page-template-baby-usine .title-content {
  color: #0D4C8C;
  margin-bottom: 10%;
}
.page-template-baby-usine .title-content span {
  font-family: "tabitharegular";
}
.page-template-baby-usine .fond-bloc h2 {
  font-family: "tabitharegular";
  font-size: 44px;
}
.page-template-baby-usine .fond-bloc span {
  font-family: "Muli", sans-serif;
  font-size: 28px;
}
.page-template-baby-usine .section-talaudiere {
  color: white;
}
.page-template-baby-usine .section-talaudiere .text-content {
  margin-top: 6rem;
}
@media (max-width: 998px) {
  .page-template-baby-usine .section-talaudiere .text-content {
    margin-top: 1rem;
  }
}
.page-template-baby-usine .section-talaudiere .img-bg {
  background: url(../img/candia-baby/usine-fond1.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 40%;
  top: 3%;
  z-index: -1;
  margin-top: -3rem;
}
@media (min-width: 2100px) {
  .page-template-baby-usine .section-talaudiere .img-bg {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .page-template-baby-usine .section-talaudiere .img-bg {
    height: 43%;
  }
}
@media (max-width: 778px) {
  .page-template-baby-usine .section-talaudiere .img-bg {
    height: 36%;
  }
}
.page-template-baby-usine .section-banniere {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  width: 70%;
  display: block;
  margin: auto;
  padding-top: 2%;
  padding-bottom: 2%;
}
@media (max-width: 992px) {
  .page-template-baby-usine .section-banniere {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
.page-template-baby-usine .section-recherche {
  margin-top: 14rem !important;
}
.page-template-baby-usine .section-recherche:before {
  content: "";
  background: url(../img/candia-baby/usine-papier.svg) center center;
  position: absolute;
  background-repeat: no-repeat;
  width: 15%;
  height: 30%;
  margin-top: -10%;
  right: 0;
  z-index: -1;
}
.page-template-baby-usine .section-recherche h4 {
  color: #0D4C8C;
  font-size: 20px;
  margin-top: 5%;
}
.page-template-baby-usine .section-recherche .recherche-title {
  font-family: "tabitharegular";
  color: #E7406C;
  font-size: 52px;
}
.page-template-baby-usine .section-recherche .recherche-title span {
  font-size: 24px;
  font-family: "Muli", sans-serif;
  color: #E7406C;
  font-size: medium;
}
.page-template-baby-usine .section-recommandations h2 {
  color: #0D4C8C;
  font-size: 34px;
}
.page-template-baby-usine .section-recommandations img {
  width: 40px;
  height: auto;
}
.page-template-baby-usine .section-recommandations p {
  margin-left: 15px;
  margin-bottom: 0;
}
.page-template-baby-usine .partners {
  justify-content: center;
}
@media (max-width: 768px) {
  .page-template-baby-usine .partners_galerie {
    margin-bottom: 10%;
    text-align: center;
  }
  .page-template-baby-usine .partners_galerie .img-fluid {
    max-width: 35%;
  }
}
.page-template-baby-usine .section-recommandations .img-bg {
  background: url(../img/candia-baby/usine-fond2.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: -4%;
  z-index: -1;
}
@media (max-width: 992px) {
  .page-template-baby-usine .section-recommandations .img-bg {
    height: 30%;
    bottom: 0%;
  }
}

.page-template-baby-formules h1 {
  color: #0D4C8C;
}
.page-template-baby-formules #content2 {
  display: none;
}
.page-template-baby-formules #content3 {
  display: none;
}
.page-template-baby-formules .slider-title {
  color: grey;
  cursor: pointer;
}
.page-template-baby-formules .active {
  display: block !important;
}
@media (max-width: 998px) {
  .page-template-baby-formules .fond-bloc .slider {
    padding-left: 10%;
  }
}
.page-template-baby-formules .fond-bloc .slider .text-content {
  display: none;
}
@media (max-width: 998px) {
  .page-template-baby-formules .main .fond-bloc .text-content {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .page-template-baby-formules .main .fond-bloc .kl-sm-width-100 {
    width: 100%;
  }
}
.page-template-baby-formules .main .BA {
  margin-top: 10%;
}
.page-template-baby-formules .main .BA .paragraphe {
  margin-top: -1rem !important;
}
.page-template-baby-formules .main .BA .text-content p {
  margin-bottom: 4%;
  margin-top: 5%;
}
.page-template-baby-formules .main .BA .text-content a:hover {
  color: #E7406C;
  transition: ease-in-out 0.25s;
}
.page-template-baby-formules .main .BA .img-bg {
  background: url(../img/candia-baby/formule-fond3.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 84%;
  height: 24%;
  margin-top: -9%;
  margin-left: 8%;
  z-index: -1;
}
@media (max-width: 1500px) {
  .page-template-baby-formules .main .BA .img-bg {
    width: 95%;
    height: 18%;
    margin-top: -7%;
    margin-left: 4%;
    z-index: -1;
  }
}
@media (max-width: 998px) {
  .page-template-baby-formules .main .BA .img-bg {
    background: url(../img/candia-baby/formules-fond3-mobile.svg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 86%;
    height: 23%;
    margin-top: -8%;
    margin-left: 8%;
    z-index: -1;
  }
}
.page-template-baby-formules .main .img-bg {
  background: url(../img/candia-baby/formules-fond1.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 10%;
  z-index: -1;
}
@media (max-width: 992px) {
  .page-template-baby-formules .main .img-bg {
    height: 6%;
  }
}
.page-template-baby-formules .small {
  font-size: 12px;
}
.page-template-baby-formules .section-recommandations .list p {
  margin-left: 5%;
}
.page-template-baby-formules .section-recommandations h2 {
  color: #E7406C;
}
.page-template-baby-formules .section-talaudiere .img-bg {
  background: url(../img/candia-baby/formule-fond2.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 35%;
  z-index: -1;
}
@media (max-width: 920px) {
  .page-template-baby-formules .section-talaudiere .img-bg {
    height: 33%;
  }
}
@media (max-width: 450px) {
  .page-template-baby-formules .section-talaudiere .img-bg {
    height: 37%;
  }
}
@media (min-width: 1300px) {
  .page-template-baby-formules .section-talaudiere .img-bg {
    background: url(../img/candia-baby/BACKGROUND-2.svg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 38%;
    margin-top: -12%;
  }
}
@media (min-width: 2000px) {
  .page-template-baby-formules .section-talaudiere .img-bg {
    background: url(../img/candia-baby/formule-BACKGROUND.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 33%;
  }
}
.page-template-baby-formules .section-talaudiere h2 {
  color: #E7406C;
}
.page-template-baby-formules .section-talaudiere:before {
  content: "";
  background-image: url(../img/candia-baby/formule-biberon.png);
  position: absolute;
  width: 10%;
  height: 100%;
  background-repeat: no-repeat;
  right: 0px;
}
.page-template-baby-formules span {
  font-family: "tabitharegular";
}
.page-template-baby-formules .title-content {
  color: #E7406C;
}
.page-template-baby-formules .section-whyDHA {
  margin-top: 9%;
}
.page-template-baby-formules .section-whyDHA h2 {
  color: #E7406C;
}
.page-template-baby-formules .section-whyDHA .X div p {
  margin: 0;
  display: block;
  margin: auto;
}
.page-template-baby-formules .section-DHA .dha {
  margin-top: 20%;
}
.page-template-baby-formules .section-DHA h2 {
  color: #E7406C;
}
.page-template-baby-formules .section-DHA p {
  color: black;
}

.section-talaudiere2 {
  margin-top: 15%;
  margin-bottom: 10%;
}
.section-talaudiere2 h2 {
  color: #E7406C;
}
.section-talaudiere2:before {
  content: "";
  background-image: url(../img/candia-baby/formule-coeur.png);
  position: absolute;
  width: 10%;
  height: 100%;
  background-repeat: no-repeat;
  right: 0px;
}

.big {
  font-family: "tabitharegular";
  color: #E7406C !important;
  font-size: 124px;
  text-align: center !important;
}

.X p {
  color: #0D4C8C;
  width: 70%;
}

.asterix2 {
  font-size: 16px;
  color: #8D8181;
}

.BA {
  color: #0D4C8C;
}
@media (max-width: 550px) {
  .BA .list {
    margin-left: 4%;
  }
}

.sans {
  justify-content: center;
  margin-bottom: 5%;
}
.sans p {
  margin: 0;
  margin-left: 2%;
}

.nav-item span {
  font-family: "Muli", sans-serif !important;
}

.page-template-baby-soutenir .kl-btn-custom {
  color: #fff;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  display: inline-block;
  font-weight: 700;
  border-radius: 45px;
  transition: 0.5s;
}
.page-template-baby-soutenir span {
  font-family: "tabitharegular";
}
.page-template-baby-soutenir h1 {
  color: #0D4C8C;
}
.page-template-baby-soutenir h2 {
  color: #E7406C;
}
.page-template-baby-soutenir .section-video .img-bg {
  background: url(../img/candia-baby/soutenir-fond1.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 40%;
  margin-top: -5%;
  z-index: -2;
}
.page-template-baby-soutenir .section-petite-bouteille {
  margin-top: 15%;
}
.page-template-baby-soutenir .section-petite-bouteille p:before {
  content: "";
  background-image: url(../img/candia-baby/faciliter-etoile.svg);
  position: absolute;
  width: 15%;
  height: 100%;
  background-repeat: no-repeat;
  margin-left: -40%;
}
.page-template-baby-soutenir .section-petite-bouteille:before {
  content: "";
  background-image: url(../img/candia-baby/soutenir-mascotte.png);
  position: absolute;
  margin-top: -20%;
  width: 15%;
  height: 100%;
  background-repeat: no-repeat;
  right: 10px;
}
@media (max-width: 600px) {
  .page-template-baby-soutenir .section-petite-bouteille:before {
    display: none;
  }
}
.page-template-baby-soutenir .section-petite-bouteille .img-bg {
  background: url(../img/candia-baby/soutenir-fond2.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 24%;
  margin-top: -11%;
  z-index: -2;
}
@media (max-width: 1558px) {
  .page-template-baby-soutenir .section-petite-bouteille .img-bg {
    height: 20%;
  }
}
@media (max-width: 767.98px) {
  .page-template-baby-soutenir .section-petite-bouteille .kl-img-bg {
    height: 12%;
  }
}
.page-template-baby-soutenir .section-semaine-nationale {
  margin-top: 15%;
}
.page-template-baby-soutenir .section-semaine-nationale .kl-btn-custom {
  display: block;
  padding: 11px 40px;
  line-height: 20px;
}
@media (min-width: 1500px) {
  .page-template-baby-soutenir .section-semaine-nationale {
    margin-top: 20%;
  }
}
@media (max-width: 1400px) {
  .page-template-baby-soutenir .section-semaine-nationale {
    margin-top: 18%;
  }
}
.page-template-baby-soutenir .section-semaine-nationale h2 {
  font-size: 34px;
  color: black;
}
@media (max-width: 400px) {
  .page-template-baby-soutenir .section-semaine-nationale {
    margin-top: 28%;
  }
}
.page-template-baby-soutenir .section-semaine-nationale .image-content:before {
  content: "";
  background-image: url(../img/candia-baby/soutenir-fleche.svg);
  position: absolute;
  width: 25%;
  height: 100%;
  background-repeat: no-repeat;
  right: -35%;
}
.page-template-baby-soutenir .section-semaine-nationale .img-bg {
  background: url(../img/candia-baby/soutenir-fond3.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 30%;
  margin-top: -23%;
  z-index: -3;
}
@media (max-width: 1400px) {
  .page-template-baby-soutenir .section-semaine-nationale .img-bg {
    height: 28%;
  }
}
.page-template-baby-soutenir .section-outils {
  margin-top: 10%;
  margin-bottom: 10rem;
}
.page-template-baby-soutenir .section-outils .herbe {
  margin-top: 2rem;
}
.page-template-baby-soutenir .section-outils p:after {
  background: url(../img/candia-baby/soutenir-baby-mascotte-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  left: 0;
  width: 17%;
  margin-top: -2%;
  margin-left: -9%;
  z-index: 0;
  height: 100%;
}
@media (min-width: 998px) and (max-width: 1200px) {
  .page-template-baby-soutenir .section-outils p:after {
    width: 21%;
    margin-left: -21%;
  }
}
@media (max-width: 588px) {
  .page-template-baby-soutenir .section-outils p:after {
    display: none;
  }
}
.page-template-baby-soutenir .section-outils:before {
  background: url(../img/candia-baby/soutenir-lapin.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  left: 0;
  width: 10%;
  margin-top: -25%;
  z-index: 0;
  height: 8%;
}
@media (max-width: 880px) {
  .page-template-baby-soutenir .section-outils:before {
    display: none;
  }
}
.page-template-baby-soutenir .section-outils .img-bg {
  background: url(../img/candia-baby/soutenir-fond5.png) center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 7%;
  margin-top: -5%;
  z-index: -4;
}
@media (max-width: 768px) {
  .page-template-baby-soutenir .section-outils .img-bg {
    background: url(../img/candia-baby/soutenir-fond.svg) center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 20%;
    margin-top: -37%;
  }
}
@media (max-width: 500px) {
  .page-template-baby-soutenir .section-outils .img-bg {
    height: 20%;
    margin-top: -37%;
  }
}
@media (max-width: 367px) {
  .page-template-baby-soutenir .section-outils .img-bg {
    height: 18%;
    margin-top: -95%;
  }
}
.page-template-baby-soutenir .section-petite-bouteille2 {
  margin-top: 20%;
}
.page-template-baby-soutenir .section-petite-bouteille2 .row:after {
  background: url(../img/candia-baby/soutenir-vache.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  right: 0;
  width: 10%;
  margin-top: 25%;
  z-index: 0;
  height: 8%;
}
.page-template-baby-soutenir .section-petite-bouteille2 .img-bg {
  background: url(../img/candia-baby/soutenir-bg3.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 28%;
  margin-top: -11%;
  z-index: -4;
}

.page-template-baby-engagements .arianne {
  font-size: 16px;
}
.page-template-baby-engagements .pad {
  padding-left: 12%;
}
.page-template-baby-engagements .pad img {
  width: 60%;
  margin-top: 4rem !important;
  margin-left: auto;
  margin-right: auto;
}
.page-template-baby-engagements .section-petite-bouteille {
  margin-top: 10%;
  margin-bottom: 10%;
}
.page-template-baby-engagements .img-bg {
  background: url(../img/candia-baby/engagements-fond1.svg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 91%;
  z-index: -4;
}
.page-template-baby-engagements h4 {
  color: #0D4C8C;
  line-height: 10px;
  font-size: 20px;
}
@media (max-width: 998px) {
  .page-template-baby-engagements h4 {
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .page-template-baby-engagements h4 {
    font-size: 18px;
  }
}
.page-template-baby-engagements h4:before {
  background: url(../img/candia-baby/engagements-etoile.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  right: -10%;
  width: 100px;
  margin-top: -3%;
  z-index: 0;
  height: 58px;
}
@media (max-width: 880px) {
  .page-template-baby-engagements h4:before {
    display: none;
  }
}
.page-template-baby-engagements span {
  font-family: "tabitharegular";
}
.page-template-baby-engagements h2 {
  width: 70%;
  color: white;
  float: right;
  margin-right: 6%;
}
.page-template-baby-engagements h2 span {
  font-family: "tabitharegular";
}
@media (min-width: 998px) and (max-width: 1200px) {
  .page-template-baby-engagements h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 998px) {
  .page-template-baby-engagements h2 {
    font-size: 21px;
  }
}
@media (max-width: 500px) {
  .page-template-baby-engagements h2 {
    font-size: 19px;
    margin-top: 12px;
  }
}
.page-template-baby-engagements h3 {
  width: 70%;
  color: white;
  margin-left: 9%;
}
@media (min-width: 998px) and (max-width: 1200px) {
  .page-template-baby-engagements h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 998px) {
  .page-template-baby-engagements h3 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .page-template-baby-engagements h3 {
    font-size: 24px;
    margin-left: 20%;
  }
}
.page-template-baby-engagements h1 {
  color: #0D4C8C;
}
.page-template-baby-engagements p {
  color: #0D4C8C;
  font-size: 18px;
}
.page-template-baby-engagements .expertise .img-bg-bandeau {
  background: url(../img/candia-baby/engagements-bandeau1.svg) center left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 28%;
  margin-top: -3%;
  margin-right: 10%;
  z-index: -4;
}
@media (max-width: 768px) {
  .page-template-baby-engagements .expertise {
    margin-top: 20%;
  }
}
@media (max-width: 768px) {
  .page-template-baby-engagements .garantit {
    margin-top: 20%;
  }
}
.page-template-baby-engagements .garantit .img-bg-bandeau {
  background: url(../img/candia-baby/engagements-bandeau2.svg) center left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 80%;
  height: 16%;
  margin-top: -4%;
  margin-right: 10%;
  z-index: -4;
}
@media (max-width: 768px) {
  .page-template-baby-engagements .respect {
    margin-top: 20%;
  }
}
.page-template-baby-engagements .respect .img-bg-bandeau {
  background: url(../img/candia-baby/engagements-bandeau3.svg) center left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 80%;
  height: 16%;
  margin-top: -4%;
  margin-right: 10%;
  z-index: -4;
}
@media (max-width: 768px) {
  .page-template-baby-engagements .preoccupation {
    margin-top: 20%;
  }
}
.page-template-baby-engagements .preoccupation .img-bg-bandeau {
  background: url(../img/candia-baby/engagements-bandeau4.svg) center left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 80%;
  height: 15%;
  margin-top: -4%;
  margin-right: 10%;
  z-index: -4;
}

.arianne {
  margin-left: 5%;
  margin-top: 2%;
  background-color: transparent !important;
  align-items: center !important;
}
.arianne img {
  margin-left: 1%;
  margin-right: 1%;
}

header .kl-top-header nav .navbar-nav li .dropdown-menu {
  padding: 35px 15px;
}

.dropdown-sub-menu--engagements {
  position: relative;
  padding-top: 20px;
}
.dropdown-sub-menu--engagements:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ebf7fe;
  width: 5000px;
  left: 100%;
}
.dropdown-sub-menu--engagements:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ebf7fe;
  width: 5000px;
  right: 100%;
}

header .kl-top-header nav .navbar-nav li .dropdown-menu {
  background: #ebf7fe;
  text-align: center !important;
  padding: 35px 0 !important;
}

.asterix22 {
  font-style: italic;
  font-size: 12px;
}

.bactripicto img {
  max-height: 60px;
  width: auto;
}

.page-template-baby-faciliter .section-tri {
  margin-top: 18%;
  padding-bottom: 21%;
}
@media (max-width: 700px) {
  .page-template-baby-faciliter .section-tri {
    padding-bottom: 33% !important;
  }
}

.illu--sol {
  background-image: url(../img/candia-baby/baby-sol-pattern.png);
  background-repeat: repeat-x;
  height: 188px !important;
}

@media (max-width: 1200px) {
  .page-template-tetines .section-footer .container {
    margin-bottom: 100px;
  }
}

.page-template-candia-baby main .illu--mascotte {
  left: 0px;
  width: 200px;
  display: block;
  position: absolute;
  bottom: 16px;
}
@media (max-width: 1400px) {
  .page-template-candia-baby main .illu--mascotte {
    left: 0;
  }
}
@media (max-width: 584px) {
  .page-template-candia-baby main .illu--mascotte {
    display: none;
  }
}

.page-template-candia-baby .illu--sol {
  margin-top: 150px !important;
}

.page-template-candia-baby .section--babyGrid {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@media (min-width: 1200px) {
  .page-template-tetines .kl-banner .tetines-image-intro {
    bottom: -658px !important;
  }
}

.headerBaby .dropdown-menu--products {
  display: flex;
  justify-content: center;
}

.bactri p {
  color: grey;
  font-weight: normal;
  font-size: 13px;
}
@media (max-width: 425px) {
  .bactri p {
    margin-top: 10px;
  }
}
.bactri img {
  width: 50px;
}
@media (max-width: 425px) {
  .bactri {
    margin-top: 20px;
  }
}

.kl-product-title h1 {
  font-size: 52px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 21px;
}
.kl-product-title h2 {
  font-family: "tabitharegular";
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
}

#input_1_10_chosen {
  width: 100% !important;
  border-radius: 50px !important;
  padding: 21px 30px !important;
  border: 2px solid #c9d0d7;
  border-radius: 10px;
  color: #0d4c8c;
  font-size: 18px;
  padding: 23px;
  height: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../img/contact/caret-down.png) no-repeat center right 30px;
}

.kl-scroll-down {
  display: none;
}

.page-id-6203 .wp-block-button__link {
  text-decoration: none !important;
}
.page-id-6203 .kl-bx-hero-title {
  padding-top: 130px !important;
}

.page-template-tetines .kl-product-title h1 {
  color: #e63d68;
}

.kl-candyup-decouverte-buttons p {
  color: white;
}

.conc-title {
  font-weight: 900;
  font-size: 2rem;
}

.conc-p {
  font-size: 18px;
}

.kl-cara .kl-bg-element-gamme {
  left: -31px;
  top: 124px;
}
.kl-cara .kl-bg-element-gamme img {
  width: 25% !important;
}

.kl-switch-form {
  margin-top: 11px !important;
}
.kl-switch-form h3 {
  color: #68bfec;
  font-family: "tabitharegular";
  font-size: 36px;
}
.kl-switch-form .kl-btn-bordered {
  border: 2px solid #0d4c8c;
  color: #0d4c8c;
  width: 100%;
  text-align: center;
  transition: all 0.2s ease-in;
}
.kl-switch-form .kl-btn-bordered:hover {
  color: white;
  background-color: #0d4c8c;
}

input[type=number] {
  border: 2px solid #c9d0d7;
  border-radius: 10px;
  color: #0d4c8c;
  font-size: 18px;
  padding: 22px 19px !important;
  height: auto;
  width: 100% !important;
}

.kl-bx-contact .kl-form-default .input_5_78_2 {
  border: 2px solid #c9d0d7;
  border-radius: 10px;
  color: #0d4c8c;
  font-size: 18px;
  height: auto;
  width: 100% !important;
}

.gform_legacy_markup_wrapper .gfield_date_day input[type=number] {
  width: calc(3rem + 38px) !important;
}

.ginput_container_date {
  width: 100% !important;
}
.ginput_container_date input {
  width: 100% !important;
}

.ginput_container_date {
  margin-right: 40px !important;
  margin-top: 0 !important;
}

#input_5_78_2 {
  width: calc(3rem + 44px) !important;
  padding: 22px 5px !important;
  text-align: center;
  padding-left: 15px !important;
}

#input_5_78_1 {
  width: calc(3rem + 44px) !important;
  padding: 22px 5px !important;
  text-align: center;
  padding-left: 15px !important;
}

#input_5_78_3 {
  width: calc(3rem + 70px) !important;
  padding: 22px 19px !important;
  text-align: center !important;
  padding-left: 15px !important;
}

.babyButtons__group {
  text-align: center;
  color: #0d4c8c;
  font-size: 16px;
  margin-bottom: 20px;
}

.babyButtons__group {
  text-align: center;
  position: relative;
}

.home-baby .babyButtons__button {
  padding-top: 16px !important;
  padding-bottom: 40px !important;
}

.tabProducts__subLab {
  display: block;
  font-size: 11px;
  font-weight: 400;
}

.page-template-contact2 .kl-bx-hero-title {
  padding-top: 88px !important;
}
.page-template-contact2 #field_5_73 label {
  display: none !important;
}

.page-template-concourscreme .fdm__container {
  display: none !important;
}

.acsb-custom-trigger {
  cursor: pointer;
}
.acsb-custom-trigger .icon_accessibility {
  fill: white;
}

.acsb-custom-trigger:hover {
  color: #0d4c8c !important;
}
.acsb-custom-trigger:hover .icon_accessibility {
  fill: #0d4c8c;
}

.page-template-bpdv .kl-bpdv {
  background-image: url(.././img/Union.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-bpdv .kl-hero-default::after {
  display: none;
}
.page-template-bpdv .bpdvPart1 {
  padding: 100px 200px 0 200px;
  color: #0d4c8c;
}
.page-template-bpdv .bpdvPart1 h2 {
  font-size: 48px;
  font-family: "tabitharegular";
}
.page-template-bpdv .bpdvPart1 p {
  font-size: 24px;
}
.page-template-bpdv .bpdvPart1::after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  position: absolute;
  height: 200px;
  background: url(../img/part1-after.svg) no-repeat center center;
  background-size: cover;
}
.page-template-bpdv .bpdvPart2 {
  margin-top: 100px;
  padding: 140px 0 40px 0;
  background-image: url(.././img/fond-vert.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-bpdv .bpdvPart2 h2 {
  color: white;
  font-family: "tabitharegular";
  font-size: 48px;
}
.page-template-bpdv .bpdvPart2 p {
  margin: 0;
}
.page-template-bpdv .bpdvPart2 .bpdvCard {
  padding: 50px 40px 80px 70px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 30px;
  width: 90%;
  display: block;
  margin: auto;
}
.page-template-bpdv .bpdvPart2 .bot {
  color: white;
  display: flex;
  align-items: center;
}
.page-template-bpdv .bpdvPart2 .vect-after::after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  margin-top: 180px;
  position: absolute;
  height: 290px;
  background: url(../img/vector-after.svg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 769px) {
  .page-template-bpdv .bpdvPart2 .vect-after::after {
    display: none;
  }
}
.page-template-bpdv .bpdvPart2 .vect-after p {
  font-size: 20px;
}
.page-template-bpdv .bpdvPart2 .duo .col-md-6 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-bpdv .bpdvPart3 {
  padding-bottom: 80px;
}
.page-template-bpdv .bpdvPart3 h2 {
  font-family: "tabitharegular";
  color: #0d4c8c;
  font-size: 48px;
}
.page-template-bpdv .bpdvPart3 img {
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.page-template-bpdv .bpdvPart3 img:hover {
  transform: scale(1.1);
}
.page-template-bpdv .bpdvPart3 p {
  color: #189CD8;
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .page-template-bpdv .bpdvPart3 .col-md-4 {
    margin-top: 60px;
  }
}

.text-green-maj {
  font-family: "futura", sans-serif;
  color: #00953B;
  font-size: 38px;
}

.text-green {
  font-family: "futura", sans-serif;
  color: #00953B;
  font-size: 22px;
}

.text-green-tiny {
  font-family: "condensed", sans-serif;
  color: #00953B;
  font-size: 18px;
}

.text-blue {
  color: #003CA5;
  font-family: "condensed", sans-serif;
  font-size: 18px;
}

.text-blue-maj {
  color: #003CA5;
  font-family: "futura", sans-serif;
  font-size: 34px;
  width: 60%;
  display: block;
  margin: auto !important;
  line-height: 38px;
}

.w-center {
  width: 60%;
  display: block;
  margin: auto;
}

.kl-bx-contact .kl-form-default .kl-choice .gfield_checkbox li label {
  text-transform: inherit !important;
}

.mentionsbouger p {
  margin: 0 0 5px 0;
  color: #1c3ca6 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 500;
}

.img-bactri {
  width: auto !important;
}

.kl-link-join-us,
.kl-follow-us p {
  font-size: 23px !important;
}

@media (min-width: 1005px) and (max-width: 1300px) {
  .kl-innovation-right-content::after {
    background-size: auto;
    height: 578px !important;
    width: 465px !important;
  }
}
@media (min-width: 992px) {
  .kl-innovation-right-content::after {
    top: 47px;
    right: -58px !important;
    left: auto;
    transform: none;
  }
}
.kl-innovation-part-infos-content span {
  font-size: 20px !important;
}

.maj {
  font-family: "Muli" !important;
  font-weight: 800 !important;
}

.disclaimer {
  color: #0d4c8c !important;
  text-align: center !important;
  padding: 40px 0 0 0 !important;
}

.ita {
  font-style: italic !important;
}

.page-template-candia-baby-produits .intro-baby p {
  font-size: 15px;
}
.page-template-candia-baby-produits .section__wave {
  bottom: 547px !important;
}
.page-template-candia-baby-produits .little {
  font-size: 12px;
}

.page-template-candia-baby-produits .section--hero {
  background: linear-gradient(180deg, #fce7f1 50%, white 50%) !important;
}

.page-id-6593 section div h2 {
  margin: 45px 0 20px;
}

.kl-plan-site {
  padding: 60px 0;
  color: #343637 !important;
}
.kl-plan-site h1 {
  margin-bottom: 30px;
  font-family: "tabitharegular";
  font-size: 72px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0d4c8c;
}
.kl-plan-site h2 {
  font-family: "tabitharegular";
  text-align: center;
  color: #0d4c8c;
  padding: 60px 0 40px;
}
.kl-plan-site a {
  text-decoration: none;
}
.kl-plan-site ul {
  display: flex;
  justify-content: space-evenly;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
.kl-plan-site .brands-list > li {
  margin-top: 40px;
}
.kl-plan-site h3 {
  font-family: "tabitharegular";
  color: #343637;
  margin-bottom: 20px;
}
.kl-plan-site h4, .kl-plan-site h5 {
  color: #0d4c8c;
  font-family: "Muli", sans-serif;
}
.kl-plan-site h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.kl-plan-site h5 {
  font-size: 14px;
}
.kl-plan-site li {
  text-align: center;
}
.kl-plan-site li > ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.text-12 {
  font-size: 12px !important;
}

#routedulait h1 {
  font-family: "tabitharegular";
  font-size: 85px;
  color: #0d4c8c;
  margin: 50px 0 110px;
}
@media screen and (max-width: 767.98px) {
  #routedulait h1 {
    margin-bottom: 75px;
    font-size: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  #routedulait #rdl-intro {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  #routedulait #rdl-intro, #routedulait #rdl-sect1, #routedulait #rdl-sect2, #routedulait #rdl-sect3 {
    padding: 0 25px;
  }
}
#routedulait section {
  margin-top: 90px;
}
#routedulait section .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #routedulait section .row {
    flex-direction: column;
    row-gap: 10px;
  }
}
#routedulait section .row .rdl-img {
  width: 47%;
}
@media screen and (max-width: 767.98px) {
  #routedulait section .row .rdl-img {
    width: 85%;
  }
}
#routedulait section .row .rdl-img img {
  width: 100%;
}
#routedulait section .row .rdl-text {
  width: 49%;
  font-size: 18px;
  color: #0d4c8c;
  font-weight: 300;
}
@media screen and (max-width: 767.98px) {
  #routedulait section .row .rdl-text {
    width: 100%;
  }
}
#routedulait section .row .rdl-text .rdl-sub-title {
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 991.98px) {
  #routedulait section .row .rdl-text .rdl-sub-title img {
    width: 65px;
  }
}
#routedulait section .row .rdl-text h2 {
  font-family: "tabitharegular";
  font-size: 34px;
  max-width: 470px;
}
@media screen and (max-width: 991.98px) {
  #routedulait section .row .rdl-text h2 {
    font-size: 25px;
  }
}
#routedulait section .row .rdl-text p {
  margin-bottom: 25px;
}
#routedulait section .row .rdl-text p .rdl-link {
  color: #189CD8;
}
#routedulait section .row .rdl-text strong {
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  #routedulait #rdl-intro .row {
    row-gap: 40px !important;
  }
}
@media screen and (max-width: 767.98px) {
  #routedulait #rdl-sect2 .row .rdl-img {
    order: 1;
  }
}
#routedulait #rdl-sect-more {
  margin-top: 130px;
}
#routedulait #rdl-sect-more h2 {
  font-size: 52px;
  color: #189CD8;
  margin-bottom: 70px;
}
@media screen and (max-width: 575px) {
  #routedulait #rdl-sect-more h2 {
    font-size: 40px;
  }
}
#routedulait #rdl-sect-more .kl-the-post {
  margin-bottom: 65px !important;
}
#routedulait #rdl-sect-more .rdl-btn-return {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 575px) {
  #routedulait #rdl-sect-more .rdl-btn-return {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991.98px) {
  #routedulait p {
    font-size: 14px;
  }
}

.postid-7023 .kl-product-description {
  background: rgb(255, 255, 255);
  background: linear-gradient(189deg, rgb(255, 255, 255) 0%, rgb(225, 240, 241) 100%) !important;
}
.postid-7023 .kl-product-description .kl-bx-card > div:first-of-type {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  padding-left: 0;
}

.kl-title-edition-candiup-michou {
  filter: drop-shadow(0px 0px 5px #fff) !important;
}

.kl-coco .kl-bg-element-gamme {
  right: -201px;
  top: 148px;
  left: auto;
}
.kl-coco .kl-bg-element-gamme img {
  width: 60%;
}

.kl-candyup-hero .cta-candyup-hero {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 991.98px) {
  .kl-candyup-hero .cta-candyup-hero {
    bottom: 10px;
    padding: 0px 0 0 20px;
    text-align: left;
  }
}
.kl-candyup-hero .cta-candyup-hero .btn {
  background: #0d4c8c;
  height: auto;
  border-radius: 38.5px;
  box-shadow: -7.4px 6.7px 40px 0 rgba(0, 50, 160, 0.15);
  font-family: Mulish;
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1px;
  color: #fefefe;
  padding: 12px 32px;
}
@media screen and (max-width: 767.98px) {
  .kl-candyup-hero .cta-candyup-hero .btn {
    padding: 6px 16px 8px;
    font-size: 14px;
  }
}

.kl-candyup-gamme::after {
  background: none !important;
}

.small-fz {
  font-size: 9px;
}

.kl-news-about-bloc img {
  display: block;
  margin: auto;
}

.blue-fz {
  color: #0033A0 !important;
}

.kl-product-description h3 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: 0;
  font-family: "Muli";
}
.kl-product-description h2.kl-more-formats {
  font-family: "tabitharegular";
  font-size: 52px;
  margin-bottom: 40px;
  letter-spacing: 0.08rem;
}

.kl-product-description .kl-product-format .kl-format-list .kl-format-item h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
}

.postid-275 .kl-hero-product p {
  font-size: 24px;
  margin-bottom: 1rem;
}
.postid-275 .kl-product-description .kl-bg-bottom-right {
  z-index: 0;
}

.concours_bloc {
  min-height: 100dvh;
}

.section#id-sante .kl-engagement-item .kl-title {
  background: #0F4395 !important;
}

.section#id-sante .kl-engagement-item .kl-title::before {
  background: url(../img/candia/engagements/before-pilier3-bleu.svg) no-repeat bottom center !important;
}

.section--sante div.kl-content-sante {
  background: linear-gradient(0deg, #dbedfb 35%, #5076a6 100%) !important;
}

section#id-eleveurs .kl-engagement-item .kl-title {
  background: #F59F19 !important;
}

section#id-eleveurs .kl-engagement-item .kl-title::before {
  background: url(../img/candia/engagements/bandeau-orange.svg) no-repeat bottom center;
}

section .kl-engagement-item ul li::before {
  background: url(../img/candia/engagements/check-orange.svg) no-repeat;
}

section#id-nature ul li ul {
  padding: 27px 0px 32px 30px;
}

section#id-nature ul li ul li::before {
  content: unset !important;
}

section#id-nature ul li ul li {
  list-style: disc;
  display: revert !important;
  padding-left: unset !important;
}

.page-template-engagements .kl-bx-title-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 94px;
}
@media screen and (max-width: 992px) {
  .page-template-engagements .kl-bx-title-content {
    padding-top: 0px;
  }
}
@media screen and (max-width: 576px) {
  .page-template-engagements .kl-bx-title-content {
    transform: scale(1.2);
  }
}
.page-template-engagements h1 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 42px;
  color: #094C8C;
}
@media screen and (max-width: 992px) {
  .page-template-engagements h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .page-template-engagements h1 {
    font-size: 24px;
  }
}
.page-template-engagements h1 span {
  font-family: "Antiqena";
  font-weight: normal;
  font-style: normal;
  font-size: 62px;
  color: #E679AE;
}
@media screen and (max-width: 992px) {
  .page-template-engagements h1 span {
    font-size: 44px;
  }
}
@media screen and (max-width: 576px) {
  .page-template-engagements h1 span {
    font-size: 32px;
  }
}
.page-template-engagements h2 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 3.9rem;
}
@media screen and (max-width: 992px) {
  .page-template-engagements h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .page-template-engagements h2 {
    font-size: 2rem;
  }
}
.page-template-engagements h2 span {
  font-family: "Antiqena";
  font-size: 85px;
}
@media screen and (max-width: 992px) {
  .page-template-engagements h2 span {
    font-size: 65px;
  }
}
@media screen and (max-width: 576px) {
  .page-template-engagements h2 span {
    font-size: 46px;
  }
}
.page-template-engagements h2.blue {
  color: #1B60AB;
}
.page-template-engagements h2.blue span {
  color: #0F4395;
}
.page-template-engagements h2.yellow {
  color: #1B60AB;
  font-weight: 700;
}
.page-template-engagements h2.yellow span {
  color: #E7A50D;
  font-weight: 500;
  font-size: 100px;
}
@media screen and (max-width: 992px) {
  .page-template-engagements h2.yellow span {
    font-size: 75px;
  }
}
@media screen and (max-width: 576px) {
  .page-template-engagements h2.yellow span {
    font-size: 42px;
  }
}
.page-template-engagements h2.green {
  color: #1B60AB;
}
.page-template-engagements h2.green span {
  color: #52AE30;
  font-weight: 500;
}

.home .kl-cooperation-list-item-blue h3 {
  font-family: "Inter";
  font-weight: 600;
  color: #1B60AB;
  position: relative;
}
.home .kl-cooperation-list-item-blue h3 span {
  font-family: "Antiqena";
  font-size: 40px;
  color: #0F4395;
}
.home .kl-cooperation-list-item-blue h3::after {
  content: "";
  width: 100px;
  height: 20px;
  background: url("../img/after-title-engagements-blue.svg") no-repeat center/contain !important;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.home .kl-cooperation-list-item-blue p {
  white-space: unset !important;
}
.home .kl-cooperation-list-item-blue .btn.kl-btn-outline.kl-btn-orange {
  border-color: #0F4395;
  color: #0F4395;
}
.home .kl-cooperation-list-item-blue .btn.kl-btn-outline.kl-btn-orange:hover {
  background: #0F4395;
  color: #fff;
}
.home .kl-cooperation-list-item-yellow h3 {
  font-family: "Inter";
  font-weight: 600;
  color: #1B60AB;
  position: relative;
}
.home .kl-cooperation-list-item-yellow h3 span {
  font-family: "Antiqena";
  font-size: 40px;
  font-weight: 500;
  color: #E7A50D;
}
.home .kl-cooperation-list-item-yellow h3::after {
  content: "";
  width: 100px;
  height: 20px;
  background: url("../img/after-title-engagements-yellow.svg") no-repeat center/contain !important;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.home .kl-cooperation-list-item-yellow p {
  white-space: unset !important;
}
.home .kl-cooperation-list-item-yellow .btn.kl-btn-outline.kl-btn-blue {
  border-color: #E7A50D;
  color: #E7A50D;
}
.home .kl-cooperation-list-item-yellow .btn.kl-btn-outline.kl-btn-blue:hover {
  background: #E7A50D;
  color: #fff;
}
.home .kl-cooperation-list-item-green h3 {
  font-family: "Inter";
  font-weight: 600;
  color: #1B60AB;
  position: relative;
}
.home .kl-cooperation-list-item-green h3 span {
  font-family: "Antiqena";
  font-size: 40px;
  font-weight: 500;
  color: #52AE30;
}
.home .kl-cooperation-list-item-green h3::after {
  content: "";
  width: 100px;
  height: 20px;
  background: url("../img/after-title-engagements-green.svg") no-repeat center/contain !important;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.home .kl-cooperation-list-item-green p {
  white-space: unset !important;
}
.home .kl-cooperation-list-item-green .btn.kl-btn-outline.kl-btn-green {
  border-color: #52AE30;
  color: #52AE30;
}
.home .kl-cooperation-list-item-green .btn.kl-btn-outline.kl-btn-green:hover {
  background: #52AE30;
  color: #fff;
}

.kl-quiz-section .kl-quiz-wrapper .kl-quiz-content .kl-quiz-msg h1 {
  margin: 0;
  font-size: 38px;
  color: #0d4c8c;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 7px;
}
@media screen and (max-width: 991px) {
  .kl-quiz-section .kl-quiz-wrapper .kl-quiz-content .kl-quiz-msg h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kl-quiz-section .kl-quiz-wrapper .kl-quiz-content .kl-quiz-msg h1 {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .kl-quiz-section .kl-quiz-wrapper .kl-quiz-content .kl-quiz-msg h1 {
    font-size: 18px;
  }
}

.produit-single-title {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.produit-single-title span {
  font-family: "tabitharegular";
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
}

.concours-title {
  color: #fff;
  margin: auto;
  width: 950px;
  height: 80px;
  background: #03498D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.marque-candyup-title {
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.marque-candyup-title img {
  margin: unset !important;
}
.marque-candyup-title h1 {
  font-weight: 900;
  font-size: 52px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-family: "Mulish";
  text-align: center;
}

#recette-loadmore a {
  color: white;
  text-decoration: none;
}

.page-template-a-propos.modal-open {
  overflow: visible !important;
}
.page-template-a-propos .modal-backdrop.fade.show {
  display: none !important;
}
.page-template-a-propos #id-see-more {
  background-color: rgba(255, 255, 255, 0.5);
}
.page-template-a-propos .modal {
  top: 100px;
}

.kl-candyup-decouverte-content h1 {
  font-family: "Muli", sans-serif;
  font-weight: 900;
  font-size: 45px;
  margin-top: 0px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .kl-candyup-decouverte-content h1 {
    font-size: 39px;
    margin-bottom: 25px;
    padding-top: 25px;
  }
}

.kl-quiz-content {
  display: flex;
  flex-direction: column;
}
.kl-quiz-content figure {
  order: 2;
}
.kl-quiz-content .kl-quiz-msg {
  order: 3;
}
.kl-quiz-content h2 {
  order: 1;
}
.kl-quiz-content .row.kl-quiz-response {
  order: 4;
}

.obsolete-browser {
  font-family: "tabitharegular";
  color: #0d4c8c !important;
  opacity: 0.9;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
}

.kl-milkshake .kl-bg-element-gamme {
  right: -381px;
  top: 78px;
  left: auto;
}
.kl-milkshake .kl-bg-element-gamme img {
  width: 50%;
}

.border-pink-dashed {
  border-radius: 20px;
  background: repeating-linear-gradient(90deg, #f8a9c1 0 15px, transparent 10px 30px), repeating-linear-gradient(180deg, #f8a9c1 0 15px, transparent 10px 30px), repeating-linear-gradient(270deg, #f8a9c1 0 15px, transparent 10px 30px), repeating-linear-gradient(0deg, #f8a9c1 0 15px, transparent 10px 30px);
  background-position: top left, top right, bottom right, bottom left;
  background-repeat: no-repeat;
  background-size: calc(100% - 20px) 3px, 3px calc(100% - 20px), calc(100% - 20px) 3px, 3px calc(100% - 20px);
  padding: 3rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .border-pink-dashed {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 1rem;
  }
  .border-pink-dashed .col-md-3 {
    display: contents;
  }
}
.border-pink-dashed h2 {
  font-size: 24px;
  font-weight: 400;
  font-family: "tabitharegular";
  color: #e7406c;
  margin-bottom: 1rem;
}
.border-pink-dashed p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  color: #000;
}
.border-pink-dashed p strong, .border-pink-dashed p b {
  font-weight: 700;
}
.border-pink-dashed p.paragraphe {
  font-size: 16px;
  font-weight: 700;
}
.border-pink-dashed p.paragraphe a {
  color: #344C8C;
  text-decoration: underline;
  cursor: pointer;
}/*# sourceMappingURL=custom.css.map */