
html {
    scroll-behavior: smooth;
}


body {
    background-image: url(img/logo_fond3.png);
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-size: 15em;
    background-attachment: fixed;
    background-position: top 2% left 2%
   
}



.wrapper {
  display: grid;
  grid-template-columns: repeat(6 ,auto);
  grid-template-rows: repeat(10, auto);
  grid-auto-rows: 150px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  
}



a {
   color: #0000FF; 
}

a:hover {
    color: #0000FF;
}

a:visited {
    color: #0000FF;
}

.lien:visited {
    color: #0000FF;
    text-decoration: none;
}

.lien:hover {
    color: #0000FF; 
}

.lien:active {
    color: #0000FF;
}

.lien:default {
    color: #0000FF;
}


#fr:hover {
    color: #0000FF;
}

#fr:visited {
    color: black;
}


#en:hover {
    color: #0000FF;
}

#en:visited {
    color: black;
}









.linkNav {
    color: black;
}

.linkNav:visited {
    color: black;
}

.linkNav:hover {
    color: #0000FF; 
}

.linkNav:active {
    color: black; 
}



li {
    margin-bottom: 20%;   
}



#mydiv {
    position: fixed;
    z-index: 9;
}

#mydivheader {
    cursor: grab;
    z-index: 10;
}



#logo1 {
    width: 14em;
    margin-top: 40%;
    margin-left: 18%
}




#textLanding {
    grid-row: 2/4;
}




#content {
    grid-column: 2/7;
}


#left {
    margin-right: 15em;

}





#content {
  display: flex;
  flex-direction: column;
  
  
}

#phoneContent{
    display: none;
}

#projets {
    list-style: none;
    font-family: 'TruenoBold';
}


#intro { 
    font-family: 'TruenoBoldOutlineItalic';
    font-weight: normal;
    font-style: normal;
    font-size: 45px;
    margin-top: 3%
    
    
}


#conclu { 
    font-family: 'TruenoBoldOutlineItalic';
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    
    
}




#introFr { 
    font-family: 'TruenoBoldOutlineItalic';
    font-weight: normal;
    font-style: normal;
    font-size: 45px;
    margin-top: 5%;
    
    
}


#informations {
    margin-bottom: 60%;
    display: flex;
    flex-direction: row;
    
     
    }

#lol {
    margin-right: 5%;
    display: none;
}

#email {
    margin-right: 5%;
    
}

#student{
    margin-right: 5%;   
}

#studentFr{
    margin-right: 5%;
}



#fr {
    cursor:pointer
}

#fr:hover {
    text-decoration: underline;
}


#en {
    cursor:pointer
}

#en:hover {
    text-decoration: underline;
}



.info {
    font-family:'TruenoBoldItalic';
    
}

#lang {
    
    font-family:'TruenoBoldItalic';
    font-size: 15px
}

CV {
    color:#0000FF;
}

CV:visited {
    color:#0000FF;
}

CV:hover {
    text-decoration: underline;
    color:#0000FF;
}

CV:default {
    color: #0000FF ;
}



#logoHome {
    margin-bottom: 26em;
    width: 16em;
    margin-top: 2em;
}



#menu {
    color: black;
    text-align: right;
    position: fixed;
    margin-top: 17em;
    font-size: 17px;
    margin-right: 10%;
    
    
    
    
}

#projets {
    line-height: 90%;
}

#menuPhone {
        display: none;
        color: black;
        text-align: left;
        position: fixed;
    
    }


#imgtext {
    display: flex;
    flex-direction: row;
    align-items: flex-end
}



.projectName {
    font-family: 'TruenoBoldOutlineItalic';
    font-weight: normal;
    font-style: normal;
    font-size: 45px;
    color: #0000FF;
    padding-top: 17%;
    
    
}

#comingSoon {
    color: black;
    font-family: 'TruenoBoldItalic';
    margin-left: 40%;
    
}

.projectImage {
    width: 70%;
    margin-top: 5%;
    
    
}


