@import url('https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
        margin: 0;
        padding: 0px;
        font-family: "Noto Sans", "sans-serif";
        text-decoration: none;
        list-style: none;
        scroll-behavior: smooth;
}




#bloc1 {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}



/* menu navigation */
header {
    background: #002927;
}
.navbar {
   display: flex;
    justify-content: space-between;    
    align-items: center;
    margin: 0 auto;
    height: 64px;
    width: 90%;
}

.navbar .Logo {
    margin-right: auto;
    color:#cf2c33;
    padding: 0px 10px;
}


#bloc2  {
    display: flex;
    
}

#bloc2 li a {
    color: rgb(255, 255, 255);
    padding: 0px 35px;
    font-size: 16px;
}


/* Page en-tête */


#bloc1 .Titre {
    padding: 5px 50px;
    background-color: #cf2c33;
    color: aliceblue;
}

#bloc1 .blocProfile {
    padding: 5px 50px;
    background-color: #002927;
    color: aliceblue;
    padding-bottom: 25%;
}

#bloc1 .blocProfile h3 {
    font-size: 1.5em;
    padding-bottom: 10px;
    color: #cf2c33;
}
#bloc1 .sousbloc-Profile {
    padding: 5px 50px;
    background-color: #002927;
    color: aliceblue;
    padding-bottom: 25%;
    /*height: 100vh;*/
}

#bloc1 .sousbloc-Profile p {
    padding-top: 10px;
    padding-bottom: 25px;
}

#bloc1 .sousbloc-Profile a {
    color: #cf2c33;
}

#bloc1 .sousbloc-Profile ul {
    padding-top: 10px;
    padding-bottom: 25px;
}

#bloc1 .sousbloc-Profile ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}


#bloc1 .sousbloc-Profile .bloc-Competences .sousb-Competences ul li ul {
    padding-left: 40px;
}

#bloc1 .sousbloc-Profile .bloc-CV .CV-Bouton {
    background-color: #cf2c33;
    color: #002927;
    padding: 8px;
}

#footer-Blocs {
    text-align: center;
    padding: 3vh ;
    
    background-color:#cf2c33;
    color: #002927;
}
#footer-Blocs .b-Liens {
    margin-bottom: 10px;
}
#footer-Blocs .b-Liens img {
    height: 25px;
    padding: 0 5px;
}

/* Page body --Documents-- */


#bloc1 .blocProfile .Debian-Bouton {
    color: #002927;
    background-color: #cf2c33;
    padding: 8px;
}

#bloc1 .blocProfile .Debian{
    margin-top: 35px;
}

.RevienButton {
    margin-top: 5px;
    color:#df6f7b;
    background-color: #002927;
    border: none;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: solid 2px #002927;
    border-radius: 5px;
}

.RevienButton:hover {
    
    border-color: #cf2c33;
    background-color: #002927;
    color: crimson;
}

/* Page body --Profile-- */
#profile {
    display: flex;
    align-items: center;
    
    background-color: #002927;
    color: aliceblue;
    
}

#profile #boule {
    
    top: 0;
    left: 0;
    /*width: 20%;
    height: 35%;
    width: 300px;
    height: 300px;
    background-color: #df6f7b;
    clip-path: circle(150px at 50% 50%);*/
    width: 300px;
    height: 230px;
    background-color: #df6f7b;
    clip-path: circle(110px);
    transition: 0.5s ease-in-out;

}

/* --A propos-- */
#home {
    display: flex;
    align-items: center;
    align-content:center;
    flex-wrap: wrap;
    background-color: #002927;
    color: aliceblue;
    
}

#profile #p-Texte {
    border-left: #cf2c33 solid 3px;
    padding-left: 20px;
    margin-right: 10px;
}

#home p {
    font-size: 18px;
}

.bloc-dates div {
    margin: 0 10px;
}

.bloc-dates h4 {
    background-color: #cf2c33;
    padding: 15px;
    border-radius: 10px;
    color: aliceblue;

}

/* --parcour-- */
#parcour {
    display: flex;
    align-items: center;
    align-content:center;
    flex-wrap: wrap;
    background-color: #002927;
    color: aliceblue;
    justify-content: center;
}

#parcour #svgparcour {
    margin-bottom: 50px;
}

.bloc-dates {
    display: flex;
}
.bloc-parcour {
    
}

/* --experience-- */

#experience {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}
.bloc-experience {
    display: flex;
    

}

.bloc-experience div {
    margin: 0 10px;
}

.bloc-experience h4 {
    background-color: #cf2c33;
    padding: 15px;
    border-radius: 10px;
    color: aliceblue;

}

.LogoExp {
    height: auto;
    max-width: 150px;
    max-height: 150px;
    background-color: #b3afb04a;
    border-radius: 10px;
    padding: 10px;
}

.button-exp {
    margin-top: 5px;
    color:#df6f7b;
    background-color: #002927;
    border: none;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: solid 2px #002927;
    border-radius: 5px;
}

.button-exp:hover {
    

    background-color: #002927;
    color: #cf2c33;
}

/* --competences-- */
.img-comp img {
    height: auto;
    width: 70%;
    height: 100%;
}
    
