/* old police */
@font-face{
	font-family: Nunito;
	src: url(../fonts/static/Nunito-Bold.ttf);
}

@font-face{
	font-family: NunitoLight;
	src: url(../fonts/static/Nunito-Light.ttf);
}

@font-face{
	font-family: NunitoMedium;
	src: url(../fonts/static/Nunito-Medium.ttf);
}

/* new police*/
@font-face{
	font-family: DinBold;
	src: url(../fonts/din/DIN-Bold.ttf);
}

@font-face{
	font-family: DinLight;
	src: url(../fonts/din/DIN-Light.ttf);
}

@font-face{
	font-family: DinMedium;
	src: url(../fonts/din/DIN-Medium.ttf);
}

@font-face{
	font-family: DinRegular;
	src: url(../fonts/din/DIN-Regular.ttf);
}

html body{
	font-family: DinRegular;
	font-family: DinRegular, sans-serif;
}


html[dir="rtl"] body{
	font-family: var(--bs-font-sans-serif);
}

p{
	 /*font-family: NunitoMedium, sans-serif;*/
	 font-family: DinRegular, sans-serif;
	 /*font-family: DinRegular;*/
	 
}

h2{
	 /*font-family: Nunito, sans-serif;*/
	 font-family: DinBold, sans-serif;
	 /*font-family: DinBold;*/
	 font-size: 40px;
	
}
h3,h2{
	 font-weight: 600;
}
@media (max-width: 1024px){
	 h2{
		 font-size: 30px;
	 }
}
@media (max-width: 767px){

	 h2{
		 font-size: 28px;
	 }
}
h1,h2,h3,h4,h5,h6{
	/*font-family: Nunito, sans-serif;*/
	font-family: DinBold, sans-serif;
	/*font-family: DinBold;*/
}
.font_nunito{
	 /*font-family: Nunito, sans-serif !important;*/
	 font-family: DinBold, sans-serif !important;
	 /*font-family: DinBold !important;*/
}



/* global */
html[dir="rtl"] [type=email] {
     direction: inherit;
}
.js-custom-validation{
    display: none;
}


/* header */
#biopharm_header .top_header .top_header_wrapper{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 20px;
}
#biopharm_header .main-header .navbar-brand img {
    width: 208px;
    height: auto;
    padding-right: 20px;
}
html[dir="rtl"] #biopharm_header .main-header .navbar-brand img {
    padding-left: 20px;
    padding-right: 0;
}
#biopharm_header .main-header  .navbar {
	padding-top: 0;
    padding-bottom: 1.2rem;
}
#biopharm_header .main-header .bg-light {
    background-color: #ffff!important;
}
#biopharm_header .main-header  .navbar-nav .nav-link {
    text-transform: uppercase;
    color: rgba(0,0,0,1);
}
#biopharm_header .main-header.navbar-brand img{
	width: 208px;
	height: 77px;
}
#biopharm_header .top_header .btn-outline-secondary{
	color: #fff !important;
    border-color: #4ac9f9 !important; 
    background: #4ac9f9 !important;
}
#biopharm_header .top_header .btn-outline-secondary:hover {
    color: #4ac9f9 !important;
    background-color: transparent !important;
    border-color: #4ac9f9 !important;
}
#biopharm_header .top_header  .btn-check:focus+.btn-outline-secondary, 
#biopharm_header .top_header  .btn-outline-secondary:focus {
    box-shadow: none;
}
#biopharm_header .input-grey-rounded{
     font-size: 16px; line-height: 1.5; background: #E9EEF0; border: 1px solid #D5D9DB;
     background-image: url("data:image/svg+xml; utf8,<svgxmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%238C92A0' d='M11.44 10.73l4.41 4.42a.5.5 0 1 1-.7.7l-4.42-4.41a6.5 6.5 0 1 1 .7-.7v-.01zM6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z'></path></svg>"); background-repeat: no-repeat; background-position: 12px 10px; background-size: 20px 20px; border-radius: 100px; width: 300px; padding: .5em 1em .5em 2.5em; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px;
}

#biopharm_header .input-grey-rounded::placeholder{
  color: #838D99;
}

#biopharm_header .input-grey-rounded:focus {
  outline: none;
  background-color: #FFF;
  /*border: 1px solid #84A2FA;*/
  border: 1px solid #de9b06;
}
@media (max-width: 1199px){
	#biopharm_header .top_header .btn-outline-secondary{
	    font-size: 12px;
	    min-height: 36px;
	}
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav {
	    width: 100%;
	    justify-content: space-between;
	}
}
@media (min-width: 1400px){
	.navbar-expand-lg .navbar-nav {
	    padding-left: 50px
	}
    html[dir="rtl"] .navbar-expand-lg .navbar-nav{
        padding-left: inherit;
        padding-right: 50px;
    }
}

/* update size for new police*/
@media (min-width: 1200px) and (max-width: 1399px){
	
	#biopharm_header .main-header .navbar-nav .nav-link{
		font-size: 0.95rem;

	}

}
/**/

@media (min-width: 992px) and (max-width: 1200px){
	#biopharm_header .main-header .navbar-brand{
		margin-right: 5px;
	}
    html[dir="rtl"] #biopharm_header .main-header .navbar-brand{
        margin-right: inherit;
        margin-right: 5px;
    }
	#biopharm_header .main-header .navbar-brand img{
		width: 170px;
		height: 63px;
	}
	#biopharm_header .main-header .navbar-nav .nav-link{
		/*font-size: 14px;*/
		/* update size for new police*/
		font-size: 13.5px;
		/**/

	}

}

