*
{
  font-family: "Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  font-family: "Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 14px;
}
h1,h2,h3,h4,h5,h6
{
  font-family: "Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  color:#009a9c;
  font-weight: 700;
}

#login .container #login-row #login-column #login-box {
  /* margin-top: 120px; */
  max-width: 600px;
  /* height: 320px; */ /* Retirer par Patrick - 06/09/2023 */
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}
#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -85px;
}
.fail_connection{
  background-color: red;
  color: white;
  width: 40%;
  height: 6%;
  border-radius: 2%;
  margin-left: 30%;
  padding-left: 1%;
  position: fixed;
  margin-top: 40%;
}
.auth_connection{
  background-color: rgb(0, 154, 156);
  color: white;
  width: 40%;
  height: 4%;
  border-radius: 2%;
  margin-left: 30%;
  padding-left: 1%;
  position: fixed;
  margin-top: 40%;
}
#topbar{
     background-color: rgb(0, 154, 156);
     height: 40px;
}
.personal_navbar{
  height: 80px;
  margin-top: 1%;
}
 #home_logo{
  height: 50px;
  margin-left: 20%;
}
.personal_navbar_item{
  margin-left: 80%;
}
.personal_navbar_text{
  color :rgb(0, 154, 156);
  font-weight: 600;
}
.personal_navbar_text:hover{
  opacity: 0.75;
  text-decoration: none;
  color: rgb(0, 154, 156);
}
#myaccount_icon{
  color:rgb(0, 154, 156);
}
#home_icon{
  color:black;
}
#my_selection_icon{
  color:red;
}
/* #order_icon{
  /* color:rgb(0, 154, 156); */
/* }  */
.logo_top_form_global{
  /* background-color: red; */
  margin-top: 2%;
  height: 200px;
  width: 40%;
  margin-left: 30%;
}
#logo_top_form{
  width: 100%;
  height: 100%;
}
.personnal_search_bar{
  width: 300px;
  margin-left: 20%;
  margin-right: 20%;
}
.personal_main_navigation{
  font-weight: 600;
  margin-top: 1%;
}
.personal_item{
  margin-left: 5%;
  
}
#grey-label{
  color:#555555;
  text-decoration: none;
}
#grey-label:hover{
  color:#009a9c;
}
.global_carousel{
  margin-top: 1%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  /* height: 80%;
  background-color: red; */
}
.global_footer{
  background-color: #009a9c;
  color:white;
  font-weight: 600;
  position:fixed; 
  bottom:0;
  left: 0;
  width: 100%;
  height: 10%;
  z-index: 9999;
}
/* .footer_items{
  margin-left:29%;
}
.footer_item{
  margin-left: 1%;
} */
#white-label{
  color: white;
  text-decoration: none;
}
#white-label :hover{
  opacity: 0.75;
}
/* .footer_center_div{
  /* width: 50%; */
  /* margin-left: 25%;
  margin-right: auto;
} */
.footer_signature{
text-align: center;
}
.topbar_contact{
color:white;
text-align: center;
padding-top: 8px;
}
.topbar_flag{
height: 15px;
width: 15px;
}

/* all product */
.global_all_products{
margin-top: 1%;
}
.card-img-tiles {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
background-color: #fff;
z-index: 5
}

.card-img-tiles .main-img>img,
.card-img-tiles .thumblist>img {
display: block;
width: 100%
}

.card-img-tiles .main-img {
width: 80%;
margin-left: 10%;
padding-right: .375rem
}

.card-img-tiles .thumblist {
width: 33%;
padding-left: .375rem
}

.card-img-tiles .thumblist>img {
margin-bottom: .75rem
}

.card-img-tiles .thumblist>img:last-child {
margin-bottom: 0
}

.mb-grid-gutter {
margin-bottom: 30px !important;
}

/* NOUVEAUTES PRODUITS  */
.card-img-tiles {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
background-color: #fff;
z-index: 5
}

.card-img-tiles .main-img>img,
.card-img-tiles .thumblist>img {
display: block;
width: 100%
}

.new_product_card-img-tiles .new_product_main-img {
/* width: 80%; */
margin-left: 30%;
padding-right: .375rem
}

.new_product_card-img-tiles .new_product_thumblist {
width: 33%;
padding-left: .375rem
}

.new_product_card-img-tiles .new_product_thumblist>img {
margin-bottom: .75rem
}

.new_product_card-img-tiles .new_product_thumblist>img:last-child {
margin-bottom: 0
}

.new_product_mb-grid-gutter {
margin-bottom: 30px !important;
}
/* FIN NOUVEAUTES PRODUITS */

