/*css Ufo - Pages sommaire*/



*{
    margin: 0;
}

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

a{
    text-decoration: none;
}



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

.m1{
    margin: 10px 25%;
}


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

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

/*blocks map*/

.block-map{
    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: 10px;
    padding: 10px;

    width: 300px;
    height:auto;
}

.pays{
    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: 50px;
}


.map1{
    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: 180px;
    overflow: hidden;

}

.imgmap1{
    display: block;
    width: 100%;
    height: 100%;

}


/*blocks vidéo foncé*/

.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: 300px;
    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: 80px;
}

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

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

.logoC{
    width: 35px;
}


/*blocks site clair*/


.blocksite{
    background-color: white;
    border: 3px solid rgb(88, 230, 182);
    box-shadow: rgb(88, 230, 182) 1px 1px 12px inset;
    width: 230px;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
}

.nomsite{
    font-size: 24px;
    color: black;
    height: 50px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}


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

.imgsite2{

    display: block;
    width: 100%;
    height: 170px;
}

.infos2{
    font-size: 16px;
    color: black;
    height: 140px;
    padding-top: 10px;  
}

/*logo*/

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

.imglogo{
    width: 35px;
}


