.bulle-icone.turquoise {
    background-color: #00ffdc;
}

.bulle-icone-bordure.turquoise {
    background-color: #20b997;
}

.soustitre {
margin-bottom: 35px;
text-align: left;
font-weight: bold;
font-size: 2rem;
letter-spacing: 0px;
color: #000000;

}


.gras {
   font-weight: bold;
   font-size: 1rem;

}

.paragraph-a-propos {
    margin-bottom: 20px;
}

.list {
    list-style: disc inside;
    margin: 1rem 0;
}

.carre {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid #03886D;
    width: 200px;
    padding: 10px;
    background-color: #F9F9F9;
}


.carre a {
text-align: left;
color: #03886D;
margin-bottom: 2rem;
}


.container-a-propos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.project {
    text-align: center;
    max-width: 300px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.project img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
