#box {
    background-color: black;
    width : 150px;
    height : 150px;
    border-top : 150px solid rgba(255, 255, 0, 0.7); /*jaune*/
    border-right : 150px solid rgba(255, 0, 0, 0.7);/*rouge*/
    border-bottom : 150px solid rgba(0, 0, 255, 0.7);/*bleu*/
    border-left : 150px solid rgba(0, 255, 0, 0.7);/*vert*/
    border-radius : 50%;
}

