html, body, h1, h2, h3, h4, h5, h6, ul,
li, a, p, span, nav, section, div, article,
main, img, header, button, input, .custom-select-box{
    --color: #0070B2;
    --fond: #DCF3FF;
}


/*Expérience Étudiant*/
.experience-container{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    padding-top: 15px;
    border-radius: 10px;
    margin-top: 15px;
    position: relative;
}

.delete-children{
    /*background: url('/img/delete-blue.svg') center no-repeat;*/
}

.delete-experience{
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    /*background: url('/img/delete-blue.svg') center no-repeat;*/
}

.add-experience{
    margin-left: 5px;
    padding-top: 15px;
    display: block;
    text-align: center;
}


.little.button{
    display: block;
    margin: 0px auto;
    margin-top: 15px;
    width: 100%;
    max-width: 300px;
    padding: 12px 0px;
    font-size: 16px;
    background-color: transparent;
    border: solid var(--color) 2px;
    color: var(--color);
}


