/* ---------- GENERAL ---------- */
:root {
    --BleuClaire: #0063F6;
    --BleuFonce: #0050C7;
}

#all10 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(0,99,246,1) 77%, rgba(0,80,199,1) 100%);
    width: 100%;
    height: 100%;
}

/* --------- CONTENT --------- */
#all10 .allBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#all10 .allBtn .icons {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#all10 .allBtn .icons svg {
    color: var(--BleuFonce);
    stroke: 1.5px;
    background: white;
    padding: 8px;
    border-radius: 100%;
}

#all10 .allBtn .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: var(--BleuFonce);
    background: white;
    padding: 5px 36px;
    border-radius: 5px;
    width: 50%;
}

#all10 .allBtn .btn svg {
    stroke: 1.5px;
    width: 30px;
    height: 30px;
    fill: var(--BleuFonce);
}

#all10 .allBtn .btn p {
    position: relative;
    top: 2.5px;
    font-family: 'Kufam';
    font-weight: 600;
    font-size: 28px;
    margin: 0;
    padding: 0;
}