@media (min-width: 992px) and (max-width: 1200px){
	#biopharm_header .main-header .navbar-brand{
		margin-right: 5px;
	}
    html[dir="rtl"] #biopharm_header .main-header .navbar-brand{
        margin-right: inherit;
        margin-right: 5px;
    }
	#biopharm_header .main-header .navbar-brand img{
		width: 170px;
		height: 63px;
	}
	#biopharm_header .main-header .navbar-nav .nav-link{
		/*font-size: 14px;*/
		font-size: 13.5px;

	}

}
@media (min-width: 992px) and (max-width: 1200px){
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 0.3rem;
	    padding-left: 0.3rem;
	}
}
@media (max-width: 1199px){
	#biopharm_header .input-grey-rounded {
	    font-size: 14px;

	}
	#biopharm_header .input-grey-rounded {

	    width: 250px;
	}
}
@media (max-width: 767px){
	#biopharm_header .input-grey-rounded {

	    width: 210px;
	}
}
@media (max-width: 430px){
	#biopharm_header .main-header .navbar-brand img {
	    width: 180px;
	}
	#biopharm_header .top_header .top_header_wrapper {
	    flex-direction: column;
	}
	#biopharm_header .top_header .top_header_wrapper form,
	#biopharm_header .top_header .top_header_wrapper form input,
	.top_header_wrapper .ft_reseau_sociaux{
		width: 100%;
	}
	#biopharm_header .top_header .top_header_wrapper form{
		text-align: end;
	}
	#biopharm_header .top_header .top_header_wrapper form input{
		max-width: 250px;
	}
	.top_header_wrapper .ft_reseau_sociaux{
	    margin-bottom: 10px;
	}
	.top_header_wrapper .ft_reseau_sociaux ul {
	    justify-content: end;
	}
	#biopharm_header .top_header .btn-outline-secondary{
		margin-bottom: 15px;
    	font-size: 12px;
	}
	#biopharm_header .top_header .btn-outline-secondary{
	    font-size: 10px;
	}
}

/* section - slider*/
#biopharm_slider{
	max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
#biopharm_slider .carousel-item{
	max-height: 470px;
}
#biopharm_slider .item-overlay{
	position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(40,40,40,.3);
}
#biopharm_slider .carousel-caption {
    bottom: 20%;
    top: 25%;
    width: 40%;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /*justify-content: center;*/
    /* editer*/
    text-align: initial;
    left: 10%;
    right: 10%;
}
/**/
#biopharm_slider .carousel-control-prev,
#biopharm_slider .carousel-control-next{
	display: none;
}
/**/
#biopharm_slider .carousel-caption h5 {
   /*max-width: 300px;*/
   font-size: 30px;
   font-weight: 500;
   /*font-family: Nunito, sans-serif !important;*/
   font-family: DinBold, sans-serif;
   /*font-family: DinBold;*/
   /*margin-left: auto;
   margin-right: auto;*/
   margin-bottom: 20px;
   line-height: 1.5em;
   text-shadow: 2px 2px 4px #000000;
}

#biopharm_slider .carousel-caption h5 .titre-lg{
	font-size: 42px;
}

#biopharm_slider .carousel-indicators {
    bottom: 10%;
    margin-top: 1.4rem;
   margin-bottom: 0;

}
#biopharm_slider .carousel-indicators [data-bs-target]{
    width: 50px;
    height: 9px;
    margin-right: 0;
    margin-left: 0;
}
#biopharm_slider .carousel-indicators [data-bs-target]:nth-of-type(2n+1)  {
    background-color: #37bfc6
}
#biopharm_slider .carousel-indicators [data-bs-target]:nth-of-type(2n+2)  {
    background-color: #E19A04
}
#biopharm_slider .carousel-indicators [data-bs-target]:nth-of-type(1)  {
    background-color: #cc007a
}

@media (max-width: 1024px ){
	#biopharm_slider .carousel-caption h5{
		font-size: 24px;
	}
	#biopharm_slider .carousel-caption h5 .titre-lg{
		font-size: 30px;
	}

}

@media (max-width: 767px ){
	#biopharm_slider .carousel-caption h5 {
    	/*max-width: 240px;*/
    	font-size: 16px;
	}
	#biopharm_slider .carousel-caption h5 .titre-lg{
		font-size: 22px;
	}
	#biopharm_slider .carousel-indicators {
	    bottom: 10%;

	}
	#biopharm_slider .carousel-caption {
	    bottom: 10%;
	    top: 25%;
	}
	#biopharm_slider .carousel-indicators [data-bs-target] {
	    width: 30px;
	    height: 6px;
	}


}
@media (max-width: 575px ){
	#biopharm_slider .carousel-item img{
		width: auto !important;
		max-height: 350px;
	}
	#biopharm_slider .carousel-caption {
	    bottom: 15%;
	    top: 25%;
	    width:initial;
	    align-items: center;
	    justify-content: center;
    	text-align: center;
	}
	#biopharm_slider .carousel-caption h5 {
    	font-size: 16px;
	}
	#biopharm_slider .carousel-caption h5 .titre-lg{
		font-size: 22px;
	}
}

/* section - nos valeurs */
#biopharm-valeurs{
	padding-top: 50px;
	padding-bottom: 50px;
}
#biopharm-valeurs .val_titre{
	padding: 20px;
	text-align: center;

}

#biopharm-valeurs .biopharm-valeurs-wrapper{
	width: 90%;
    margin: auto;

}

#biopharm-valeurs .valeur_block{
  text-align: center;
   padding: 20px;

}
#biopharm-valeurs  .valeur_block .val_icon img{
  max-width: 100%;
  height: auto;
}
#biopharm-valeurs .val_block_titre{
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
    /*font-family: Nunito, sans-serif;*/
    font-family: DinBold, sans-serif;
    /*font-family: DinBold;*/
    margin-top: 8px;
    margin-bottom: 0;
}
#biopharm-valeurs .biopharm-valeurs-wrapper .vl_couleur:nth-of-type(1):nth-of-type(1) .val_block_titre::first-letter {
  color: #37bfc6;
}
#biopharm-valeurs .biopharm-valeurs-wrapper .vl_couleur:nth-of-type(2) .val_block_titre::first-letter {
  color: #E19A04;
}
#biopharm-valeurs .biopharm-valeurs-wrapper .vl_couleur:nth-of-type(3) .val_block_titre::first-letter {
  color: #cc007a;
}

#biopharm-valeurs .biopharm-valeurs-wrapper .vl_couleur:nth-of-type(4) .val_block_titre::first-letter {
  color: #000;
}
@media (max-width: 991px){
	#biopharm-valeurs .val_titre{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#biopharm-valeurs .biopharm-valeurs-wrapper {
	    width: 100%;
	}
}

@media (max-width: 575px){
	#biopharm-valeurs .valeur_block {
	    max-width: 300px;
	    margin-left: auto;
	    margin-right: auto;
	    padding-bottom: 0;
	}
	#biopharm-valeurs {
	    padding-top: 40px;
	}
}
/* modif pour afficher 5 valeur au lieu de 4 pour lg  */
@media (min-width: 992px) {
    #biopharm-valeurs .col-lg-3.vl_couleur{
         width: 20%;
    }
}


