.fixe {
    position: sticky;
    top:20px;
    margin-bottom: 25px;
}

.prix {
    font-size: 25px;
}

.ean {
    font-size: 25px;
}


.bleu {

    color: #1e90ff;
    
}


@media print
{    
    
    
        table tbody tr td:before,
        table tbody tr td:after {
            content: "";
            height: 4px;
            display: block;
        }
    
    
    
    
    .no-print, .no-print *
    {
        display: none !important;
    }

    .url1
    {
        display: none !important;
    }


    .img2
    {
        display: none !important;
    }

    h1,h2,h3,h4 {
        font-size:14px;
    }

    a {
        color:black;
    }

    a:visited {
        color:black;
    }

    .resume {
        max-width: 670px;
        min-width: 670px;
    } 

    .auteur {
        background-color: white !important;
        min-width: 150px;
    }

    .bleu {

        color:black !important;
    }


}

body {
    font-size: 19px;
}


table#tb_livres {

    border-spacing:0;
    border-collapse: collapse;
    

}

.img2
{
    display:none;
}


table#tb_livres tr td{
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    
    padding-top: 10px;
    padding-left: 10px;
    /*padding-right: 10px;*/
    padding-bottom: 10px;

    page-break-inside: avoid;
}

.gras {
    font-weight: bold;
}

input[type=submit]:hover {
    color:black;
}


input[type=button], input[type=submit], input[type=reset] {
    color:#fff;
    background-color: #007bff;
    border-color: #007bff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    cursor:pointer;
 
}

.auteur {
    background-color: aquamarine;
    min-width: 150px;
    max-width: 150px;
}


img {
    padding-left: 8px;
    padding-right: 8px;
}


a {
    word-wrap: break-word;
}

td {
    word-wrap: break-word;
}

@media only screen {


    .url2
    {
        display: none !important;
    }
}



@media only screen and (min-width: 1600px) {
    

    
    .resume {
        max-width: 850px;
    }   
    
  }


  @media only screen and (min-width: 1175px) {
    


    .resume {
        max-width: 850px;
    }   

  }

  @media only screen and (max-width: 750px) {
    .img2
    {
        display:block;
    }
    
    .image_resp {
        display:none;
    }

    

  }

 


h5 {

    font-weight: normal;
}
  


h1,h2,h3,h4,h5 {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-bottom: 0px;

}

