.fleche2{
    transform: translateY(-20%);
}
#fleche{
    position: absolute;
    bottom: 2%;
    right: 3%;
    height: 180px;
    transition-property:transform ;
    transition-duration: 0.5s;
}
html{
    background-color: #000000;
}
#ol{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgb(0, 0, 0);
    background-position-y: -2000px;
    width: 100%;
}
.image{
    width: 43%;
    border-radius: 25px;
    margin: 1%;
    box-shadow: 3px 3px 8px 0px rgb(138, 137, 137);
}

#back{
    background-size: cover;
    padding: 180px;
}
#backi{
    padding: 500px;
}

body{
    border-left: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
    height: 100%;
}

#résumer{
    opacity: 0;
    transform: translateY(-20px);
    animation: hopY 1.2s .3s ease-out forwards;
    border-radius: 49px;
    border: 1px solid rgb(255, 255, 255);        
    padding: 3%;
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 75px;
    margin-bottom: 225px;
}
#bgsecondaire{
    display: flex;
    justify-content: center;
    align-items: center;
}
.titre{
    font-family: "Poppins-medium";
    font-weight: 400;
    font-size: 37px;
    line-height: 60px;
    margin-bottom: 0px;
    background: linear-gradient(180deg, #FF0053 0%, #FF7141 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
}
.rows{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#imgg{
    size: 125px;
}#icoooone{
    width: 40px;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    z-index: 20;
}
.dada{
    font-family: 'Poppins-Light-regular';
    font-size: 20px;    
    background-color: rgb(0, 0, 0);
    color: white;
}#icoooone{
    width: 40px;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    z-index: 20;
}
@keyframes apparition {
    100% {
        opacity: 1;
        /* Là il va apparaitre sur place */
    }
}

@keyframes hopY {
    100% {
        opacity: 1;
        transform: translateY(0);
        /* Là il va apparaitre par le haut ou bas, sur l'axe des Y */
    }
}

@keyframes hopX {
    100%{
        opacity: 1;
        transform: translateX(0);
        /* Et là il va apparaitre sur l'axe des X donc sur les cotés */
    }
}

#navbar{
    border: 1px;
    border-radius: 55px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    width: 95%;
    height: 80px;
    margin-top: 14px;
    margin-left: 2%;
    margin-right: 2%;
    display: flex;
    flex-direction: row;
    position: fixed;
    z-index: 20;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    transition-duration: 1s;
    transition-timing-function: linear;
    transition-delay: 0.1s;
    opacity: 0;
    transform: translateY(-20px);
    animation: hopY 1.2s .3s ease-out forwards;
}

#momo{
    display: flex;
    padding: 0%;
    margin: 0%;
    width: 100%;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    transition-delay: 0.1s;
}
.navbarmenu{
    color: rgb(255, 255, 255);
    font-family: 'Poppins-semi-Bold';
    font-size: 23px;
    text-decoration: none;
    margin-left: 2%;
}
.navbarmenu:hover{   
    font-family: 'Poppins-semi-Bold';
    background: linear-gradient(90.02deg, rgba(254, 0, 190, 0.78) -15.04%, rgba(255, 113, 65, 0.78) 50.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0.1s;
    text-decoration: underline  #ff1190 2.8px;
    text-underline-offset: 5px;
}
#logobg1{
    padding-top: 3.5%;
    padding-bottom: 22.5%;
}
#logoa{
    margin-right: 630px;
    margin-left: 2%;
}

#logo{
    width: 80px;
    height: 76px;
    position: absolute;
    left: 1px;
    top: 3px;
}

#imgf{
    height: 120px;
    width: 50px;
}
.icoone{
    width: 50px;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
    padding-top: 5px;
    z-index: 20;
}
#icooone{
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    height: 465px;
    width: 100px;
    position: fixed;
    left: -75px;
    top: 200px;
    z-index: 19;
}
#icone{
    background-color: rgb(0, 0, 0);
    position: fixed;
    border: 1px solid rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
    position: fixed;
    left: -5px;
    top: 320px;
    z-index: 20;
}

