
*{
  font-family: 'Titillium Web', sans-serif;
}
.background-login{
    background-image: url("/images/loginBackground.png");
    min-width: 100vw;
    min-height: 100vh;
}
.logoBuilderLogin{
    margin: 3rem 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.form-login{
  background: rgba(255,255,255, 0.7);
  margin:2rem;
  padding:2.5rem 1rem;
  border-radius: 0.5rem;
}

.form-floating{
  border: none;
}

.container-index{
  border-radius: 10px;
}

#floatingInput, #floatingPassword{
  border: none;
  background: none;
  border-bottom: 1px solid #CCC;
}
#floatingInput:focus, #floatingPassword:focus{
  border: none !important;
  border-bottom: 1px solid #CCC;
  box-shadow: none;
  background: none;
}
.form-control:focus{
  box-shadow: none;
}

.connectezVous{
  color: #2A57CA;
  text-align: center;
  font-weight: 700;
}

.validLogin{
padding: 5px;
min-width: 100%;
height: 35px;
left: 0px;
top: 128px;

background: #2A57CA;
box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
border-radius: 47px;

/* Inside Auto Layout */
color: white;
margin: 20px 0px;
font-weight: 700;
}

/* PAGE D ACCEUIL */

.background-normal{
  background: #E2EAFF;
  min-height: 100vh;
}

h2{
  color: black;
  font-size: 1.3rem!important;
  font-weight: 400 !important;
}

h4{
  color: #979797;
  font-size: 0.7rem !important;

}

h6{
  font-size: 1rem !important;
  color: #2A57CA;
  font-weight: 700 !important;
}

.left-item p {
  font-size:1rem;
  color: #999;
  margin: 0 !important;
}

.item{
  background: white;
  padding: 0.25rem;
  margin: 1rem;
  display: flex;
  border-radius: 1rem;
}
.left-item{
  width: 75%;
}

.right-item{
  width: 24%;
}
.Number-referencement{
  background: #E2EAFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.3rem;
  color: #2A57CA;
  border-radius: 0.5rem;
  float: right;
  text-align: center;
}


@media screen and (min-width: 640px) {
  .form-login{
    width: 35%;
    margin: 5% 31.5%;
  }

  .background-login{
    background: center / contain no-repeat url("/images/loginDesktop.png");

  }
}

@media screen and (min-width: 1200px) {
  .form-login{
    width: 20%;
    margin: 5% 39%;
  }
}


body {
   background: #E2EAFF;
}

.header{
  display: flex;
  justify-content: space-between;
  max-height: 15vh;
  overflow: hidden;
  border-bottom: 2px solid #B4C5EF;
}
.logoBuilderHeader img{
  height: 12.5vh;
  margin: 1vh 0;
}

.headerRight{
  display: flex;
  flex-direction: column;
  margin: 0;
}

.deco{
  text-align: right;
}

.deco a{
  background: white;
  border-radius: 10px;
  box-shadow: none;
  border: 0.1rem solid #888;
  color: #888;
  padding: 0.1rem 0.25rem;
}

.accountInfo{
  display: flex;
  margin: 0.2rem 1rem;
}
.accountInfo .avatar{
  margin: 0 1rem;
}
.accountInfo .avatar img{
  max-width: 75px;
  border-radius: 75px;
}

