/*-------------Accueil, bienvenue------------*/

#accueil {
    background-image: url(images/background_accueil.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 10% 60%;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.textePresentation {
    font-size: 16px;
    margin: 5vh 5vw 10vh 5vw;
    text-align: center;
}

.trait.accueil {
    width: 120px;
}

.btn.accueil {
    padding: 6px 12px 6px 12px;
    width: 160px;
    height: 40px;
    border: 3px solid var(--bg-color-2);
    font-size: 16px;
}

.btn-2.accueil {
    line-height: 35px;
}

.btn-1.accueil:hover {
    box-shadow: inset -160px 0 0 0 var(--color-fond-opacity);
}

.btn-2.accueil:hover {
    box-shadow: inset -160px 0 0 0 var(--bg-color-2);
}

.groupeBouton1.accueil {
    width: 80vw;
    height: 150px;
}

/*-------------Présentation, profil------------*/

#profil {
    display: flex;
    flex-direction: column;
    max-height: 110vh;
    width: 100vw;
    padding-top: 7vh;
    /*---(décallage menu mobile)----*/
}

.pageCentrerElement {
    align-items: center;
}

.presentationEtParcours {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.presentationBloc {
    display: flex;
    flex-direction: row;
    margin: 4vh 0 3vh 0;
    justify-content: center;
}

.trait.presentation {
    height: 1px;
    width: 142px;
    margin: 6px 0 6px 0;
}

.photoProfil {
    max-height: 138px;
    margin: 0;
}

.btn.telechargerCV {
    display: none;
}

.infosPrincipales {
    display: flex;
    flex-direction: column;
    max-width: 160px;
    margin-left: 20px;
}

.parcoursBloc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 3vh 0 3vh 0;
}

.evenements {
    display: flex;
    flex-direction: column;
    background-color: var(--bg-color-2);
    width: 70vw;
    height: 70px;
    margin: 0 10vw 0 10vw;
    margin-bottom: 1vh;
    position: relative;
}

.zoneFlecheGauche.parcours {
    background-color: transparent;
    position: absolute;
    width: 18px;
    height: 55px;
    top: 2.5px;
    left: 4px;
    z-index: 2;
}

.zoneFlecheDroite.parcours {
    background-color: transparent;
    position: absolute;
    width: 18px;
    height: 55px;
    top: 2.5px;
    right: 4px;
    z-index: 2;
}

.flecheGauche.parcours {
    top: 26px;
    left: 5px;
}

.flecheDroite.parcours {
    top: 26px;
    right: 5px;
}

.nomEvenement {
    padding-top: 15px;
    visibility: visible;
    align-content: center;
    margin: 0 auto 0 auto;
}

.nomEvenement h4 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.nomEvenement h5 {
    margin: 0;
    text-align: center;
}

