

/*css UFO : Livres*/



*{
    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);
}


.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: 10px 20%;
    margin-top: 30px;
}

/*Partie 1*/


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

.divC22-1{
    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;
    text-align: center;

    padding: 6px;
    margin: 5px 0;

    width: 810px;
    height: auto;
}

.pC1{
    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: 20px;

    padding: 10px;
}

.divC22-2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: rgb(1, 26, 23);
    border: 3px solid rgb(19, 177, 164);
    box-shadow: rgb(11, 179, 165) 1px 1px 20px inset;
    
    padding: 6px;
    border-radius: 12px;
    gap: 6px;


}

.pC2{
    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: 24px;

    padding: 10px;
    width: 260px;
}

.pC2a{
    font-size: 17px;
}




/*blocks */

.répartition2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;

    gap: 30px;

}


.div22{
    display: flex;
    flex-direction: column;

    padding: 10px;
    margin: 30px 0;

}

.div22-1{
    display: flex;
    flex-direction: column;


    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;

    gap: 10px;

    padding: 10px;
    margin: 30px 0;

    width: 450px;


}

.Titre{
    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 ;
    border-radius: 12px;
    color: white;
    
    font-size: 24px;

    padding: 10px;
}

.Infos{
    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;
    border-radius: 12px;
    color: white;
    
    font-size: 20px;

    padding: 10px;
}


.img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    border: 3px solid rgb(19, 177, 164);
    box-shadow: rgb(11, 179, 165) 1px 1px 12px ;
    border-radius: 12px;

    padding: 1px;

    height: 370px;
    height: 450px;
}

.imgL3{

    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;

}



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

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

    padding: 10px;

    width: 100%;
    height: 52px;
}

.logo{
    width: 35px;
}

.p4{
    font-size: 18px;
}
