/*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  : Films */

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

a{
    text-decoration: none;
}

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

.div42-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: 380px;
    height:auto;
}

.p40{
    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;
    margin-bottom: 10px;

    width: 100%;
    height: 48px;
}

.img40{
    width: 30px;
}

.logo42{
    width: 90px;
}

.p42{
    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: 92px;
}

.p42a{
    font-size: 22px;
    font-weight: bold;
}
.p42b{
    font-size: 18px;
}

.div42-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;

}

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

}

.p43{
    display: block;
    text-align: justify;

    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: 130px;
}

.p41{
    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;
}


