html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    background: linear-gradient(134deg, #FFF 29.52%, #C7D5E0 118.05%), #FFF;
    overflow-x: hidden;
}


.Header {
    color: black;
}

.NavBar {
    display: flex;
    justify-content: center;
    align-items: center;
/* 
pour nav bar en fixed
    background: linear-gradient(134deg, #FFF 29.52%, #C7D5E0 118.05%), #FFF;

margin-top: 45px; */

}
.NavBarListContainer { 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
    /* pour mettre en fixed
    
    position: fixed;
    
    pas oublier plus haut de rajouter du margin
    */
     
}
.NavBarListElement { 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    margin-left: 40px;
    margin-right: 40px;
    color: #32394E;
    font-family: Sora;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration:none;
    list-style: none;
}
    
.NavBarLink{
    position: relative;
    text-decoration: none;
    color: #32394eac;

}
.NavBarLink:after{
    content: "";
    position: absolute;
    background-color: #32394E;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -7px;
    transition: 0.3s;
}
.NavBarLink:hover{
    color: #32394E;
}
.NavBarLink:hover:after{
    width: 100%;
}
    
.HtmlFixedBurger{
    overflow-x: initial;
}

.SectionIntro { 
margin-top: 6.5rem;
}
.SectionIntroContainer { 
/* background-color: red; */
display: flex;
justify-content:space-around;    
align-items: center;
flex-wrap: wrap-reverse;
}
 .SectionIntroTextContainer { 
width: 35%;
margin-top: 45px;
 }
 
 
