/* Corps de page */
body {
	background-image: url("../images/contact/fond_polaroids.webp");
	background-repeat: no-repeat;
	background-size: 100vw;
}


/* ----------- Liens Démo & CV ----------- */

/* Groupe liens portfolio */
.gr_lien_portfolio {
	font-family: Andale Mono, Arial;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* Lien portfolio */
.lien_portfolio {
	font-size: 1.5vw;
	line-height: 2.5vw;
	color: white;
	text-decoration: none;
	transition: transform 0.5s;
}

/* Lien portfolio - pointeur dessus */
.lien_portfolio:hover {
	text-decoration: underline;
	transform: scale(1.05);
}


/* ------------ Texte contact ------------ */

/* Groupe texte contact */
.txt_contact {
	float: right;
	font-family: Andale Mono, Arial;
	color : white;
	font-size: 1.5vw;
	line-height: 2.4vw;
	text-align: center;
	text-shadow: black 1px 0 5px;
	margin-top: 4vw;
	margin-right: 12vw;
	width: 38vw;
}


/* -------- Liens réseaux sociaux -------- */

/* Groupe des GR_lien */
.reseaux {
	margin-top: -4vw;
	margin-left: 13vw;
}

/* GR_lien (logo + texte) */
.lien_logo_nom {
	color : white;
	text-decoration: none;
	display: flex;
	align-items: center;
	width: 25vw;
}

/* Logos fond */
.logos {
	background-color: rgba(28, 28, 30, 0.7);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 1.3vw;
	width: 4.3vw;
	height: 4.3vw;
	box-shadow: 
		inset 0.1px 0.1px 2px rgba(255, 255, 255, 0.5), /* bevel */
		0 4px 6px rgba(0, 0, 0, 0.5); /* shadow */
	transition: transform 0.2s;
}

/* Image logo */
.logos img {
	width: 100%;
	transition: transform 0.2s;
}

/* Logo - GR_lien au survol */
.lien_logo_nom:hover .logos {
	transform: scale(1.05);
}

/* Textes liens */
.nom_lien {
	font-family: Andale Mono, Arial;
	font-size: 2.7vw;
	line-height: 2.3;
	margin-left: 1vw;
	transition: letter-spacing 0.2s;
}

/* Textes liens - GR_lien au survol */
.lien_logo_nom:hover .nom_lien {
	letter-spacing: 3px;
}



/* ----------- Carte de visite ----------- */

/* Carte de visite */
.carte_de_visite {
	background-image: url("../images/carte.webp");
	background-repeat: no-repeat;
	background-size: 100%;
	float: right;
	margin-top: 8vw;
	margin-right: 40vw;
	width: 40vw;
	height: 26.7vw;
	transform: rotate(-10deg);
	border-radius: 17px;
	box-shadow: 
		inset 0.1px 0.1px 3px rgba(255, 255, 255, 0.7), /* bevel */
		2px 8px 15px rgba(0, 0, 0, 0.7); /* shadow */
	transition: transform 0.3s;
}

/* Carte - au survol */
.carte_de_visite:hover {
	transform: rotate(-8deg);
}

/* Logo carte */
.logo_carte {
	width: 44%;
	margin-top: 10%;
	margin-left: 6%;
	transition: scale 0.3s;
}

/* Logo carte - au survol */
.logo_carte:hover {
	scale: 1.05;
}

/* Texte carte */
.description {
	color : white;
	font-family: Andale Mono, Arial;
	font-size: 1.5vw;
	margin-top: 8%;
	margin-left: 6%;
	right: 45%;
	line-height: 3.4vw;
}

/* Lien texte carte */
.lien_description {
	text-decoration: none;
	color : white;
}

/* Lien texte carte - au survol */
.lien_description:hover {
	color : gray;
}


/* -------- Section pied de page --------- */

/* copyright */
footer {
	margin-top: 6vw;
}

/* Flèche retour haut de page */
.fleche_haut_page {
	margin-top: 6vw;
}

/* ----------- Version mobile ------------ */

@media only screen and (max-width: 738px) {

	/* Corps de page */
	body {
		background-size: 250vw;
		background-position: top 0 left -50vw;
	}


	/* --- Liens Démo & CV --- */

	/* Lien portfolio */
	.lien_portfolio {
		font-size: 1.2em;
		line-height: 1.5em;
	}

	/* Lien portfolio - pointeur dessus */
	.lien_portfolio:hover {
		transform: scale(1);
		text-decoration: none;
	}


	/* --- Texte contact --- */

	/* Groupe texte contact */
	.txt_contact {
		float: left;
		margin-left: 5vw;
		margin-top: 0vw;
		font-size: 1em;
		line-height: 1.5em;
		text-align: justify;
		width: 90vw;
	}


	/* --- Liens réseaux sociaux --- */

	/* Groupe des GR_lien */
	.reseaux {
		float: left;
		margin-top: 3vw;
		margin-bottom: 3vw;
		margin-left: 20vw;
	}

	/* Textes liens - GR_lien au survol */
	.lien_logo_nom {
		width: auto;
	}

	/* Textes liens - GR_lien au survol */
	.lien_logo_nom:hover .nom_lien {
		letter-spacing: initial;
	}

	/* Logos fond */
	.logos {
		border-radius: 15px;
		width: 12vw;
		height: 12vw;
	}

	/* Logo liens - GR_lien au survol */
	.lien_logo_nom:hover .logos {
		transform: scale(1);
	}

	/* Textes liens */
	.nom_lien {
		font-size: 8vw;
		margin-left: 3vw;
	}


	/* --- Carte de visite --- */

	.carte_de_visite {
		margin-right: 10vw;
		width: 80vw;
		height: 53.333vw;
		transform: none;
	}

	/* Carte - au survol */
	.carte_de_visite:hover {
		transform: none;
	}

	/* Texte carte */
	.description {
		font-size: 3vw;
		line-height: 7vw;
	}

	/* Texte flotant */
	.texte {
		display: none;
	}
}