.accountInfo2{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.accountInfo2 h3{
  font-size: 0.8rem;
}


/* PAGE INDEX */

.mainIndex{
  display: flex;
  justify-content: space-between;
  margin: 5vh 0;
}

.mainIndex a{

  width: 30%;
  background: white;
  height: 25vh;
  border-radius: 10px;

}

.mainIndex a div{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25vh;
  border-radius: 10px;
}

.mainIndex a div img{
   height: 75px;
   margin: 2rem
}

.mainIndex a div p{
  color: black;
  font-weight: 700;
  text-decoration: none;

}

/* PAGE GAMME*/

.subHeaderGamme{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.back{
  padding: 2rem;
  color: #999;
}
.back a {
  color: #999;
  background: white;
  border: 1px solid #999;
  padding: 0.2rem 1rem;
  border-radius: 20px;
}

.subHeaderGamme div {
  width: 15vw;
}

.subHeaderEAN div {
  width: 25vw;
}

.subHeaderGamme div p, .subHeaderEAN div p , .subHeaderEAN div img,  .subHeaderGamme div img{
  display: inline-block;
  margin: 1rem;
  font-weight: 700;
}
.backArrow{
  margin: 0 5px 0 0 !important;
}


/** Table Flex */
.table{
  display: flex;
  flex-direction: column;
}

.thead,.tbody{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.td, .th{
  padding: 0.5rem;
}
.promo .tbody .td, .promo .thead .th{
  width: 11%;
}

.gamme .tbody .td, .gamme .thead .th{
  width: 14%;
}

.searchResult .tbody .td{
  width: 14%;
}

.tr_header{
  background-color: #2A57CA;
  color: white;
}

.recherche_thead{
  background-color:white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.th{
  background: #2A57CA;
  border-left: 2px solid #2144C8;
  color: white;
  font-weight: 700;
}

.th:first-child{
  border-left: none;
  border-top-left-radius: 10px;
}
.th:last-child{
  border-top-right-radius: 10px;
}

.td{
  border-left: 2px solid #E5E5E5;
  color: #3E3E3E;
  font-weight: 400;
  min-height: 100px;
}

.td:first-child{
  border-left: none;
}

/*.td:first-child{
  border-left: none;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.td:last-child{
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.td{
  min-height: 100px;
  background: white;
}*/

.tr{
  background-color: white;
}

.tr:hover{
  background-color: #F5F8FF;
}

.tr:nth-child(10n) .td:first-child{
  border-bottom-left-radius: 10px;
}

.tr:nth-child(10n) .td:last-child{
  border-bottom-right-radius: 10px;
}

.tr:nth-child(10n) .td{
  border-bottom: none;
}

.tr:last-child .td:first-child{
  border-bottom-left-radius: 10px;
}

.tr:last-child .td:last-child{
  border-bottom-right-radius: 10px;
}

.tr:last-child .td{
  border-bottom: none;
}

.btn_details{
  border: solid 0px;
  border-radius: 20px;
  padding: 3px 5px 3px 30px;
  margin: 1px;
  background-color: white;
  background-position: 5% 50%;;
  background-size: 22px 22px;
  background-repeat: no-repeat;
}

.btn_details:hover{
  background-color: #2A57CA;
  color: white;
}

.btn_produit{
  background-image: url('/images/boutons/Property 1=info-machines-dark.png');
}

.btn_logistique{
  background-image: url('/images/boutons/Property 1=info-logistique-dark.png');
}

.btn_appro{
  background-image: url('/images/boutons/Property 1=info-appro-dark.png');
}

.btn_produit:hover{
  background-image: url("../images/boutons/Property 1=info-machines-light.png");
}

.btn_logistique:hover{
  background-image: url("../images/boutons/Property 1=info-logistique-light.png");
}

.btn_appro:hover{
  background-image: url("../images/boutons/Property 1=info-appro-light.png");
}

.referencements h2{
  font-weight: 700 !important;
  margin: 1rem;
}

/* RECHERECHE EAN */

.Recherche{
  display: inline;
  text-align: center;
}
.inputEAN{
  display: inline;
  text-align: center;
  max-width: 40%;
  margin:  5% 30%;
  border-radius: 15px;
  border: 1px solid #2A57CA;
}

/** MODALS */

  .img{
    min-height: 80% !important;
    height: 100% !important;
  }
  .pictoCarac{
    height: 86.15px;
  }
  .leftContainer p{
    padding-top: -10px !important;
    top: -7px;
  }
  .centerContainer{
    background-color: rgba(0,0,0,0)  !important;
  }
  .dialogFicheProduit {
    width: 1000px;
    max-width: 1000px;
  }
  .mainWrapper{
    min-height: 800px;
  }
  .mainWrapper .header{
    min-height: 8vh;
  }

  .logisticBody, .approBody{
    display: flex;
    justify-content: center;
    padding: 10px;
  }

  .tableLogistic td,.tableAppro td{
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4 ;

  }

  .tableLogistic tr td:last-child, .tableAppro tr td:last-child{
    border-right: none;
    color: #2A57CA;
    padding: 5px 10px;
  }
  .tableAppro{
    width: 100%;
    margin: 5px;
  }
  .tableAppro td{
    width: 50%;
  }

   .mainContent div{
    /*min-height:800px!important;*/
    /*height:50vh!important;*/

  }
  .imagePlusCaracPictos{
    height: 50vh!important;
    min-height: 40vh!important;
  }

.normal{
  width: 7.69%;
}

.normalPromo{
  width:  6.25%;
}
.big{
  width: 15.36%;
}

.bigPromo{
  max-width: 12.50%;
  width:  12.50%;
}

.special{
  min-width: 85px;
}


.modal-sm{
  max-width: 400px;
}

.tablesorter .filtered {
    display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}



/***************************
      * JASON MODIF *
***************************/

/*Jason modif*/
.header{
  display: flex;
  justify-content: space-between;
  height: 140px;
  overflow: hidden;
  border-bottom: 2px solid #B4C5EF;
}

.headerRight{
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-top: 20px;
}

.deco a{
  font-weight: 400;
  font-size: 12px;
  line-height: 18.25px;
  background: white;
  border-radius: 81px;
  box-shadow: none;
  border: 1px solid #E5E5E5;
  color: #979797;
  padding: 0.1rem 0.25rem;
}

.accountInfo .avatar img{
  max-width: 60px;
  border-radius: 10px;
}

.accountInfo2 h3{
  font-weight: 400;
  font-size: 12px;
  line-height: 18.25px;
  margin-bottom: 0px;
  color: #3E3E3E;
}

.accountInfo2 p{
  font-weight: 700;
  font-size: 20px;
  line-height: 30.42px;
  color: #2A57CA;
  margin-bottom: 0px;
}

.accountInfo2 h4{
  font-weight: 400;
  font-size: 12px;
  line-height: 18.25px;
  margin-top: 0px;
  color: #979797;
}

.subHeaderGamme div p, .subHeaderGamme div img{
  display: inline-block;
  margin: 1rem;
  font-weight: 700;
}

.subHeaderEAN div p , .subHeaderEAN div img {
  display: inline-block;
  font-weight: 700;
}

/*.subHeaderGamme div p, .subHeaderEAN div p , .subHeaderEAN div img,  .subHeaderGamme div img{
  display: inline-block;
  margin: 1rem;
  font-weight: 700;
}*/

/* RECHERECHE EAN */
.Recherche {
  display: inline;
  text-align: right;
  padding-top: 20px;
  padding-right: 0px;
}

.inputEAN::placeholder {
  color: #2A57CA;
  opacity: 1;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: 98% 60%;
  background-image: url('/images/search.png');
}

.inputEAN {
  display: inline;
  text-align: left;
  /*max-width: 40%;*/
  /*margin:  5% 30%;*/
  border-radius: 15px;
  border: 1px solid #2A57CA;
  padding: 0px 5px;
  /*outline: none;*/
  /*background-color: white;*/
}

.inputEAN:focus-visible
{
  outline: none;
}

.back a {
  color: #999;
  background: white;
  border: 1px solid #E5E5E5;
  padding: 0.2rem 1rem;
  border-radius: 20px;
}

.back {
  padding: 2rem;
  padding-left: 0;
  padding-top: 20px;
  color: #999;
}

/*Jason ajout*/
.fs_13
{
  font-size: 13px;
}

.fs_13 tr:hover .td
{
  border-bottom: 1px solid #2A57CA;
}

.table_recherche
{
  width: 100%;
}

.table_recherche .td
{
  border-top: 1px solid #dee2e6;
}

.subHeaderEAN {
  display: flex;
}

.titre {
  text-align: center;
  padding-top: 20px;
}

.img_recherche
{
  width: 40px;
  margin: 0;
  margin-right: 5px;
}

.text_recherche
{
  margin: 0;
  margin-left: 5px;
}

/***************************
      * JASON MODIF *
***************************/

.accountInfo2 h3{
  color: #2A57CA ;
}

.header{
  min-height: 135px;
}




#inputLang{
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid #CCC;
}