/* biopharm presentation */
/* old */
/*#biopharm-presentation{
	padding-top: 50px;
	padding-bottom: 50px;

}
.presentation_video #video_biopharm_presentation {
	width: 100%;
	height: 100%;
	min-height: 400px;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	max-width: 100%;
}
.presentation_video #video_biopharm_presentation img {
	object-fit: cover;
	max-width: none;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.presentation_video #video_biopharm_presentation iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#biopharm-presentation .biopharm-presentation-wrapper{
	display: flex;
}
#biopharm-presentation .presentation_video{
	width:65%;

}

#biopharm-presentation .presentation_text{
	position: relative;
	display: flex;
	flex-direction: column;
    justify-content: center;
	background-color: #eee;
	width: 35%;
	padding: 40px;
}

#biopharm-presentation .presentation_text .lire_la_suite:hover{
	color: #37bfc6;
}
#biopharm-presentation .presentation_text:after {
    background: linear-gradient(to bottom, #37bfc6 33.33%,#E19A04 33.33%, #E19A04 66.66%, #cc007a 66.66%);
    position: absolute;
    content: '';
    width: 10px;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
}
html[dir="rtl"] #biopharm-presentation .presentation_text:after{
    right: auto;
    left: 0;
}
@media (max-width: 575px){
	#biopharm-presentation{
		padding-top: 0px;
	}
}
@media (max-width: 767px){
	#biopharm-presentation .biopharm-presentation-wrapper{
		display: block;
	}
	#biopharm-presentation .presentation_video{
		width:100%;
		margin-bottom: 10px;

	}
	#biopharm-presentation .presentation_text{
		width:100%;
	}
}
*/
/*new*/

.biopharm-home-presentation{
    background:#fff;
    /*padding: 80px 0;*/
    padding: 20px 0 30px 0
 }

 .biopharm-home-presentation-wrapper
 {
      background: linear-gradient(to left, #eee 70%, transparent 70%);
 }
  html[dir="rtl"] .biopharm-home-presentation-wrapper
 {
      background: linear-gradient(to right, #eee 70%, transparent 70%);
 }

 .biopharm-home-presentation .biopharm-home-presentation-text
 {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;

} 
.biopharm-home-presentation .biopharm-home-presentation-text .lire_la_suite:hover{
	color: #37bfc6;
}
.biopharm-home-presentation  .biopharm-home-presentation-video{
    padding: 60px 0 60px 0px;
}
.biopharm-home-presentation .biopharm-home-presentation-video #video-biopharm-presentation{
  	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	max-width: 100%;
}
 .biopharm-home-presentation  .biopharm-home-presentation-video #video-biopharm-presentation img{
    object-fit: cover;
	max-width: none;
	height: 100%;
	width: 100%;
	z-index: 1;
  }
  .biopharm-home-presentation  .biopharm-home-presentation-video #video-biopharm-presentation iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.biopharm-home-presentation  .biopharm-home-presentation-video #video-biopharm-presentation:after {
      background: linear-gradient(to bottom, #37bfc6 33.33%,#E19A04 33.33%, #E19A04 66.66%, #cc007a 66.66%);
      position: absolute;
      content: '';
      width: 10px;
      right: 0;
      left: auto;
      top: 0;
      bottom: 0;
 }
 html[dir="rtl"] .biopharm-home-presentation  .biopharm-home-presentation-video #video-biopharm-presentation:after {
      left: 0;
      right: auto;
 }
 @media (max-width: 767px){
 	.biopharm-home-presentation .biopharm-home-presentation-video{
 		padding: 0;
 	}
    .biopharm-home-presentation-wrapper{
              background: none;
    }
    .biopharm-home-presentation .biopharm-home-presentation-text{
	      background-color: #eee;
	      padding: 40px 20px;
	 }

    .biopharm-home-presentation  .biopharm-home-presentation-video #video-biopharm-presentation:after {
      content: normal;
 	}
 	.biopharm-home-presentation{
	    padding-bottom:  80px;
	 }
}




/* section - biopharm en chifre */

#biopharm-en-chifre{
	padding-top: 50px;
	padding-bottom: 50px;
}
#biopharm-en-chifre .chf_titre, #biopharm-en-chifre .chf_description{
	color: #000;
	text-align: center;
}
#biopharm-en-chifre .chf_titre{
	padding:10px 20px;
	color: #202020;
}
#biopharm-en-chifre .chf_description{
	padding: 0 10%;
	color:#1F1F1F;
	margin-bottom: 1.9rem;
}
#biopharm-en-chifre .chf_chifre_block{
	text-align: center;
	margin-bottom: 20px;
}
#biopharm-en-chifre .chf_icon{
	color: #212121;
}
#biopharm-en-chifre .chf_icon img{
	width: 100px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#biopharm-en-chifre .chf_chiffre{
	font-size: 60px;
    font-weight: bold;
    color: #E19A04;
}
#biopharm-en-chifre .chf_block_titre{
	color: #202020;
}
@media (max-width: 575px){
	#biopharm-en-chifre{
		padding-top: 0px;
	}
}
@media (max-width: 991px){
	#biopharm-en-chifre .chf_chifre_block{
		margin-bottom: 40px;
    }
}

/* section : actualites slider(accueil) && actualités & evenements page*/
#biopharm-actualites-slider{
	padding-top: 50px;
	padding-bottom: 80px;
}
#all_posts{
	padding-bottom: 80px;
}
#biopharm-actualites-slider .actualites_titre{
	margin-bottom: 20px;
}
#biopharm-actualites-slider .card,
#all_posts .card{
    border: none;
}
#all_posts .card{
    height: 100%;
}
#all_posts .row > div{
    margin-bottom: 40px;
}

#biopharm-actualites-slider .card-body,
#all_posts .card-body {
    background-color: #FAFAFA;
    padding: 1.5rem 2rem;
    /*font-family: Nunito, sans-serif;*/
    font-family: DinBold, sans-serif;
    /*font-family: DinBold;*/
}

#biopharm-actualites-slider .card-body .card-title,
#all_posts .card-body .card-title{
    margin-bottom: 0.8rem;
}
#biopharm-actualites-slider .card-body .actualites_date,
#all_posts .card-body .actualites_date{
	margin-bottom: 10px;
	font-style: italic;
}