.global-catalogue{
padding: 2%;
}
.global-contact-form{
margin-top: 2%;
border-radius: 10px;
background-color: #009a9c;
}
.contact_form_button_submit{
margin-top: 2%;
background-color: white;
color: #009a9c;
border: none;
}
.home_title{
margin-top: 1%;
font-size: 30px;
text-align: center;
color:#555555;
}
.webinar{
margin-top: 1%;
}
.webinar_col_left{
/* position: relative; */
/* background-color: red; */
width: 90%;
padding: 2%;
margin-left: 5%;
}
.webinar_col_right{
/* position: relative; */
/* background-color: blue; */
width: 90%;
padding: 2%;
margin-left: 5%;

}
.account_global_table{
margin-top: 1%;

}
.account_global_table thead{
background-color: #009a9c;
color:white;
text-align: center;
}
.account_global_table  td{
text-align: center;
font-size: 22px;
}
.email_sent{
background-color: #009a9c;
height: 20%;
width: 50%;
margin-left: 25%;
margin-top: 10%;
border-radius: 100px 0% 100px 0%; /* Coins arrondis en haut à gauche et en bas à droite */
color: white;
font-size: 25px;
position: fixed;
}
.email_sent p {
text-align: center;
padding-top: 4.5%;

}
/* all products  */
.main_all_products {
width: 100%;
margin-top: 1%;
}
.table_all_products {
width: 100%;
margin-top :1%;
}
.table_all_products_header{
font-size: 15px;
font-weight: 700;
padding-left:1%;
}
.table_all_products_header_name_product{
width: 250px;

}
.table_all_products_category{
height: 50px;
}
.table_all_products_category_product_name{
padding-left: 1%;

}

.table_all_products_product{
display: none;
}
.table_all_products_product_td{
padding-left: 1%;
color:black
}
.table_all_products_product_td_formule{
width: 700px;
padding-top: 1%;
padding-bottom: 1%;
}
.table_all_products_product_td a{
  color:black;
}
.search_product{
  width: 20%;
  margin-top: 3%;
  margin-left: 40%;
}
.search_product #search_product{
  width: 100%;
  /* border: none;
  border-bottom: solid 2px #009a9c; */
}

#imghover
{
  width:40px;
  transition: transform 0.3s ease; /* Transition de 0.3 secondes avec une accélération douce (ease) */
}
#imghover:hover 
{
  position: relative;
  transform: scale(10);
}

/* Style des cellules de l'en-tête */
th.sortable {
  cursor: pointer; /* Curseur indiquant que la colonne est triable */
  position: relative;
}

/* Style de l'icône de tri (initiallement cachée) */
th.sortable:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-radius: 3px 1px 3px 1px;

}

/* Icône de tri ascendant (flèche vers le haut) */
th.sortable.asc:before {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000 transparent;
}

/* Icône de tri descendant (flèche vers le bas) */
th.sortable.desc:before {
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}

/* Quantite de la page Product.php */
.quantity
{
  width: 50px;
}

/* ///////////////////////////////////// */
/*              BASE BIFORM              */
/* ///////////////////////////////////// */
/* Liens et boutons - Patrick - 20/09/2023 */
a
{
  color:#009a9c;
}

a:hover
{
  /* Couleur de Biform eclairecie - Patrick - 03/10/2023 */
  color: #02c0c4;
}

input[type="submit"]
{
  padding: 5px 30px 5px 30px;
  margin: 0px 5px 0px 5px;
  border:none;
  border-radius: 100px;
  background-color:#009a9c;
  color:white;
  transition-duration: 0.2s;
  font-weight: 700;
}

input[type="submit"]:hover
{
  background-color:white;
  color:#009a9c;
  transition-duration: 0.2s;
}

button
{
  transition-duration: 0.2s;
  font-weight: 700;
  background-color:white;
  color:#009a9c;
  transition-duration: 0.2s;
  border-color: #009a9c;
}
button:hover
{
  background-color:#009a9c;
  color:white;
  transition-duration: 0.2s;
}

.search_and_filter_container {
  color:white;
  background-color:#009a9c;
  height:auto;
  font-weight: 700;
  padding:10px;
  margin:5px;
  display: flex;
  align-items: center;
  border-radius: 30px 0% 30px 0%; /* Coins arrondis en haut à gauche et en bas à droite */
  width: 100%;
}

.category_filter
{
  padding-left:10px;
  padding-top:10px;
}

/* Couleur de la quantite pour le texte lorsque la valeur est supérieure à 0 - Patrick - 26/09/2023 */
.valeur-superieure-a-zero 
{
  color: #009a9c;
  font-weight: 800;
}

::selection
{
  background-color: #00a9ac;
  color: white;
}

::-moz-selection 
{
  background-color: #00a9ac;
  color: white;
}

/* Page des Articles - Patrick - 07/01/2025 */
.article-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.article-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
}

.article-image {
  max-width: 300px;
  height: auto;
  margin-left: 50px;
}

.article-text {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}