@import "general.css";



.sectionBento {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #F5F5F7 57.61%, #FCFCFD 84.61%, #FFF 100%);

    min-height: 740px;
}

@media (max-width: 500px) {
    .sectionBento {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: fit-content;

        padding-bottom: 50px;
        padding-top: 50px;
        background: linear-gradient(180deg, #F5F5F7 57.61%, #FCFCFD 84.61%, #FFF 100%);

    }
}


.bento {
    width: 780px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 500px) {
    .bento {
        width: 350px;
        display: flex;
        flex-direction: column;

    }
}


.bento_moi, .bento_email, .bento_formation, .bento_competence {
    background-color: #ffffff;
    border-radius: 10px;
}

.bento_competence {
    width: 520px;
    height: 260px;
}

.bento_competence h3
{
    font-family: 'Plush';
    font-weight: bold;
    font-size: 30px;
    color: #270702;

    margin-top: 25px;
    margin-left: 25px;
    margin-bottom: 20px;
}

.Allcompetences {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 11px;
    flex-wrap: wrap;

    padding-left: 25px;
}

.competence {
    display: flex;
    padding: 10px 19px;
    align-items: center;
    align-content: center;
    gap: 10px;

    height: 24px;

    border-radius: 36px;
    background-color: #ffffff;
    box-shadow: 0px 12px 3px 0px rgba(0, 0, 0, 0.00), 0px 8px 3px 0px rgba(0, 0, 0, 0.01), 0px 4px 3px 0px rgba(0, 0, 0, 0.03), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 0px 1px 0px rgba(0, 0, 0, 0.05);
}

.competence p {
    color: #000;
    font-family: Satoshi;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130.573%; /* 23.503px */
}

@media (max-width: 500px) {
    .bento_competence {
        width: 350px;
        height: 275px;
        position: relative;
    }
}


.bento_email {
    width: 230px;
    height: 260px;
}

.bento_email p {
    font-family: 'Plush';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #270702;


    margin-top: 55px;
    margin-bottom: 14px;
}

@media (max-width: 500px) {
    .bento_email p {
        font-family: 'Plush';
        font-weight: bold;
        font-size: 30px;
        text-align: center;
        color: #270702;

        margin-top: 20px;
        margin-bottom: 10px;
    }
}

#Bouton_Copie_Email {
    margin-left: 50px;
    margin-right: 50px;
    background-color: #F6F6F6;

    color: #270702;
    font-family: 'Satoshi';
    font-size: 15px;

    width: 130px;
    height: 40px;

    /* padding: 13px 24px; */
    border-radius: 20px;
    border: none;

    transition: 300ms;
}


#Bouton_Copie_Email:hover {
    background-color: #D72106;
    color: #ffffff;
    cursor: pointer;

}

.boutonEmailCliqué {
    color: #FF1500 !important;
    background-color: transparent !important;
}

.hidden {
    display: none;
}

@media (max-width: 500px) {
    .bento_email {
        width: 350px;
        height: 200px;
        position: relative;
    }
}

.bento_formation {
    width: 250px;
    height: 260px;
}

.premiereSectionParcours, .deuxiemeSectionParcours {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 25px;
    margin-top: 20px;
}

.premiereSectionParcours h6, .deuxiemeSectionParcours h6 {
    color:  #000;
    font-family: 'Satoshi';
    font-size: 14px;
    font-weight: normal;

    margin: 0px;
}

.premiereSectionParcours h5, .deuxiemeSectionParcours h5 {
    color: #000;
    font-family: 'Satoshi';
    font-size: 18px;
    font-weight: bold;

    margin: 0px;
}

.premiereSectionParcours p, .deuxiemeSectionParcours p {
    color: #000;
    font-family: 'Satoshi';
    font-size: 14px;
    font-weight: normal;

    margin: 0px;
}


.bento_formation h3 {
    font-family: 'Plush';
    font-weight: bold;
    font-size: 30px;
    color: #270702;

    margin-top: 22px;
    margin-left: 22px;
    margin-bottom: 0px;
}

@media (max-width: 500px) {
    .bento_formation {
        width: 350px;
        height: 270px;
        position: relative;
    }
}

.bento_moi {
    width: 500px;
    height: 260px;
    background-color: #233F2E;
}

.bento_moi h3{
    font-family: Plush;
    font-weight: bold;

    font-size: 30px;
    color: #AFE67F;

    margin-top: 22px;
    margin-left: 22px;
    margin-bottom: 0px;

}

.bento_moi p {
    font-family: 'Satoshi';
    font-size: 16px;
    color: #ffffff;

    margin-top: 10px;
    margin-left: 22px;
}

@media (max-width: 500px) {
    .bento_moi {
        width: 350px;
        height: 300px;
        position: relative;
    }
}