#biopharm-actualites-slider .card-body .actualites_date .text-muted,
#all_posts .card-body .actualites_date .text-muted{
	color: #37bfc6 !important;
}
#biopharm-actualites-slider .carousel-control-next,
#biopharm-actualites-slider .carousel-control-prev {
	bottom: auto;
	top: -60px;
	background-color: #000;
	width: 40px;
	height: 40px;
	opacity: 0.8;
	background-color: #E19A04;
}
#biopharm-actualites-slider .carousel-control-next:hover,
#biopharm-actualites-slider .carousel-control-prev:hover {
	opacity: 1;
}

#biopharm-actualites-slider .carousel-control-prev {
    right: 50px;
    left: auto;
}
html[dir="rtl"] #biopharm-actualites-slider .carousel-control-prev{
    right: auto;
    left: 50px;
}
#biopharm-actualites-slider .carousel-control-next span,
#biopharm-actualites-slider .carousel-control-prev span{

 	width: 26px;
    height: 26px;
    font-weight: bold;
}
@media screen  and (min-width: 768px) and (max-width:991px){
	#biopharm-actualites-slider .card-body .card-title,
	#all_posts .card-body .card-title {
		font-size: 16px;
	}
	#biopharm-actualites-slider .card-body .card-text,
	#all_posts .card-body .card-text{
		font-size: 14px;
	}

}

@media screen  and (min-width: 768px){
	#biopharm-actualites-slider .cards_wrapper{
		display: flex;
	}
	#biopharm-actualites-slider .cards_wrapper .card{
		width: calc( 100% / 3 );
		background: #FAFAFA;
	}
	#biopharm-actualites-slider .cards_wrapper .card:not(:first-child){
		margin-left: 1rem;
	}
    html[dir="rtl"] #biopharm-actualites-slider .cards_wrapper .card:not(:first-child){
        margin-left: inherit;
        margin-right: 1rem;
    }
	#biopharm-actualites-slider .actualites_image_wrapper,
	#all_posts .actualites_image_wrapper{
		height: 17vw;
		margin: 0 auto;
	}
	#biopharm-actualites-slider .actualites_image_wrapper img,
	#all_posts .actualites_image_wrapper img{
		max-width: 100%;
		max-height: 100%;
	}
}
@media screen  and (min-width: 1400px){
	#biopharm-actualites-slider .actualites_image_wrapper,
	#all_posts .actualites_image_wrapper{
		height: 19vw;
	}
}
#biopharm-actualites-slider .actualites_image_wrapper img,
#all_posts .actualites_image_wrapper img{
	max-width: 100%;
	max-height: 100%;
}

@media screen  and (max-width: 767px){
	/* de tout façon ce slider sera affiché au version mobile et desctop selement  */
	#biopharm-actualites-slider .tablet_desctop_show .card:not(:first-child){
		display: none;
	}
	#biopharm-actualites-slider .carousel-control-next,
	#biopharm-actualites-slider .carousel-control-prev {

		width: 30px;
		height: 30px;
	}
	#biopharm-actualites-slider .carousel-control-next span,
	#biopharm-actualites-slider .carousel-control-prev span{
	 	background-color: #E19A04;
	 	width: 20px;
	    height: 20px;
	}
	#biopharm-actualites-slider .carousel-control-prev {
	    right: 37px;
	    left: auto;
	}
	#biopharm-actualites-slider .carousel-control-next,
	#biopharm-actualites-slider .carousel-control-prev {
	    top: -50px;
	}
}
/* biopharm footer */
#biopharm-footer{
	background-color: #222222;
	padding-top: 50px;
	padding-bottom: 50px;
}
#biopharm-footer .ft_logo img{
	width: 237px;
	height: auto;
	max-width: 100%;
}
#biopharm-footer .ft_titre{
	position: relative;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 10px 10px 10px;

}
#biopharm-footer .ft_titre:after {
	transition: 0.9 ease-in-out;
}
#biopharm-footer .ft_titre:after {
  background: linear-gradient(to right, #E19A04 50px,transparent 50px);
  position: absolute;
  content: '';
  height: 2px;
  right: 0;
  left:10px;
  top: auto;
  bottom: 0;

}
html[dir="rtl"] #biopharm-footer .ft_titre:after{
    right: inherit;
    left: 0;
}
#biopharm-footer .ft_titre:hover:after {
  background: linear-gradient(to right, #E19A04 150px, transparent 150px);
}
#biopharm-footer .ft_coordonnees{
	padding: 20px 20px 0 20px;
}

#biopharm-footer .ft_adresse{
	color: #898989;
	transition: .2s ease-in-out;

}
#biopharm-footer .ft_adresse:hover{
	color: #E19A04;

}
#biopharm-footer .ft_telephone{
	color: #fff;
	transition: .2s ease-in-out;
	font-size: 18px;
}
#biopharm-footer .ft_telephone i{
	padding-right: 0.5rem;
}
html[dir="rtl"] #biopharm-footer .ft_telephone i{
    padding-right: inherit;
    padding-left: 0.5rem;
    transform: rotate(260deg);
    -webkit-transform: rotate(260deg);
    -moz-transform: rotate(260deg);
    -ms-transform: rotate(260deg);
    -o-transform: rotate(260deg);
}
#biopharm-footer .ft_telephone:hover{
	color: #E19A04;

}

#biopharm-footer .menu_footer{
	padding: 0 20px;
}
#biopharm-footer .menu_footer ul{
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
html[dir="rtl"] #biopharm-footer .menu_footer ul{
    padding-left: inherit;
    padding-right: 0;
}
#biopharm-footer .menu_footer ul li::marker {
  content: "\003E";
  color: #fff;
}
#biopharm-footer .menu_footer ul li a{
    display: block;
    padding: 2px 10px;
    color: #898989;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

#biopharm-footer .menu_footer ul li a:hover,
#biopharm-footer .menu_footer ul li a.active,
#biopharm-footer .menu_footer ul li a:active {
    color: #E19A04;
}


#biopharm-footer .ft_reseau_sociaux{
	padding: 0 20px;
}
.top_header_wrapper .ft_reseau_sociaux{
	/*padding: 0 20px;*/
	padding: 0 5px 0 20px;
}
html[dir="rtl"] .top_header_wrapper .ft_reseau_sociaux{
	padding: 0 20px 0 5px;
}

