

/*css Ufo : Intro*/



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



/*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: 25px;
    text-align: center;

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

.répartition{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.BlockImg{   
    border-radius: 12px;
    border: 3px solid rgb(88, 230, 182);
    box-shadow: rgb(88, 230, 182) 3px 3px 12px;
    border-radius: 15px;

    margin-bottom: 10px;

    overflow: hidden;
    width: 550px;
    height: 600px;
}

.ImgBlockImg{
    display: block;
    border-radius: 12px;

    width: 100%;
    height: 100%;
}

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

    padding: 30px;
    
    width: 550px;
    height: 600px;
}




.répartition2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    box-shadow: rgb(10, 177, 123) 2px 2px 12px;
    color: rgb(6, 121, 112);
    border: 1px solid rgb(10, 177, 123);
    background-color: rgb(240, 252, 248);
    gap: 10px;
    padding: 20px;
    margin: 40px 5%;
    width: auto;
    height: auto;
    
}

.Panap{
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(10, 177, 123) 2px 2px 12px;
    border: 1px solid rgb(10, 177, 123);
    border-radius: 12px;
    color: rgb(6, 121, 112);
    width: 300px;
    overflow: hidden;
    height: auto;
    
}

.LogoPanap{
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.Panap1 {
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 50px; 
    width: 100%;  
    height: auto; 
}

.Panap2{  
    font-weight: bold;
    font-size: 28px;   
}

.Panap3{  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 20px;
    width: 100%;  
    height: auto;   
}

.contact{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 30px;
    
    font-size: 24px;
    line-height: 150%;

    padding: 10px;
    margin-right: 10px;
    
    width: 100%;  
    height: auto;
}

.Nom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mail{
    font-weight: bold;
}










