

/*css Impacts Humain*/


*{
    margin: 0;
}


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

.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: 30px;
    text-align: center;

    padding: 10px 20px;
    margin: 10px 25%;
}

.Infos{
    border-radius: 15px;
    box-shadow: rgb(10, 177, 123) 1px 1px 12px;
    color: rgb(6, 121, 112);
    border: 1px solid rgb(10, 177, 123);
    background-color: rgb(240, 252, 248);
    font-size: 20px;
    text-align: center;

    padding: 20px 20px;
    margin: 10px 25%;
}

.Partie{
    border-radius: 15px;
    box-shadow: rgb(9, 115, 177)1px 1px 12px inset;
    color: rgb(3, 61, 90);
    border: 1px solid rgb(10, 95, 145);
    background-color: rgb(206, 237, 255);
    font-size: 26px;
    text-align: center;

    padding: 20px 20px;
    margin: 40px 30%;
}



.répartition{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 5px;
}

a{
    text-decoration: none;
    color: white;
}


        /*  block  */


.divl1{
    display: flex;
    flex-wrap: wrap;
}

.divl1-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background-color: rgb(1, 48, 43);
    border: 3px solid rgb(19, 177, 164);
    box-shadow: rgb(11, 179, 165) 1px 1px 12px inset;   
    border-radius: 12px;
    
    
    gap: 6px;

    margin-bottom: 10px;
    padding: 12px;

    width: 400px;
    height:auto;
}





.pl2{
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;

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

    margin-bottom: 10px;
    padding: 8px;

    width: 100%;
    height: 60px;
}

.pl2b{
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;

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

    margin-bottom: 10px;
    padding: 8px;

    width: 100%;
    height: 105px;
}

.pl2a{
    font-size: 22px;
    font-weight: bold;
}


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

    
    width: auto;
    height: 220px;
    overflow: hidden;

}

.imgl3-1-1{
    display: block;
    width: 100%;
    height: 100%;

}

.pl4{
    display: block;
    text-align: center;

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

    padding: 10px;
    margin-bottom: 10px;

    width: 100%;
    height: 330px;
}

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

    padding: 10px;

    width: 100%;
    height: 52px;
}

.logol5{
    width: 60px;
}