#biopharm-footer .ft_reseau_sociaux ul, .top_header_wrapper .ft_reseau_sociaux ul{
	display: flex;
	padding-left: 0;
	margin: 0;
    list-style: none;
	gap: 0.6rem;
}
html[dir="rtl"] #biopharm-footer .ft_reseau_sociaux ul,html[dir="rtl"] .top_header_wrapper .ft_reseau_sociaux ul{
    padding-left: inherit;
    padding-right: 0;
}
#biopharm-footer .ft_reseau_sociaux i, .top_header_wrapper .ft_reseau_sociaux i {
    color: #898989;
    border: 1px solid #898989;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.5em;
    padding: 0.5rem;
    border-radius: 50%;
    transition: color .15s ease-in-out, border-color .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, border-color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out, border-color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out, border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out, border-color .15s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#biopharm-footer .ft_reseau_sociaux a:hover i, .top_header_wrapper  .ft_reseau_sociaux a:hover i{
	color: #E19A04;
	border:2px solid  #E19A04;
}
@media(max-width: 1199px){


	#biopharm-footer .ft_telephone {
	    font-size: 16px;
	}
	.ft_reseau_sociaux i, .top_header_wrapper .ft_reseau_sociaux i {
	    width: 35px;
	    height: 35px;
	    font-size: 16px;
	    line-height: 1.2em
	}
}
@media(max-width: 991px){
	#biopharm-footer .ft_coordonnees{
		padding: 20px 10px 0 10px;
	}
	#biopharm-footer .ft_adresse{
		font-size: 13px;
	}
	#biopharm-footer .ft_telephone {
	    font-size: 14px;
	}
	#biopharm-footer .ft_telephone i{
	    padding-right: 3px;
	}
	#biopharm-footer .menu_footer ul li a {
	    font-size: 14px;
	}
	#biopharm-footer .ft_reseau_sociaux ul, .top_header_wrapper .ft_reseau_sociaux ul {
	    gap: 0.4rem;
	}
	#biopharm-footer .ft_reseau_sociaux, .top_header_wrapper .ft_reseau_sociaux {
	    padding: 0 10px;
	}
	#biopharm-footer .ft_reseau_sociaux i,
	.top_header_wrapper .ft_reseau_sociaux i {
	    width: 32px;
	    font-size: 14px;
	    height: 32px;
	    line-height: 1em;
	}
}
@media (max-width: 767px){
	#biopharm-footer .ft_telephone {
	    font-size: 12px;
	}

}

@media (max-width: 575px){
	#biopharm-footer {
	    padding: 50px 20px;
	}
	#biopharm-footer .ft_titre {
	    margin-top: 30px;
	}
	#biopharm-footer .ft_adresse {
	    font-size: 14px;
	}
	#biopharm-footer .ft_telephone {
	    font-size: 14px;
	}
}

/* global */
.lire_la_suite{
	text-align: start;
    padding: 0;
    text-decoration: 0;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
}
.lire_la_suite, .lire_la_suite i{
	transition: 0.15s ease-in-out;
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-ms-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
}

.lire_la_suite i{
	color: #E19A04;
	font-size: 28px;
	margin-left: 7px
}
html[dir="rtl"]  .lire_la_suite i{
    margin-left: inherit;
    margin-right: 7px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.lire_la_suite:hover, .lire_la_suite:hover i{
	color: #37bfc6;
}
@media (max-width: 767px){
	.tablet_desctop_show{
		display: none !important;
	}
}
@media (min-width: 768px){
	.mobile_show{
		display: none !important;
	}
}



/* section - classes-therapeutiques */
#biopharm-classes-therapeutiques .container-fluid{
	max-width: 1600px;
}
#biopharm-classes-therapeutiques .classes-therapeutiques_wrapper{
	padding-top: 50px;
	padding-bottom: 50px;
	/*background-color: #37bfc6;*/
	background-color: #000033;
	min-height: 350px
}

#biopharm-classes-therapeutiques .cth_titre{
	color: #fff;
	text-align: center;

}
#biopharm-classes-therapeutiques  .carousel-inner {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}


#biopharm-classes-therapeutiques .classes-therapeutiques-slider{
	text-align: center;
	margin-top: 40px;
    margin-bottom: 40px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}
#biopharm-classes-therapeutiques .classes-therapeutiques-slider .card{
	background-color: transparent;
	border: none;
	min-height: 190px;
}
#biopharm-classes-therapeutiques .classes-therapeutiques-slider .card .card-img{
	border-radius: 50%;
    /*background-color: #DE9B06;*/
    width: 150px;
    max-width: 100%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 150px;
    margin-bottom: 12px;
}
@media (max-width: 991px) and (min-width: 768px) {
	#biopharm-classes-therapeutiques .classes-therapeutiques-slider .card .card-img{
		width: 110px;
	    height: 110px;
	    line-height: 110px;
	}
}
@media (max-width: 767px) {
	#biopharm-classes-therapeutiques .classes-therapeutiques-slider .card .card-img{
		width: 175px;
	    height: 175px;
	    line-height: 175px;
	}
}
#biopharm-classes-therapeutiques .classes-therapeutiques-slider .card .card-img img{
	width: 100%;
	height: auto;
	padding: 10px;
}
#biopharm-classes-therapeutiques .classes-therapeutiques-slider .card .card-title{
	min-height: 50px;
}
#biopharm-classes-therapeutiques .classes-therapeutiques-slider .card .card-title a{
    text-decoration: none;
    /*color: #000;*/
    color: #fff;
}
#biopharm-classes-therapeutiques .classes-therapeutiques-slider .card .card-title a:hover{
    /*color: #fff;*/
    color: #E19A04;
}
#biopharm-classes-therapeutiques .carousel-control-next,
#biopharm-classes-therapeutiques .carousel-control-prev{
	width: 40px;
}

#biopharm-classes-therapeutiques .carousel-indicators {
    bottom: -55px;
}

#biopharm-classes-therapeutiques .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#biopharm-classes-therapeutiques .carousel-indicators .active{
	background-color: #fff;
}

/* extra-small and small screen */
@media (max-width: 767px) {
	.classes-therapeutiques-slider .carousel-inner .carousel-item > div {
		display: none;
		width: 100%;
	}
	.classes-therapeutiques-slider .carousel-inner .carousel-item > div:first-child {
		display: block;
		width: 100%;
	}
	#biopharm-classes-therapeutiques .carousel-indicators [data-bs-target]{
		 width: 9px;
    	height: 9px;
	}

}

