

/*CSS UFO : Livres Présentation*/

 

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}




body {
    background-image: url("../../Images/FondUfo1.jpeg");
    background-size: cover;  
    background-attachment: fixed;
    font-family: 'Comme', sans-serif;
    margin: 5px;
}


a{
    text-decoration: none;
    color: rgb(15, 87, 71);
}



/*main*/



.Chapitre{
    border-radius: 15px;
    border: 2px solid rgb(147, 67, 223); 
    box-shadow: rgb(147, 67, 223) 1px 1px 12px;
    background-color: rgb(232, 213, 252);
    color: rgb(71, 11, 128);
    
    font-size: 28px;
    text-align: center;

    padding: 10px 20px;
    margin: 40px 15%;
}

main{
    padding: 0 5%;
}

    .BlockLivre{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;

        background-color: rgb(1, 26, 23);
        border: 3px solid rgb(19, 177, 164);
        box-shadow: rgb(11, 179, 165) 1px 1px 20px inset;  
        border-radius: 12px;

        gap: 10px;
        padding: 10px;

        width: auto;
        height: auto;

    }

        
    .img{   
        border-radius: 12px;
        border: 3px solid rgb(19, 177, 164);
        box-shadow: rgb(11, 179, 165) 1px 1px 12px ;

        width: 700px;
        overflow: hidden;
        height: 650px;
    }


    .imgL3{
        display: block;
        width: 100%;
        height: 100%;

    }


    .répartition2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: 10px;

        width: 100%;
        height: 650px;
    

    }

   
    .Auteur{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: center;

        background-color: rgb(12, 102, 95);
        border: 2px solid rgb(19, 177, 164);
        box-shadow: rgb(11, 179, 165) 1px 1px 12px inset;
        border-radius: 12px;
        color: white;
        
        padding: 10px;

        width: 100%;
        height: 100%;   

    }

    .Auteurbis{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        align-items: self-end;

        background-color: rgb(12, 102, 95);
        border: 2px solid rgb(19, 177, 164);
        box-shadow: rgb(11, 179, 165) 1px 1px 12px inset;
        border-radius: 12px;
        color: white;
        
        padding: 15px;

        width: 100%;
        height: 100%;   

    }

    .NomAuteur{
        display: flex;
        flex-direction: column;
        font-size:28px;

        width: 100%;
        height: auto;
    }

    .NomAuteurbis{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 26px;
        gap: 15px;

        width: 100%;
        height: auto;
    }


    .imgAuteur{
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: rgb(172, 255, 248) 1px 1px 12px;
        border-radius: 12px;

        margin-right: 20px;

        width: 230px;
        overflow: hidden;
        height: 190px;
    }

     .imgAuteurbis{
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: rgb(172, 255, 248) 1px 1px 12px;
        border-radius: 12px;

        width: 150px;
        overflow: hidden;
        height: 160px;
    }

    .imgAuteur2{
        display: block;
        width: 100%;
        height: 100%;
    }

         
    .TitreLivre{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;

        background-color: rgb(12, 102, 95);
        border: 2px solid rgb(19, 177, 164);
        box-shadow: rgb(11, 179, 165) 1px 1px 12px inset;
        border-radius: 12px;
        color: white;
        font-weight: bold;
        font-size: 28px;
        
        padding: 20px; 

        width: 100%;
        height: 500px;

    }

    .TitreLivre2{
        text-align: center;
        font-size: 20px;
        margin-top: 20px;
    }



    .DatePublication{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        text-align: center;

        background-color: rgb(12, 102, 95);
        border: 2px solid rgb(19, 177, 164);
        box-shadow: rgb(11, 179, 165) 1px 1px 12px inset;
        border-radius: 12px;
        color: white;
        font-size: 17px;

        padding: 10px ;

        width: 100%;
        height: 60px;
   
    }

    .Date{
        font-size: 20px;
    }

    .LienAchatLivre{
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;

        background-color: rgb(12, 102, 95);
        border: 2px solid rgb(19, 177, 164);
        box-shadow: rgb(11, 179, 165) 1px 1px 12px inset;
        border-radius: 12px;
        color: white;
        font-size: 18px;

        padding: 20px ;

        width: 100%;
        height: 120px;
   
    }

    .LienAchat{
        font-size: 20px;
        width: 20%;
    }

    .Vendeur{
        font-size: 16px;
        width: 25%;
   
    }

    /*logos*/


    .logos{
        display: flex;
        justify-content: space-around;
        align-items: self-end;
        font-size: 16px;
        padding: 10px;
        width: 100%;
    }

    .imglogo{
        box-shadow: rgb(10, 114, 81) 2px 1px 10px;
        border-radius: 50%;
        margin-top: 5px;
        width: 35px;   
    }

 


    .InfosLivre{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: justify;

        background-color: rgb(12, 102, 95);
        border: 2px solid rgb(19, 177, 164);
        box-shadow: rgb(11, 179, 165) 1px 1px 12px inset;
        border-radius: 12px;
        color: rgb(242, 255, 254);
        font-size: 20px;
        line-height: 160%;

        padding: 70px;
        margin-top: 20px;

        width: 100%;
        height: auto;
    

    }

    .interligne{
        margin: 15px 0;
    }

    .Liste{
        text-align: start;
        padding-left: 20px;
    }









