
#rncp
{
    position: relative;
    top:15px;
    margin-right: 7px;
    height:105px;
}

#bienvenue
{
    width:50%;
}

#infos
{
    position: relative;
    left: 55%;
    top: -1000px;
    width: 43%;
    height: 1100px;
    box-shadow: 12px 12px 12px rgba(0,0,0,0.2);
    border-radius: 8px;
    text-align: center;
    padding: 10px 10px 10px 10px;
    background: linear-gradient(0deg, white -30.44%, rgba(247, 207, 27, 0.747) 30.75%);
    color:black;
}

@media screen and (min-width: 1000px)
{
    #infos
    {
        position: absolute;
        left: 60%;
        top: 35px;
        width: 35%;
        height: 570px;
        box-shadow: 12px 12px 12px rgba(0,0,0,0.2);
        border-radius: 8px;
        text-align: center;
        padding: 10px 10px 10px 10px;
        background: linear-gradient(0deg, white -30.44%, rgba(247, 207, 27, 0.747) 30.75%);
        color:black;
    }    
}

.acc
{
    position:relative;
    top : -930px;
    width:calc(100%-40px);
}

@media screen and (min-width: 1000px)
{
    .acc
    {
    position:relative;
    top : 20px;
    }
}

.round-img {
    border-radius: 100px;
    width:200px;
    height:200px;
}
