@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


@font-face {
  font-family: Niveu;
  src: url(../font/NiveauGroteskRegular.woff);
}
@font-face {
  font-family: NiveuLight;
  src: url(../font/NiveauGroteskLight.woff);
}
@font-face {
  font-family: NiveuBold;
  src: url(../font/NiveauGroteskBold.woff);
}

p,a,li,span{
    font-family: Niveu !important;
}
h1, h2, h3, h4{
    font-family: NiveuBold;
}

html, body{
    overflow-x: hidden;
}
.espace-40{
    width: 100%;
    height:40px
}
.menu{
    margin-top:15px
}
.menu li{
    list-style-type: none;
    display: inline;
}
.menu a{
    color: black;
    margin: 0 18px;
    padding: 15px 30px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
   
}
.menu .selected{
    background-color: black;
    color:white
}
.menu a:hover{
    border: 1px solid #000000;
    margin: 0 17px;
}
.social-links{
    padding: 0;
    margin:0;
}
.social-links li{
    list-style-type: none;
    display: inline;
}
.project{
    width:100%;
    position: relative;
    opacity: 0.6;
    transition: all 0.5s;
    
}
.project:hover .title-project h3 {
    font-size:40px
}
.project:hover .title-project p {
    font-size:22px
}
.project:hover .title-project span {
    font-size:16px
}
.project-inn img{
    width: 100%;
}
.project-inn{
    position: relative;
}
.project-inn .title-project{
    position: absolute;
    z-index: 100;
    color: white;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    top: calc(50% - 50px);
}
.title-project h3{
    transition: all 0.5s;
    font-size: 30px;
    color: white;
}
.title-project span{
    font-size:14px;
    transition: all 0.5s;
}
.title-project p{
    font-size:18px;
    transition: all 0.5s;
}
.project:hover{
    opacity: 1;
}
.project::after{
    content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('../img/project/pattern.png') ;
	mix-blend-mode: multiply;
    opacity: 1;
}
#projects .col-md-12{ 
    display:none;
}
#loadMore{
    text-decoration: none;
    color: black;
    border: 2px solid #000000;
    padding: 10px 20px;
}
.rights{
    font-size:14px;
    font-family: NiveuLight;
   
}
.menu-mobile{
    display: none;
}


@media only screen and (max-width: 1207px) {
    .menu a{
        margin: 0 4px;
        padding: 3px 7px;
    }
   
}
@media only screen and (max-width: 767px) {
    .menu-mobile{
       display: block;
       
    }
    .menu-desktop{
        display: none;
    }
    .show-menu{
        display: none;
        position: absolute;
        z-index: 99999;
        right:0;
        background: black;
        height:100%;
        top: 0;
        padding: 100px 60px;
    }
    .show-menu li{
        list-style-type: none;
        margin-top: 22px;

    }
    .show-menu li a{
        color: white;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
    }
}