.classes-therapeutiques-slider .carousel-inner .carousel-item.active,
.classes-therapeutiques-slider .carousel-inner .carousel-item-next,
.classes-therapeutiques-slider .carousel-inner .carousel-item-prev {
	display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

	.classes-therapeutiques-slider .carousel-inner .carousel-item-end.active,
	.classes-therapeutiques-slider .carousel-inner .carousel-item-next {
		transform: translateX(25%);
		-webkit-transform: translateX(25%);
		-moz-transform: translateX(25%);
		-ms-transform: translateX(25%);
		-o-transform: translateX(25%);
	}

	.classes-therapeutiques-slider .carousel-inner .carousel-item-start.active,
	.classes-therapeutiques-slider .carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
		-webkit-transform: translateX(-25%);
		-moz-transform: translateX(-25%);
		-ms-transform: translateX(-25%);
		-o-transform: translateX(-25%);
	}
}
@media (min-width: 768px) and  (max-width:991px){
	#biopharm-classes-therapeutiques .classes-therapeutiques-slider .card .card-title {
		min-height: 60px;
		font-size: 16px;
	}
}
.classes-therapeutiques-slider .carousel-inner .carousel-item-end,
.classes-therapeutiques-slider .carousel-inner .carousel-item-start {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}



/* page produits */
#biopharm-liste-produits{
	padding-top: 50px;
	padding-bottom: 50px;
}
#biopharm-liste-produits .produit{
	background: #EEE;
    height: 100%;
    text-align: center;
}

/*old style*/
/*#biopharm-liste-produits .produit .produit_image img{
	width: 300px;
    max-width: 100%;
    height: auto;
}*/
 /* new style */
#biopharm-liste-produits .produit .produit_image img{
    max-width: 100%;
    height: auto;
}
.produit-wrap {
    height: 100%;
    padding-bottom: 30px;
}
#biopharm-liste-produits .produit .card-body {
    padding: 1.5rem 1rem;
}
#biopharm-liste-produits .produit .produit-titre a{
	text-decoration: none;
	color: #000
}
#biopharm-liste-produits .produit .produit-titre small{
	font-size: 70%;
}
#biopharm-liste-produits .filter_label{
	min-height: 100%;
    display: flex;
    align-items: center;
	font-size: 20px;
	/*font-family: NunitoMedium, sans-serif;*/
	font-family: DinMedium, sans-serif;
	/*font-family: DinMedium;*/
}
@media (max-width: 1199px){
	#biopharm-liste-produits .filter_label {

	    font-size: 18px;

	}
}
#biopharm-liste-produits .produits_filter .form-select,
#biopharm-liste-produits .produits_filter .form-control,
#biopharm-liste-produits .produits_filter .btn{
	border-radius: 0;
}
#biopharm-liste-produits .produits_filter .filter_btn{
	display: flex;
}
#biopharm-liste-produits .produits_filter .btn{
	
	color: #fff;
	/*width: 50%;*/
	width: 100%;
	background-color: #DE9B06 !important;
	border-color: #DE9B06 !important;
}
#biopharm-liste-produits .produits_filter .btn:hover{
	border-color: #ffc107 !important;
	background-color: #ffc107 !important;
	color: #1a1919;
}

#biopharm-liste-produits .produits_filter .btn.scnd_btn{
    margin-left: 10px;
}
html[dir="rtl"] #biopharm-liste-produits .produits_filter .btn.scnd_btn{
    margin-left: inherit;
    margin-right: 10px;
}
#biopharm-liste-produits  .produits_filter{
	background: #EEE;
    padding: 20px;
    margin-bottom: 30px;
    padding: 30px 50px 60px 30px;
}
#biopharm-liste-produits  .produits_filter .form-select:focus,
#biopharm-liste-produits  .produits_filter .form-control:focus{
    box-shadow: 0 0 0 0.25rem rgb(255 154 4 / 25%);
}
#biopharm-liste-produits ul.pagination,
#all_posts ul.pagination{
	justify-content: end;
}

#biopharm-liste-produits .page-item:not(:first-child) .page-link,
#all_posts .page-item:not(:first-child) .page-link{
    margin-left: 5px;
    color: #E19A04;
    font-weight: 500;
}
html[dir="rtl"] #biopharm-liste-produits .page-item:not(:first-child) .page-link,
html[dir="rtl"] #all_posts .page-item:not(:first-child) .page-link {
    margin-right: 5px;
    margin-left: inherit;
}
#biopharm-liste-produits .page-item:last-child .page-link,
#biopharm-liste-produits .page-item:first-child .page-link,
#all_posts .page-item:last-child .page-link,
#all_posts .page-item:first-child .page-link {
    border-radius: 0;
    background: #E19A04;
    color: #fff;
    background-color: #E19A04;
    opacity: 0.8;
    font-size: 42px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 0.4;
    font-weight: 400;
}
#biopharm-liste-produits .page-item.active .page-link,
#biopharm-liste-produits .page-item.active .page-link:hover,
#all_posts .page-item.active .page-link,
#all_posts .page-item.active .page-link:hover {
    background-color: #fff ;
    border-color: #E19A04;
    color: #E19A04 !important
}

#biopharm-liste-produits .page-item:last-child .page-link:hover,
#biopharm-liste-produits .page-item:first-child .page-link:hover,
#all_posts .page-item:last-child .page-link:hover,
#all_posts .page-item:first-child .page-link:hover{
    opacity: 1;
}
#biopharm-liste-produits .page-link:hover,
#all_posts .page-link:hover {
    color: #fff !important;
    background-color: #E19A04;
    border-color: #E19A04;
}

#biopharm-liste-produits .page-link:focus,
#all_posts .page-link:focus{

    box-shadow: none;
}
#biopharm-liste-produits .page-item:last-child button.page-link span, 
#biopharm-liste-produits .page-item:first-child button.page-link span, 
#all_posts .page-item:last-child button.page-link span, 
#all_posts .page-item:first-child button.page-link span
{
	height: 100%;
	width: 100%;
}
#biopharm-liste-produits .pagination{
	margin-top: 20px
}
@media (max-width: 767px){
	#biopharm-liste-produits .page-item:last-child .page-link,
	#biopharm-liste-produits .page-item:first-child .page-link,
	#all_posts .page-item:last-child .page-link, 
	#all_posts .page-item:first-child .page-link{
		width: auto;
		height: auto;
		font-size: 16px;
		padding: 15px;
	}
}

/*banniere-produits*/
.banniere-produits{
	position: relative;
    max-height: 520px;
    overflow: hidden;
}
.banniere-produits > img{
	width:100%;
}
.banniere-produits-overly{
	position: absolute;
    left: 0;
    top: 0;
    width:51%;
    height: 100%;
   	padding: 20px;
   	display: flex;
   	flex-direction: column;
   	align-items: center;
   	justify-content: center;
    z-index: 2;
    /*background-color: rgba(54, 186, 199,0.7);*/
    /*background-color: rgba(54, 186, 199,1);*/

    overflow: hidden;
}