.timelineParcours {                /*--|timeline par defaut|--*/
    background: linear-gradient(to left,
            rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5%, white 5%, white 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
    background-size: 98vw 5px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.timelineParcours.stage {           /*--| !! tous les éléments sont obligatoire pour fonctionner !! |--*/
    background: linear-gradient(to left,
            rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5%, white 5%, white 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
    background-size: 98vw 5px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.timelineParcours.brevet {           /*--| !! tous les éléments sont obligatoire pour fonctionner !! |--*/
    background: linear-gradient(to left,
            rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, white 5%, white 72%, var(--bg-color-2) 72%, var(--bg-color-2) 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
    background-size: 98vw 5px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.timelineParcours.bac {           /*--| !! tous les éléments sont obligatoire pour fonctionner !! |--*/
    background: linear-gradient(to left,
            rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, white 5%, white 50%, var(--bg-color-2) 50%, var(--bg-color-2) 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
    background-size: 98vw 5px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.timelineParcours.mmi {           /*--| !! tous les éléments sont obligatoire pour fonctionner !! |--*/
    background: linear-gradient(to left,
            rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, white 5%, white 27%, var(--bg-color-2) 27%, var(--bg-color-2) 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
    background-size: 98vw 5px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.timelineParcours.avenir {           /*--| !! tous les éléments sont obligatoire pour fonctionner !! |--*/
    background: linear-gradient(to left,
            rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, var(--bg-color-2) 5%, var(--bg-color-2) 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
    background-size: 98vw 5px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.rondEvenemnt {
    padding-top: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.rondTimeline {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--bg-color-1);
}

.rondEvenemnt.selectionner {
    padding-top: 22px;
}

.rondEvenemnt.selectionner .rondTimeline {
    width: 28px;
    height: 28px;
    background-color: var(--bg-color-2);
}

.rondEvenemnt.passer .rondTimeline {
    background-color: var(--bg-color-2);
}

.rondEvenemnt h4 {
    font-size: 10px;
}

.rondEvenemnt.selectionner h4 {
    font-size: 14px;
    font-weight: 500;
    color: var(--bg-color-2);
}

.rondEvenemnt.passer h4 {
    color: var(--bg-color-2);
}

/*-------------Compétences, logiciels------------*/

#competences {
    width: 100vw;
    padding-top: 7vh;
    margin-bottom: 7vh;
    /*---(décallage menu mobile)----*/
}

.groupeBlocsLogiciels {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 3vh auto 0 auto;
}

.categorieCompetence {
    width: 240px;
    margin: 2vh auto 2vh auto;
    padding: 0 25px 0 25px;
}

.blocImageCategorieCompetence {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--bg-color-2);
    margin: 0;
    padding: 10px;
}

.blocImageCategorieCompetence h3 {
    padding: 0;
    margin: 10px 0 2px 0;
}

.listeLogiciel {
    border: 3px solid var(--bg-color-2);
    height: 155px;
    padding: 10px 0 10px 0;
}

.logiciel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 15px 5px 15px;
    align-items: center;
}

.logoLogiciel {
    height: 18px;
    vertical-align: middle;
    filter: grayscale(100%);
    transition: transform 0.5s;
}

.logoLogiciel:hover {
    filter: grayscale(00%);
    transition: transform 0.5s;
    transform: scale(1.2);
}

.imageGroupeComepetence {
    width: 50px;
}

.btn.accesRealisations {
    display: block;
    padding: 10px 0;
    width: 140px;
    height: 36px;
    border: 1.5px solid var(--bg-color-2);
    font-size: 14px;
    margin: 1vh auto;
}

.btn-2.accesRealisations:hover {
    box-shadow: inset -150px 0 0 0 var(--bg-color-2);
}

/*-------------------[[Responsive]]------------------*/

@media all and (min-width: 768px) {

    .textePresentation {
        font-size: 20px;
        margin: 5vh 5vw 6vh 5vw;
    }

    .trait.accueil {
        width: 170px;
    }

    #profil {
        height: 110vh;
    }

    .photoProfil {
        max-height: 160px;
        margin: 0;
    }

    .trait.presentation {
        width: 162px;
        margin: 7px 0 7px 0;
    }

    .evenements {
        display: flex;
        flex-direction: column;
        background-color: var(--bg-color-2);
        width: 40vw;
        height: 70px;
        margin-left: auto;
        margin-right: auto;
    }

    .timelineParcours {
        width: 60vw;
        margin: 0 auto 3.5vh auto;
    }

    #profil p {
        margin-bottom: 4vh;
        font-size: 16px;
    }

    .infosPrincipales {
        max-width: 250px;
    }

    .timelineParcours.stage {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, white 20%, white 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 5px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.brevet {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, white 20%, white 65%, var(--bg-color-2) 65%, var(--bg-color-2) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 5px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.bac {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, white 20%, white 50%, var(--bg-color-2) 50%, var(--bg-color-2) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 5px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.mmi {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, white 20%, white 36%, var(--bg-color-2) 36%, var(--bg-color-2) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 5px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.avenir {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, var(--bg-color-2) 20%, var(--bg-color-2) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 5px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #competences {
        height: 92vh;
        padding-top: 4vh;
    }

    .logiciel {
        margin: 7px 15px 7px 15px;
    }

    .logoLogiciel {
        height: 20px;
    }

    .listeLogiciel {
        height: 165px;
    }
}

@media all and (min-width: 1024px) {

    #accueil,
    #profil,
    #competences {
        padding-top: 2.5vh;
        min-height: 94vh;
    }

    #accueil {
        align-items: flex-start;
    }

    .menuTexte.actif::after {
        left: 15px;
    }

    .textePresentation {
        font-size: 20px;
        margin: 5vh 14vw 5vh 3vw;
        text-align: justify;
    }

    .trait.accueil {
        width: 260px;
        margin: 0 5vw 0 3vw;
    }

    .reseausSBlancs {
        height: 30px;
        transition: transform 1s;
    }

    .reseauxGroup {
        width: 260px;
        height: 30px;
        margin: 2vh 0 5vh 3vw;
        justify-content: space-between;
    }

    .btn.accueil {
        padding: 6px 12px 6px 12px;
        width: 180px;
        height: 50px;
        border: 3px solid var(--bg-color-2);
    }

    a.btn.accueil {
        font-size: 18px;
    }

    .btn-1.accueil {
        line-height: 25px;
    }

    .btn-2.accueil {
        line-height: 48px;
    }

    .btn-1.accueil:hover {
        box-shadow: inset -250px 0 0 0 var(--color-fond-opacity);
    }

    .btn-2.accueil:hover {
        box-shadow: inset -250px 0 0 0 var(--bg-color-2);
    }

    .groupeBouton1.accueil {
        width: 600px;
        height: 160px;
        display: flex;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
    }

    .photoProfil {
        max-height: 200px;
    }

    .trait.presentation {
        width: 182px;
        margin: 8px 0 8px 0;
    }

    .lien {
        display: none;
    }

    .btn.telechargerCV {
        display: block;
        padding: 6px 0;
        width: 90px;
        height: 22px;
        border: 1.5px solid var(--bg-color-2);
        font-size: 14px;
        margin-top: 9px;
    }

    .btn.telechargerCV:hover {
        box-shadow: inset -90px 0 0 0 var(--color-fond-opacity);
    }

    .parcoursBloc {
        margin: 6vh 0 2vh 0;
    }

    .presentationEtParcours {
        flex-direction: row;
        justify-content: space-between;
        max-width: 90vw;
        margin: 5vh 3vw 4vh 3vw;
    }

    .evenements {
        display: flex;
        flex-direction: column;
        background-color: var(--bg-color-2);
        width: 300px;
        height: 70px;
        margin: 0 4vw 0 4vw;
        margin-bottom: 1vh;
        position: relative;
    }

    .timelineParcours {
        width: 40vw;
        margin: 0 auto 3.5vh auto;
    }

    .nomEvenement {
        padding-top: 18px;
    }

    .flecheGauche.parcours {
        top: 22px;
    }

    .flecheDroite.parcours {
        top: 22px;
    }

    .timelineParcours.stage {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 5px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.brevet {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 60%, var(--bg-color-2) 60%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 5px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.bac {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 50%, var(--bg-color-2) 50%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 5px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.mmi {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 40%, var(--bg-color-2) 36%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 5px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.avenir {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, var(--bg-color-2) 32%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 5px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .parcoursBloc {
        align-items: center;
    }

    .groupeBlocsLogiciels {
        margin: 0 auto 0 auto;
        vertical-align: middle;
        height: 70vh;
    }

    .categorieCompetence {
        margin-top: auto;
        margin-bottom: auto;
    }

    #profil p {
        margin: 5vh 3vw 8vh 3vw;
    }

    .nomEvenement {
        padding-top: 10px;
    }

    .nomEvenement h4 {
        font-size: 18px;
    }

    .rondEvenemnt h4 {
        font-size: 13px;
    }

    .rondEvenemnt.selectionner h4 {
        font-size: 16px;
        font-weight: 500;
        color: var(--bg-color-2);
    }

    .zoneFlecheGauche.parcours {
        height: 68px;
        top: 2px;
        left: 2px;
    }

    .zoneFlecheDroite.parcours {
        height: 68px;
        top: 2px;
        right: 2px;
    }

    .flecheGauche.parcours {
        top: 28px;
    }

    .flecheDroite.parcours {
        top: 28px;
    }

    .groupeBlocsLogiciels {
        max-height: 500px;
        margin: 3vh auto 0 auto;
        align-items: center;
    }

    .categorieCompetence {
        width: 260px;
        margin: 1vh auto 1vh auto;
        padding: 0 15px 0 15px;
    }

    .logiciel {
        margin: 7px 15px 7px 15px;
    }

    .logoLogiciel {
        height: 20px;
    }

    .listeLogiciel {
        height: 180px;
    }

    .imageGroupeComepetence {
        width: 80px;
    }

    .btn.accesRealisations {
        display: block;
        padding: 12px 0;
        width: 160px;
        height: 38px;
        font-size: 16px;
    }

    .btn-2.accesRealisations:hover {
        box-shadow: inset -180px 0 0 0 var(--bg-color-2);
    }

}

@media all and (min-width: 1280px) {

    .textePresentation {
        font-size: 22px;
        margin: 5vh 14vw 5vh 4vw;
        text-align: justify;
    }

    .trait.accueil {
        width: 300px;
        margin: 0 5vw 0 4vw;
    }

    .reseausSBlancs {
        height: 35px;
    }

    .reseauxGroup {
        width: 300px;
        margin: 3vh 0 5vh 4vw;
    }

    .groupeBouton1.accueil {
        width: 600px;
        height: 160px;
        display: flex;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
    }

    .photoProfil {
        max-height: 230px;
    }

    .trait.presentation {
        width: 214px;
        margin: 10px 0 10px 0;
    }

    #profil p {
        margin: 5vh 3vw 8vh 3vw;
        font-size: 20px
    }

    .btn.telechargerCV {
        padding: 8px 0;
        width: 100px;
        height: 22px;
        border: 2px solid var(--bg-color-2);
        font-size: 15px;
        margin-top: 14px;
    }

    .btn.telechargerCV:hover {
        box-shadow: inset -100px 0 0 0 var(--color-fond-opacity);
    }

    .nomEvenement {
        padding-top: 14px;
    }

    .nomEvenement h4 {
        font-size: 20px;
    }

    .rondEvenemnt h4 {
        font-size: 15px;
    }

    .rondEvenemnt {
        padding-top: 33px;
    }

    .rondEvenemnt.selectionner {
        padding-top: 26px;
    }

    .rondEvenemnt.selectionner h4 {
        font-size: 18px;
    }

    .timelineParcours.stage {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 6px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.brevet {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 60%, var(--bg-color-2) 60%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 6px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.bac {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 50%, var(--bg-color-2) 50%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 6px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.mmi {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 40%, var(--bg-color-2) 36%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 6px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.avenir {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, var(--bg-color-2) 32%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 6px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .rondTimeline {
        width: 21px;
        height: 21px;
    }

    .rondEvenemnt.selectionner .rondTimeline {
        width: 33px;
        height: 33px;
    }

    .categorieCompetence {
        width: 300px;
    }

    .logiciel {
        margin: 7px 15px 7px 15px;
    }

    .logoLogiciel {
        height: 22px;
    }

    .listeLogiciel {
        height: 200px;
    }

    .imageGroupeComepetence {
        width: 90px;
    }

    .btn.accesRealisations {
        padding: 14px 0;
        width: 180px;
        height: 42px;
        font-size: 18px;
    }

    .btn-2.accesRealisations:hover {
        box-shadow: inset -200px 0 0 0 var(--bg-color-2);
    }
}

@media all and (min-width: 1536px) {

    .textePresentation {
        font-size: 25px;
        margin: 5vh 16vw 5vh 4vw;
    }

    .trait.accueil {
        width: 330px;
    }

    .reseausSBlancs {
        height: 40px;
    }

    .reseauxGroup {
        width: 330px;
    }

    .btn.accueil {
        width: 200px;
        height: 70px;
    }

    a.btn.accueil {
        font-size: 20px;
    }

    .btn-1.accueil {
        padding-top: 18px;
        height: 60px;
    }

    .btn-2.accueil {
        line-height: 68px;
    }

    .groupeBouton1.accueil {
        width: 650px;
        height: 170px;
    }

    .photoProfil {
        max-height: 250px;
    }

    .btn.telechargerCV {
        margin-top: 12px;
    }

    .trait.presentation {
        width: 242px;
        margin: 12px 0 12px 0;
    }

    #profil p {
        margin: 5vh 3vw 8vh 3vw;
        font-size: 22px
    }

    .nomEvenement {
        padding-top: 17px;
    }

    .nomEvenement h4 {
        font-size: 22px;
    }

    .parcoursBloc {
        margin: 6vh 1vw 2vh 0;
    }

    .evenements {
        width: 350px;
        height: 85px;
    }

    .flecheGauche.parcours {
        top: 36px;
    }

    .flecheDroite.parcours {
        top: 36px;
    }

    .rondEvenemnt h4 {
        font-size: 18px;
    }

    .rondEvenemnt {
        padding-top: 37px;
    }

    .rondEvenemnt.selectionner {
        padding-top: 30px;
    }

    .rondEvenemnt.selectionner h4 {
        font-size: 22px;
    }

    .timelineParcours.stage {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 7px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.brevet {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 60%, var(--bg-color-2) 60%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 7px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.bac {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 50%, var(--bg-color-2) 50%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 7px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.mmi {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 40%, var(--bg-color-2) 36%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 7px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.avenir {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, var(--bg-color-2) 32%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 7px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .rondTimeline {
        width: 24px;
        height: 24px;
    }

    .rondEvenemnt.selectionner .rondTimeline {
        width: 36px;
        height: 36px;
    }

    .categorieCompetence {
        width: 350px;
    }

    .logiciel {
        margin: 8px 18px 8px 20px;
    }

    .logoLogiciel {
        height: 25px;
    }

    .listeLogiciel {
        height: 250px;
    }

    .imageGroupeComepetence {
        width: 110px;
    }

    .btn.accesRealisations {
        padding: 18px 0;
        width: 200px;
        height: 46px;
        font-size: 20px;
    }
}

@media all and (min-width: 1920px) {

    .menuTexte.actif::after {
        left: 18px;
    }

    .textePresentation {
        font-size: 28px;
        margin: 6vh 16vw 6vh 4vw;
    }

    .trait.accueil {
        width: 380px;
    }

    .reseausSBlancs {
        height: 50px;
    }

    .reseauxGroup {
        width: 380px;
    }

    .btn.accueil {
        width: 220px;
        height: 70px;
        font-size: 22px;
    }

    .btn-1.accueil {
        padding-top: 18px;
        height: 58px;
    }

    .btn-2.accueil {
        line-height: 70px;
    }

    .groupeBouton1.accueil {
        width: 650px;
        height: 170px;
        margin: 3vh auto 5vh auto;
    }

    .presentationEtParcours {
        margin: 3vh 3vw 3vh 3vw;
    }

    .photoProfil {
        max-height: 300px;
    }

    .infosPrincipales {
        max-width: 330px;
    }

    .trait.presentation {
        width: 264px;
        margin: 12px 0 12px 0;
    }

    .btn.telechargerCV {
        margin-top: 12px;
        padding: 14px 0;
        width: 130px;
        height: 24px;
        font-size: 18px;
        margin-top: 30px;
    }

    .btn.telechargerCV:hover {
        box-shadow: inset -130px 0 0 0 var(--color-fond-opacity);
    }

    #profil p {
        margin: 3vh 3vw 5vh 3vw;
        font-size: 26px
    }

    .nomEvenement {
        padding-top: 15px;
    }

    .nomEvenement h4 {
        font-size: 28px;
    }

    .parcoursBloc {
        margin: 6vh 1vw 2vh 0;
    }

    .evenements {
        width: 400px;
        height: 95px;
    }

    .flecheGauche.parcours {
        top: 40px;
    }

    .flecheDroite.parcours {
        top: 40px;
    }

    .rondEvenemnt h4 {
        font-size: 20px;
    }

    .rondEvenemnt {
        padding-top: 40px;
    }

    .rondEvenemnt.selectionner {
        padding-top: 32px;
    }

    .rondEvenemnt.selectionner h4 {
        font-size: 25px;
    }

    .timelineParcours.stage {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 8px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.brevet {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 60%, var(--bg-color-2) 60%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 8px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.bac {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 50%, var(--bg-color-2) 50%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 8px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.mmi {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 31%, white 31%, white 40%, var(--bg-color-2) 36%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 8px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .timelineParcours.avenir {
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, var(--bg-color-2) 32%, var(--bg-color-2) 69%, rgba(255, 255, 255, 0) 69%, rgba(255, 255, 255, 0) 100%);
        background-size: 98vw 8px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .rondTimeline {
        width: 28px;
        height: 28px;
    }

    .rondEvenemnt.selectionner .rondTimeline {
        width: 42px;
        height: 42px;
    }

    .categorieCompetence {
        width: 400px;
    }

    .groupeBlocsLogiciels {
        margin-top: 8vh;
    }

    .logiciel {
        margin: 10px 20px 10px 22px;
    }

    .logoLogiciel {
        height: 30px;
    }

    .listeLogiciel {
        height: 260px;
    }

    .imageGroupeComepetence {
        width: 120px;
    }

    .btn.accesRealisations {
        padding: 15px 0;
        width: 220px;
        height: 50px;
        font-size: 22px;
        margin: 3vh auto;
    }

    .btn-2.accesRealisations:hover {
        box-shadow: inset -260px 0 0 0 var(--bg-color-2);
    }
}
