* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Cartograph', sans-serif; 
}

@font-face {
    font-family: 'Cartograph';
    src: url('cartograph-mono-cf-light.otf') format('opentype');
}
@font-face {
    font-family: 'Yeseva One';
    src: url('YesevaOne-Regular.ttf') format('truetype');
}
:root {
    --navcolor: #767765;
    --navlinkscolor: rgba(255, 255, 255, 1);
    --activecolor: black;
    --fontmenucolor: #767765;
    --lateralcolor: rgba(255,255,255,0);
    --logobarcolor: white;
    --greyback: #F6F6F6;
	--myorange: #BB6342;
}

body {
    background-position: center;
    background-size: cover;
    top: 10vh;
    height: 90vh;
	width: 100vw;

}

header {
    width: 100vw;
	position: fixed;
	z-index:100000;
}

main{
    position: absolute;
	top: 10vh;
	height: 90vh;
	display: flex;
	flex-direction: column; /* Afficher les éléments en colonne */
	align-items: center; /* Centrer les éléments horizontalement */
	
}
.copy{
	display: flex;
	flex-direction: row; /* Afficher les éléments en colonne */
	align-items: center; /* Centrer les éléments horizontalement */
	justify-content: space-between;
	
	margin: 3vh;
	margin-bottom: 0vh;
	min-height: 6vh;
	width: 92vw;
	
	font-size: 0.8em;
}

.navbar {
    position:absolute;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    padding: 0;
}
.navbar .nav-links ul li a {
    color: var(--fontmenucolor);
}

.navbar .nav-links ul li.active a {
    color: var(--activecolor);
    font-weight: 500;
}

.navbar .menu-button {
    position: absolute;
    display: none;
}

.navbar .logobar {
    position:absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100vw;
    height: 10vh;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    background-color: var(--logobarcolor);
    margin-left: -100%;
}

.navbar .logobar .name-logo {
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    height: 6vh;
    box-sizing: border-box;
}

.navbar .menu-button {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    right: 2vw;
    height: 4vh;
}

.nav-links {
    position: absolute;
    display: flex;
    background-color: var(--navlinkscolor);
    backdrop-filter: blur(50px);
    top: 10vh;
    right: 0vw;
    height: 90vh;
    width: 40vw;
    justify-content: center;
    align-items: center;
	
	opacity: 0; /* Div initialement invisible */
	    visibility: hidden; /* Masque la div */
	    transition: opacity 0.5s ease, visibility 0.5s ease; /* Transition de l'opacité et de la visibilité */
	
    z-index: 1000;
}

.nav-links.mobile-menu-active {
	opacity: 1; /* Div devient visible */
	visibility: visible; /* Affiche la div */
}

.logobar.logobar-open {
    margin-left: 0;
    transition: all 0.5s ease;
}

.logobar.logobar-close {
    margin-left: -100%;
    transition: all 0.5s ease;
}
.nav-links ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: left;
    top: 0vh;
    width: 90%;
    height: 70vh;
    margin-top: 4vh;
    margin-bottom: 3vh;
}

.navbar .nav-links ul li {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 10vh;
    width: 100%;
    font-size: 1.4em;
}
.bb{
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.logo {
    position: relative;
    height: 100%;
}

.landscape {
    position: relative;
    width: 96vw;
	left: 2vw;
    display: block;
}
.landscape-mobile {
    position: relative;
    width: 96vw;
	left: 2vw;
    display: none;
}
.back{
	width: 100vw;
	
	padding-top:2vh;
	padding-bottom:2vh;
	
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.grey{
	background-color: var(--greyback);
}
.orange{
	color: var(--myorange);
}


.alldivsVertical {
    position: relative;
    top: 10vh;
    left: 0vw;
    height: 90vh;
    width: 100vw;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: auto;
    white-space: nowrap;
}
label, input, textarea {
    display: block;
    margin-bottom: 10px;
}
input, textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 1vh;
    box-sizing: border-box;
}
#contacte{
    position: relative;
	
	top: 1vh;
	left: 25vw;
	width: 50vw;
}

.insta{
	width: 4vh;
	right: 0;
}
.centered-text{
	height: 100%; /* Réglez la hauteur pour centrer verticalement */
	text-align: center; /* Centrage horizontal du texte */
}
.justify-text{
	height: 100%; /* Réglez la hauteur pour centrer verticalement */
	text-align: justify; /* Centrage horizontal du texte */
}
.yeseva{
    font-family: 'Yeseva One'; 
}
.Arapey{
    font-family: 'Arapey'; 
}
p{
	margin-left:1vw;
	margin-right:1vw;
}
#presta{
	display: none;
}
.btnback{
	position: absolute;
	top:1vh;
	left:2vw;
	width: 25px;
	display: none;
	z-index:100;
}

.portfolio{
	display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
	padding-left:1vw;
	padding-right:1vw;
	width: 98vw;
}
.photos{
	display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 1vw;
}
.left{
	margin-right:1vw;
}
.right{
	margin-left:1vw;
}
.photo {
    position: relative;
    width: 100%;
	margin-bottom: 1vw;
    display: block;
}
#SelectPortfolio{
	position: absolute;
	display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	
	width:98vw;
	left:1vw;
	height:4vh;
	
}
.btnPortfolio{
	width: 20vw;
	height:4vh;
	
	font-size: 10px;
	
	border-radius: 12px;
	background-color: white;
}
@media screen and (max-width: 600px) {
    .landscape {
        position: relative;
        display: none;
    }
    
    .landscape-mobile {
        position: relative;
        display: block;
    }
    
    .nav-links {
        width: 70vw;
    }
	.copy{
		font-size: 0.5em;
	}
}










