.competence-container{
    margin-left: 20%;
    margin-right: 3%;
    
    padding: 1em;
}

.competence {
    
    background-color: #44566c;
    border-radius: 8px;
    margin-top: 4%;
    padding: 1em;
   
}

.competence h1 {
    text-align: center;
    border-bottom: 2px  #201b22 solid;
    margin-bottom: 2%;
}

.box {
    background-color: #dcdcdc;
    margin-bottom: 4%;
    border-radius: 8px;
    padding: 1em;
}

.titre{
    font-size: 2em;
    margin-bottom: 4%;
    color: #fff;
}

@media (max-width: 768px) {
    .box h3 {
        margin-left: 80%;
        width: calc(30% -0.5em);
    }

    .competence h1 {
        font-size: 1.7em;
        margin-left: 0;
        margin-right:0;
    }

    .box h2 {
        font-size: 0.9em;
    }

    .box p {
        font-size: 1em;
    }

    .box:hover {
        transform: scale(1.02);
    }

    .competence-container {
        margin-left: 3%;
    }
   
}