@font-face {
    font-family: "Monument";
    src: url("https://res.cloudinary.com/holatresveces/raw/upload/v1573001944/MonumentExtended-Ultrabold_clzvv7.otf");
}
@font-face{
    font-family: "Quicksand";
    src : url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.modal{
    /* background-color: #00000077; */
    color: #000;
    /* margin: 5em auto 0 19%; */
    background-color: #fff;
    z-index: 9999;
    padding: 30px;
    font-size: x-large;
    text-align: left;
}

* {
    cursor: none;
    pointer-events: auto;
}

body {
    overflow-x: hidden;
    margin: 0px;
    font-family: monospace;
    color: white;
    font-family: "Monument";
    line-height: 70px;
}

canvas {
    position: fixed;
    top: 0px;
    left: 0;
}

main {
    width: 100vw;
    height: 200vw;
    z-index: 99;
    position: absolute;
}

section {
    min-height: 100vh;
    padding: 20px;
    font-size: 3vh;
}

.titleJob {
    line-height: 20px;
    padding-bottom: 5px;
    font-size: 16px;
}

.glass {
    width: 35%;
    margin-left: 5em;
    margin: 19em 0em 9em 3em;
}

.glass1 {
    width: 35%;
    margin-left: 15em;
    padding: 0 0 1em 1.5em;
    margin: 25em 0em 14em 3em;
}

.glass2 {
    width: 35%;
    padding: 0 0 1em 1.5em;
    margin: 17em 0em 9em 61em;
}

.glass3 {
    width: 35%;
    padding: 0 1.5em 1em 1.5em;
    margin: 12em 0em 9em 3em;
}

.glass4 {
    width: 35%;
    margin-left: 5em;
    margin: -3em 0em 7em 3em;
    padding: 1em;
}

#training{
    margin-bottom: 9em;
}

#specialSkills{
    margin-bottom: -3em;
}

#experiences{
    margin-bottom: 7em;
}

.glass5 {
    width: 40%;
    margin-left: 5em;
    margin: 22em 0em 7em 3em;
    padding: 1em;
}

#scrollProgress {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 99999;
    font-size: 3vh;
}

.mainTitle {
    color: #21272D; 
    margin-top: 3em;
    margin-right: 20px;
    text-align: end;
    font-size: 10vh;
}

.contactMeStyle {
    display: flex; 
    justify-content: space-around; 
    margin-left: -1em;
}

.contactMeSection {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
    
.gitSection { grid-area: 1 / 1 / 2 / 2; }
.linkedInSection { grid-area: 1 / 2 / 2 / 3; }
.emailSection { grid-area: 1 / 3 / 2 / 4; }
.bookSection { grid-area: 1 / 4 / 2 / 5; }
.phoneSection { grid-area: 1 / 5 / 2 / 6; }
.cvSection { grid-area: 1 / 6 / 2 / 7; }

.marginLinkSection{
    margin: 0 1.2em;
    text-align: center;
    width: 3.5em;
}

.liste {
    /* font-family: 'Quicksand', Courier, monospace;
    font-size: 2vh;
    line-height: 20px; */
    font-size: 16px;
    line-height: 20px;
    font-family: 'Lato', Courier, monospace;
    font-weight: lighter!important;
    text-align: justify;
    margin-left: 1.5em;
    list-style-type: circle;
}

p{
    font-size: 18px!important;
}
  
.container {
    position: relative;
    height: 70px;
    overflow: hidden;
    outline: 1px transparent;
    margin-top: -20.5em;
    /* margin-top: -27%; */
    margin-left: 1.5em;
}

.mainMenu {
    position: absolute;
    top: 5em;
    left: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 5vh;
}

.menu {
    color: transparent;
    -webkit-text-stroke: 1px #21272D;
    left : 0;
    margin-left: 1.5em;
}

p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Quicksand', Courier, monospace;
    font-weight: lighter!important;
    text-align: justify;
}

h2 {
    font-size: 23px;
    mix-blend-mode: hard-light;
}

h4 {
    font-size: 18px;
    line-height: 20px;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
    mix-blend-mode: hard-light;
}

h5 {
    font-size: 13px;
    mix-blend-mode: hard-light;
}

p{
    font-family: 'Lato';
}

