@import "pagination.css";

@font-face {
  font-family: "MarkPro";
  src: url("../fonts/MarkPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MarkMedium";
  src: url("../fonts/MarkPro-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MarkBold";
  src: url("../fonts/MarkPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "MarkLight";
  src: url("../fonts/MarkPro-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MarkThin";
  src: url("../fonts/MarkPro-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MarkHeavy";
  src: url("../fonts/MarkPro-Heavy.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowBold";
  src: url("../fonts/Barlow-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Beauty";
  src: url("../fonts/Beauty.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Anton";
  src: url("../fonts/anton.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MarkPro";

  src: url("../fonts/markpro-regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "MarkBold";

  src: url("../fonts/markpro_bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: "MarkLight";

  src: url("../fonts/MarkPro-Light.woff") format("woff");

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: "MakproBlack";

  src: url("../fonts/makpro_black.woff") format("woff");

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: "MarkMedium";

  src: url("../fonts/markpro_medium.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "PowerGrotesk";

  src: url("../fonts/PowerGrotesk-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Maveric";

  src: url("../fonts/maveric-regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "BeautyDemo";

  src: url("../fonts/BeautyDemo.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

body {
  color: #515151;
  font-family: "MarkPro";
  font-size: 16px;
}
* {
  margin: 0px;
  padding: 0px;
}
p {
  font-family: "MarkPro";
  font-size: 16px;
  margin: 0;
}
ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

::-webkit-scrollbar-thumb {
  background: #888888;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #e5e5e5;
}

.content_pages {
  position: relative;
}

.header {
  padding: 19px 0px;
  height: 120px;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  right: 0;
}
.page_header {
  padding: 19px 0px;

  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.top_header {
  text-align: left;
}
.logo {
  width: 250px;
}
.top_header .logo {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}
.menu .row a {
  font-family: "MarkPro";

  font-size: 15px;

  color: #fff;
}

.menu_global {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #025373;
  overflow-y: auto;
  transition: 0.4s ease;
  border-radius: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: left 0.4s ease;
  width: 600px;
}

.menu_global.show_menu {
  z-index: 999;

  right: 0px;
}

.menu_global.hide_menu {
  right: -100%;
}

.hamburger {
  position: absolute;

  width: 38px;

  height: 40px;

  cursor: pointer;

  top: 0;

  bottom: 0;

  display: flex;

  right: 40px;

  margin: auto;

  flex-direction: row-reverse;

  align-items: center;
}

.hamburger button {
  background: transparent;

  border: 0;

  outline: none;
}

.hamburger.animate samp {
  display: none;
}

.hamburger p {
  font-size: 15px;

  color: #fff;

  font-family: "MarkLight";

  margin-top: 10px;

  margin-right: 43px;
}

.hamburger.animate {
  z-index: 9999;

  transition: left 0.8s ease 0s;

  position: fixed;

  bottom: auto;

  top: 30px;

  right: 90px;
}

.bar,
.bar:after,
.bar:before {
  height: 2px;

  border-top-left-radius: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;
}

.bar {
  transform: translateY(25px);

  background: #fff;

  transition: all 0ms 300ms;

  position: absolute;

  top: -3px;
  right: 0;
  width: 40px;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";

  position: absolute;

  right: 0;

  bottom: 11px;

  background: #fff;

  width: 40px;

  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";

  position: absolute;

  right: 0;

  top: 11px;

  width: 40px;

  background: #fff;

  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  background: #fff;

  top: 0;

  transform: rotate(45deg);

  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);

  width: 33px;

  height: 3px;

  left: 8px;

  border-top-left-radius: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;
}

.bar.animate:before {
  background: #fff;

  bottom: 0px;

  transform: rotate(-45deg);

  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);

  width: 33px;

  left: 8px;

  height: 3px;

  border-top-left-radius: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;
}

.menu {
  width: 100%;
}

.menu_ul,
.menu .row {
  height: unset;

  background: transparent;
}

.menu_ul ul {
  display: flex;

  align-items: center;

  flex-direction: column;
}

.menu_ul ul li {
  padding-top: 20px;
}

.menu_ul ul li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-family: 'MarkPro';
}

.menu_global .dropdown-menu {
  left: 0 !important;
}

.menu_global .dropdown-menu > li:first-child:before {
  border-top: 6px solid #286899 !important;
}

.menu_header {
  display: block;
}

.menu_header ul li a {
  font-family: "MarkBold";

  color: #fff;

  font-size: 17px;
}

.menu_header ul li:last-child a {
  border: solid 1px #fff;

  font-size: 13px;

  border-radius: 25px;
}

.menu_header ul li:last-child a:hover {
  border: solid 1px #fff;

  font-size: 13px;

  border-radius: 25px;
}

.menu_header ul li a:hover {
  font-family: "MarkBold";

  color: #fff;

  font-size: 17px;
}

.menu_header ul li a img {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .menu_ul ul li a {
    color: #fff;

    font-size: 18px;

    text-decoration: none;
  }

  .menu_global {
    width: 100vw;

    border-radius: 0;
  }
}

@media (max-width: 567px) {
  .header {
    height: 88px;
  }

  .top_header {
    text-align: left;
  }

  .logo {
    max-width: 150px;
  }
}

/****************** itto_hero******************* */

.itto_hero {
  padding-top: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 595px;
}

.itto_hero h1 {
margin-bottom: 10px;
    font-family: "PowerGrotesk";
    font-size: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    margin-top: 100px;
    text-shadow: 0px 0px 25px black;
}

.itto_hero h2 {
margin-bottom: 10px;
    font-family: "PowerGrotesk";
    font-size: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 0px 25px black;
}

/*****.itto_hero h1 {
  margin-bottom: 40px;
  font-family: "PowerGrotesk";
  font-size: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-shadow: 0px 0px 25px black;
}******************* */

.itto_hero h1 span {
  display: block;
}

.itto_hero h1 span i {
  font-family: "Maveric";

  font-size: 130px;

  color: #025373;
}

.btn_nos_produits,
.btn_nos_produits:hover {
  font-family: "PowerGrotesk";

  font-size: 21px;

  color: #fff;

  display: inline-block;

  padding: 20px 40px;

  background-color: #025373;

  border-radius: 50px;

  margin-bottom: 40px;
}

.btn_nos_produits img {
  transform: scale(0.6);
}

/* .itto_hero_img img {

    position: absolute;

    right: 0;

    bottom: 0;

    height: 100%;

} */

@media (max-width: 1400px) {
  .itto_hero h1 {
    font-size: 70px;
    height: 20%;
    padding-top: 150px;
  }

  .itto_hero h1 span i {
    font-size: 90px;
  }
}

@media (max-width: 1200px) {
  .itto_hero h1 {
    font-size: 55px;
    padding-top: 100px;
    height: 30%;
  }

  .itto_hero h1 span i {
    font-size: 76px;
  }

  .btn_nos_produits,
  .btn_nos_produits:hover {
    padding: 15px 30px;
  }
}

@media (max-width: 991px) {
  .itto_hero_img img {
    width: 450px;
  }

  .itto_hero_img {
    text-align: end;

    margin-top: -432px;
  }
}

@media (max-width: 767px) {
  .itto_hero h1 {
    font-size: 40px;
  }

  .itto_hero h1 span i {
    font-size: 60px;
  }

  .itto_hero_img img {
    width: 350px;
  }

  .itto_hero_img {
    text-align: end;

    margin-top: -340px;
  }
}

@media (max-width: 567px) {
  .itto_hero h1 {
        font-size: 60px;
        height: 30%;
    }
  }

  .itto_hero h1 span i {
    font-size: 40px;
  }

  .btn_nos_produits,
  .btn_nos_produits:hover {
    padding: 10px 15px;

    font-size: 16px;
  }

  .itto_hero_img {
    text-align: end;

    margin-top: -270px;
  }

  .itto_hero_img img {
    width: 200px;
  }
  
  @media (max-width: 1400px) {
  .itto_hero h2 {
    font-size: 40px;
    padding-top: 50px;
  }

}

@media (max-width: 1200px) {
  .itto_hero h2 {
    font-size: 30px;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .itto_hero h2 {
    font-size: 30px;
  }
}

@media (max-width: 567px) {
  .itto_hero h2 {
    font-size: 25px;
    padding-top: 50px;

  }
  }


/****************** end itto_hero******************* */
/****************** start page_hero******************* */

.title_page_hero h1 {
font-family: "PowerGrotesk";
font-size: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-shadow: 0px 0px 25px black;
  padding-top: 10%;
}

.title_page_hero h2 {
font-family: "PowerGrotesk";
font-size: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-shadow: 0px 0px 25px black;
}

.page_hero {
  background-image: url(../images/apropos_page_bg_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 550px;
}

/**********.page_hero h1 {
  font-family: "PowerGrotesk";
  font-size: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-shadow: 0px 0px 25px black; ******* */
}
/****************** end page_hero******************* */
/****************** start block_apropos ******************* */
.block_apropos {
  margin: 45px 0;
}
.block_apropos h2 {
  font-family: "PowerGrotesk";
  font-size: 65px;
  color: #025373;
  position: relative;
  margin-bottom: 25px;
}
.block_apropos h3 {
  font-family: "PowerGrotesk";
  font-size: 27px;
  color: #565656;
  line-height: 1.5;
}
.block_apropos p {
  font-family: "MarkPro";
  font-size: 24px;
  color: #666666;
  line-height: 1.5;
  margin-top: 45px;
}
.block_apropos ul {
  margin: 30px 0;
  list-style: disc;
  padding-left: 20px;
}
.block_apropos ul li {
  font-family: "MarkPro";
  font-size: 24px;
  color: #666666;
  line-height: 1.5;
  margin-top: 15px;
}
/****************** end block_apropos ******************* */
/* ******************* working_hours  ********************** */
.working_hours {
  margin: 70px 0;
}
.working_hours .row {
  align-items: center;
}
.timing {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timing img {
  width: 150px;
  filter: drop-shadow(2px 4px 6px #025373);
}
.timing_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.working_hours h2 {
  font-family: "PowerGrotesk";
  font-size: 60px;
  color: #025373;
  margin-top: 25px;
}
.timing_text h3 {
  font-family: "PowerGrotesk";
  font-size: 40px;
  color: #025373;
  margin-top: 25px;
}
.timing_text label {
  font-family: "PowerGrotesk";
  font-size: 30px;
  color: #191919;
  margin-top: 10px;
}
.timing_text p {
  font-family: "PowerGrotesk";
  font-size: 24px;
  color: #666666;
  margin-top: 10px;
}
/* ******************* working_hours  ********************** */
/****************** apropos_dr_moukel ******************* */

.apropos_dr_moukel h2 {
  font-family: "PowerGrotesk";

  font-size: 35px;

  color: #025373;

  margin-bottom: 30px;
}

.apropos_dr_moukel p {
  font-family: "MarkPro";

  font-size: 18px;

  color: #565656;

  line-height: 1.5;
}

.btn_apropos_dr_moukel_nos_produits,
.btn_apropos_dr_moukel_nos_produits:hover {
  font-family: "PowerGrotesk";
  font-size: 21px;
  color: #fff;
  display: inline-block;
  padding: 20px 40px;
  background-color: #025373;
  margin-top: 25px;
}

.btn_apropos_dr_moukel_nos_produits img {
  transform: scale(0.6);
}
.apropos_dr_moukel {
  margin: 55px 0;
}
.apropos_dr_moukel video {
  aspect-ratio: 1 / 1;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1400px) {
  .apropos_dr_moukel h2 {
    font-size: 50px;

    margin-bottom: 15px;
  }

  .apropos_dr_moukel p {
    line-height: 1.5;
  }

  .btn_apropos_dr_moukel_nos_produits,
  .btn_apropos_dr_moukel_nos_produits:hover {
    bottom: -135px;
  }
  .block_apropos h2 {
    font-size: 59px;
    margin-bottom: 25px;
  }
  .working_hours h2 {
    font-size: 53px;
  }
  
  .title_page_hero h1 {
    font-size: 75px;
    padding-top: 17%;
  }
  
.title_page_hero h2 {
    font-size: 40px;
 }
}

@media (max-width: 1200px) {
  .jabaniya {
    top: -148px;

    width: 166px;
  }

  .apropos_dr_moukel h2 {
    font-size: 40px;
  }

  .apropos_dr_moukel p {
    font-size: 19px;
  }

  .btn_apropos_dr_moukel_nos_produits,
  .btn_apropos_dr_moukel_nos_produits:hover {
    bottom: -90px;

    right: 30px;
  }

  .apropos_dr_moukel_left_img {
    top: -55px;
  }
  .block_apropos h2 {
    font-size: 50px;
  }
  .block_apropos p {
    font-size: 20px;
    margin-top: 25px;
  }
  .block_apropos ul li {
    font-size: 20px;
  }
  .working_hours h2 {
    font-size: 45px;
  }
  .title_page_hero h1 {
    font-size: 60px;
    padding-top: 15%;
  }
.title_page_hero h2 {
    font-size: 30px;
 }
}

@media (max-width: 991px) {
  .apropos_dr_moukel h2 {
    margin-top: 25px;
  }
  .apropos_dr_moukel_plus_for_bg {
    margin-top: 0;

    background: none;

    height: 200px;
  }

  .apropos_dr_moukel {
    background: none;
  }

  .apropos_dr_moukel_left_img {
    top: 0;
  }

  .btn_apropos_dr_moukel_nos_produits,
  .btn_apropos_dr_moukel_nos_produits:hover {
    bottom: -90px;

    left: 0;

    right: auto;
  }
  .block_apropos h2 {
    margin-top: 25px;
  }
  .block_apropos h3 {
    font-size: 24px;
    padding-left: 0;
  }
 /* .page_hero h1 {
    font-size: 76px;
  } */
  
  .title_page_hero h1 {
    font-size: 50px;
    padding-top: 30%;
  }
  
  .title_page_hero h2 {
    font-size: 25px;
 }
  
  .working_hours {
    margin: 45px 0;
  }
  .timing {
    margin: 35px 0;
  }
}

@media (max-width: 767px) {
  .apropos_dr_moukel h2 {
    font-size: 35px;
  }

  .jabaniya {
    top: -117px;

    width: 126px;
  }
  .block_apropos h2 {
    font-size: 40px;
  }
  .block_apropos h3 {
    font-size: 20px;
  }
  .block_apropos p {
    font-size: 18px;
  }
  .block_apropos ul li {
    font-size: 18px;
  }
  .page_hero {
    height: 400px;
  }
  .block_apropos p {
    margin-top: 10px;
  }
  .timing_text h3 {
    font-size: 35px;
  }
  .timing_text label {
    font-size: 25px;
  }
  .timing_text p {
    font-size: 20px;
  }
  .working_hours h2 {
    font-size: 37px;
  }
}

@media (max-width: 567px) {
  .apropos_dr_moukel h2 {
    font-size: 24px;
  }

  .apropos_dr_moukel p {
    font-size: 16px;
  }

  .btn_apropos_dr_moukel_nos_produits,
  .btn_apropos_dr_moukel_nos_produits:hover {
    font-size: 18px;

    padding: 15px 20px;
  }

  .jabaniya {
    top: -90px;

    width: 99px;
  }
  .block_apropos h2 {
    font-size: 29px;
  }
  .block_apropos h3 {
    font-size: 19px;
  }
 /*** .page_hero h1 {
    font-size: 49px;
  }*** */
 
.title_page_hero h1 {
    font-size: 30px;
    padding-top: 40%;
  }
  
.title_page_hero h2 {
    font-size: 20px;
 }

}


/****************** end apropos_dr_moukel ******************* */

/****************** start home_nos_produits ******************* */

.home_nos_produits {
  margin: 45px 0;
}

.home_nos_produits h2 {
  font-family: "PowerGrotesk";

  font-size: 89px;

  color: #025373;

  line-height: 56px;

  margin-bottom: 66px;
}

.item_home_produits_slider a {
  text-align: center;

  display: flex;

  flex-direction: column;

  align-items: center;
}

.item_home_produits_slider a label {
  font-family: "MarkBold";

  font-size: 19px;

  color: #565656;

  margin-top: 15px;
}

.home_produits_slider {
  position: relative;
}

.home_produits_slider .owl-nav button.owl-next {
  position: absolute;

  top: 0;

  bottom: 0;

  margin: auto;

  right: -40px;
}

.home_produits_slider .owl-nav button.owl-prev {
  position: absolute;

  top: 0;

  bottom: 0;

  margin: auto;

  left: -40px;

  transform: scale(-1);
}

.home_produits_slider .owl-nav [class*="owl-"]:hover {
  background: transparent;

  color: #fff;

  text-decoration: none;
}

.home_produits_slider .owl-nav .disabled {
  opacity: 0;
}

@media (max-width: 1400px) {
  .home_produits_slider .owl-nav button.owl-next {
    right: -27px;
  }
}

@media (max-width: 1200px) {
  .home_produits_slider .owl-nav button.owl-next {
    right: -32px;
  }
  .home_produits_slider .owl-nav button.owl-prev {
    left: -32px;
  }
}

@media (max-width: 991px) {
  .home_nos_produits {
    margin-top: 25px;

    margin-bottom: 0;
  }

  .home_nos_produits h2 {
    margin: 35px 0;
  }

  .home_produits_slider .owl-nav button.owl-next {
    right: -10px;
  }
  .home_produits_slider .owl-nav button.owl-prev {
    left: -10px;
  }
}

@media (max-width: 767px) {
  .home_nos_produits h2 {
    font-size: 56px;

    line-height: 37px;

    margin-bottom: 35px;
  }
  .home_produits_slider .owl-nav button.owl-next,
  .home_produits_slider .owl-nav button.owl-prev {
    top: -65px;
    bottom: auto;
  }
  .home_produits_slider .owl-nav button.owl-next {
    right: 0px;
  }
  .home_produits_slider .owl-nav button.owl-prev {
    left: auto;
    right: 45px;
  }
}

@media (max-width: 567px) {
  .home_nos_produits h2 {
    font-size: 44px;

    line-height: 31px;

    margin-bottom: 25px;
  }

  .item_home_produits_slider a label {
    font-size: 14px;
  }
}

/****************** end home_nos_produits ******************* */

/****************** start les_recettes ******************* */

.les_recettes {
  margin: 60px 0;
}

.les_recettes .row {
  margin-top: 45px;
}

.les_recettes h2 {
  font-family: "PowerGrotesk";

  position: relative;

  color: #025373;

  line-height: 44px;

  font-size: 89px;

  text-align: center;

  margin-bottom: 45px;
}

.les_recettes h2 span {
  font-family: "Beauty";

  color: #025373;

  display: block;

  transform: rotate(10deg);

  position: relative;

  right: 55px;
}

.img_les_recettes_left {
  position: absolute;

  width: 65%;

  z-index: -1;
}

.main_recette {
  position: relative;
}

.main_recette_text {
  position: absolute;

  bottom: 20px;

  left: 20px;
}

.main_recette label {
  font-family: "MarkBold";

  color: #fff;

  font-size: 17px;
}

.main_recette h3 {
  font-family: "MarkBold";

  color: #fff;

  font-size: 41px;
}

.secondary_recette_text {
  align-self: center;
}

.secondary_recette label {
  font-family: "MarkBold";

  color: #e198af;

  font-size: 15px;
}

.secondary_recette h3 {
  font-family: "MarkBold";

  color: #414141;

  font-size: 30px;
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
  .les_recettes h2 {
    line-height: 41px;

    font-size: 78px;

    margin-bottom: 35px;
  }

  .main_recette h3 {
    font-size: 36px;
  }

  .secondary_recette h3 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .les_recettes h2 {
    line-height: 41px;

    font-size: 78px;

    margin-top: -109px;

    margin-bottom: 35px;

    text-shadow: 0px 0px 10px white;
  }

  .img_les_recettes_left {
    position: relative;

    width: 100%;

    z-index: -1;
  }
}

@media (max-width: 767px) {
}

@media (max-width: 567px) {
  .les_recettes h2 {
    line-height: 32px;

    font-size: 58px;

    margin-top: -95px;

    margin-bottom: 32px;
  }

  .main_recette h3 {
    font-size: 23px;
  }

  .main_recette label {
    font-size: 14px;
  }

  .secondary_recette label {
    font-size: 12px;
  }

  .secondary_recette h3 {
    font-size: 18px;
  }
}

/****************** end les_recettes ******************* */

/****************** start footer ******************* */

.footer {
  padding: 60px 0;

  position: relative;

  overflow: hidden;
}

.footer .row {
  margin-bottom: 25px;
}
.footer .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}
.menu_footer {
  margin: 35px 0;
}

.menu_footer ul li a,
.menu_footer ul li a:hover {
  font-family: "MarkBold";
  color: #025373;
  font-size: 21px;
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 991px) {
  .menu_footer ul li a,
  .menu_footer ul li a:hover {
    font-family: "MarkBold";
    color: #025373;
    font-size: 21px;
  }

  .footer::after {
    top: 23px;

    left: 0px;

    width: 227px;

    height: 100px;

    background-size: 227px;

    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .menu_footer {
    margin: 0px 0;
  }
  .menu_footer ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 567px) {
  .footer {
    padding: 10px 0;
  }
  .footer::after {
    top: 46px;
  }
}

/****************** end footer ******************* */

/*  List Produits  */

.content_produit {
  margin: 60px 0;
}
.content_produit .item_produits_home {
  margin: 10px 0;
  position: relative;
}
.bg_produits {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-top: 200px;
}
.bg_produits img {
  max-height: 100%;
}

/*  Produit selected  */

.content_produit_selected {
  margin: 45px 0;
}
.content_produit_selected .row {
  margin-bottom: 100px;
}

.return_list a {
  font-family: "MarkBold";
  font-size: 21px;
  color: #025373;
  margin-bottom: 35px;
  text-transform: uppercase;
  display: inline-block;
}
.text_produit_selected a {
  font-size: 28px;
  border-radius: 40px;
  padding: 20px 50px;
  display: inline-block;
}
.return_list a img,
.text_produit_selected a img {
  margin-right: 20px;
}
.text_produit_selected h2 {
  font-family: "PowerGrotesk";
  font-size: 40px;
  color: #3f3f3f;
  margin: 5px;
  margin-top: 30px;
}
.desc_produit_selected {
  margin: 60px 0;
}
.desc_produit_selected p {
  font-family: "MarkPro";
  font-size: 21px;
  color: #666666;
  margin: 20px;
  line-height: 30px;
}
/*.text_produit_selected a {
  color: #fff;
  background: #e198af;
  font-family: "PowerGrotesk";
}*/
.recettes_produit {
  padding: 50px 0;
  position: relative;
  margin-bottom: 100px;
}
/* .recettes_produit h2 {
    text-align: right;
    font-family: "Beauty";
    font-size: 100px;
    color: #e198af;
    line-height: 1;
    margin: 0;
    position: absolute;
    right: 120px;
} */
.recettes_produit h2 {
  font-family: "PowerGrotesk";
  text-align: right;
  margin: 0;
  position: absolute;
  right: 120px;
  color: #025373;
  line-height: 44px;
  font-size: 89px;
}

.recettes_produit h2 span {
  font-family: "Beauty";
  color: #025373;
}
.recettes_produit .owl-carousel {
  position: absolute;
  bottom: 100px;
  right: 0;
  max-width: 50%;
}
.recettes_produit .img_item_nos_reccettes {
  padding-bottom: 58%;
}
.recettes_produit .owl-theme .owl-nav {
  text-align: right;
  position: absolute;
  right: 0;
}
.slider_recettes_produits .img_item_nos_reccettes {
  padding-bottom: 58%;
}
.slider_recettes_produits.owl-theme .owl-nav {
  text-align: right;
  position: absolute;
  right: 0;
}
.slider_recettes_produits.owl-theme .owl-nav {
  text-align: right;
  position: absolute;
  margin-top: 0;
  right: 0;
  background-color: transparent;
}
.slider_recettes_produits.owl-theme .owl-nav .owl-next,
.slider_recettes_produits.owl-theme .owl-nav .owl-prev {
  padding: 15px 30px !important;
  background-color: #025373;
  margin: 0;
  border-radius: 0;
}

.slider_recettes_produits.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #595993;
}
.slider_recettes_produits.owl-theme .owl-nav .disabled {
  background-color: #595993;
  filter: grayscale(17%) !important;
}
.recettes_produit .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.slider_recettes_produits.owl-theme .owl-nav .disabled {
  opacity: 1;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.recettes_produit .owl-theme .owl-nav .disabled {
  opacity: 1;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.les_recettes .text_item_nos_recettes {
  padding-right: 100px;
}
.recettes_produit .text_item_nos_recettes {
  padding-right: 100px;
}
.time_cooking {
  position: absolute;
  right: 20px;
  bottom: 40px;
  display: inline-flex;
  align-items: center;
}
.time_cooking label {
  font-family: "MarkBold";
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.time_cooking label span {
  display: block;
  line-height: 1;
  font-size: 14px;
}
.time_cooking img {
  margin-right: 5px;
}
.produit_similaires.produits_home {
  margin-top: 0;
}
.produit_similaires.produits_home h2 {
  font-size: 80px;
}
.produit_similaires.produits_home .owl-theme .owl-nav {
  top: -50px;
}
@media (max-width: 991px) {
  .recettes_produit h2 {
    font-size: 50px;
  }
  .recettes_produit .text_item_nos_recettes h3 a {
    font-size: 21px;
  }
  .produit_similaires.produits_home h2 {
    font-size: 60px;
  }
  .desc_produit_selected {
    margin: 35px 0;
  }
  .return_list a {
    margin: 35px 0;
  }
  .content_produit_selected .row {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .text_produit_selected {
    padding-top: 30px;
  }
  .text_produit_selected h2 {
    font-size: 30px;
  }
  .recettes_produit .owl-carousel {
    position: relative;
    bottom: unset;
    max-width: 100%;
    margin-top: -35px;
  }
  .produit_similaires.produits_home h2 {
    font-size: 45px;
  }
  .content_produit {
    margin: 45px 0;
  }
}
@media (max-width: 575px) {
  .text_produit_selected h2 {
    font-size: 25px;
  }
  .desc_produit_selected p {
    font-size: 19px;
  }
  .return_list a,
  .text_produit_selected a {
    font-size: 18px;
    padding: 15px 50px 15px 30px;
  }
  .return_list a img,
  .text_produit_selected a img {
    margin-right: 15px;
    max-width: 35px;
  }
  .recettes_produit h2 {
    font-size: 50px;
    right: 60px;
    top: -35px;
  }
  .recettes_produit .owl-theme .owl-nav [class*="owl-"] {
    max-width: 50px;
  }
  .produit_similaires.produits_home h2 {
    font-size: 35px;
  }
}

/*  List recettes  */
.content_recette {
  margin: 45px 0;
}
.content_recette .item_nos_recettes {
  margin-top: 40px;
}

/*  Recette selected  */

.head_recette_selected {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0;
}
.titre_recette_selected label {
  font-family: "MarkPro";
  font-size: 20px;
  color: #3f3f3f;
}
.titre_recette_selected h2 {
  font-family: "MarkHeavy";
  font-size: 30px;
  color: #3f3f3f;
  margin: 0;
}
.head_recette_selected .return_list {
  margin-bottom: 0;
}
.content_recette_selected .time_cooking {
  position: unset;
}
.content_recette_selected .time_cooking label {
  color: #3f3f3f;
}
.recette_video {
  overflow: hidden;
  position: relative;
  padding-bottom: 55%;
  display: block;
}
.recette_video iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.text_recette_selected h3 {
  font-family: "MarkBold";
  font-size: 21px;
  color: #e6aabd;
}
.text_recette_selected ul {
  margin-bottom: 40px;
  padding-left: 20px;
}
.text_recette_selected ul li {
  font-family: "MarkPro";
  font-size: 19px;
  color: #666666;
  padding-top: 15px;
  padding-left: 25px;
  position: relative;
}
.text_recette_selected ul li:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #e6aabd;
  width: 10px;
  height: 10px;
  display: block;
  transform: rotate(45deg);
}
.text_recette_selected ul li::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #e6aabd;
  width: 10px;
  height: 10px;
  display: block;
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  .head_recette_selected {
    display: inline-block;
  }
  .titre_recette_selected {
    margin-bottom: 20px;
  }
  .text_recette_selected {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .titre_recette_selected h2 {
    font-size: 25px;
  }
  .text_recette_selected ul li {
    font-size: 18px;
  }
}

/*  Galerie  */

.galerie {
  margin-top: 30px;
  position: relative;
}
.img_galerie {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  display: block;
}
.img_galerie img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  backface-visibility: visible;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.galerie:hover .img_galerie img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.img_galerie.video_source:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/play.png) no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
}
.titre_galerie {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 0 40px;
}
.titre_galerie a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.titre_galerie a span {
  font-family: "MarkBold";
  font-size: 30px;
  color: #fff;
}
.content_galerie,
.content_galerie_selected {
  margin: 45px 0;
}
.content_galerie_selected h2 {
  font-family: "MarkHeavy";
  font-size: 30px;
  color: #e198af;
  margin: 0;
  padding: 10px 0 10px 30px;
  position: relative;
}
.content_galerie_selected h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #e198af;
  width: 15px;
  height: 100%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  clip-path: polygon(99% 0, 72% 16%, 100% 33%, 74% 49%, 100% 67%, 73% 82%, 100% 100%, 0 100%, 0 0, 100% 0);
}
@media (max-width: 1199px) {
  .titre_galerie a span {
    font-size: 25px;
  }
  .titre_galerie a img {
    max-width: 40px;
  }
}
@media (max-width: 575px) {
  .titre_galerie {
    padding: 0 25px;
  }
  .titre_galerie a span {
    font-size: 21px;
  }
  .titre_galerie a img {
    max-width: 35px;
  }
  .content_galerie_selected h2 {
    font-size: 25px;
  }
}

/*  Espace Media  */
.content_espace_media {
  margin: 45px 0;
}
.text_espace_media {
  max-width: 700px;
}
.text_espace_media h2 {
  font-family: "MarkBold";
  font-size: 35px;
  color: #666666;
  margin-bottom: 20px;
}
.text_espace_media h3 {
  font-family: "MarkBold";
  font-size: 38px;
  color: #54c5d0;
  margin-bottom: 30px;
}
.text_espace_media h3 b {
  color: #96c82b;
}
.text_espace_media p {
  font-family: "MarkPro";
  font-size: 21px;
  color: #666666;
  margin-bottom: 30px;
  line-height: 40px;
}
.text_espace_media p strong {
  font-family: "MarkBold";
}
.smille_media {
  margin-bottom: 40px;
  display: inline-flex;
  align-items: center;
}
.smille_media label {
  font-family: "MarkBold";
  font-size: 30px;
  color: #666666;
  margin-bottom: 0;
  margin-right: 15px;
}
.smille_media label span {
  display: block;
  line-height: 1;
}
.videos_espace_media {
  position: relative;
  background: #7272c0;
  padding: 100px 0;
  margin-top: 200px;
}
.videos_espace_media h2 {
  position: absolute;
  top: -190px;
  margin: 0;
  line-height: 1;
  font-family: "MarkThin";
  font-size: 160px;
  color: #e198af;
}
.videos_espace_media .pagination li a {
  color: #fff;
}
.item__videos_espace_media {
  text-align: center;
}
.item__videos_espace_media h3 {
  font-family: "MarkPro";
  font-size: 21px;
  color: #fff;
  margin: 40px 0 15px;
}
.item__videos_espace_media h4 {
  font-family: "MarkMedium";
  font-size: 18px;
  color: #e198af;
  margin: 0;
}
@media (max-width: 1399px) {
  .text_espace_media h3 {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .item__videos_espace_media h3 {
    font-size: 17px;
    margin: 30px 0 15px;
  }
  .item__videos_espace_media h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .videos_espace_media {
    margin-top: 120px;
  }
  .videos_espace_media h2 {
    top: -160px;
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .videos_espace_media {
    margin-top: 90px;
    padding: 70px 0;
  }
  .videos_espace_media h2 {
    top: -110px;
    font-size: 70px;
  }
  .text_espace_media h2 {
    font-size: 24px;
  }
  .text_espace_media h3 {
    font-size: 24px;
  }
  .text_espace_media p {
    font-size: 19px;
    margin-bottom: 25px;
    line-height: 35px;
  }
  .smille_media label {
    font-size: 21px;
    margin-right: 20px;
  }
  .smille_media img {
    max-width: 140px;
  }
}

/*  Contact  */
.content_contact {
  margin: 45px 0;
}
.text_input {
  margin-bottom: 70px;
}
.text_input input,
.text_input select,
.text_input textarea {
  width: 100%;
  height: 60px;
  font-family: "MarkPro";
  font-size: 17px;
  color: #818181;
  outline: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #818181;
  padding-left: 30px;
}
.text_input textarea {
  width: 100%;
  height: 150px;
  resize: none;
}
.form_submit {
  font-family: "MarkMedium";
  font-size: 18;
  color: #fff;
  background: #025373;
  border-radius: 30px;
  border: 0;
  width: 250px;
  height: 60px;
  text-transform: uppercase;
}
.close_contact {
  position: absolute;
  top: 14px;
  right: 20px;
  background: transparent;
  border: 0;
}
.close_contact span {
  font-size: 30px;
  line-height: 1;
}
samp.error {
  font-family: "MarkPro";
  font-size: 14px;
  color: #ed1c24;
  margin-top: 10px;
  display: block;
}
.footer_contact {
  margin: 45px 0;
}
.footer_contact .container-full .row {
  margin-left: 0;
  margin-right: 0;
}
.footer_contact .container-full .row .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.info_contact {
  background: #025373;
  height: calc(100% - 14px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_contact ul {
  max-width: 600px;
}
.info_contact ul li {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}
.info_contact ul li:last-child {
  padding-bottom: 0;
}
.info_contact ul li label {
  width: 60px;
  margin-right: 20px;
}
.info_contact ul li a {
  font-family: "MarkPro";
  font-size: 35px;
  color: #fff !important;
}
.info_contact ul li a b {
  font-family: "MarkBold";
}
.info_contact ul li:last-child a b {
  display: block;
}

.map {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.map iframe {
  height: 600px;
  width: 100%;
  position: relative;
  border: none;
}
@media (max-width: 1399px) {
  .info_contact ul li a {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .info_contact {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .text_input {
    margin-bottom: 50px;
  }
  .info_contact {
    padding: 50px 30px;
  }
  .map iframe {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .text_input input,
  .text_input select,
  .text_input textarea {
    padding-left: 15px;
  }
  .info_contact ul li a {
    font-size: 20px;
  }
  .info_contact ul li label {
    width: 30px;
    margin-right: 15px;
  }
}

/*  A propos  */

/****  Block Head a-propos  ****/

.content_apropos p {
  font-family: "MarkPro";
  font-size: 22px;
  color: #666666;
  line-height: 40px;
  margin-top: 35px;
  margin-bottom: 0;
}
.img_head_apropos {
  position: relative;
  text-align: center;
}
.titre_head_apropos {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.titre_head_apropos h2 {
  font-family: "MarkBold";
  font-size: 70px;
  color: #fff;
  margin: 0;
  position: absolute;
}
.titre_head_apropos h2 span {
  display: block;
  line-height: 1;
}
.text_head_apropos {
  padding-top: 60px;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
  text-align: -o-center;
}
.text_head_apropos h3 {
  font-family: "MarkBold";
  font-size: 35px;
  color: #54c5d0;
  margin-bottom: 0;
  max-width: 80%;
}
@media (max-width: 1199px) {
  .titre_head_apropos h2 {
    font-size: 60px;
  }
  .text_head_apropos h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .titre_head_apropos h2 {
    font-size: 6vw;
  }
  .text_head_apropos h3 {
    font-size: 27px;
    max-width: 100%;
  }
  .content_apropos p {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .text_head_apropos {
    padding-top: 30px;
  }
  .text_head_apropos h3 {
    font-size: 23px;
  }
  .content_apropos p {
    font-size: 18px;
    line-height: 32px;
    margin-top: 25px;
  }
}

/****  Block Nos Usines  ****/

.block_apropos {
  position: relative;
}
.block_apropos .row {
  align-items: center;
}
.nos_usines_apropos {
  position: relative;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(245, 245, 245, 1) 30%);
  margin-top: 300px;
  padding-bottom: 50px;
}
.nos_usines_apropos h2 {
  font-family: "MarkThin";
  font-size: 420px;
  color: #f9f4f4;
  margin: 0;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -250px;
  left: 0;
  right: 0;
  z-index: -1;
}
.img_nos_usines_apropos {
  position: relative;
  margin-top: -50px;
}
.text_block_apropos.text_nos_usines_apropos {
  padding-top: 80px;
  padding-left: 30px;
}
.text_block_apropos h3 {
  font-family: "MarkThin";
  font-size: 100px;
  color: #e198af;
  margin-bottom: 80px;
  line-height: 1;
}
.text_block_apropos h3 span {
  display: block;
  line-height: 1;
}
.text_block_apropos strong {
  font-family: "MarkBold";
  font-size: 30px;
  color: #666666;
  margin-bottom: 35px;
  line-height: 1;
  display: block;
}
.text_block_apropos h4 {
  font-family: "MarkBold";
  font-size: 35px;
  color: #008d9a;
  margin-bottom: 0;
}
.text_block_apropos p {
  font-family: "MarkPro";
  font-size: 24px;
  color: #666666;
  margin-bottom: 0;
  margin-top: 30px;
  line-height: 40px;
  text-align: justify;
}
@media (max-width: 1399px) {
  .nos_usines_apropos h2 {
    font-size: 365px;
    top: -215px;
  }
  .text_block_apropos.text_nos_usines_apropos {
    padding-top: 60px;
  }
  .text_block_apropos h3 {
    font-size: 80px;
    margin-bottom: 50px;
  }
  .text_block_apropos strong {
    font-size: 22px;
  }
  .text_block_apropos h4 {
    font-size: 25px;
  }
  .text_block_apropos p {
    font-size: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .nos_usines_apropos {
    margin-top: 230px;
  }
  .nos_usines_apropos h2 {
    font-size: 300px;
    top: -180px;
  }
}
@media (max-width: 991px) {
  .nos_usines_apropos {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 6%, rgba(245, 245, 245, 1) 6%);
  }
  .nos_usines_apropos h2 {
    font-size: 230px;
    top: -180px;
  }
}
@media (max-width: 767px) {
  .nos_usines_apropos h2 {
    font-size: 180px;
    top: -140px;
  }
}
@media (max-width: 575px) {
  .nos_usines_apropos {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(245, 245, 245, 1) 0%);
    margin-top: 120px;
  }
  .nos_usines_apropos h2 {
    font-size: 30vw;
    top: -10vh;
  }
  .img_nos_usines_apropos {
    margin-top: 0;
  }
  .text_block_apropos.text_nos_usines_apropos {
    padding-left: 0;
    padding-top: 40px;
  }
  .text_block_apropos h3 {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .text_block_apropos strong {
    font-size: 21px;
  }
  .text_block_apropos h4 {
    font-size: 22px;
  }
  .text_block_apropos p {
    font-size: 18px;
    line-height: 35px;
  }
}

/****  Block Approvisionnement et stockage  ****/

.approvisionnement_apropos,
.laboratoires_apropos {
  margin-top: 150px;
}
.bg_approvisionnement_apropos,
.bg_laboratoires_apropos {
  max-width: 2000px;
  margin: auto;
  position: relative;
}
.img_approvisionnement_apropos {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.text_approvisionnement_apropos {
  position: relative;
  z-index: 1;
}
.text_block_apropos.text_approvisionnement_apropos h4,
.text_block_apropos.text_laboratoires_apropos h4,
.text_block_apropos.text_distribution_apropos h4 {
  color: #54c5d0;
}
@media (max-width: 991px) {
  .approvisionnement_apropos,
  .laboratoires_apropos {
    margin-top: 100px;
  }
  .bg_approvisionnement_apropos .container,
  .bg_laboratoires_apropos .container {
    max-width: 100%;
  }
  .text_block_apropos.text_approvisionnement_apropos h3 {
    font-size: 60px;
  }
  .img_approvisionnement_apropos {
    position: relative;
  }
}
@media (max-width: 767px) {
  .approvisionnement_apropos,
  .laboratoires_apropos {
    margin-top: 70px;
  }
  .text_block_apropos.text_approvisionnement_apropos h3 {
    font-size: 10vw;
  }
}

/****  Block Notre laboratoire  ****/

.text_laboratoires_apropos {
  position: relative;
  z-index: 1;
}
.img_laboratoires_apropos {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}
.text_block_apropos.text_laboratoires_apropos h3 {
  margin-left: -120px;
  font-size: 80px;
}
.text_block_apropos.text_laboratoires_apropos h4 b,
.text_block_apropos.text_distribution_apropos h4 b {
  color: #e198af;
}
@media (max-width: 1399px) {
  .text_block_apropos.text_laboratoires_apropos h3 {
    margin-left: -60px;
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .text_block_apropos.text_laboratoires_apropos h3 {
    margin-left: 0;
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .img_laboratoires_apropos {
    position: relative;
  }
}
@media (max-width: 767px) {
  .text_block_apropos.text_laboratoires_apropos h3 {
    font-size: 10vw;
  }
}

/****  Block Conditionnement et distribution  ****/

.distribution_apropos {
  position: relative;
  margin-top: 150px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(245, 245, 245, 1) 50%);
}
.distribution_apropos .container {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 16%, rgba(245, 245, 245, 1) 16%);
}
.text_block_apropos.text_distribution_apropos h3 {
  text-align: right;
  writing-mode: vertical-rl;
  margin-bottom: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.text_block_apropos.text_distribution_apropos h4 {
  font-size: 50px;
}
.text_block_apropos.text_distribution_apropos strong {
  margin: 25px 0;
}
.text_block_apropos ul {
  margin-top: 30px;
  position: absolute;
}
.text_block_apropos ul li {
  margin-top: 40px;
  padding-left: 50px;
  font-family: "MarkPro";
  font-size: 24px;
  color: #666666;
  position: relative;
}
.text_block_apropos ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/valide.png") no-repeat;
  width: 30px;
  height: 28px;
}
.img_distribution_apropos_right {
  position: relative;
  top: -60px;
}
.img_distribution_apropos_left {
  position: relative;
  bottom: -30px;
}
@media (max-width: 1399px) {
  .text_block_apropos ul {
    margin-top: 0;
  }
  .text_block_apropos ul li {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 1199px) {
  .text_block_apropos.text_distribution_apropos h4 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .distribution_apropos {
    padding-bottom: 50px;
    padding-top: 30px;
    margin-top: 70px;
  }
  .distribution_apropos,
  .distribution_apropos .container {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(245, 245, 245, 1) 0%);
  }
  .text_block_apropos.text_distribution_apropos h3 {
    writing-mode: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
  }
  .img_distribution_apropos_right {
    top: 0;
    margin-top: 40px;
    text-align: right;
  }
  .text_block_apropos ul {
    position: relative;
  }
}
@media (max-width: 767px) {
  .text_block_apropos.text_distribution_apropos h3 {
    font-size: 8vw;
  }
}
@media (max-width: 575px) {
  .text_block_apropos.text_distribution_apropos h4 {
    font-size: 30px;
  }
  .text_block_apropos ul li {
    margin-top: 25px;
    font-size: 17px;
    line-height: 1.2;
  }
}
@import "pagination.css";

@font-face {
  font-family: "MarkPro";
  src: url("../fonts/MarkPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MarkMedium";
  src: url("../fonts/MarkPro-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MarkBold";
  src: url("../fonts/MarkPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "MarkLight";
  src: url("../fonts/MarkPro-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MarkThin";
  src: url("../fonts/MarkPro-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MarkHeavy";
  src: url("../fonts/MarkPro-Heavy.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowBold";
  src: url("../fonts/Barlow-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Beauty";
  src: url("../fonts/Beauty.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Anton";
  src: url("../fonts/anton.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/*html{
    scroll-behavior: initial !important;
}*/

body {
  color: #515151;
  font-family: "MarkPro";
  font-size: 16px;
}
* {
  margin: 0px;
  padding: 0px;
}
p {
  font-family: "MarkPro";
  font-size: 16px;
}
ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}

::-webkit-scrollbar-thumb {
  background: #888888;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #e5e5e5;
}

/*  Header  */
/* 
.content_menu {
    text-align: center;
}
.content_menu ul {
    padding-bottom: 90px;
}
.content_menu ul li {
    margin-top: 30px;
    line-height: 1;
}
.content_menu ul li a {
    font-family: "MarkBold";
    font-size: 70px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} */
/*.content_menu ul li a:after{
    content: '';
    position: absolute;
    left:50%;
    top:50%;
    width:0%; 
    height:10px;
    background-color:#fa9604;
    transform:translateX( -50% );
    -webkit-transition:width .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition:width .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition:width .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content_menu ul li a.hover_menu:hover{
    color: #fff;
}
.content_menu ul li a.hover_menu:after{
    width:100%;
}*/
.content_menu ul li a.hover_menu {
  opacity: 0.5;
}
.content_menu ul li a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.content_menu .logo_footer label {
  color: #fff;
}
@media (max-width: 991px) {
  .content_menu ul li a {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .content_menu ul li a {
    font-size: 50px;
  }
}
@media (max-height: 800px) {
  .content_menu ul {
    padding-bottom: 60px;
  }
  .content_menu ul li a {
    font-size: 50px;
  }
  .content_menu .logo_footer label {
    font-size: 50px;
  }
}
@media (max-height: 650px) {
  .content_menu ul {
    padding-bottom: 40px;
  }
  .content_menu ul li a {
    font-size: 40px;
  }
  .content_menu .logo_footer label {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .header {
    padding: 30px 0;
  }
  .logo img {
    max-width: 165px;
  }
  .hamburger button {
    width: 50px;
    height: 50px;
  }
  .bar {
    top: -1px;
    width: 35px;
  }
  .bar:before {
    top: -8px;
    width: 26px;
  }
  .bar:after {
    top: 8px;
    width: 18px;
  }
  .bar.animate:before {
    top: 0px;
    right: 3px;
    width: 30px;
  }
  .bar.animate:after {
    top: 1px;
    left: 2px;
    width: 30px;
  }
  .content_menu ul {
    padding-bottom: 50px;
  }
  .content_menu ul li a {
    font-size: 35px;
  }
}

/*  Switcher home  */

.switcher_home {
  position: relative;
  height: 1000px;
  background: #008d9a;
  z-index: 1;
}
.switcher_home:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 50px solid #fff;
  border-left: 100vw solid #008d9a;
}
.switcher_home .container {
  height: 100%;
}
.titre_accueil {
  display: flex;
  align-items: end;
  height: 100%;
  position: relative;
  z-index: 3;
  padding-bottom: 130px;
}
.titre_accueil h1 {
  font-family: "MarkBold";
  font-size: 90px;
  color: #fff;
  line-height: 1;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  margin: 0;
  opacity: 0;
}
.titre_accueil.titre_accueil_animation h1 {
  opacity: 1;
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}
.titre_accueil h1 label {
  overflow: hidden;
  position: relative;
  line-height: 1.1;
  margin-top: -15px;
}
.titre_accueil h1 label span {
  display: block;
}
.titre_accueil.titre_accueil_animation h1 label,
.titre_accueil.titre_accueil_animation p,
.titre_accueil .smile label,
.titre_accueil .smile img {
  display: block;
  opacity: 0;
  filter: blur(4px);
}
.titre_accueil p {
  font-family: "MarkPro";
  font-size: 30px;
  color: #fff;
  margin: 60px 0 90px;
  max-width: 490px;
}
.titre_accueil .smile {
  position: relative;
}
.titre_accueil .smile label {
  font-family: "Beauty";
  font-size: 75px;
  color: #fff;
  display: block;
  line-height: 1;
}
.titre_accueil .smile label strong {
  font-size: 135px;
  color: #e198af;
  font-weight: 100;
  line-height: 0;
}
.titre_accueil .smile img {
  position: relative;
  margin-top: -40px;
}

.titre_accueil.titre_accueil_animation h1 label:nth-child(1) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.titre_accueil.titre_accueil_animation h1 label:nth-child(2) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.titre_accueil.titre_accueil_animation p {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.titre_accueil .smile label:nth-child(1) {
  animation: fade-in 0.8s 2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.titre_accueil .smile label:nth-child(2) {
  animation: fade-in 0.8s 2.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.titre_accueil .smile img {
  animation: fade-in 0.8s 3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.img_switcher_home {
  position: absolute;
  right: 0;
  bottom: -140px;
}
.img_switcher_02,
.img_switcher_03,
.img_switcher_04 {
  position: absolute;
}
.img_switcher_02 {
  right: 0;
  bottom: 60px;
}
.img_switcher_03 {
  left: -90px;
  bottom: 60px;
}
.img_switcher_04 {
  left: 0;
  top: 50px;
}
@media (max-width: 1199px) {
  .img_switcher_home {
    max-width: 720px;
  }
  .img_switcher_03 {
    max-width: 220px;
  }
  .img_switcher_04 {
    left: 28px;
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .switcher_home {
    height: 100%;
  }
  .titre_accueil {
    padding-top: 120px;
    padding-bottom: 0;
    position: relative;
    top: 120px;
  }
  .img_switcher_home {
    max-width: inherit;
    position: relative;
    text-align: right;
  }
  .img_switcher_03 {
    left: 20px;
  }
  .img_switcher_04 {
    left: 50px;
  }
}
@media (max-width: 767px) {
  .img_switcher_02 {
    max-width: 280px;
  }
}
@media (max-width: 575px) {
  .hamburger .hamburger_menu,
  .hamburger .hamburger_ferme {
    font-size: 8px;
  }
  .switcher_home {
    height: 100%;
  }
  .titre_accueil {
    padding-top: 70px;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
  }
  .titre_accueil h1 {
    font-size: 50px;
  }
  .titre_accueil p {
    font-size: 20px;
    margin: 45px 0 50px;
  }
  .titre_accueil .smile label {
    font-size: 55px;
  }
  .titre_accueil .smile label strong {
    font-size: 95px;
  }
  .titre_accueil .smile img {
    margin-top: -30px;
    max-width: 170px;
  }
  .img_switcher_02 {
    max-width: 170px;
    bottom: 30px;
  }
  .img_switcher_03 {
    left: 0;
    bottom: 30px;
    max-width: 110px;
  }
  .img_switcher_04 {
    left: 10px;
    max-width: 110px;
  }
}

/*  A propos home  */

.apropos_home {
  position: relative;
  margin-top: 140px;
}
.img_apropos_home {
  position: relative;
  display: inline-block;
}
.img_apropos_home_abs {
  position: absolute;
  right: -40px;
  bottom: -120px;
}
.text_apropos_home {
  padding-left: 80px;
  padding-top: 60px;
}
.text_apropos_home h2 {
  font-family: "MarkBold";
  font-size: 45px;
  color: #54c5d0;
  margin: 0;
}
.text_apropos_home h2 b {
  color: #e198af;
}
.text_apropos_home p {
  font-family: "MarkPro";
  font-size: 16px;
  color: #666666;
  margin: 70px 0 90px;
  line-height: 40px;
}
.text_apropos_home a {
  font-family: "MarkBold";
  font-size: 19px;
  color: #e198af;
  padding: 28px 100px 28px 50px;
  position: relative;
  display: inline-block;
  border: 2px solid #e198af;
  border-radius: 50px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.text_apropos_home a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  background: url("../img/right_arrow.png") no-repeat;
  width: 39px;
  height: 19px;
  pointer-events: none;
}
.text_apropos_home a:hover {
  color: #fff;
  background: #e198af;
  padding: 28px 75px 28px 75px;
}
.text_apropos_home a:hover:after {
  display: none;
}
@media (max-width: 1399px) {
  .text_apropos_home h2 {
    font-size: 40px;
  }
  .text_apropos_home p {
    margin: 45px 0 70px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .text_apropos_home {
    padding-top: 0;
  }
  .text_apropos_home h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .apropos_home .row {
    flex-direction: column-reverse;
  }
  .text_apropos_home {
    padding-left: 0;
    margin-bottom: 45px;
  }
  .text_apropos_home p {
    margin: 30px 0 40px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .img_apropos_home_abs {
    max-width: 300px;
    right: -18px;
    bottom: -95px;
  }
}
@media (max-width: 575px) {
  .img_apropos_home_abs {
    max-width: 250px;
    right: 0;
    bottom: -95px;
  }
  .text_apropos_home h2 {
    font-size: 27px;
  }
  .text_apropos_home a {
    font-size: 17px;
  }
}

/*  Produits home  */

.produits_home {
  margin-top: 145px;
}
.produits_home h2 {
  font-family: "MarkThin";
  font-size: 140px;
  color: #025373;
  margin-bottom: 50px;
  line-height: 1;
}
.item_produits_home {
  text-align: center;
}
.item_produits_home a {
  /* max-width: 320px; */
  display: inline-block;
}
.item_produits_home h3 {
  margin-top: 20px;
  margin-bottom: 0;
}
.item_produits_home h3 a {
  font-family: "MarkBold";
  font-size: 70px;
  position: absolute;
  inset: 0;
  margin: auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0px 0px 10px BLACK;
}
.produits_home .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -120px;
  right: 0;
  width: 180px;
}
.produits_home .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.produits_home .owl-theme .owl-nav .disabled {
  opacity: 1;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.link_produits {
  text-align: center;
  margin-top: 80px;
}
.link_produits a {
  font-family: "MarkBold";
  font-size: 19px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 30px 60px;
  background: #e198af;
  border: 2px solid #e198af;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.link_produits a:hover {
  color: #e198af;
  background: #fff;
}
@media (max-width: 1199px) {
  .item_produits_home h3 a {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .produits_home h2 {
    font-size: 100px;
  }
  .item_produits_home h3 a {
    font-size: 41px;
  }
}
@media (max-width: 767px) {
  .produits_home h2 {
    font-size: 65px;
  }
  .produits_home .owl-theme .owl-nav {
    top: -95px;
    width: 135px;
  }
  .produits_home .owl-theme .owl-nav [class*="owl-"] img {
    width: 50px;
  }
}
@media (max-width: 575px) {
  .produits_home h2 {
    font-size: 45px;
  }
  .produits_home .owl-theme .owl-nav {
    top: -85px;
    width: 110px;
  }
  .produits_home .owl-theme .owl-nav [class*="owl-"] img {
    width: 40px;
  }
  .link_produits {
    margin-top: 60px;
  }
  .link_produits a {
    font-size: 16px;
    padding: 20px 40px;
  }
}

/*  With moony  */

.with_moony {
  position: relative;
  background: url("../img/bg_black_moony.png") no-repeat top;
  background-size: cover;
  margin-top: 70px;
  width: 100%;
  height: 930px;
}
.text_with_moony {
  max-width: 575px;
  padding-top: 100px;
}
.text_with_moony h3 {
  font-family: "BarlowBold";
  font-size: 75px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}
.text_with_moony h3 span {
  display: block;
}
.text_with_moony h3 span img {
  position: relative;
  top: 15px;
  margin-left: 7px;
}
.text_with_moony label {
  font-family: "Beauty";
  font-size: 85px;
  color: #aaaaaa;
  line-height: 1;
  text-align: center;
  padding-left: 40px;
  margin-top: -20px;
}
.text_with_moony p {
  font-family: "MarkPro";
  font-size: 19px;
  color: #fff;
  margin: 0;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .text_with_moony h3 {
    font-size: 50px;
  }
  .text_with_moony h3 span img {
    width: 85px;
  }
  .text_with_moony label {
    font-size: 60px;
    margin-top: -15px;
  }
  .text_with_moony p {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .with_moony {
    background: url("../img/bg_black_moony_mobile.png") no-repeat top;
    height: 770px;
  }
  .text_with_moony {
    max-width: 370px;
  }
  .text_with_moony h3 {
    font-size: 35px;
  }
  .text_with_moony h3 span img {
    top: 10px;
    margin-left: 10px;
    width: 70px;
  }
  .text_with_moony label {
    font-size: 40px;
  }
  .text_with_moony p {
    font-size: 17px;
  }
}

/*  Nos recettes home  */

.nos_recettes_home {
  position: relative;
  margin-top: 60px;
}
.titre_nos_recettes_home {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.titre_nos_recettes_home h2 {
  font-family: "Beauty";
  font-size: 85px;
  color: #54c5d0;
  line-height: 1;
  margin: 0;
}
.titre_nos_recettes_home a {
  font-family: "MarkBold";
  font-size: 17px;
  color: #e198af;
  padding: 28px 100px 28px 50px;
  position: relative;
  display: inline-block;
  border: 2px solid #e198af;
  border-radius: 50px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.titre_nos_recettes_home a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  background: url(../img/right_arrow.png) no-repeat;
  width: 39px;
  height: 19px;
  pointer-events: none;
}
.titre_nos_recettes_home a:hover {
  color: #fff;
  background: #e198af;
  padding: 28px 75px 28px 75px;
}
.titre_nos_recettes_home a:hover:after {
  display: none;
}
.item_nos_recettes {
  position: relative;
}
.img_item_nos_reccettes {
  overflow: hidden;
  position: relative;
  padding-bottom: 58%;
  display: block;
}
.img_item_nos_reccettes img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  backface-visibility: visible;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.item_nos_recettes:hover .img_item_nos_reccettes img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.text_item_nos_recettes {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding-right: 10px;
}
.text_item_nos_recettes label {
  font-family: "MarkPro";
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.text_item_nos_recettes h3 {
  margin: 0;
}
.text_item_nos_recettes h3 a {
  font-family: "MarkBold";
  font-size: 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
@media (max-width: 1199px) {
  .text_item_nos_recettes {
    bottom: 30px;
    left: 30px;
  }
  .text_item_nos_recettes h3 a {
    font-size: 24px;
  }
  .text_item_nos_recettes label {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .nos_recettes_home .row {
    justify-content: center;
  }
  .item_nos_recettes {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .titre_nos_recettes_home {
    display: block;
  }
  .text_item_nos_recettes h3 a {
    font-size: 21px;
  }
  .text_item_nos_recettes label {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .titre_nos_recettes_home {
    margin-bottom: 30px;
  }
  .titre_nos_recettes_home h2 {
    font-size: 60px;
  }
  .titre_nos_recettes_home a {
    font-size: 15px;
    padding: 24px 75px 24px 40px;
  }
  .titre_nos_recettes_home a:after {
    margin-top: -8px;
    width: 30px;
    height: 15px;
    background-size: contain;
  }
  .titre_nos_recettes_home a:hover {
    padding: 24px 58px 24px 58px;
  }
}

/*  Un engagement Qualité  */

.engagement {
  position: relative;
  background: url("../img/bg_salma_rachid.jpg") no-repeat top left;
  background-size: cover;
  width: 100%;
  height: 630px;
  margin-top: 90px;
}
.img_engagement {
  display: none;
}
.text_engagement {
  text-align: right;
  text-align: -webkit-right;
  text-align: -moz-right;
  text-align: -o-right;
  padding-top: 30px;
}
.text_engagement h2 {
  font-family: "Anton";
  font-size: 70px;
  color: transparent;
  -webkit-text-stroke: 2px #5f3823;
  -moz-text-stroke: 2px #5f3823;
  -o-text-stroke: 2px #5f3823;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 3px;
}
.text_engagement p {
  font-family: "MarkBold";
  font-size: 21px;
  color: #5f3823;
  margin: 60px 0 80px;
  max-width: 380px;
}
.text_engagement label {
  font-family: "Beauty";
  font-size: 65px;
  color: #b87a59;
  line-height: 1;
}
@media (max-width: 1199px) {
  .engagement {
    background: #e4d7d0;
    height: auto;
    padding-bottom: 50px;
    margin-top: 40px;
  }
  .img_engagement {
    display: block;
  }
  .text_engagement {
    margin-top: -30px;
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .engagement {
    margin-top: 40px;
  }
  .text_engagement {
    margin-top: -15px;
  }
  .text_engagement h2 {
    font-size: 35px;
  }
  .text_engagement p {
    font-size: 17px;
    margin: 35px 0 50px;
  }
  .text_engagement label {
    font-size: 45px;
  }
}

/* Footer 

.footer {
    position: relative;
    padding: 80px 0 120px;
    text-align: center;
}
.menu_footer {
    padding: 50px 0 70px;
}
.menu_footer ul li {
    display: inline-block;
    margin: 10px 40px;
}
.menu_footer ul li a {
    font-family: "MarkBold";
    font-size: 21px;
    color: #2c2c2c;
}
.social_media a {
    margin: 0 15px;
}
@media (max-width: 575px) {
    .logo_footer img {
        max-width: 200px;
    }
    .menu_footer ul li {
        display: block;
        margin: 20px 0;
    }
} */

/*  Switcher pages  */

.switcher_pages {
  position: relative;
  background: #008d9a;
  width: 100%;
  height: 470px;
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.titre_switcher h1 {
  font-family: "MarkLight";
  font-size: 90px;
  color: #fff;
  margin: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .titre_switcher h1 {
    font-size: 7vw;
  }
}
@media (max-width: 575px) {
  .switcher_pages {
    height: 370px;
  }
}

/*  Menu pages  */

.menu_pages {
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center;
  margin-bottom: 50px;
}
.menu_pages ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.menu_pages ul li {
  margin: 0 45px;
  min-height: 74px;
  min-width: 90px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_pages ul li a {
  position: relative;
  font-family: "Barlow";
  font-size: 30px;
  color: #3d3d3d;
  line-height: 1;
}
.menu_pages ul li a:hover {
  color: #7272c0;
}
.menu_pages ul li.active a {
  color: #7272c0;
  pointer-events: none;
}
.menu_pages ul li.active:after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  margin: auto;
  background: #e29ab0;
  width: 90px;
  height: 8px;
}
.menu_produit.menu_pages ul li a {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.menu_produit.menu_pages ul li a:hover,
.menu_produit.menu_pages ul li.active a {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media (max-width: 1199px) {
  .menu_pages ul li a {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .menu_pages ul {
    display: block;
    border: 0;
    padding-bottom: 0;
  }
  .menu_pages ul li {
    margin: 0;
    padding: 15px 0;
    display: inline-block;
    width: 49%;
  }
  .menu_pages ul li a img {
    max-width: 130px;
  }
  .menu_pages ul li.active:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu_similaires.menu_pages ul li {
    display: block;
    width: 100%;
  }
}
/****************** start usine ******************* */
.usine_block_1 {
  margin-bottom: 65px;
}
.usine_block_1 .row {
  align-items: center;
}
.usine_block_1 h2 {
  font-family: "PowerGrotesk";
  font-size: 65px;
  color: #025373;
  width: 90%;
  margin: auto;
  margin-bottom: 25px;
}
.usine_block_1 h3 {
  font-family: "PowerGrotesk";
  font-size: 37px;
  color: #565656;
  line-height: 1.5;
  width: 90%;
  margin: auto;
}

.usine_block_1 p {
  font-family: "MarkPro";
  font-size: 24px;
  color: #666666;
  line-height: 1.5;
  margin-top: 25px;
}
.usine_block_1 .col-lg-6:has(img) {
  margin-top: -50px;
  z-index: 0;
}
.usine_block_2 {
  margin-bottom: 65px;
}
.usine_block_2 h2 {
  font-family: "PowerGrotesk";
  font-size: 65px;
  color: #025373;
  width: 90%;
  margin-bottom: 25px;
}
.usine_block_2 h3 {
  font-family: "PowerGrotesk";
  font-size: 37px;
  color: #565656;
  width: 90%;
  line-height: 1.5;
}

.usine_block_2 p {
  font-family: "MarkPro";
  font-size: 24px;
  color: #666666;
  width: 90%;
  line-height: 1.5;
  margin-top: 25px;
}

.usine_block_3 {
  margin: 65px 0;
}

.usine_block_3 h2 {
  font-family: "PowerGrotesk";
  font-size: 65px;
  color: #025373;
  transform: scale(-1);
  writing-mode: vertical-rl;
  text-align: end;
  margin: auto;
}

.usine_block_3 h4 {
  font-family: "MarkBold";
  font-size: 56px;
  color: #7272c0;
  width: 90%;
  margin: auto;
  margin-bottom: 25px;
}
.usine_block_3 h2 span {
  display: block;
}
.usine_block_3 h4 span {
  color: #025373;
}

.usine_block_3 p {
  font-family: "MarkPro";
  font-size: 22px;
  color: #666666;
  line-height: 1.8;
  width: 90%;
  margin: auto;
  margin-bottom: 25px;
}
.usine_block_3 h5 {
  font-family: "MarkBold";
  font-size: 20px;
  color: #666666;
  padding-left: 60px;
  line-height: 1.8;
  position: relative;
  margin-bottom: 35px;
}
.usine_block_3 h5::before {
  content: "";
  position: absolute;
  background-image: url(../images/wheat.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 49px;
  height: 46px;
  left: 0;
  top: 0;
}
/****************** end block_apropos ******************* */
@media (max-width: 1399px) {
  .usine_block_2 h2,
  .usine_block_1 h2 {
    font-size: 55px;
  }
  .usine_block_2 h3,
  .usine_block_1 h3 {
    font-size: 33px;
  }
  .usine_block_2 p,
  .usine_block_1 p {
    font-size: 20px;
  }
  .usine_block_3 p {
    font-size: 18px;
  }
  .usine_block_3 h4 {
    font-size: 44px;
  }
  .usine_block_3 h2 {
    font-size: 48px;
  }
  .usine_block_3 h5 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .usine_block_2 h2,
  .usine_block_1 h2 {
    font-size: 50px;
    width: 100%;
  }
  .usine_block_2 h3,
  .usine_block_1 h3 {
    font-size: 30px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .usine_block_2 h2,
  .usine_block_1 h2 {
    font-size: 45px;
    width: 100%;
  }
  .usine_block_2 h3,
  .usine_block_1 h3 {
    font-size: 27px;
    width: 100%;
  }
  .usine_block_2 p,
  .usine_block_1 p {
    font-size: 18px;
    width: 100%;
  }
  .usine_block_3 h2 {
    font-size: 48px;
    transform: scale(1);
    writing-mode: inherit;
    text-align: inherit;
    margin: auto;
    margin-bottom: 25px;
  }
  .usine_block_3 p {
    font-size: 18px;
    width: 100%;
    margin: 12px 0;
  }
  .usine_block_3 h4 {
    font-size: 38px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .usine_block_2 h2,
  .usine_block_1 h2 {
    font-size: 42px;
  }
  .usine_block_2 h3,
  .usine_block_1 h3 {
    font-size: 23px;
  }
  .usine_block_3 h2 {
    font-size: 39px;
  }
  .usine_block_3 h4 {
    font-size: 30px;
  }
}

/************************Home Paragraph Style ******************************** */
/***************************************************************************** */	    
		

.home-paragraph-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f1f9ff;
  padding: 60px 40px;
  border-radius: 20px;
  gap: 40px;
  flex-wrap: wrap;
  font-family: 'Segoe UI', sans-serif;
}

.home-paragraph-style .content {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.home-paragraph-style h2 {
  color: #005f8a;
  font-size: 32px;
  margin-bottom: 20px;
}

.home-paragraph-style h3 {
  color: #04070a;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 20px;

}

.home-paragraph-style .lead {
  font-size: 16px;
  font-weight: 600;
  color: #025373;
  margin-bottom: 15px;
}

.home-paragraph-style p {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

.home-paragraph-style .read-more-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 28px;
  background-color: #005f8a;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.home-paragraph-style .read-more-btn:hover {
  background-color: #025373;
}

.home-paragraph-style .image-credit {
  font-size: 13px;
  margin-top: 10px;
}

.home-paragraph-style .image-credit a {
  color: #005f8a;
  border-bottom: 1px solid #005f8a;
  text-decoration: none;
}

.home-paragraph-style .image-container {
  flex: 1;
  min-width: 300px;
  text-align: center;
  position: relative;
}

.home-paragraph-style .image-container img {
  max-width: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at center, #f1f9ff 30%, #005f8a 100%);
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0, 95, 138, 0.2);
}


/******************************************************** */
/******************************************************** */
/***********************End Home Paragprah************************* */
/******************************************************** */

/****************** Blob Shape Animation ******************* */
/******************************************************** */
/******************************************************** */
/******************************************************** */
/******************************************************** */


        /* Main container */
        .home-container {
            position: relative;
            width: 500px;
            height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
            max-width: 90vw;
            max-height: 90vh;
        }

        /* Container layout */
        .home-container-layout {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* SVG Blob Background Shape */
        .home-blob-shape {
            position: absolute;
            width: 500px;
            height: 500px;
            opacity: 0.7;
            color: #005f8a;
            z-index: 1;
            animation: home-floatBlob 6s ease-in-out infinite;
        }

        .home-blob-shape svg {
            width: 100%;
            height: 100%;
            fill: currentColor;
        }

        /* Main Image */
        .home-main-image {
            position: relative;
            width: 500px;
            height: 350px;
            z-index: 3;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 95, 138, 0.2);
            animation: home-floatImage 8s ease-in-out infinite;
        }

        .home-main-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
            position: relative;
            z-index: 0;
        }

        .home-main-image:hover img {
            transform: scale(1.05);
        }
        
        .home-main-image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #005f8a;
        opacity: 0.3;
        z-index: 1;
        pointer-events: none;
        transition: opacity 0.3s ease;
}
        

        /* Circular Gradient Shape */
        .home-circle-gradient {
            position: absolute;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            background: linear-gradient(135deg, #025373, #0088cc);
            opacity: 0.6;
            z-index: 99;
            bottom: 10px;
            right: 300px;
            animation: home-pulseCircle 10s ease-in-out infinite;
        }

        /* Animations */
        @keyframes home-floatBlob {
            0%, 100% { 
                transform: translateY(0px) rotate(0deg) scale(1);
            }
            33% { 
                transform: translateY(-15px) rotate(2deg) scale(1.02);
            }
            66% { 
                transform: translateY(-8px) rotate(-1deg) scale(0.98);
            }
        }

        @keyframes home-floatImage {
            0%, 100% { 
                transform: translateY(0px);
            }
            50% { 
                transform: translateY(-10px);
            }
        }

        @keyframes home-pulseCircle {
            0%, 100% { 
                transform: scale(1);
                opacity: 0.6;
            }
            33% { 
                transform: scale(1.1);
                opacity: 0.4;
            }
            66% { 
                transform: scale(0.95);
                opacity: 0.7;
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .home-container {
                width: 400px;
                height: 400px;
            }
            
            .home-blob-shape {
                width: 320px;
                height: 320px;
            }
            
            .home-main-image {
                width: 220px;
                height: 280px;
            }
            
            .home-circle-gradient {
                width: 140px;
                height: 140px;
                bottom: 40px;
                right: 20px;
            }
        }

        @media (max-width: 480px) {
            .home-container {
                width: 320px;
                height: 320px;
            }
            
            .home-blob-shape {
                width: 260px;
                height: 260px;
            }
            
            .home-main-image {
                width: 180px;
                height: 220px;
            }
            
            .home-circle-gradient {
                width: 100px;
                height: 100px;
                bottom: 30px;
                right: 15px;
            }
        }

        /* Hover effects */
        .home-container:hover .home-blob-shape {
            transform: scale(1.05);
            opacity: 0.7;
        }

        .home-container:hover .home-circle-gradient {
            transform: scale(1.15);
        }

/******************************************************** */
/******************************************************** */
/*********************Blob Shape Animation************************* */
/******************************************************** */


/****************** start pathologies ******************* */
/******************************************************** */
/******************************************************** */
/******************************************************** */
/******************************************************** */

.container-patho {
      max-width: 900px;
      margin: 40px auto;
      padding: 0 20px;
      background-color: #fff;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      border-radius: 12px;
      padding: 40px;
    }
	
	.container-patho h2 {
    font-family: "PowerGrotesk";
    font-size: 65px;
    color: #025373;
    position: relative;
    margin-bottom: 25px;
}
	
	@media (max-width: 600px) {
      .container {
        padding: 20px;
      }
	    }
	    
/************************Home Services 4 columns ******************************** */
/******************************************************** */	    
		
		
.services-icons {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin: 60px auto;
  max-width: 1000px;
  padding: 0 20px;
}

.service-block {
  flex: 1 1 250px;
  max-width: 100%;
  text-align: center;
  padding: 20px;
  background-color: #f1f9ff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.service-block:hover {
  transform: translateY(-5px);
}

.service-block img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.service-block h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #1e3d59;
}

.service-block h5 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #1e3d59;
  text-align: left;
}

.service-block p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  padding-top: 25px;
  padding-bottom: 25px;
}

.service-block ul {
  margin-bottom: 25px;
}

.service-block ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  text-align: left;
}

.service-block ul li::before {
  content: '➜';
  position: absolute;
  left: 0;
  color: #0077b6;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 768px) {
  .services-icons {
    flex-direction: column;
    align-items: center;
  }
}


/******************************************************** */
/******************************************************** */
/***********************End Home Services************************* */
/******************************************************** */


	    
/************************Home Services 4 columns ***************** */
/******************************************************** */	    
		
.home-services-icons {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* Makes all items the same height */
  flex-wrap: wrap;
  gap: 30px;
  margin: 60px auto;
  max-width: 1200px;
  padding: 0 20px;
}

.home-service-block {
  flex: 0 0 calc(25% - 30px); /* Fixed 4 columns */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; /* Centers everything horizontally */
  padding: 30px 20px;
  background-color: #f1f9ff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.2s ease;
  min-height: 360px; /* You can adjust based on content */
}

.home-service-block:hover {
  transform: translateY(-5px);
}

.home-service-block img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.home-service-block h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #1e3d59;
}

.home-service-block h5 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #1e3d59;
  text-align: left;
}

.home-service-block p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  padding: 10px 0;
  flex-grow: 1;
}

.home-service-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #0077b6;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.home-service-button:hover {
  background-color: #ffff;
}

/* Hide button visually but keep space */
.home-service-button.invisible {
  visibility: hidden;
}

/* Responsive */
@media (max-width: 1024px) {
  .home-service-block {
    flex: 0 0 calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .home-service-block {
    flex: 0 0 100%;
  }

  .home-services-icons {
    justify-content: center;
  }
}


/******************************************************** */
/******************************************************** */
/***********************End Home Services************************* */
/******************************************************** */


/************************Home Contact Info Mini ***************** */
/******************************************************** */

.home-contact-info {
    background: rgba(241, 249, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 95, 138, 0.1);
    border: 1px solid rgba(0, 95, 138, 0.1);
    max-width: 400px;
    margin: 0 auto;
}

.home-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 95, 138, 0.1);
    transition: all 0.3s ease;
}

.home-contact-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.home-contact-icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    color: #005f8a;
    flex-shrink: 0;
    font-size: 18px;
}

.home-contact-link {
    color: #025373;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.home-contact-link:hover {
    color: #005f8a;
}

.home-contact-text {
    color: #025373;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.home-contact-bold {
    font-weight: 600;
}

.home-contact-item:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    margin: 0 -10px 20px -10px;
    padding: 15px 20px;
}

.home-contact-item:hover:last-child {
    margin-bottom: -10px;
}

/* Responsive */
@media (max-width: 480px) {
    .home-contact-info {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .home-contact-link,
    .home-contact-text {
        font-size: 15px;
    }
    
    .home-contact-icon {
        width: 18px;
        height: 18px;
        margin-right: 12px;
        font-size: 16px;
    }
}

/******************************************************** */
/******************************************************** */
/***********************End Home Services************************* */
/******************************************************** */


.double-column-patho {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 60px auto;
  max-width: 1100px;
  padding: 0 20px;
}

.column-patho {
  flex: 1 1 450px;
  background-color: #f7fbff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.column-patho:hover {
  transform: translateY(-5px);
}

.styled-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.styled-img-2 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}

.column-patho h3 {
  margin-top: 0;
  font-size: 1.4rem;
  color: #1e3d59;
  margin-bottom: 10px;
}

.column-patho p {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 15px;
}

.column-patho ul {
  list-style: none;
  padding-left: 0;
}

.column-patho ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.column-patho ul li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #0077b6;
  font-weight: bold;
}

.column-patho .read-more-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 28px;
  background-color: #005f8a;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.column-patho .read-more-btn:hover {
  background-color: #025373;
}

.contact-info {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
}
.contact-info p {
    margin: 10px 0;
}

.contact-info a {
    color: #fff;
  background: #4684c;
  font-family: "PowerGrotesk";
  font-size: 18;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
}
    

/******************************************************** */
/******************************************************** */
/******************************************************** */
/******************************************************** */
/****************** end pathologies ******************* */





/****************** start contact info box ******************* */
/******************************************************** */
/******************************************************** */
/******************************************************** */
/******************************************************** */


.contact-info-box {
  background-color: #f4faff;
  border-radius: 16px;
  padding: 30px;
  max-width: 600px;
  margin: 40px auto;
  box-shadow: 0 4px 20px rgba(0, 119, 204, 0.05);
  font-family: 'Segoe UI', sans-serif;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  gap: 15px;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item .icon {
  min-width: 24px;
  margin-top: 2px;
}

.contact-text {
  color: #1e3d59;
  font-size: 1rem;
  line-height: 1.6;
}

.contact-text a {
    font-size: 18px;
  color: #0077cc;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: all 0.2s ease;
}

.contact-text a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #0077cc;
  transition: width 0.3s ease;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.contact-text a:hover {
  color: #005fa3;
}

.contact-text a:hover::after {
  width: 100%;
}

@media (max-width: 480px) {
  .contact-info-box {
    padding: 20px;
  }

  .contact-item {
    flex-direction: column;
    align-items: flex-start;
  }
}


/******************************************************** */
/******************************************************** */
/******************************************************** */
/******************************************************** */
/****************** contact info box ******************* */
