body {
    display: flex;
    align-items: flex-start;
  }

#search-content form{
    display: flex;
    flex-direction: row-reverse;
}

.border-gedimat{
  border: 3px solid rgba(200, 0, 0, 1);
}

.border-gedibois{
  border: 3px solid rgba(0, 150, 0, 1);
}

#fulltext{
  width: 35%;
  padding: 1em;
  border-radius: 1em;
}

#searchbutton{
  width: 15%;
  padding: 1em;
  border-radius: 1em;
}

.pagination{
  margin-top: 10px;
  width:70%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination-item{
  width: 50px;
  height: 25px;
  margin: 3px;
}

.pagination-item button{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
}

.pagination-item button:hover{
  background: rgba(0, 0, 0, 0.3);
}

.pagine-gedimat button.select{
  background: rgba(255, 0, 0, 0.3);
}

.pagine-gedibois button.select{
  background: rgba(0, 200, 0, 0.3);
}

.data-result{
  margin-top: 1em;
  width: 70%;
  border-collapse: collapse;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  border-radius: 10px;
}

.table-gedimat thead tr{
  background-color: rgba(200, 0, 0, 1);
  color: #FFF;
}

.table-gedibois thead tr{
  background-color: rgba(0, 150, 0, 1);
  color: #FFF;
}

.data-result tr:hover{
  background-color: rgba(0, 0, 0, 0.3);
}

.data-result th, td{
  padding: 3px 5px;
}

.data-result tbody tr, td, th{
  border: 1px solid #ddd;
}

.data-result tbody tr:nth-child(even){
  background-color: #e1e1e1;
}
.data-result tbody tr:nth-child(even):hover{
  background-color: rgba(0, 0, 0, 0.3);
}

/*
.data-result tbody tr:last-of-type{
  border-bottom: 2px solid rgba(200, 0, 0, 1);
}

.data-result tfoot tr:last-of-type{
  border-bottom: 2px solid rgba(200, 0, 0, 1);
  font-weight: bold;
}
*/

.table-gedimat tbody tr:last-of-type{
  border-bottom: 2px solid rgba(200, 0, 0, 1);
}

.table-gedimat tfoot tr:last-of-type{
  border-bottom: 2px solid rgba(200, 0, 0, 1);
  font-weight: bold;
}

.table-gedibois tbody tr:last-of-type{
  border-bottom: 2px solid rgba(0, 150, 0, 1);
}

.table-gedibois tfoot tr:last-of-type{
  border-bottom: 2px solid rgba(0, 150, 0, 1);
  font-weight: bold;
}

.depot-select{
  width: 35%;
  padding: 1.3em;
}

#panel-detail-inner{
  position:fixed;
  margin-top: 1em;
  left:70%;
  width: 30%;
  padding:10px;
  border-radius: 10px;
}

.button-caddie{
  margin: 5px;
  float:right;
  width:140px;
  height: 60px;
}

.button-caddie button{
  padding-top: 5px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  cursor: progress;
}

.detail-left{
  padding:10px;
  box-shadow: 0 5px 10px rgba(100, 0, 0, 0.15);
}

.article-barcod{
  font-family: 'c39hrp36dltt';
  font-size: 4em;
}

.article-libelle{
  font-size: 1.5em;
  font-weight: bold;
}

.article-tarif{
  float: left;
  width:50%;
  font-size: 1.2em;
}

.article-frs{
  float: right;
  width:50%;
  font-size: 1.2em;
}

.article-prix{
  float: right;
}

.data-result-fullwidth{
  margin-top: 1em;
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  border-radius: 10px;
}

/*
.data-result-fullwidth thead tr{
  background-color: rgba(200, 0, 0, 1);
  color: #FFF;
}
*/

.data-result-fullwidth tr:hover{
  background-color: rgba(0, 0, 0, 0.3);
}

.data-result-fullwidth th, td{
  padding: 3px 5px;
}

.data-result-fullwidth tbody tr, td, th{
  border: 1px solid #ddd;
}

.data-result-fullwidth tbody tr:nth-child(even){
  background-color: #e1e1e1;
}
.data-result-fullwidth tbody tr:nth-child(even):hover{
  background-color: rgba(0, 0, 0, 0.3);
}

/*
.data-result-fullwidth tbody tr:last-of-type{
  border-bottom: 2px solid rgba(200, 0, 0, 1);
}

.data-result-fullwidth tfoot tr:last-of-type{
  border-bottom: 2px solid rgba(200, 0, 0, 1);
  font-weight: bold;
}
*/

/* Panel Caddie */

