		body {
			font-family: 'Helvetica', sans-serif;
    		font-weight: 500;
			font-size: 18px;
			background-color:#f6f6f6;
  		}

		p {
			font-family: 'Helvetica', sans-serif;
			font-weight: 500;
			line-height: 1.9rem;
			font-size: 1.4rem;
    	}

		p.adresse {
            font-family: 'Helvetica', sans-serif;
            font-weight: 500;
            line-height: 1.9rem;
            font-size: 1.4rem;
        }

		p.small{
            font-family: 'Helvetica', sans-serif;
            font-weight: 500;
            line-height: 1.9rem;
            font-size: 1.4rem;
			margin-top: 2.4rem;;
        }

        h1 {
            font-family: 'Helvetica', sans-serif;
            font-weight: 500;
            font-size: 1.8rem;
            margin-bottom: 20px;
        }

        a {
            color: #7040ff;
            text-decoration: none;
        }

            a:hover {
                color: #7040ff;
                text-decoration: none;
            }


        .nav-link {
			color: #7040ff;
            display: inline;
            padding: 10px 20px 0px 0px;
            font-size: 1.4rem;
        }
	
			.nav-link:hover {
                display: inline;
                padding: 10px 20px 0px 0px;
                text-decoration: none;
                color: black;
            }

			.nav-link:visited {
                color: #7040ff;
            }

			.nav-link:focus {
                box-shadow: 0 0 0 0rem white;
                text-decoration: none;
            }

        .nav-link-black {
			color: black;
            display: inline;
            margin-right: 20px;
			padding-top:0.3rem;
            font-size: 1.4rem;
			border-top: 2px solid black;
        }
			.nav-link-black:active {
                color: #7040ff;
            }

		.nav-item {
		line-height: 2.1rem;
		}

		.back-btn {
			color: black;
			font-size: 1.1rem;
			background-color: #f6f6f6;
			border: none;
			padding: 0px;
			margin-bottom:2px;
		}

		.img-publication { 
            height: 18%;
			width: 18%;
			margin-right: 1.5rem;
			margin-bottom: 2rem;
        }

		.img-portfolios { 
            height: 30%;
			width: 30%;
			margin-right: 1.5rem;
			margin-bottom: 2rem;
        }

		.img-websites { 
            height: 50%;
			width: 50%;
			margin-right: 1.5rem;
			margin-bottom: 2rem;
        }
		
		.img-title { 
            height: 18%;
			width: 18%;
			margin-right: 1.2rem;
			margin-bottom: 2.4rem;
        }

		.img-pages { 
           	height: 18%;
			width: 18%;
			margin-right: 1.2rem;
			margin-bottom: 1.2rem;
        }

		.project-text{
			margin-top: 3rem;
			width: 50%;
		}

		.vertical-spacer{
            height: 160px;
        }

		.g-exklave {
			--bs-gutter-y: 0;
		}
		
		@media screen and (max-width: 480px) {
			.nav-link-black {		
				padding-top:0.1rem;            
        	} 
        }