/*css Ufo - Pages sommaire*/



*{
    margin: 0;
}




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


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


/*   HEADER   */

header{
    border: 1px solid rgb(10, 177, 123);
    background-color: rgb(240, 252, 248);

    display: grid;
    grid-template-areas: 
        "a1 a2 a3"
        "a1 a4 a3"
       ;
    grid-template-columns: 10% 80% 10%;
    grid-template-rows: auto auto;

    justify-content: space-between;
    align-items:center;

    font-family: 'Comme', sans-serif;
    color: rgb(6, 121, 112);
    border-radius: 12px;
    padding: 5px;

}

.a1 {
    grid-area: a1;    
}

.a1a{
    width: 70px;
    border-radius: 15px;
    margin-left: 10px;
}

.a2 {
    grid-area: a2;
    text-align: center;
    font-weight: bold;
    font-size: 50px;    
}

.a3 {
    grid-area: a3;       
}

.a3a{
    width: 70px;
    border-radius: 15px;
    margin-right: 10px;
}

.a4 {
    grid-area: a4;
}

.a4b{
    text-align: center;
    margin-bottom: 5px;
    font-size: 26px;
}

.a4a{
    
    font-weight: bold;
    font-size: 26px;
}




/*main*/


body{
    font-family: 'Comme', sans-serif;
    
}


.div1{
    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);
    padding: 10px 20px;
    font-size: 30px;
    text-align: center;
}

.div1a{
    border-radius: 15px;
    background-color: rgb(12, 102, 95);
    border: 3px solid rgb(12, 80, 75);
    box-shadow: rgb(24, 218, 201) 2px 2px 20px inset;
    color:white;
    
    padding: 10px 20px;
    font-size: 20px;
    text-align: center;
}




.m1{
    margin: 10px 25%;
}

.m2{
    margin: 10px 0;
}

/*blocks*/

.div2{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}



.div2-1{
    background-color: white;
    border: 3px solid rgb(88, 230, 182);
    box-shadow: rgb(88, 230, 182) 1px 1px 12px inset;
    color: rgb(15, 87, 71);
    width: 500px;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
}

.div2-1{
    margin-bottom: 5px;
}

.div2-1-1{
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 2px solid rgb(88, 230, 182);
    box-shadow: rgb(88, 230, 182) 1px 1px 12px;
    padding: 2px;
}

.img2-1-1{

    display: block;
    width: 100%;
    height: 280px;

}

/*logo*/

.logos{
    display: flex;
    justify-content: space-around;


}

.imglogo{
    width: 35px;
}


/* Block modèle 2* : musique */

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


.div22{
    display: flex;
    gap: 5px;
    flex-wrap: wrap; 
}



.divp21{
    display: block;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.divp22{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}


.div22-1{
    display: flex;
    flex-direction: column;
    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 12px inset;
    width: 230px;
    height:370px;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 5px;
}



.div22-1-1{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 3px solid rgb(19, 177, 164);
    box-shadow: rgb(11, 179, 165) 1px 1px 12px;
    padding: 2px;
}

.img22-1-1{

    display: block;
    width: 100%;
    height: 100%;

}

.logo22{
    width: 70px;
}

.p0{
    display: flex;
    flex-direction: column;
    background-color: rgb(12, 102, 95);
    border: 3px solid rgb(19, 177, 164);
    box-shadow: rgb(11, 179, 165) 1px 1px 12px inset;
    width: auto;
    height: 35px;
    padding: 10px;
    border-radius: 12px;
    font-size: 18px;
    color: white;
    padding-left: 2px;
    margin-bottom: 10px;
}


.p2{
    display: flex;
    flex-direction: column;
    background-color: rgb(12, 102, 95);
    border: 3px solid rgb(19, 177, 164);
    box-shadow: rgb(11, 179, 165) 1px 1px 12px inset;
    width: auto;
    padding: 10px;
    border-radius: 12px;
    font-size: 18px;
    color: white;
    padding-left: 10px;
    margin-bottom: 10px;
}
.p3{
    display: flex;
    flex-direction: column;
    background-color: rgb(12, 102, 95);
    border: 3px solid rgb(19, 177, 164);
    box-shadow: rgb(11, 179, 165) 1px 1px 12px inset;
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    font-size: 18px;
    color: white;
    margin-bottom: 10px;
}
.p4{
    width: auto;
    padding: 10px;
    border-radius: 12px;
    font-size: 20px;
    color: white;

}



