#cercles {
    position: relative;
    height: 280px;
    width: 280px;
    bottom: 590px;
    margin: auto;
}

#circle1 {
    position: relative;
    top: 21.5px;
    left: 0.5px;
    width: 238px;
    height: 238px;
    border-radius: 50%;
    background-color: transparent;
    margin: auto;
    z-index: 5;
}

#circle2 {
    position: relative;
    top: 21.5px;
    left: 1.9px;
    width: 238px;
    height: 238px;
    border-radius: 50%;
    background-color: #76756d;
    margin: auto;
    z-index: 2;
}

#circleColors {
    height: 300px;
    position: relative;
    bottom: 247px;
    z-index: 1;
}