#caddie-panel-inner{
  padding: 80px 5px 5px 5px;
  font-size: 14px;
  z-index: 999;                  /* pour être au dessus des autres éléments */
  position: fixed;                /* ne suit pas le scroll de la page et sert de réfèrent */
  top: 0;                         /* position en haut */
  right: 0;                        /* à gauche */
  width: 60em;                    /* valeur de largeur pour tout le contenu */
  min-height: 100vh;              /* occupe toute la hauteur du viewport */
  transform: translateX(100%);   /* on déplace à gauche pour ne pas interférer avec le document */
}

#caddie-panel-count{
    z-index: 9;
    position: absolute;
    top: 122px;                       /* position en haut */
    left: -3.8em;                   /* alignement sur le bord droit du parent */
    color: #FFF;
    width:25px;
    text-align: center;
    padding: 3px;
    font-weight: bold;
    border-radius: 15px;
}

.caddie-color-gedimat{
    background-color: rgba(200, 0, 0, 1);
}

.caddie-color-gedibois{
    background-color: rgba(0, 150, 0, 1);
}

#caddie-panel-input {
  position: absolute;           /* pour sortir l'élément du flux */
  right: -999em;                 /* position hors de la fenêtre */
}

#caddie-panel-label {
  z-index: 2;                   /* on le met au dessus */
  position: absolute;           /* pour sortir l'élément du flux, il va bouger */
  top: 92px;                       /* position en haut */
  left: -3em;                   /* alignement sur le bord droit du parent */
  width: 3em;                   /* dimensions respectables */
  height: 3em;
  cursor: pointer;
}

#caddie-panel-bloc {
  padding: 92px 1em 1em 1em;
  z-index: 2;                   /* mise au niveau zéro */
  position: absolute;           /* pour sortir l'élément du flux, il va bouger */
  top: 0;                       /* position en haut */  
  right: 0;                      /* alignement sur bord gauche du parent */
  box-sizing: border-box;       /* modèle de boîte, plus simple à gérer */
  width: 100%;                  /* largeur 100% de son parent */
  height: 100%;                 /* hauteur 100% de son parent */
  overflow: auto;               /* rien ne doit déborder */
}


#caddie-panel-input:checked ~ #caddie-panel-label {
    left: -63em;                     /* décalage vers la droite, passe de 100% à 200% */
  }   
  #caddie-panel-input:checked ~ #caddie-panel-count {
    left: -63.8em;                     /* décalage vers la droite, passe de 100% à 200% */
  }   
#caddie-panel-input:checked ~ #caddie-panel-bloc {
  transform: translateX(-100%);    /* translation vers la droite de 100% */
}

#caddie-panel-count{
    transition: all .5s;
}

#caddie-panel-label,
#caddie-panel-bloc {
  font-size: inherit;             /* taille font du référent */
  background: #FFF;               /* il faut un fond opaque */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: all .5s;
}

#caddie-panel-label:before {
  position: absolute;
  transition: all .5s;
  transform: translate(-50%, -50%);
}

#caddie-panel-label i{
    position:absolute;
    top:50%;
    left:10%;
}

#caddie-panel-input:checked ~ #caddie-panel-label:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#search-content form{
    padding-right: 3em;
  }

.detail-caddie{
    width: 150px;
    height: 80px;
    float: right;
}

.detail-caddie button{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
}

.validate{
  width: 100%;
}

.caddie-button-clear, .caddie-button-pro, .caddie-button-public{
  width: 100px;
  height: 50px;
  border-radius: 10px;
  margin-top: 0;
  padding:5px 10px;
  cursor: pointer;
}
.label-logo{
  width: 50px;
  height: 50px;
  padding-top: 20px;;
}
.caddie-logo{
  width: 120px;
  height: 50px;
  border-radius: 10px;
  margin-top: 0;
  padding:5px 10px;
  cursor: pointer;
}

.caddie-button-clear{
  float: right;
}
.caddie-button-pro, .caddie-button-public, .caddie-logo, .label-logo{
  float: left;
}

.caddie-button-pro{background-color: rgba(255, 55, 55, 0.75);}
.caddie-button-public{background-color: rgba(55, 255, 55, 0.75);}

@media (max-width: 1200px) {
  .article-barcod{
    font-family: 'c39hrp36dltt';
    font-size: 3em;
  }

  .article-libelle{
    font-size: 1.3em;
    font-weight: bold;
  }

  .article-tarif{
    float: left;
    width:50%;
    font-size: 1em;
  }

  .article-frs{
    float: right;
    width:50%;
    font-size: 1em;
  }
}