.text {
    width: 20%;
    margin-left: 5%;
    bottom: 0;
    font-family:'TruenoBoldItalic'; 
}

.textFr {
    width: 20%;
    margin-left: 5%;
    bottom: 0;
    font-family:'TruenoBoldItalic';
    
}


.lastImage {
    margin-bottom: 20em;
}




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

    body {
        background-size: 25em;
        background-position: top 3% left 2% 
    }
    
    
    #logo1 {
    width: 24em;
    margin-top: 35%;
    margin-left: 17%
    }

    
    #left {
    margin-right: 30em;
    }
    
    #textLanding {
    width: 90%;
    }
    
    
    #intro {
        font-size: 75px;
        margin-top: 5% 
    }
    
    .info {
        font-size: 30px;
    }
    
    #email {
    margin-right: 10%;
    
    }
    
    #student{
    margin-right: 10%;   
    }

    #menu {
    color: black;
    text-align: right;
    position: fixed;
    margin-top: 20em;
    margin-left: 1%;
    font-size: 25px;

        
    }

    #lang {
    
    font-family:'TruenoBoldItalic';
    font-size: 25px
    }
    
    li {
    margin-bottom: 30%;   
    }
    
    
    .text {
    font-size: 23px;
    margin-left: 5%;
    
    }
    
    .projectName {
    font-size: 65px;
    padding-top: 15%;
    }

    
}




@media screen and (min-width: 1550px) and (max-width:1950px) {
    

    body {
        background-size: 15em;
        background-position: top 3% left 2% 
    }
    
    
    #logo1 {
    width: 15em;
    margin-top: 35%;
    margin-left: 17%
    }

    
    #left {
    margin-right: 18em;
    }
    
    #textLanding {
    width: 90%;
    }
    
    
    #intro {
        font-size: 50px;
        margin-top: 5% 
    }
    
    .info {
        font-size: 17px;
    }
    
    #email {
    margin-right: 13%;
    
    }
    
    #student{
    margin-right: 13%;   
    }

    #menu {
    margin-top: 17em;
    margin-left: 0%;
    font-size: 20px;

        
    }

    #lang {
    
    font-family:'TruenoBoldItalic';
    font-size: 18px
    }
    
    li {
    margin-bottom: 25%;   
    }
    
    
    .text {
    font-size: 15px;
    margin-left: 3%;
    
    }
    
    .projectName {
    font-size: 50px;
    padding-top: 15%;
    }

    
}






@media screen and (max-width: 1200px) {
    

    body {
        background-size: 13em;
        background-position: top 2% left 2% 
    }
    
    
    #logo1 {
    width: 13em ;
    margin-top:5em ;
    margin-left:1.7em 
    }

    
    #left {
    margin-right: 12em ;
    }
    
    
    
    #intro {
        font-size: 40px ;
        margin-top:  
    }
    
    
    
    #menu {
    margin-top: 20em;
    margin-left: 1%;
    font-size: 15px;

        
    }
    
    
    .text {
    font-size: 10px;
    margin-left: 5%;
    
    }
    
}


@media screen and (max-width: 1000px) {
    

    body {
        background-size: 10em;
        background-position: top 2% left 2% 
    }
    
    
    #logo1 {
    width: 10em ;
    margin-top:4em ;
    margin-left:1.5em 
    }

    
    #left {
    margin-right: 8em ;
    }
    
    
    
    #intro {
        font-size: 30px ;
        margin-top:  
    }
    
    
    
    #menu {
    margin-top: 16em;
    margin-left: -2%;
    font-size: 13px;

        
    }
    
    #lang {
    font-size: 11px
    }
    
    li {
    margin-bottom: 30%;   
    }
    
    
    .text {
    font-size: 13px;
    margin-left: 0%;
    width: 50%;
    }
    
    
    .projectName {
    font-size: 30px;
    padding-top: 15%;
    }
    
    
    #imgtext {
    display: flex;
    flex-direction: column-reverse;
    align-items:flex-start
    }
    
    .projectImage {
    width: 90%;
    margin-top: 5%;
    
    
}
    
    
}