.SectionIntroProjectContainer { 
    width: 400px;

    /* background-color: blueviolet; */
    display: flexbox;
    justify-content: center;
    align-items: center;
}
.Project_1 { 
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.Project_2 { 
    /* width: 400px; */
    height: 50%;
    background-color:cornflowerblue;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;    
}

.Titre1{
    color: #FFE606;
    font-family: Sora;
    font-size: 3.75vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 1px;
}


.Titre2{
    color: #32394E;
    font-family: Sora;
    font-size: 3.75vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 1px;
    margin-bottom: 1px;
}   

.Titre1::after{
   position: relative;
   color: #32394E;
   content: ".";
}   

.Titre3{
    color: #32394E;
    font-family: Sora;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 1px;
}   


.SectionIntroText{
    color: #32394E;
text-align: justify;
font-family: Sora;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.SectionIntroButton{
    border-radius: 22.5px;
    background: #FFE606;
    width: 181px;
    height: 45px;
    flex-shrink: 0;
    color: #232323;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 15px;
    border: none;
    transition: 0.25S;
}


.SectionIntroButton:hover{
    cursor: pointer; 
    background: #ffda06;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); 
    color: #414141;
    border: 1px solid #232323;
    transform: translateY(-5px);
}

.Project_1Img{
    max-width: 95%;
    margin-left: 293px;
    margin-top: 45px;  
    transition: 0.25s;
}


.Project_2Img{

    max-width: 95%;
    
}


.Project_1Container{
position: relative;
top: 145px;
left: -440px;
border-color: #32394E;
border: solid;
background-color: none;
padding: 6px;
transition: 0.3s;
}

.Project_1ContainerTexte{
width: 245px;
background-color: #FFE606;
padding: 15px;

}


.Project_1Texte{
display: inline;
color: #000;
font-family: Sora;
font-size: 15.5px;
font-style: normal;
font-weight: 600;
line-height: normal;
}



.DivSéparationVoirPlusContainer{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: top;
    /* height: 550px; */
}

.VoirplusTexte{
    color: #32394E;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 45px;
}

.VoirplusTexte::after{
    content: url(../Images/RessourcesSites/Arrow.svg);
    position: relative;
    top: 35px;
    left: -40px;
    width: 200px;
    height: 200px;
    animation: 1.70s linear 1s infinite alternate slidein;
}

  
  @keyframes slidein {
    from {
        top: 35px;
    }
    to {
        top: 50px;
    }
  }

.father{
    position: relative;
    height: 10px;
    width: 10px;
    top: 10px;
    left: -195px;
}

.testChad::after{
content: "Nexus";
display: flex;
justify-content: center;
align-items: center;
font-family: Sora;
font-size: 200px;
font-style: normal;
font-weight: 600;
line-height: normal;
position: relative;
transform: rotate(-90deg);
top: -95px;
left: 80px;    
}

/* Ecran 15 pouces */
@media (min-width: 1519px) {
    .testChad::after{
        top: -105px;
        left: 45px;    
        }
        
        .DivSéparationVoirPlusContainer{
            margin-top: 5px;
        }

        .ProjectSection {
            margin-top: 135px;
        }

}

/* Ecran 17 pouces */

@media (min-width: 1800px) {
    .testChad::after{
        top: -55px;
        left: 80px;    
        }
        
        .DivSéparationVoirPlusContainer{
            margin-top: 140px;
        }

        .ProjectSection {
            margin-top: 135px;
        }

}


.ProjectSection{
    margin-top: 190px;
   
}

.ProjectSectionTitre{
    text-align: center;
    color: #32394E;
    font-family: Sora;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ProjectSectionTexteContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ProjectSectionTexte{
    color: #32394E;
    text-align: center;
    font-family: Sora;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 65%;
}


.ProjectSectionProjectContainer{
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ProjectSectionProjet_1{
    max-width: 62.5%;
    height: 36%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-direction: column; 
}


.ProjectSectionProjet_1Img{
    max-width: 85%;
    transition: 0.55s;
    opacity: 50%;
    border-radius: 15px;
}

.ProjectSectionProjet_1Img:hover{
    max-width: 87%;
    opacity: 100%;
    transition: 0.35s;
    box-shadow: 0 0 15px rgba(231, 227, 9, 0.350); 
}

.ProjectSectionProjet_1Img::before{
    position: relative;
    content: "Samurai";
    top: 10px;
    left: 10px;
    width:35px;
    height: 35px;

}



.NavBarMenuBurger{
    display: none;
}


.MobileMenu{
    margin-left: 0;
}

/* Responsive */

@media (max-width: 910px) {

    .Project_1Container{
    display: none;
    }

    .SectionIntroProjectContainer{
        width: 55%;
    }

    .ProjectSectionProjet_1 {
        max-width: 79.5%;
      
    }

    .testChad::after{
    display: none;
    }

    .Project_1Img{
        margin-left: 0;
        margin-top: 0;
    }

    .SectionIntroContainer{
        flex-direction: column;
    }
    
    .SectionIntroTextContainer{
        width: 75%;
    }

    .SectionIntroButton{
        text-align: center;
    }

    .Titre1{
        text-align: center;
        font-size: 6.75vw;
    }

    .Titre2{
        text-align: center;
        font-size: 6.75vw;
    }

    .Titre3{
        text-align: center;
        font-size: 3.5vw;
    }

    .SectionIntroButtonContainer{
        display: flex;
        justify-content: center;
        align-items: center;
    }

   .Project_1{
    margin-top: 35px;
   }

   .VoirplusTexte {
    color: #32394E;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 20px;
}
    
.SectionIntroTextContainer{
    margin-top: 70px;
}

.SectionIntroTextContainer {
    margin-top: -20px;
}

.SectionIntro {
    margin-top: 1rem;
}

}



@media (max-width: 580px) {

    body{
        margin: 0;
    }

    .Header{
        margin-top: 0;
    }

    .NavBarListContainer{
        margin-top: 0;
    }

    .NavBar{
        display: block;
    }

    .Titre1{
        text-align: center;
        font-size: 11.75vw;
    }

    .Titre2{
        text-align: center;
        font-size: 11.75vw;
    }

    .Titre3{
        text-align: center;
        font-size: 7.5vw;
    }
    
    .SectionIntroButtonContainer{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /* Menu Burger*/

    .NavBar{
        width: 32px;
        height: 32px;
    }
    
    
    .NavBarMenuBurger{
        display:flex;
        height: 32px;
        width: 32px;
        position: absolute;
        top: 30px;
        right: 30px;
    }
    .SectionIntroTextContainer {
        margin-top: 15px;
    }
    
    .ProjectSectionTitre{
        font-size: 30px;
    }

    .NavBarListContainer{
       top: 0;
        display: flex;
        flex-direction: column;
        background: linear-gradient(265deg, #FFF 29.52%, #C7D5E0 118.05%), #FFF;
        width: 100vw;
        height: 100vh;
        padding: 0;
        backdrop-filter: blur(7px);
        transition: all 0.75s ease;
        margin-left: 6000%;
        overflow: hidden;
    }

    .Titre1::after {
        position: relative;
        color: #32394E;
        content: ".";
        z-index: -7;
    }

    .NavBarListElement{
        font-size: 16px;
    }

    .mobile-menu{
        margin-left: 0%;
        overflow: hidden;
    }

    .DivSéparationVoirPlusContainer{
        display: none;
    }

    .ProjectSection {
        margin-top: 85px;
    }
}

.LinkTheCycle{
        color: #000000;
        cursor: pointer;
        text-decoration: none;
}

.Project_1Texte::after{
    content: "";
    position: absolute;
    background-color: #32394E;
    height: 3px;
    width:0px;
    left: 18px;
    bottom: 14px;
    transition: 0.3s;
}

.Project_1:hover{
    .Project_1Img{
            cursor: pointer; 
            background: #ffda06;
            box-shadow: 0 0 15px rgba(231, 227, 9, 0.350); 
            color: #414141;
            border: 1px solid #232323;
            transform: translateY(-10px);
            transition: 0.45S;
            /* width: 180%; */
        
    }
    .Project_1Texte{
        color: #32394E;
    }
    .Project_1Texte::after{
        width: 85%;
        transition: 0.3s;
    }   
    .Project_1Container{
        border-color: #414141;
        transition: 0.3s;
    }
}

.ProjectSectionProjet_1_Description{
    padding: 30px;
    padding-left: 5px;
    padding-right: 5px;
    border: 3px solid #232323;
    position: relative;
    top: -45px;
}

.ProjectSectionProjet_1_Description_Texte{
    background-color: #FFE606;
    padding: 25px;
    display: inline;
    color: #000;
    font-family: Sora;
    font-size: 15.5px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ProjectSectionProjet_1_Link{
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.UpButton{
    width: 45px;
    height: 45px;
    background-color: #FFE606;
    position: fixed;
    top: 90%;
    left: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border-radius: 5px;
}

.UpIcon{
  position: relative;
    animation: 1.20s cubic-bezier(0.165, 0.84, 0.44, 0.84) 1s infinite alternate slidein2;
}

@keyframes slidein2 {   
    from {
        top: 2px;
    }
    to {
        top: -7px;
    }
  }

  .UpButton:hover{
    width: 47px;
    height: 47px;
    background-color: #FFE606;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); 
    color: #414141;
    transform: translateY(-2px);

}

@media (max-width: 910px) {
    .UpButton{
        top: 90%;
        left: 90%;
    }
}

@media (max-width: 475px) {
    .UpButton{
        top: 90%;
        left: 85%;
    }
}

@media (max-width: 300px) {
    .UpButton{
        top: 90%;
        left: 82%;
    }
}


/* Media query pour description projet */


@media (max-width: 670px) {
    .ProjectSectionProjet_1_Description_Texte{
        font-size: 12.5px;
    }
}


@media (max-width: 470px) {
    .ProjectSectionProjet_1_Description_Texte{
        font-size: 10.5px;
    }
}

@media (max-width: 400px) {
    .ProjectSectionProjet_1_Description_Texte{
        font-size: 8.5px;
        padding: 5px;
    }

    .ProjectSectionProjet_1_Description{
        padding: 5px;
        border: none;
    }
}