#logo1{
    margin-top: 0px;
    width: 220px;
    height: 216px;
    background-color: rgb(0, 0, 0);
    border-radius: 50%;
}

@font-face{
    font-family: 'Poppins-regular';
    src: url('../../Poppins/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins-semi-Bold';
    src: url('../../Poppins/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'Poppins-Light-regular';
    src: url('../../Poppins/Poppins-Light.ttf');
}
@font-face {
    font-family: 'Poppins-medium';
    src: url(../../Poppins/Poppins-Medium.ttf);
}


.compil{
    padding-left: 5%;
    display: flex;
    flex-direction: row;
    font-family: 'Poppins-medium';
    font-size: 38px;
    position: relative;
}
.compit{
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}
.comp{
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins-Light-regular';
    font-weight: 300;
    font-size: 20px;
    padding: 15px;
    margin: 10px;
    width: 380px;
    height: 160px;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.comp:hover{
    background: linear-gradient(180deg, #FF0053 0%, #FF7141 100%);
    border: 1px solid #fe0066;
    color: rgb(255, 255, 255);
}
.projetsimg{
    width: 427px;   
    border-radius: 14px;        
}
.projetsimg:hover{
    border: solid rgb(255, 255, 255) 1px;
}
.proj{
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    margin-top: 60px;
}
.DNA{
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 15px;
    width: 427px;
    height: 230px;
    margin-top: 40px;
}
.style{
    font-family: "Poppins-Light-regular";
    font-weight: 300;
    font-size: 28px;
    line-height: 48px;
    color: #ffffff;
    margin: 0px;
}
.titree{
    font-family: 'Poppins-medium';
    font-weight: 400;
    font-size: 35px;
    line-height: 60px;
    color: #ffffff;
    margin: 0px;
}
.nom{
    font-family: 'Poppins-medium';
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;    
    background: linear-gradient(90deg, #FF0053 5.72%, #FF7141 72.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
    margin-top: 25px;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 5px;
    text-align: left;   
}

.nomnom{
    font-family: 'Poppins-Light-regular';
    font-weight: 300;
    font-size: 25px;
    line-height: 48px;
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-right: 35px;
    margin-left: 35px;
    text-align: left;
}
#content5{
    margin-top: 100px;
}
footer{
    margin-top: 110px;
    width: 100%;
    border-top: rgb(255, 255, 255) solid 1px;
}
#boxi{
    width: 560px;
    height: 343px; 
    background: #000000;
    border: 1px solid #ffffff;
    border-radius: 15px;
    margin: 20px;
    margin-top: 150px;
    overflow: hidden;
}
#maill{
    margin: 40px; 
    margin-top: -10px;  
    font-family: 'Poppins-Light-regular';
    font-size: 28px;
    background: linear-gradient(90deg, #FF0053 5.72%, #FF7141 72.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
}
#linkedin{
    margin: 40px;
    margin-top: -10px;
    font-family: 'Poppins-Light-regular';
    font-size: 28px;
    background: linear-gradient(90deg, #FF0053 5.72%, #FF7141 72.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
}
#CV{
    text-decoration: none;
    margin: 40px;
    margin-top: -10px;
    font-family: 'Poppins-Light-regular';
    font-size: 28px;
    background: linear-gradient(90deg, #FF0053 5.72%, #FF7141 72.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
    border: #fe0066 1px solid;
    border-radius: 25px;
    padding: 15px;
}
#CV:hover{
    box-shadow: 3px 3px 8px 0px rgb(255, 72, 72);
}
#loi{
    text-decoration: none;
    margin: 40px;
    margin-top: -10px;
    font-family: 'Poppins-Light-regular';
    font-size: 28px;
    background: linear-gradient(90deg, #FF0053 5.72%, #FF7141 72.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-emphasis-color: transparent;
    border: #fe0066 1px solid;
    border-radius: 25px;
    padding: 15px;
}
#loi:hover{
    box-shadow: 3px 3px 8px 0px rgb(255, 72, 72);
}
.row{
    display: flex;
    align-items: center;
    justify-content: center;
}
#column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}