

/*css UFO :  Histoire Pages*/

 

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



/*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);
    font-size: 30px;
    text-align: center;
    color: rgb(71, 11, 128);

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

}

.sujet{
    text-align: center;
    border-radius: 12px;
    border-radius: 12px;
    background-color: rgb(88, 230, 182);
    border: 3px solid rgb(12, 102, 95);
    box-shadow: rgb(12, 102, 95) 1px 1px 12px inset;   
    color:  rgb(10, 71, 66);
    font-size: 35px;

    padding: 15px;
    margin: 30px 30%;

}




/*répartition frise*/

.répartition2{
    display: flex;
    flex-direction: column;
}

/*Block présentation*/


.divlien{
    display: grid;
    grid-template-areas:
    "img Titre"
    "img LienPage"    
    ;
    grid-template-columns: 380px 600px ;
    grid-template-rows: 160px 80px;


    gap: 10px;

    border-radius: 12px;
    background-color: rgb(12, 102, 95);
    border: 3px solid rgb(88, 230, 182);
    box-shadow: rgb(88, 230, 182) 1px 1px 12px inset;

    padding: 10px;
    margin: 0 auto;

}

.img{
    grid-area: img;
    border: 3px solid rgb(88, 230, 182);
    box-shadow: rgb(88, 230, 182) 1px 1px 12px inset;
    border-radius: 12px;
    height: 100%;
    width: 100%; 
    overflow: hidden;
}

.imglien{
    grid-area: imglien;
    width: 100%;
    height: 100%;
}

.Titre{
    grid-area: Titre;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: 12px;
    background-color: rgb(1, 7, 5);
    border: 3px solid rgb(88, 230, 182);
    box-shadow: rgb(88, 230, 182) 1px 1px 12px inset;

    color: rgb(226, 253, 251);
    padding: 10px;

    width: 100%;
    height: 100%;

}

.TitreP1{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

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




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

    background-color: rgb(1, 7, 5);
    border: 3px solid rgb(88, 230, 182);
    box-shadow: rgb(88, 230, 182) 1px 1px 12px inset;
    border-radius: 12px;
    font-size: 25px;

    padding: 10px;
    width: 100%;
    height: 100%;
}

.imgDrapeau{
    border-radius: 5px;
    width: 60px;
    height: 35px;

}

.date{
    color:rgb(226, 253, 251);
    font-size: 22px;
}



.sujet2{
    text-align: center;
    border-radius: 12px;
    background-color: rgb(88, 230, 182);
    border: 3px solid rgb(12, 102, 95);
    box-shadow: rgb(12, 102, 95) 1px 1px 12px inset; 
    color:  rgb(10, 71, 66);
    font-size: 25px;

    padding: 15px;
    margin: 30px 35%;

}


/*Liens*/

.répartition3{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}



 .lienYoutube{
        display: flex;
        flex-direction: row;
        justify-content: center;

        border-radius: 12px;
        background-color: rgb(12, 102, 95);
        border: 3px solid rgb(88, 230, 182);
        box-shadow: rgb(88, 230, 182) 1px 1px 12px inset;

        padding: 10px;
       
        width: 80%;
        height: auto;
        
    }

 
.img1{
    border-radius: 12px;
    border: 2px solid rgb(88, 230, 182);
    box-shadow: rgb(88, 230, 182) 1px 1px 15px;
    width: 350px;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
}

.img2{
    width: 100%;
    height: 100%;
}

.plien{
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;

    color: white;
    padding: 10px;
    margin-left: 15px;
    width: 100%;
    height: 150px;
}
 

.plien1{
    font-size: 20px;
    color: white;
    padding: 10px;
}

.plien2{    
    font-size: 20px;
    color: white;
    padding: 10px;
}





