body{
    margin: 0;
    color: #182233;
    font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.police{
    font-family: "Boogaloo", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.Bloc{
    width: 100%;
    min-height: 700px;
    max-height: fit-content;
    padding-bottom: 50px;
    padding-top: 100px;
}

.Fond_Gris{
    background-color:#f9f7f2 ;
}

.Txt_Gris{
   color: #AFB8C3; 
}


.Txt_Gris_Claire{
    color: #CFD8E3;
}

.Txt_Gris_Fonce{
    color: #6F7882;
}

.Txt_Jaune_Claire{
    color: #f9eca5;
}

.Txt_Jaune{
    color:#f6d55c;
}

.Txt_Blanc{
    color: white;
}

.Txt_Gras{
    font-weight: bold;

}

.fond_clair{
    background-color:#9BC8ED ;
}



/*Classes importantes*/
.Taille_14{
    font-size: 14px;
}
.Taille_18{
    font-size: 18px;
}

.Taille_20{
    font-size: 20px;
}

.Taille_22{
    font-size: 22px;

}
.Taille_25{
    font-size: 25px;
}

h2{
    font-size: 30px;
    font-weight: bold;
}


.Titre {
    width: 80px;
    height: 4px;
    background: #ecc32e;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #1E6ACC;
}

.Image_Lien{
    margin-bottom: -2px;
}

.Animation_Zoom:hover{
    transform: scale(1.03);
    transition-duration: 0.5s;
}

.Animation:hover{
    box-shadow:  0px 7px 29px 0px rgba(30, 106, 204, 0.4);
    transform: scale(1.02);
    transition-duration: 0.5s;
}

.Animation_Logo:hover{
    transform: scale(1.07);
    transition-duration: 0.5s;
}

.Animation_Static:hover{
    box-shadow:  0px 7px 29px 0px rgba(30, 106, 204, 0.4);
    transition-duration: 0.5s;
}
.Animation_Jaune:hover{
    box-shadow:  0px 7px 29px 0px  #e9d88e;
    transform: scale(1.02);
    transition-duration: 0.5s;
}
.Animation_dore:hover{
    box-shadow:  0px 7px 29px 0px  #ecc32e;
    transform: scale(1.02);
    transition-duration: 0.5s;
}
/*Bare de Navigation*/

nav {
    height: 75px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px); 
    z-index: 50;
}

nav a {
    padding: 12px;
    margin-top: -4px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.Logo{
    display: flex;
    margin-left: 50px;
    gap: 20px;
    align-items: center;
}

.Lien{
    display: none;
}

#Menu_Bouton{
    display: flex;
    background: none;
    border: none;
    margin-right: 50px;
    cursor: pointer;
}

#Menu{
    right: 30px;
    top: 100px;
    display: none;
    flex-direction: column;
    gap: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    border: none;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
}

#Menu.open{
    display: flex;
}

#Menu a{
 color: #fad656 ;
}