.button {
    font-family: 'Comfortaa',cursive;
    font-size: 20px;
    color: rgba(255,255,255,0.7);
    background: rgb(2,0,36);
    background: linear-gradient(45deg, rgba(2,0,36,0) 5%, rgba(255,255,255,.5) 6%, rgba(255,255,255,0) 9%, rgba(255,255,255,.5) 10%, rgba(255,255,255,0) 17%, rgba(255,255,255,.5) 19%, rgba(255,255,255,0) 21%);
    background-size: 150%;
    background-position: right;
    transition: 1s;
    width: 150px;
    height: 50px;
    border-radius: 5px;
    box-shadow: inset 0px 3px 5px rgba(255,255,255,0.5), 0px 0px 10px rgba(0,0,0,0.15);
    border: none;
    position: absolute;
    top: 45%;
    cursor: pointer;
}
  
.button:hover {
    background-position: left;
    color: white;
    box-shadow: inset 0px 3px 5px rgba(255,255,255,1), 0px 0px 10px rgba(0,0,0,0.25);
}
  
a:-webkit-any-link {
    text-decoration: none;
}

.specialSkills {
    padding: 1em;
}

.arrow {
    margin-top: 30%;
    margin-left: 55%;
    width: 30em;
}

.stickers {
    position: relative;
}

img.sticker {
    position: absolute;
}

.sticker_quality {
    margin-left: 85%;
    margin-top: 5%; 
    width: 7em;
    height: 5.5em;
    transform : rotate(12deg);
}

.sticker_new {
    margin-left: 79%;
    /* margin-top: -2%; */
    width: 7em;
    height: 6.5em;
    transform : rotate(30deg);
}

a:hover {
    cursor: pointer!important;
}

svg:hover {
    cursor: pointer!important;
}

.firstSection {
    color: #21272D; 
    z-index: 12;
}

.sticky-content, #topBarMenu {
    visibility: hidden;
    top: 0.7em;
    z-index: 10;
    margin-top: 1em;
    background-color: #21272D70;
    color: currentcolor; 
    padding: 0rem 3em!important;
    border-bottom: 0.05rem solid #dfdfdf80;
    height: 60px;
    margin: 0.5em 1em;
    border-radius: 10px;
}

.sticky-content-title {
    padding-top: 1rem;
    z-index: 11;
    display: flex; 
    justify-content: space-between;
    font-size: 1.7em;
    scroll-behavior: smooth;
}

a:hover {
    cursor: help!important;
}

.placeholder-title {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    padding-left: 20px;
}

a, a:hover, a:visited, a:active {
	color:#fff;
	text-decoration:none;
}

.mainThemeDiv{
    background-color: #fdfeff;
    color: #1B1C1E; 
    font-family: 'Lato';
    font-size: 15px;
    line-height: 20px;
    font-family: 'Lato', Courier, monospace;
    font-weight: lighter!important;
    text-align: justify;
    padding: 15px 20px; 
}

h2, h3, h4, h5{
    /* font-family: 'Monument'!important; */
    font-family: 'Helvetica'!important;
}

.titleSection{
    background-color: #000; 
    color: #fff; 
    padding: 10px; 
    width: 36%; 
    letter-spacing: 1px; 
    font-family: 'Helvetica';
}

.competenceParent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
/* 
.competence{
    margin-top: 30em!important;
} */
    
.frontDiv { grid-area: 1 / 1 / 2 / 2; }
.backDiv { grid-area: 1 / 2 / 2 / 3; }

.frontLanguageGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100px;
}
    
/* .vanillaDiv { grid-area: 5 / 1 / 6 / 3; width: 90%;} */
.threeDiv { grid-area: 1 / 1 / 2 / 3; }
.arDiv { grid-area: 1 / 3 / 2 / 4; width: 90%;}
.reactDiv { grid-area: 3 / 3 / 4 / 4; width: 90%;}
.reactnativeDiv { grid-area: 2 / 2 / 3 / 4; }
.svelteDiv { grid-area: 2 / 1 / 3 / 2; width: 90%;}
.andOthersDiv { grid-area: 3 / 1 / 4 / 3; width: 90%;}

.languageStyle{
    text-align: center; 
    /* border-radius: 15px;  */
    border-radius: 0;
    background-color: #f5f5f5;
    margin: 0.3em;
    padding: 5px 10px; 
    margin-right: auto; 
    margin-left: auto; 
}

.backLanguageGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100px; 
}
    
