@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&family=Raleway:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@400;600&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import '../bootstrap-5.3.2-dist/css/bootstrap.min.css';


body {
    /*background-color: lightgray;*/
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

h1{
    font-weight: 600;
}



.paralax {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
    text-shadow: #000000 2px 2px 2px;
    margin-bottom: 2em;
    BACKGROUND-ATTACHMENT : FIXED;
    BACKGROUND-POSITION : CENTER;
    BACKGROUND-REPEAT : NO-REPEAT;
}

.paralaxHome{
    height : 95vh;
    width: 100%;
    BACKGROUND-SIZE : COVER;
    background-image:url("../public/img/bg-home.webp");
}


.CV{
    /*background-image: url("../public/img/cv.jpg");*/
    justify-content: center;
    width: 500px;
    height : 700px;
    border-color: black;
    border-width: medium;
    border-radius: 10%;
    background-size: auto;
    padding: 30px;
}

.gras{
    font-weight: bold;
}

.contact-nav{
    justify-content: right;
}

.up-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(37,38,41,100%);
    border-radius: 20px;
    padding: 7px 5px;
    cursor: pointer;
}

.up-button:hover {
    background-color: black; /* Couleur de fond du bouton au survol */
    color: #FFFFFF;
}

.footer{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 150px;
    background-color: rgba(37,38,41,100%);
    color: #FFFFFF;
    justify-content: center;
    text-align: center;
}

.footer a{
    margin: 10px;
}



/*Propos*/

#parcours{
    margin-bottom: 35%;
}

.Infos li{
    margin-bottom: 15px;
}

.section{
    background: rgba(37,38,41,100%);
    color: white;
    margin-bottom: 2em;
    justify-content: center;
    border-radius: 15px;
}


.section h2{
    font-weight: bold;
}

.section h4{
    margin: 10px auto 20px auto;
}

.section a{
    margin-bottom: 25px;
}



/*Parcours*/
.consigne{
    justify-content: center;
    text-align: center;
    border-bottom: 50px;
}
.consigne h2{
    font-weight: bold;
}

/* .annee{
    position: relative;
    top: -150px;
}

.consigne{
    justify-content: center;
    text-align: center;
}

.consigne h2{
    font-weight: bold;
}

.content-box img{
    max-width: 80px;
}

#parcours:target {
    display: block;
    min-height: 100vh;
}

.ligne {
    border-top: 5px solid rgba(37,38,41,100%);
    max-width: 65rem;
    margin: 60px auto 60px auto;
    position: relative;
}

.ligne0{
    top: 200px;
}

.ligne1{
    top: 150px;
}

.ligne2{
    top: 100px;
}

#parcours h3 {
    position: absolute;
    font-size: 150%;
    background-color: rgba(37,38,41,100%);
    color: #FFFFFF;
    width: max-content;
    top: -25px;
    padding: 5px;
    margin: 5px;
    left: -20px;
}


#parcours h4 {
    font-size: 90%;
    width: 300px;
    top:25px;
    font-weight: bold;
}

.ligne p{
    font-size: 70%;
    width: 300px;
    top: 40px;
}

.point {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: black;
    position: relative;
    top: 32px;
}

.point:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.text_etape {
    display: none;
}

.etape {
    position: absolute;
    top: -44px;
}

.point:hover .text_etape {
    display: block;
    position: absolute;
}

.etape0 {
    left: 5px;
}

.etape0 h4,
.etape0 p,
.etape1 h4,
.etape1 p,
.etape2 h4,
.etape2 p,
.etape3 h4,
.etape3 p,
.etape4 h4,
.etape4 p,
.etape5 h4,
.etape5 p,
.etape6 h4,
.etape6 p,
.etape7 p,
.etape7 h4{
    left: -90px;
}



.etape h4 {
    left: 0%;
}

.etape p{
    left: -10%;
    top:50px;
}

.etape1 {
    left: 0%;
}

.etape2 {
    left: 15%;
}

.etape3 {
    left: 34%;
}

.etape4 {
    left: 45%;
}

.etape5 {
    left: 59%;
}

.etape6 {
    left: 73%;
}

.etape7 {
    left: 90%
}

.etape7 h4, .etape p{
    left: -800%;
}

.arrow{
    font-size: 200%;
    position: relative;
    left: 99%;
    color: rgba(37,38,41,100%);
} */

.timeline-container {
    width: 80%;
    margin: auto;
}

.year {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.timeline {
    position: relative;
    height: 4px;
    background: black;
    margin-bottom: 30px;
}

.event {
    position: absolute;
    width: 12px;
    height: 12px;
    background: black;
    border-radius: 50%;
    top: -4px;
    transform: translateX(-50%);
    cursor: pointer;
}

/*Portfolio*/

.grandTitre{
    text-align: center;
    font-size: xxx-large;
    font-weight: bold;
}

.titre{
    text-align: center;
    margin: 50px auto 30px auto;
    font-weight: bold;
}

.separateur{
    border-top: 2px solid rgba(37,38,41,100%);
    margin: 50px auto 30px auto;
    position: relative;
}

.logo{
    max-height: 80px;
    align-content: center;
    justify-content: center;
}

/*#LogoAL{
    align-content: center;
    justify-content: center;
}*/

.soustitre{
    padding-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.col p{
    margin: 20px auto 40px auto;
    max-width: 500px;
}

.section p{
    margin: 20px auto 40px auto;
    max-width: 500px;
}

.explication{
    text-align: center;
    margin-bottom: 50px;
}

.photos{
    min-height: 500px;
}

.insta{
    justify-content: center;
    text-align: center;
}

/*.carousel-inner blockquote{
    max-width: 35%;
    margin: 10px auto 10px auto;
    position: relative;
}*/

.col iframe {
    margin: 20px auto 20px auto;
}

/*Compétences*/

.competences li{
    list-style-type: none;
}

.logosCompetence{
font-size: 700%;
}

.descriptionCompetence{
    padding-bottom: 50px;
}
