

/*css Ufo - Modèles liens simples*/


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

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

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

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

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