figure {
    max-width:100%;
    margin-top:2vh;
}
figcaption {
    display: none;
    text-align:center;
}

#bg-presentation {
    padding-top:50px;
    background-color:white;
    width:100%;
    height:auto;
}
.hpresentation {
    color:#bbd29e;
    position: absolute;
    top:10%;
    left:30%;
    z-index:10;
}
.presentation {
    margin-top:5%!important;
    width:100%;
    display:flex;
    flex-wrap: wrap;
    align-items:flex-start;
    justify-content: space-around;

}
.texte-presentation{
    display:flex;
    flex-direction:column;
    width:90%;
    height:auto;
    }
.moi {
    display:flex;
    object-fit: contain;
    max-height:100%;
	max-width:100%;
}
.accroche {
    text-align: left;
    color: #bbd29e;
    font-size: 1.3rem;
    margin-left:1%!important
    padding-top:0%!important;
    margin-top: 0px!important;
}
.montexte {
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    font-size:1em;
    padding-top:2%;
}
.icones {
    width:100%;
}
#competences {
    background-color:#dde9cf;
    width:100%;
    height:auto;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}
    .cv-box {
        margin:5%!important;
        text-align:center;
    }
    .cv {
        background-color:#bbd29e;
        padding:14px;
        color:black;
        text-align: center;
        border-radius: 5px;
    }
    .parcour{
        color:black;
    }

/*MEDIA SCREEN */
@media (min-width: 576px) {
    .parcour{
        flex-direction: column;
    }
    .montexte{
        flex-direction:column;
    }
    figcaption {
        display: flex;
        text-align:center;
}
    .icones {
        width:50%;
}

}
/* Tablettes */
@media screen and (min-width:768px) {
    #competences {
        display:flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap:wrap;
    }
    .bg-presentation{
        top:2px;
    }
    .accroche {
        font-size: 1.6rem;
}

    .texte-presentation {

    display: flex;
    flex-direction: column;
    width: 80%;
    height: auto;

}

    .moi {
        width:50%;
        height: auto;
}
    .montexte{
        font-size:1.2em;
    }
}

/* */
@media (min-width: 992px) {
    .texte-presentation {
        width: 60%;
        height: auto;

}
}
/* Ordinateur de bureau */
@media screen and (min-width:1024px) {
    .hpresentation {
        color:#bbd29e;
        position: absolute;
        left:20%;
        top:8%;
        z-index:10;
}
    .moi {
        width:37%;
        height: auto;
    }
    .accroche {
    font-size: 2.3rem;
}

}
@media screen and (min-width:1440px) {

    .moi {
        width:30%;
        height: auto;
    }
    .parcour{
        font-size:1.9em;
    }
}
/* HD Desktop */

@media screen and (min-width:1920px) {
    .moi {
        width:28%;
        height: auto;
    }
    #bg-competences {
        background-color:#bbd29e;
        width:100%;
        height:50%;
}
}