@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');

.row {
	margin-top: 30px;
	justify-content: center;
}

body {
	background-color: #001220;
	overflow-x: hidden;
}

/* Style Texte */
h1 {
	color: white;
	display: flex;
	font-size: 80px;
	font-family: Anton;
	margin-top: 15px;
	text-align: center !important;
}

h1 span {
	background: linear-gradient(to right, #C62368 0%, #FA7268 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	font-family: Anton;
	margin-left: 0;
}

h2 {
	color: white;
	font-size: 50px;
	font-family: 'DM Sans', sans-serif;
	font-weight: bold;
}

p {
	color: white;
	font-size: 16px;
	font-family: 'DM Sans', sans-serif;
	line-height: 1.5;
}

/* Affichage des éléments sur Tablettes et téléphones */
@media (max-width: 991px) {
	h1 {
		color: white;
		display: flex;
		font-size: 55px;
		font-family: Anton;
		margin-top: 10px;
		text-align: center !important;
	}

	h1 span {
		background: linear-gradient(to right, #C62368 0%, #FA7268 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 55px;
		font-family: Anton;
		margin-left: 0;
	}

	.ecart-colonne {
		margin-bottom: 20px;
	}

	.imageprofil {
		margin-bottom: 20px;
	}
}

/* FIN : Affichage des éléments sur Tablettes et téléphones */

/*Style atouts cles */
.text-text-atout {
	text-align: center !important;
	color: white;
	font-size: 25px;
}

.glass {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.img-fluid {
	padding: 10px;
	height: 70px;
	width: 70px;
}

.ecart-colonne {
	margin-right: 30px;
	margin-left: 30px;
}


/* FIN Style atouts cles */
.link {
	color: white;
	font-size: 16px;
	font-family: 'DM Sans', sans-serif;
	line-height: 1.5;
	font-weight: bold;
}

.link:hover{
	color: white;
	opacity: 1;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

img {
	color: white;
	font-size: 16px;
	font-family: 'DM Sans', sans-serif;
}

/* FIN : Style Texte */

/* Style du menu sur PC*/
.image-menu {
	position: absolute;
	top: -30px;
	right: 20px;
	height: 35px;
	width: 35px;
}

.footer-menu {
	position: fixed;
	bottom: -18px;
	left: 0;
	width: 100%;
	background-image: url("images/fond_menu.png");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 5px;
	z-index: 9999;
	height: 130px;
	line-height: 150px;
}

.footer-menu a {
	color: white;
	text-decoration: none;
	margin: 0 10px;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.footer-menu a.active {
	color: white;
	text-decoration: none;
	margin: 0 10px;
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
}

.footer-menu a:hover {
	opacity: 1;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

/* Hauteur par défaut de 50px */
.espacement-menu {
	height: 60px;
}

/* Sur les écrans de bureau, la hauteur est de 190px */
@media (min-width: 992px) {
	.espacement-menu {
		height: 190px;
	}

	.ecart-colonne {
		margin-top: 30px;
	}
}

.espacement {
	height: 20px;
}

/* FIN : Style du menu sur PC */

/* Style du menu sur tablettes et téléphones */
.header-top {
	background: linear-gradient(to right, #C62368 0%, #FA7268 100%);
}

.nav-link.active {
	color: #fff !important;
	text-decoration: underline !important;
}

.nav-link {
	color: #fff !important;
	font-size: 17px;
}

.menu-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	cursor: pointer;
	transition: all .5s ease-in-out;
	border: 3px solid #fff;
	border-radius: 10px 10px 10px 10px;
}

.menu-btn_burger {
	width: 30px;
	height: 4px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
	transition: all .5s ease-in-out;
}

.menu-btn_burger:before,
.menu-btn_burger:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 4px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
	transition: all .5s ease-in-out;
}

.menu-btn_burger::before {
	transform: translateY(-12px);
}

.menu-btn_burger::after {
	transform: translateY(12px);
}

.menu-btn.open .menu-btn_burger {
	transform: translateX(-50px);
	background: transparent;
	box-shadow: none;
}

.menu-btn.open .menu-btn_burger::before {
	transform: rotate(45deg) translate(35px, -35px);
}

.menu-btn.open .menu-btn_burger::after {
	transform: rotate(-45deg) translate(35px, 35px);
}

.menu-text {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	font-family: 'DM Sans', sans-serif;
}

/* FIN : Style du menu sur tablettes et téléphones */

/* Style Image */
.imageprofil {
	height: 260px;
	width: 260px;
	border-radius: 50%;
	display: inline-block;
	padding: 5px;
	background-color: white;
}

/* FIN : Style Image */

/* Style competences.html */

.text-competences {
	font-size: 23px;
	font-weight: bold;
	color: white;
}

.img-competences {
	padding: 10px;
	height: 130px;
	width: 130px;
	transition: .2s linear;
}

.img-competences:hover  {
	transform: scale(1.1);
}



/*FIN : Style competences.html */

/* Style de veille.html */
.iamusic {
	max-width: 300px;
	max-height: 200px;
}

.logoX {
	height: 90px;
	width: 90px;

}

.logoytb {
	height: 100px;
	width: 100px;

}

.logofeedly {
	height: 100px;
	width: 100px;
}

/*FIN :Style de veille.html */

/* Style projets.html */

.image-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	padding: 10px;
}

.image-container .image {
	height: 45%;
	width: 45%;
	border: 5px solid transparent;
	border-image: linear-gradient(to right, #C62368 0%, #FA7268 100%);
	border-image-slice: 1;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	overflow: hidden;
	cursor: pointer;
}

/* Affichage des éléments sur Tablettes et téléphones */
@media (max-width: 991px) {
	.image-container .image {
		height: 100%;
		width: 100%;
	}
}


.image-container .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .2s linear;
}

.image-container .image:hover img {
	transform: scale(1.1);
}

/* FIN : Style projets.html */