@font-face {
    font-family: Linux;
    font-style: normal;
    font-weight:100;
    src: url("../fonts/LinLibertine_R.ttf");
}

@font-face {
    font-family: Linux;
    font-style: italic;
    font-weight:100;
    src: url("../fonts/LinLibertine_RI.ttf");
}

@font-face {
    font-family: Linux;
    font-style:normal;
    font-weight:200;
    src: url("../fonts/LinLibertine_RB.ttf");
}

@font-face {
    font-family: Linux;
    font-style:italic;
    font-weight:200;
    src: url("../fonts/LinLibertine_RBI.ttf");
}


body{

    margin: 10px;
    line-height: 18px;
    font-family: Linux;
    font-weight:100;
    font-style: normal;
}

img{
    max-width: 100%;
}

#menu-trigger{

    position:fixed;
    top:10px;
    right:10px;
    width: 25px;
    z-index: +15;

}

#menu::before{

    content: " ";
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(255, 255, 255); 
    z-index: -1;
    top: 0;
    left: 0;
}

#menu{
    position: fixed;
    padding:10px;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    display: none;
    z-index:+10;
}

#menu-trigger:hover{

    cursor: pointer;
}

#menu:hover{

    cursor: pointer;
}

#nom{
    position:fixed;
    top:10px;
    left:10px;
    z-index:+11;
}

.presentation{
    padding-top:26px;
    display: grid;
    grid-template-columns: repeat(10, 1fr); 
    max-width: 100%;
    gap: 10px;
}

#photo{
    grid-column:1/8;
}
#id{
    max-height:87vh;
    box-shadow:7px 7px 20px rgb(149, 149, 149);
}
#CV{
    grid-column: 8/11;
    padding-right:35px;
}

.contact{
    margin-top:3px;
    margin-left:20%;
}

.englishcv{
    margin-left:10%;
}

.project{
    display: grid;
    grid-template-columns: repeat(10, 1fr); 
    max-width: 100%;
    gap: 10px;
    position: relative;
    height: 100%;
}

.project .swiper{

    grid-column: 1/8;
}

.description{
    grid-column: 8/11;
    padding-right:35px;
}

h2{
    font-family: Linux;
    font-weight: 200;
    font-style: italic;
}

body.menu-open{

    overflow: hidden;
    
}

body.menu-open #menu{

    display: block;
}

.swiper-slide{
    display: flex;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.swiper {
    width: 100%;
    height: 100%;
  }

.swiper {
    margin-left: auto;
    margin-right: auto;
  }

.tech{
    margin-top:3px;
    font-size: 13px;
    line-height: 15px;
    margin-left: 20%;
}

.hypertexte{
    color:black
}

main{
    padding-top:26px;
}

.puce{
    max-width: 12px;
}

.italic{
    font-style:italic;
}

.eng{
    margin-left:10%;
    font-style:italic;
}

.swiper-button-next::after{

    content: "";
}

.swiper-button-next{
    width:100%;
    height:100%;
    position: absolute;
    top: 0;

}