/* image-biopharm est actualement desactivé ne sera pas figurer dans les bannieres de sites*/
#image-biopharm{
	transform: translateX(50%);
    position: absolute;
    z-index: -5;
    right: 0;
    object-fit: contain;
    height: 100%;
    opacity: 0.3;
    transition: 0.5s ease-in-out;
}
@media (max-width: 768px) {
	#image-biopharm{
    	height: 90%;
	}
}

/*.banniere-produits-overly:hover #image-biopharm{
	transform: translateX(0);
	left: auto;
	right: auto;
}*/
html[dir="rtl"] #image-biopharm{
	transform: translateX(-50%);  
    right: auto;
    left: 0

}


html[dir="rtl"] .banniere-produits img{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
html[dir="rtl"] .banniere-produits-overly{
    left: inherit;
    right: 0;
}
.banniere-produits-overly_wrapper{
	max-width: 420px;
	width: 100%;
	color: #fff;
	overflow: hidden;

}
#biopharm-banniere-produits .container-fluid{
	max-width: 1600px;
}

.banniere-produits-overly_wrapper .bn_icon{
    margin-bottom: 20px;

}
.banniere-produits-overly_wrapper .bn_icon img{
		width: 120px;
    	height: auto;
}
.banniere-produits-overly_wrapper .bn_title{
	font-size: 36px;
	text-transform: uppercase;
}
.banniere-produits-overly_wrapper .bn_title span{
	font-size: 20px;
	display: block;
	text-transform: initial;
	font-weight: 400;
	margin-top: 10px;
	padding: 7px
}
html[dir="rtl"] .banniere-produits-overly_wrapper .bn_title i{
	transform: scale(-1,-1);
}
@media (max-width: 1199px) {
	.banniere-produits-overly_wrapper .bn_icon img{
			width: 100px;

	}
	.banniere-produits-overly_wrapper .bn_title {
	    font-size: 30px;
	}
	.banniere-produits-overly_wrapper{
		max-width: 350px;
	}
}

@media (max-width: 991px) {
	.banniere-produits-overly_wrapper .bn_icon img{
			width: 80px;
	    	height: auto;
	}
	.banniere-produits-overly_wrapper {
	    max-width: 270px;
	}
	.banniere-produits-overly_wrapper .bn_title {
	    font-size: 20px;
	}
	.banniere-produits-overly_wrapper .bn_title span{
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.banniere-produits-overly_wrapper .bn_title {
	    font-size: 14px;
	}
	.banniere-produits-overly_wrapper .bn_icon img{
		width: 65px;

	}
	.banniere-produits-overly_wrapper .bn_title span{
		font-size: 12px;
	}
}
@media (max-width: 420px) {
	.banniere-produits-overly_wrapper .bn_icon{
		display: none;
	}
	.banniere-produits-overly_wrapper .bn_title {
	    font-size: 13px;
	}
	.banniere-produits-overly{
		padding: 10px;
	}
}

/* menu produits slider */
#biopharm-menu-produits {
  	overflow-x: hidden;
}
#biopharm-horizontal-nav {
	display: grid;
	grid-template: auto/auto 1fr auto;
	align-items: center;
	background-color: #eee;
	padding: 20px;
}

#biopharm-horizontal-nav * {
	box-sizing: border-box;
}

#biopharm-horizontal-nav ul,
#biopharm-horizontal-nav li {
	list-style: none;
  	margin: 0;
  	padding: 0;
}

#biopharm-horizontal-nav .btn-prev,
#biopharm-horizontal-nav .btn-next {
	transition: all 0.3s ease;
  	cursor: pointer;
}

#biopharm-horizontal-nav .btn-prev.hidden,
#biopharm-horizontal-nav .btn-next.hidden {
	opacity: 0;
  	pointer-events: none;
}



#biopharm-horizontal-nav .btn-prev,
#biopharm-horizontal-nav .btn-next,
#biopharm-horizontal-nav .btn-prev i,
#biopharm-horizontal-nav .btn-next i {
	width: 40px;
 	outline: none;
 	color: #000;
}
#biopharm-horizontal-nav .btn-prev i,
#biopharm-horizontal-nav .btn-next i {
  	width: 40px;
  	text-align: center;
	font-size: 40px
}

html[dir="rtl"] #biopharm-horizontal-nav .btn-prev i,
html[dir="rtl"] #biopharm-horizontal-nav .btn-next i {
    transform: rotate(180deg);
}

#biopharm-horizontal-nav .menu-wrap {
  	width: 100%;
  	position: relative;
  	height: 40px;
  	clip-path: polygon(0% 0%, 100% 0%, 100% 300%, 0% 500px);
  	--border: 1px solid #d2e6d8;
}

#biopharm-horizontal-nav .horizontal-menu {
  	display: grid;
  	grid-template: auto/auto;
  	grid-auto-flow: column;
  	grid-auto-columns: auto;
  	align-items: start;
  	gap: 14px;
  	transition: all 0.3s ease;
  	position: absolute;
  	top: 0;
  	left: 0;
  	min-height: 40px;
}
html[dir="rtl"] #biopharm-horizontal-nav .horizontal-menu{
    left: inherit;
    right: 0;
}
#biopharm-horizontal-nav .list-item {
  	position: relative;
  	/*font-family: NunitoMedium, sans-serif;*/
  	/*font-family: DinMedium, sans-serif;*/
  	font-family: DinMedium;
  	text-transform: uppercase;
}


#biopharm-horizontal-nav .list-item a {
  	white-space: nowrap;
  	color: #222;
  	display: block;
  	text-decoration: none;
  	position: relative;
  	z-index: 1;
  	cursor: pointer;
  	transition: all 0.3s ease;
}
#biopharm-horizontal-nav .list-item a.btn:focus {
    outline: 0;
    box-shadow: none;
}
#biopharm-horizontal-nav .list-item i {
  color: #E19A04;
  font-size: 24px;
  margin-left: 7px;
  vertical-align: sub;
}
html[dir="rtl"] #biopharm-horizontal-nav .list-item i {
    margin-left: inherit;
    margin-right: 7px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#biopharm-horizontal-nav .list-item:hover > a {
  color:  #E19A04;
}


