
/* BLOC COMPETENCE*/

.blocs-competences{
    background-color:#FEFEFF;
}

.blocs-competences h3{
    color: rgb(7, 7, 7);
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 1.7rem;
    padding-left: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    letter-spacing: .3rem;
    font-weight: 800;
}

.blocs-competences .presentation-competence{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 300;
    display: flex;
    justify-content: center;
    margin: 0;
    padding:2rem 2rem 2rem 2rem;
}

.blocs-competences .competence{
    display: flex;
    flex-direction: column;
}

.left-accolade{
    font-size: 1.5rem;
    margin-right: .5rem;
    margin-top: -.5rem;
}

.right-accolade{
    font-size: 1.5rem;
    margin-left: .5rem;
    margin-top: -.5rem;
}

.outils-web-design{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-evenly;
    margin-top: 0;
    padding-bottom: 1rem;
    position: relative;
}
.circle{
    width:2.5rem;
    height:2.5rem;
    background: rgba(248, 247, 247, 0.3);
    margin:10px;
    border-radius:100px; 
    box-shadow: 1px 2.5px 10px 2px  rgba(7, 7, 7, 0.7);
}

.circle img{
    width: 2.5rem;
    height: 2.5rem;
}

.noms-outils{
    font-family: 'Source Sans Pro', sans-serif;
    color: #124da7;
    font-size: 1rem;
    text-align: center;
    margin: 0;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.eau-svg{
    background-image: url("../motif-eau.svg");
    background-size: contain;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 17rem;
    position: absolute;
}

.categories-travaux{
    display: flex;
    flex-wrap:wrap ;
    justify-content: center;
    padding-left: 1%;
    padding-right: 1%;
}

.categories-travaux a {
    padding-bottom: 2%;
}

.categories-travaux figure{
    position: relative;
    margin: 0;
}

.categories-travaux img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 10px 10px;
}

.categories-travaux figcaption{  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    color:#FEFEFF;
    background-color: rgba(7, 7, 7, 0.85);
    opacity: 1;
    transition: opacity .5s ease-in-out;
    justify-content: space-around;
    border-radius: 10px 10px 10px 10px;
}

.categories-travaux figcaption h4{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: .5rem;
    color: #FEFEFF;
    font-weight: 200;
    letter-spacing: 0.5rem;
}

#web-design{
    z-index: 1;
    background-color:  #FEFEFF;
}
#graphisme{
    z-index: 3;
    background-color:  #FEFEFF;
}
#gestion-de-projet{
    z-index: 4;
    background-color:  #FEFEFF;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 100%;
    }
}
@media screen and (min-width: 1024px) {

    .blocs-competences h3{
        margin: 0;
        padding: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: 1.5rem;
        font-size: 1.6rem;
    }
    .blocs-competences .presentation-competence{
        margin: 0;
        padding-top: 4rem;
        padding-bottom: 3rem;
        font-size: 1.2rem;
    }
    .left-accolade{
        font-size: 1.8rem;
        margin-right: 1rem;
        margin-bottom: 0.1rem;  
    }
    .right-accolade{
        font-size: 1.8rem;
        margin-left: 1rem;
        margin-bottom: 0.1rem;
    }
    #web-design{
        position: sticky;
        top: 3.5rem;
    }
    #graphisme{
        position: sticky;
        top: 7rem;
    }
    #gestion-de-projet{
        position: sticky;
        top: 10.5rem;
    }

    .outils-web-design{
        padding-top: 2rem;
        justify-content: center;
        padding-bottom: 0;
    }

    .circle{
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        width:2.8rem;
        height:2.8rem;
    }
    .circle img{
        width:2.8rem;
        height:2.8rem;
    }

    .noms-outils{
        opacity: 0;
        font-weight: 400;
        font-size: 1.1rem;
        padding: 0;
    }

    .eau-svg{
        top: 11rem;
        margin-top: 3.5rem;
    }

    .categories-travaux {
        display: flex;
        flex-wrap:nowrap ;
        justify-content: center;
        align-items: center;
    }
    .categories-travaux img {
        height: 12rem;
        width: 20rem;
    }
    .blocs-competences .lien-milieu img{
        height: 13rem;
        width: 23rem;
    }

    .categories-travaux .lien-milieu figcaption{
        height: 13rem;
        width: 23rem;
    }
    
    .categories-travaux  a {
        padding: .5rem;
    }

    .categories-travaux figcaption{  
        width: 20rem;
        height: 12rem;
        padding:1rem;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        color:#FEFEFF;
        background-color: rgba(7, 7, 7, 0.85);
        opacity: 1;
        transition: opacity .5s ease-in-out;
        font-size: 2rem;
    }
    


}