.phpDiv { grid-area: 1 / 1 / 2 / 2; }
.symfonyDiv { grid-area: 1 / 2 / 2 / 4; }
.nodeDiv { grid-area: 2 / 1 / 3 / 2; }
.javaDiv { grid-area: 2 / 2 / 3 / 4; }

/* Portrait version - test on iPhone XS / iPhone 13 Pro Max / iPhone 14 Pro */
@media only screen 
and (min-width: 360px) 
and (max-width: 812px)
and (orientation : portrait) {

    .mainTitle{
        font-size: 2.5rem!important;
        margin-top: 2.5em;
    }

    .mainMenu{
        top: 13em;
        font-size: 1.3rem;
    }

    .arrow{
        margin-top: 18.9em;
        margin-left: 60%;
    }

    .glass, .glass1, .glass2, .glass3, .glass4{
        width: 95%;
        margin-right: auto;
        margin-left: auto;
    }

    .glass3{
        margin-top: 15em;
    }

    .glass5{
        width: 20em;
        /* height: 400em; */
        margin-right: auto;
        margin-left: auto;
    }

    .glass1{
        color: black;
        stroke: #000; 
    }
    /* 
    .linkLinkd, .linkEmail, .linkGit, .linkBook, .linkPhone{
        filter: invert(1)!important;
    } */

    .titleSection{
        width: 70%!important;
    }

    .container{
        margin-top: -15.7em;
        margin-left: 0.5em;
    }

    .sticker_quality{
        margin-left: 58%;
        margin-top: -8%;
    }

    .sticker_new {
        margin-left: 31%;
        margin-top: -20%;
    }

    .languageStyle{
        width: 95%;
    }

    #iconeScreen{
        text-align: center;
    }

    #iconeRotate{
        width: 65%;
        height: 65%;
    }

    #popupMobile{
        background-color: #ffffff;
        border-radius: 5px;
        /* border: 1px solid #525252 ; */
        color: #fff;
    }

    .sticker_new{
        margin-top: -20%;
    }

    #topBarMenu{
        display: none;
    }

    .mainTitle{
        margin-top: 4.5em;
    }

    .contactMeSection {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
        
    .gitSection { grid-area: 1 / 1 / 2 / 2; }
    .linkedInSection { grid-area: 1 / 2 / 2 / 3; }
    .emailSection { grid-area: 2 / 1 / 3 / 2; }
    .bookSection { grid-area: 2 / 2 / 3 / 3; }
    .phoneSection { grid-area: 3 / 1 / 4 / 2; }
    .cvSection { grid-area: 3 / 2 / 4 / 3; }

    .glass5{
        height: 28em;
    }

    .marginLinkSection{
        margin: 2em;
    }

    .contactMe{
        margin-top: -5em;
    }

    a, a:hover, a:visited, a:active {
        color:#000!important;
        text-decoration:none;
    }

    .webgl{
        width: 100%!important;
        height: 100%!important;
    }
}

/* Landscape version - test on iPhone XS / iPhone 13 Pro Max / iPhone 14 Pro  */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (orientation : landscape)  {

    .mainTitle {
        margin-right: 2em;
        margin-top: 2.7em;
    }

    .mainMenu {
        top: 0em!important;
    }

    .container {
        margin-top: -23em;
        margin-left: 3.2em;
        line-height: 50px;
    }

    .glass, .glass1, .glass2, .glass3, .glass4 {
        width: 55%;    
        margin: 3em 0em 9em 5em;
    }

    .glass5 {
        width: 47%;
        margin: 22em 0em 7em 5em;
    }

    .liste {
        font-size: 3vh;
        font-size: 15px;
        line-height: 20px;
        font-family: 'Lato', Courier, monospace;
        font-weight: lighter!important;
        text-align: justify;
    }

    .menu {
        margin-left: 3em;
        line-height: 50px;
    }

    .arrow { 
        margin-top: 7.5%;
        margin-left: 50%;
        width: 12em;
    }

    .sticker_quality{
        margin-top: -6%;
        margin-left: 74.5%;
    }

    .sticker_new{
        margin-top: -8%;
        margin-left: 65%;
        width: 9em;
        height: 8.5em;
    }

    .mainMenu{
        margin-top: 1em;
    }

    #topBarMenu{
        display: none;
    }

    a, a:hover, a:visited, a:active {
        color:#000!important;
        text-decoration:none;
    }

    .glass5 {
        width: 95%;
        margin: 50em auto 0 auto;
    }

}






/*# sourceMappingURL=main.css.map*/