.Menu_Page{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Menu_txt{
    display: flex;
    align-items: center;
    justify-content: center;

}
.Menu_1{
    background: url(image/menu1.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 64px;
    width: 75px;
}
.Menu_1.active{
    background: url(image/menu1_Jaune.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 64px;
    width: 75px;
}

.Menu_Marge_Lien{
    margin-left: -12px;
}

.Menu_2_Haut{
    background: url(image/menu2Haut.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 32px;
}

.Menu_2_Haut.active{
    background: url(image/menu2Haut_Jaune.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 32px;
}

.Menu_2_Bas{
    background: url(image/menu2Bas.png) no-repeat;    
    background-size: contain;
    background-position: center;
    height: 32px;
    width: 90px;
}

.Menu_2_Bas.active{
    background: url(image/menu2Bas_Jaune.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 32px;
    width: 90px;    
}

.Menu_3_Haut{
    background: url(image/menu3Haut.png) no-repeat ;
    background-size: contain;
    background-position: center;
    height: 32px;
    width: 90px;
}

.Menu_3_Haut.active{
    background: url(image/menu3Haut_Jaune.png) no-repeat ;
    background-size: contain;
    background-position: center;
    height: 32px;
    width: 90px;
}

.Menu_3_Bas{
    background: url(image/menu3Bas.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 32px;
}

.Menu_3_Bas.active{
    background: url(image/menu3Bas_Jaune.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 32px;
}

.Menu_4{
    background: url(image/menu4.png) no-repeat;
    height: 64px;
    width: 90px;
    background-size: contain;
    background-position: center;
}

.Menu_4.active{
    background: url(image/menu4_Jaune.png) no-repeat;
    height: 64px;
    width: 90px;
    background-size: contain;
    background-position: center;
}

/*Acceuil*/

h1{
    font-size: 50px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.Profil{
    border-radius: 100px;
}

.Colone_Centre{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
}


.Bloc_Mid_Page{
    display: flex;
    flex-direction: column;
    max-width: 350px;
    gap: 10px;
    align-items: center;
}

.Image_Centre{
    padding-left: 0px;
    width: 200px;
}

/*Compétences*/

.Espacement20{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.Bulle{
    text-decoration: none;
    font-weight: bold;
    color: #182233;
    border-radius: 40px;
    background-color: #e9d88e;
    border: none;
    padding: 12px;
}

.Bloc_Bord{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.Bloc_Bord_Padding{
    padding-bottom: 46px;
}

.Bloc_Centre{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Sous_Titre{
    font-weight: bolder;
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.TimeLine{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.Bloc_TimeLine{
    display: flex;
    flex-direction: column;
    width: 1px;
    gap: 350px;
}

.Bloc_Fin{
    align-items: flex-start;
    margin-left: -331px;
}

.Txt_Timeline_Gauche{    
    align-items: center;
    margin-left: -127px;
}

.Txt_Timeline_Droit{
    align-items: center;
    margin-left: -176px;
}


.Bloc_TimeLine_Droit{
    margin-top: 275px;
}

.Bulle_Et_Bloc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    width: 300px;
}

.TimeLine_Desc{
    color: #6F7882;
    border: 3px solid #AFB8C3;
    background-color: white;
    border-radius: 10px;
    width: 280px;
    height: 100px;
    padding: 10px;
    margin-top: -70px;
}

.TimeLine_Date{
    color: #f6d55c;
    font-weight: bold;
    width: 200px;
    height: 150px;
    z-index: 2;
}

.TimeLine_Date_Droit{
    background:url(image/bulle_date.png) no-repeat ;
    background-size: contain;
}

.TimeLine_Date_Gauche{
    background: url(image/bulle_date2.png) no-repeat;
    background-size: contain;
}

.TimeLine_Date_Gauche p {
    margin-top: -75px;
    margin-right: 50px;
}

.TimeLine_Date_Droit p {
    margin-top: -75px;
    margin-left: 50px;
}


.TimeLine_Ligne{
    display: none;
}

.TimeLine_Image{
    margin-left: -7px;
}

.Rond_Timeline {
    width: 1rem;
    height: 1rem;
    background-color: #ecc32e;
    border-radius: 100%;
}


/*Formation*/

.Bloc_Centre_Row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
}

.Bloc_Centre_Row_Timeline{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
}

.Espacement_Bloc_Centre{
    gap: 30px;
}

.Photo_Ronde{
    border-radius: 100px;
    margin-left: -70px;
}

.Photo_Margin{
     margin-left: -157px;
}

.Photo_Lien{
    margin-top: -7px;
}

.Photo_Text{
    display: flex;
    align-items: center;
    gap: 5px;
}

.Bloc_Grand_Large{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
    width: 300px;
    height: 250px;
    border: 3px solid #AFB8C3;
    border-radius: 10px 10px 15px 10px;
    border-bottom: 4px solid #AFB8C3;
    border-right: 4px solid #AFB8C3;
}

.Txt_Marge{
    margin-top: -15px;
}

.Bloc_Grand_Large_Gauche{
    display: flex;
    flex-direction: column;
    gap: 620px;
}

.Bloc_Grand_Large_Droit{
    margin-top: 450px;
}

.Bloc_Photo{
    width: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 348px;
    z-index: 15;
}

.Disparition_avant_600{
    display: none;
}

.Disparition_apres_600{
    display: flex;
}

/*Certification*/

.Logo_Certification{
    float: left;
}

.Bloc_Petit_Long{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 12px;
    width: 325px;
    height: 400px;
    border:2px solid #AFB8C3;
    border-radius: 10px;
    background-color: white;
}

.Ecart_Bloc_Petit{
    gap: 400px;
}

.Marge_Bloc_Centre{
    margin-top: -150px;
}

.Zoom_Bloc{
    zoom: 1;
}
 
/*Projet*/

.Txt_Marge_Modif {
    margin-top: -6px;
}

.Marge_Titre{
    padding-bottom: 45px;
}
.Bloc_Petit {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.Bloc_Petit_Partie_Texte {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 260px;
    margin-left: 28px;
    margin-top: 15px;
}

.Bloc_Petit_Partie_Haute {
    background: url(image/bulle_projet.png) no-repeat;
    width: 325px;
    height: 526px;
    z-index: 5;
    background-size: contain;
}

.Bulle_Taille{
    width: fit-content;
}

.Bulle_Repartition{
    display: flex;
    gap: 15px;
}

.Image_Taille_Bloc {
    display: flex;
    width: 295px;
    border-radius: 10px;
    margin-left: 5px;
    margin-top: -180px;
    border: 4px solid #3f3f3f;
}

/*Contact*/

.Sans_Padding_Bas{
    padding-bottom: 0px;
}

.Marge_Haute{
    margin-top: 25px;
}

.Bloc_Petit_Large{
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 17px;
    width: 250px;
    height: 155px;
    border:3px solid #ecc32e;
    border-radius: 10px;
}

.Information{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    background-color: #9BC8ED;
    border-radius: 10px;
}

.Droit{
    margin-top: 60px;
    width: 95%;
    border-top: 1px solid #AFB8C3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    text-align: center;
    flex-direction: column;
}

.Icone{
    padding: 20px;
    background-color: #ffe588;
    border-radius: 10px;
}

.Espacement_Icone{
    gap: 10px;
}



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

    .Bloc_Fin{
        margin-left: -431px;
    }

    .Bloc_Grand_Large{
        width: 400px;
        height: 270px;
    }

    .Photo_Margin{  
        margin-left: -207px;
    }
    .Bloc_Mid_Page {
        align-items: flex-start;
    }
    .Bloc_Photo{
        gap: 355px;
    }

}

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

    .Disparition_avant_600{
        display: flex;
    }
    .Disparition_apres_600{
        display: none;
    }
    .Bloc_Fin { 
        align-items: flex-end;
        margin-left: -531px;
    }

    .Bloc_Grand_Large{ 
        width: 500px;
    }

    .Photo_Margin{  
        margin-left: -257px;
    }

    .Bloc_Mid_Page {
        max-width: 500px;
    }
}


@media screen and (min-width: 800px) {
    .Bloc_Mid_Page {
        max-width: 600px;
    }
    .Bloc_TimeLine{
        gap: 140px;
        width: 300px;
    }
    .Txt_Timeline_Gauche{
        align-items: flex-end;
        margin-left: 0px;  
    }
    .Txt_Timeline_Droit{
        align-items: flex-start;
        margin-left: 0px;
    }
    .TimeLine_Ligne{
        display: flex;
        flex-direction: column;
        width: 2px;
        gap: 158px;
        background-color: #e9d88e;
        margin-top: 115px;
    }
    .Bloc_TimeLine_Droit{
        margin-top: 175px;
    }
    .TimeLine_Date{
        margin-left: -60px;
    }

    .TimeLine_Date_Gauche{
        margin-right: -60px;
    }
    .TimeLine_Desc{
        margin-top: -80px; 
    }
  
}

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

    .Livre{
        background: url(image/livre.png) no-repeat center;
        height: 625px;
    }
    #Menu_Bouton{
        display: none;
    }
    .Lien{
        display: flex;
        margin-right: 50px;
    }
    .Colone_Centre{
        flex-direction: row;
        padding-top: 0px;
        justify-content: center;
        gap: 110px;
    }
    .Image_Centre{
        padding-left: 0px;
        width: 200px;
    }
    .Image_Centre{
        width: 600px;
        height: 450px;
        padding-left: 60px;
    }
    .Bloc_Mid_Page {
        align-items: flex-start;
        margin-top: -75px;
        max-width: 450px;
    }
    .Bloc_Grand_Large_Gauche {
        gap: 274px;
    }
    .Bloc_Grand_Large_Droit{
        margin-top: 290px;
    }
    .Bloc_Photo {
        gap: 175px;
    }
    .Photo_Margin{
        margin-left: 12px;
    }
    .Bloc_Fin{ 
        margin-left: 0px;    
    }
    .Espacement20{
        justify-content: flex-start;
    }
    .Espacement_Bloc_Centre{
        gap: 10px;
    }
    .Zoom_Bloc{
        zoom: 1.1;
    }
}