/* menu lanngue */
 #change_lang {
    /*position: fixed;
    bottom: 0;
    right: 115px;
    z-index: 50;*/
}
html[dir="rtl"] #change_lang {
    /*right: auto;
    left: 115px;*/
}
@media(max-width: 575px){
	#change_lang {
	    /*right: 20px;   */
	}
	html[dir="rtl"] #change_lang {
	    /*right: auto;
	    left: 20px;*/
	}
}
#change_lang .btn{
    color: #fff;
    background-color: #fff;
    border-color: #000;
    color: #000;
    border-radius: 0;

    /*old border-bottom: none;*/
    /* new */
    border: none;
}
#change_lang .btn:focus {
    box-shadow: none;
}

#change_lang .dropdown-menu{
    width: 101px;
    min-width: inherit;
    border-radius: 0;
}

/*new code*/
html[dir="rtl"] #change_lang .dropdown-menu{
    left: 0;
    right: auto;
    text-align: left;
}
/**/

#change_lang .dropdown-menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #E19A04;
}

#biopharm_header .main-header .navbar-nav .nav-item,
#biopharm_header .main-header .navbar-nav .nav-link{
	position: relative;
	
}
#biopharm_header .main-header .navbar-nav .nav-link:after,
#biopharm_header .main-header .navbar-nav .nav-link,
#biopharm_header .main-header .navbar-nav .nav-link:hover:after
{
	/*-webkit-transition: 0.3s;
    transition: 0.3s;*/
    -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
    transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
#biopharm_header .main-header .navbar-nav .nav-item:hover .nav-link,
#biopharm_header .main-header .navbar-nav .nav-link:active,
#biopharm_header .main-header .navbar-nav .nav-link.active
 {
    color: #DE9B06;
    /*font-weight: 500*/
}
/*#biopharm_header .main-header .navbar-nav > .nav-item:hover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #DE9B06;
    z-index: 2;
}*/




/* float menu */
.floating-menu ul {
    position: fixed; 
    margin: 0;
    padding: 0;
    right: 0px; 
    bottom: 20%;
    margin: 2px; 
    list-style-type: none; 
    padding: 0; 
    z-index: 10100;
}

.floating-menu  li:not(:last-child) {
	margin-bottom: 2px;
}
.floating-menu  li,  .floating-menu .fm-icon, .floating-menu .fm-label {
	    height: 48px;
}
.floating-menu  li a {
	position:absolute; 
	right: 0;  
	width: 48px; 
	display: block;
	cursor: pointer;	
    text-decoration: none;
}

.floating-menu  li a  .fm-icon{
	position: absolute;
	right: 0;
	width: 48px;
	line-height: 48px;
	font-size: 24px;
	z-index: 11;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.floating-menu  li a .fm-icon, .floating-menu  li a .fm-label {
	color: #ffffff;
    background-color: #E19A04;
}
.floating-menu  li:last-child  .fm-icon, 	.floating-menu  li:last-child  .fm-label {
	color: #ffffff;
	background-color: #37bfc6;
}
.floating-menu  li a .fm-label {
 	position: absolute;
 	top: 0;
 	z-index: 10;
	box-sizing: border-box;
	white-space: nowrap;
    right: 0;
	left: auto;
	display: none;
	line-height: 48px;
	padding: 0 56px 0 11px;
	opacity: 0;
	transition:  opacity 0.5s linear;
}
.floating-menu  li a:hover  .fm-label {
	display: block;
	opacity: 1;
}
html[dir="rtl"] .floating-menu ul , 
html[dir="rtl"] .floating-menu  li a, 
html[dir="rtl"]  .floating-menu  li a  .fm-icon {
	right: auto;
	left: 0;
}
html[dir="rtl"] .floating-menu  li a .fm-label{
	padding: 0 11px 0 56px;
	left: 0;
	right: auto;
}

/* sticky menu */
.sticky-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    /*box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.49);
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.49);*/

	box-shadow: rgb(0 0 0 / 25%) 0px 0px 0px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
	-webkit-box-shadow: rgb(0 0 0 / 25%) 0px 0px 0px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
	-moz-box-shadow: rgb(0 0 0 / 25%) 0px 0px 0px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
}
#biopharm_header .main-header.sticky-menu .navbar{
	padding-bottom: 0;
}


/* section nos valeurs page d'accueil */
.vl_couleur, .bfrm_chifre_block {
    margin-left: auto;
    margin-right: auto;
}



/*page activité banniere personalisé */
.banniere-produits-overly-text {
    position: absolute;
    right: 0;
    top: 0;
    width: 49%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow: hidden;
    color: #fff;
 }
html[dir="rtl"] .banniere-produits-overly-text {
	 right: inherit;
	 left: 0;
}
 .banniere-produits-overly-text p{
 	font-size: 22px;
    padding: 20px 40px;
    margin-bottom: 0;
 }
 
 @media(max-width: 1199px){
 	.banniere-produits-overly-text p {
	    font-size: 18px;
	    padding: 20px 25px;
	}
 }
 @media(max-width: 991px){
 	.banniere-produits-overly-text p {
	    font-size: 14px;
    	padding: 20px 15px;
	}
 }
@media (max-width: 767px){
	.banniere-produits-overly-text p {
	    font-size: 11px;
	    padding: 10px 0px;
	}
}

@media (max-width: 540px){
	.banniere-produits-overly-text p {
	    display: none;
	}
}





/* page nos filiales */
.nos-filiales{
	padding-top: 110px;
	padding-bottom: 110px
}

.nos-filiales .accordion-button::after{
	margin-right: auto;
}
html[dir="rtl"] .nos-filiales .accordion-button::after{
	margin-left: auto;
}
.nos-filiales .accordion-button::after,
.nos-filiales .accordion-button:not(.collapsed)::after {
    background-image: url(../images/chivron-up.svg);
}
.nos-filiales .accordion-button:focus {
    box-shadow: none;
}
.nos-filiales .accordion-body {
    padding: 2rem 1.25rem;
}
.nos-filiales .filales_img{
	padding-right: 15%;
}
html[dir="rtl"] .nos-filiales .filales_img{
	padding-left: 15%;
	padding-right: 0;
}
@media (max-width: 767px){
	.nos-filiales{
		padding: 30px 15px 100px 15px;
	}
	.nos-filiales .filales_img{
		margin-bottom: 35px;
		padding-right: 0;
	}
	html[dir="rtl"] .nos-filiales .filales_img{
		padding-left: : 0;
	}
}



