body {
  font-family: 'Poppins', sans-serif;
}

.nav-link {
  letter-spacing: 0.8px;
  font-size: 16px;
}

.css_img_carousel {
  border-radius: 25px;
}



.navbar {
  justify-content: center;
}

.navbar-nav {
  flex-direction: row;
  margin: 0 auto;
}

.navbar-nav>li {
  margin-right: 15px;
}

.navbar-collapse {
  justify-content: center;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.owl-nav .owl-next {
  right: 0;
  display: flex;
  margin-right: -4%;
  font-size: 25px !important;
}

.owl-nav .owl-prev {
  left: 0;
  display: flex;
  margin-left: -5%;
  font-size: 25px !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgb(134 151 145 / 0%);
  color: #FFF;
  text-decoration: none;
}

.fleche_carousel {
  width: 60px;
  height: 60px;
  background: #ffffff;
  background-blend-mode: normal;
  box-shadow: 0px 4px 14px #cacaca;
  border-radius: 60px;
}

@media only screen and (max-width: 2560px) {
    
  .img_prod_acc {
    width: 100%;
  }
  
/* CSS personnalisé pour afficher le menu déroulant avec une animation */
.navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.bouteille {
  height: auto;
  transition: transform 0.5s;
}
  
.bouteille:hover {
  transform: scale(1.1);
}
 

.title_produit::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

.title_produit:hover::before {
  transform: scaleX(1); 
  transform-origin: bottom left;
}

.title_produit::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: hsl(3.97deg 100% 16.22%);
  z-index: -1;
  transition: transform .3s ease;
}

.title_produit {
  position: relative; 
  z-index:1;
}

.btn_more:hover {
    background: #5b0600;
    color: #ffffff; 
  }

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

  .title_vol{
    font-weight: 800;
    font-size: 30px;
    color: #1a2e53;
  }

  .img_ressource{
    width: 100%;
    border-radius: 20px;
    margin-bottom: -58px;
  }

  .cadre_ressource{
    background: rgb(157 16 6 / 8%);
    padding: 20px;
    border-radius: 20px;
  }

  .btn_more_qualite{
    height: 50px;
    border-radius: 28px;
    background: #ce1a39;
    background-blend-mode: normal;
    border-color: #ce1a39;
    width: 40%;
  }

  .btn_more_qualite:hover {
      color: var(--bs-btn-hover-color);
      background-color: #e95b47;
      border-color: #e95b47;
  }
  
  .block_cache{
    background: #f9f9f9;
    padding: 20px;
    border-radius: 20px;
  }

  .btn_more_qualite_download{
    height: 50px;
    border-radius: 28px;
    background: #ce1a39;
    background-blend-mode: normal;
    border-color: #ce1a39;
  }

  .btn_more_qualite_download:hover {
    color: var(--bs-btn-hover-color);
    background-color: #e95b47;
    border-color: #e95b47;
}

  .class_fabrication{
    background-color: #f1e6e5;
    padding: 20px;
    border-radius: 20px;
  }

  .class_historique{
    background: #f9f9f9;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .block_ligne{
    background: #f3f3f3;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 10px; 
  }

  .cadre_histo{
    background: rgb(157 16 6 / 8%);
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 15px; 
  }

  .cadre_format{
    padding: 1em;
    position: relative;
    box-shadow: inset -0.125em -0.125em 0.25em #eeeeee, inset 0.125em 0.125em 0.25em #eeeeee;
    border-radius: 14px;
    background-color: #ffffff;
    background-image: linear-gradient(to right, #ce1a39, #fb5661);
    color: transparent;
    font-size: 21px;
    font-weight: bold;
    -webkit-background-clip: text;
    text-align: center;
    margin-bottom: 10px;
  }

  /* Sélectionnez l'élément de texte que vous souhaitez appliquer le dégradé */
  .texte-avec-degrade {
    background-image: linear-gradient(to right, #ce1a39, #fb5661);
    color: transparent;
    font-size: 35px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1.42em;
  }

  .margin_produit {
    margin-left: 150px;
    margin-right: 150px;
  }

  .carde_bt_produit {
    text-align: center;
    border: solid 3px #eeeeee;
    border-radius: 23px;
    padding: 10px;
  }

  .class_form {
    height: 60px;
    border: none;
    background: #f3f3f3;
    border-radius: 28px;
    padding: 0.375rem 1.75rem;
    margin-bottom: 15px;
  }

  .class_form_area {
    border: none;
    background: #f3f3f3;
    border-radius: 28px;
    padding: 0.375rem 1.75rem;
    margin-bottom: 15px;
  }

  .class_title_contact {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.42em;
    color: #1a2e53;
  }

  .class_categorie {
    color: #ce1a39;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.8px;
  }

  .class_categorie_mini {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #ce1a39;
  }
 
  .class_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.42em;
    color: #1a2e53;
  }

  .class_avatar {
    border: solid 1px #eeeeee;
    border-radius: 40px;
    padding: 4px;
  }

  .class_hauteur {
    color: #6f6f6f;
    font-size: 14px;
  }

  .class_texte_simple {
    font-size: 16px;
    letter-spacing: 0.8px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .class_texte_simple_mini {
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #7f7f7f;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .class_title_une {
    font-size: 35px;
    letter-spacing: 1.8px;
    font-weight: 600;
    line-height: 1.42em;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1a2e53;
  }

  .title_site {
    color: #ce1a39;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
  }

  .btn_more {
    border-radius: 34px;
    border: 1px solid #ce1a39;
    color: #ce1a39;
    font-weight: 700;
    background: #ffffff;
    font-size: 14px;
  }

}

@media only screen and (max-width: 1088px) {
  .btn_more {
    border-radius: 34px;
    border: 1px solid #ce1a39;
    color: #ce1a39;
    font-weight: 700;
    background: #ffffff;
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .img_prod_acc {
    width: 120px !important;
  }
  
    
  /* CSS personnalisé pour afficher le menu déroulant avec une animation */
.navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

  .margin_produit {
      margin-left: 40px;
      margin-right: 40px;
  }

  .navbar-nav {
    flex-direction: column;
    margin: 0 auto;
}

  .center_bottle {
    text-align: -webkit-center;
  }

  .btn_more {
    border-radius: 34px;
    border: 1px solid #ce1a39;
    color: #ce1a39;
    font-weight: 700;
    background: #ffffff;
    font-size: 14px;
  }

}

@media only screen and (max-width: 767px) {
  .img_prod_acc {
    width: 120px !important;
  }

  .center_bottle {
    text-align: -webkit-center;
  }

}


@media only screen and (max-width: 464px) {
  .title_site {
    color: #ce1a39;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
  }
}




.title_produit {
  color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.texte_prodiuit {
  -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    font-size: 14px;
}

.texte_block_entreprise {
  color: #858181;
  font-size: 15px;
  font-weight: 400;
}


.back_entreprise {
  border-radius: 25px;
  background: rgba(203, 203, 203, 0.12);
  background-blend-mode: normal;
  padding: 25px;
}

.title_block_entreprise {
  color: #ce1a39;
  font-size: 25px;
  font-weight: 700;
}

.blog_datee {
  color: #484646;
  letter-spacing: 1px;
  font-size: 13px;
  margin-right: 25px;
  text-decoration: none;
}

.blog-warp-1 {
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.more-link {
  display: inline-block;
  padding: 14px 30px;
  color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  letter-spacing: 1px;
  border-radius: 50px;
  color: #333;
  border: 1px solid #ce1a39;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.texte_article {
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
}

.wiget-recent-post .widget-title {
  margin-bottom: 10px;
  margin-top: -13px;
}

.widget .widget-title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0px;
  position: relative;
  padding: 10px 0px;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.widget-search {
  display: block;
  background: #FFF;
  border: 3px solid #EFEAEA;
  margin-top: 16px;
  margin-bottom: 45px;
}

.widget-search .input-group input {
  background: transparent none repeat scroll 0% 0%;
  border: 0px none;
  border-radius: 0px;
  transition: none 0s ease 0s;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  color: #8F8F8F !important;
  height: auto;
}

.widget {
  display: inline-block;
  margin-bottom: 28px;
  width: 100%;
}

.recent-post-box {
  display: inline-block;
  padding-bottom: 0px;
  margin-top: 13px;
  width: 100%;
  position: relative;
}

.recent_wid_pic {
  width: 100px;
  height: 66px;
  float: left;
}

.widget-area {
  text-align: center;
  background: #F6F8FA;
  padding-top: 30px;
  padding-left: 25px;
  padding-bottom: 20px;
  padding-right: 25px;
}

.css_image_entreprise {
  width: 100%;
  border-radius: 25px;
}

.blog_content_warp {
  position: relative;
  padding: 20px;
  background: #F6F8FA;
  top: -27px;
  z-index: 0;
  /* width: 100%; */
  border-radius: 10px 10px 0px 0px;
  margin-right: 20px;
  margin-left: 20px;
}

.img_carou_article {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.aug2020 {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}


.texte_article {
  color: #2d2d2d;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}


.title_article {
  color: #1a2e53;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}



.border_propduit {
  border-radius: 29px;
  background: #ce1a39;
  background-blend-mode: normal;
  box-shadow: 0px 0px 6px rgba(174, 171, 171, 0.41);
  padding: 25px;
  margin-bottom: 20px;
}

.block_texte {
  border: 2px solid #ececec;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.css_dec_btn {
  color: #ce1a39;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 10px;
}

.h1_title {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 40px;
  color: #1a2e53;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* === HEADING STYLE #2 === */
.two .h1_title {
  text-transform: capitalize;
}

.two .h1_title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #ce1a39;
}

.header_title {
  background: #dfdfdf;
  padding-bottom: 30px;
  padding-top: 30px;
}

.two .h1_title span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.42em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}

.alt-two .h1_title {
  text-align: center;
}

.alt-two .h1_title:before {
  left: 50%;
  margin-left: -30px;
}

.h1_title span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

.linearHorzontalLineLeft-blue {
  width: 60px;
  height: 4px;
  background: linear-gradient(97.21deg, #ce1a39 5.82%, #e53132 134%);
  margin-top: 32px !important;
  margin-bottom: 8px;
  position: relative;
  padding: 0px !IMPORTANT;
  margin: 0;
}

.title_header {
  font-size: 62px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0em;
}

.filtre-degrade-compte {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.image-container {
  position: relative;
  display: inline-block;
}

.navbar-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 18;
}

.input_nl {
  border-radius: 28px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  background-blend-mode: normal;
  font-size: 14px;
  height: 60px;
}



.texte_footer {
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 7px;
  text-decoration: none;
}

.bg_footer {
  background-image: url(../images/image_footer.jpg);
  padding-top: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.title_footer {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.btn_nl {
  height: 60px;
  border-radius: 28px;
  background: #ce1a39;
  background-blend-mode: normal;
  border-color: #ce1a39;
}

.btn_nl:hover {
  color: var(--bs-btn-hover-color);
  background-color: #9b1212;
  border-color: #9b1212;
}

.blck_nl {
  border-radius: 25px;
  background: #ffffff;
  background-blend-mode: normal;
  box-shadow: 0px 3px 10px rgba(68, 58, 58, 0.08);
  padding: 30px;
}

.title_nl {
  color: #1a2e53;
  font-size: 25px;
  font-weight: 600;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #1a2e53;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.texte_nl {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}


.div_50 {
  height: 50px;
}

.div_10 {
  height: 10px;
}

.cadre_cycle {
  border-radius: 25px;
  background: linear-gradient(270deg, #faefef 0%, #fdf8f8 100%);
  background-blend-mode: normal;
  padding: 25px;
}

.texte_block_fabrication {
  color: #858181;
  font-size: 15px;
  font-weight: 400;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #ffffff;
    background-color: #ce1a39;
    border-color: #ce1a39;
    font-weight: 700;
}

.nav-link:focus,
.nav-link:hover {
  color: #ffffff;
    background-color: #ce1a39;
    border-color: #ce1a39;
    font-weight: 400;
    border-radius: 8px;
}




.div_30 {
  height: 30px;
}

.css_marge {
  margin-right: 20px;
  margin-top: 10px;
}

.css_produits {
  color: #858181;
  font-size: 16px;
  font-weight: 400;
  border-radius: 23px !important;
  border: 1px solid #858181;
  text-align: center;
  padding: 4px;
  margin-right: 32px;
  width: 100%;
}


.sub_title {
  color: #b9b7b7;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.42em;
}