/* ----- POLICES ----- */


@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/polices/Inter-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("/polices/Inter-Italic.woff2") format("woff2");
}


@font-face {
	font-family: "Betadine";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/polices/betadine.woff2") format("woff2");
}






/* ----- Base ----- */



p, ul, h1, h2{
    font-family: 'inter', sans-serif;
    font-size: 12px;
    line-height: 20px;
	font-weight: 400;
    letter-spacing: 0.3px;
	font-style: normal;
    text-align: center;
    color: rgba(250,250,250,1);
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    cursor: default;
    -webkit-font-smoothing: antialiased;
}



a{
    text-decoration: none !important;;
    color: inherit;
    cursor: default;
}


p a, p.lien{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}


p a:not(.no-hover):hover, p.lien:not(.no-hover):hover{
    opacity: 0.5;
}


em{
    font-weight: normal;
    font-style: normal;
}


i{
    font-style: italic;
}



p.eav{
    margin-top: 20px;
}


div.colophon p, div.pied p, div.contact-wrap p{
	text-wrap: balance;
	padding: 0px 10px 0px 10px;
	display: inline-block;
}


p.contact, p.projets, p.nom{
    display: inline-block;
    user-select: none;
}


p.contact{
    float: right;

}


div.menu-gauche p, div.menu-droite p, div.menu-mobile p{
    display: block;
	float: left;
	margin-right: 20px;
}


div.menu-nom p{
    font-family: 'betadine', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
}


table.cv p{
	text-align: left;
	padding: 10px 0px 10px 40px;
	text-wrap: balance;
}


div.paru p{
	display: block;
	position: absolute;
	bottom: 10px;
	width: 100%;
	font-size: 10.5px;
	line-height: 15px;
	opacity: 0.3;
	color: white;
}


