*{
	margin: 0;
	/* box-shadow: 0 0 0 3px #62f495 inset; */
}

html
{
	scroll-behavior: smooth;
	scroll-padding-top: 15vh;
	height: 100%;

}

.main
{
	width: 100%;
	height: 100%;
	
	/* width: auto; */
}

body
{
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	bottom: 0;
	background: #121212;
	overflow-x: hidden;
	
}
												/* intro */
.intro_div{
	height: 100vh;
	position: relative;
}

.intro_h1
{
	animation: fadeIn;
	animation-duration: 3s;
	top: 20vh;
	left: 38vh;
	opacity: 1;
	/* text-align: center; */
	z-index: 3;

	color: white;
    	position: relative;
    	font-size: xx-large;
    	font-weight: bold;
   	 margin: 0;
}

.intro_h2 {
	color: white;
	position: absolute;
	font-size: 3vh;
	animation-name: slideUp;
	animation-delay: .5s;
	animation-duration: 3s;
	opacity: 0;
	animation-fill-mode: forwards;
	top: 0vh;
	left: 34vh;
	z-index: 3;
	max-width: 60%;
}

.underline
{
	text-decoration: underline;
	color: white;
}

.underline_box
{
	text-decoration: underline;
}

.liens_pres{
	font-size: small;
	color: #ffffff85;
	text-decoration: none;
	cursor: pointer;
}

.liens_pres:hover{
	color: #ffffffb5;
}

.gradiant{
	background: linear-gradient(214deg, rgba(255,0,215,1) 20%, rgba(34,27,255,1) 86%);
	height: 50vh;
	aspect-ratio: 1;
	z-index: 1;
	position: fixed;
	z-index: -50;
	border-radius: 40%;
	top: 20%;
	left: 67vh;
	animation: rotate 20S infinite;
	overflow: hidden;
}

@keyframes rotate{
	from {
		rotate: 0deg;
	}
	50% {
		scale: 1 1.5;
	}
	to{
		rotate: 360deg;
	}
}

.blur{
	min-height: 100%;
	width: -webkit-fill-available;
	backdrop-filter: blur(15vh);
	top: 0;
	/* aspect-ratio: 1; */
	/* z-index: -10; */
	left: 0;
	position: fixed;
	z-index: -5;
}

/* paragraphe intro du site INTRO_P */
@keyframes slideUp

{
	
	from
	{	transform: translate(0vh,40vh);
		opacity: 0;
	}

	to
	{	transform: translate(0vh,30vh);
		opacity: 1;
	}
}

@keyframes fadeIn {

	0% {
	  opacity: 0;
	}
	100% {
		opacity: 1;
	  }

} 

/* --- scroll bar + auto defielment --- */
::-webkit-scrollbar
{
	width: 10px;
}

::-webkit-scrollbar-track
{
	background: #101010;
}

::-webkit-scrollbar-thumb
{
	background: #272828;
	border-radius: 5px;
}

html
{
	scroll-behavior: smooth;
	scroll-behavior: smooth;
	scroll-padding-top: 15vh;
}
/* ---page de chargement--- */
hr
{
	color: transparent;
}
/* header */
header
{
	z-index: 9999;
	border-bottom-left-radius: 5px;
	position: fixed;
	top: 0;
	left: 0;
	justify-content: space-between;
	right: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 3vh;
}

#nav-logo
{
	text-decoration: none;
	color: #ffffff;
	margin: 0;
	padding: 0;
	border: none;
}

#logo-a:hover
{
	transform: scale(1.05);
	transition: transform 0.4s ease;
}

#nav_bouton:hover
{
	background-color: #83848647;
}


ul
{
	margin: 0;
	list-style: none;
	color: #4b4b4b;
	padding: 15px;
	margin-right: 2px;
	transition: ease;
	display: contents;
}

#PRESENTATION_h1
{
	color: white;
	position: relative;
	font-size: xx-large;
	font-weight: bold;
	margin: 0;
}

#COMPETENCES_h1
{
	color: #ffffff;
	margin: 0;
}



#bouton6
{
	background: #0069ff;
	color: white;
	border-radius: 5px;
	padding: 4px 10px;
	text-decoration: none;
}

#bouton6:hover
{
	background-color: #6b7a8f;
}

nav li
{
	display: inline-block;
	margin-right: 20px;
}

nav li:hover
{
	transform: scale(1.01);
	transition: transform 0.4s ease;
}

#nav-bar a
{
	color: white;
	text-decoration: none;
	background-color: #868b9217;
	padding: 2vh;
	border-radius: 1.5vh;
	font-size: 15px;
}
													/* box 1 (a propos) */
.box
{
	width: auto;
	color: white;
	background: #1e1e1eb3;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	display: -webkit-inline-box;
	margin-left: 35vh;
	margin-right: 35vh;
	margin-top: 60px;
	padding: 5vh;
	transition: transform 0.4s ease;
}

.cmont
{
	text-decoration: none;
	color: white;
}

.cmont:hover
{
	color: #4b4b4b;
}

main .box:hover
{
	transform: scale(1.02);
}

main .box2:hover
{
	transform: scale(1.02);
}

main .box3:hover
{
	transform: scale(1.02);
}

main .box4:hover
{
	transform: scale(1.02);
}

main .box .content
{
	color: #ffffff;
	display: inline-block;
	width: auto;
}

main .box h3
{
	margin-top: 0;
}

main .box p
{
	margin-bottom: 0;
	font-size: large;
	margin-top: 20px;
}

													/* box 2 (comptences) */
.box2
{
	width: auto;
	color: white;
	background: #1e1e1eb3;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	display: -webkit-inline-box;
	margin-left: 35vh;
	margin-right: 35vh;
	margin-top: 60px;
	padding: 5vh;
	transition: transform 0.4s ease;
}

.bouton_bares
{
	display: block;
	width: 45%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #0069ff;
	color: white;
	border: none;
	margin-left: 0px;
	margin-top: 10px;
	border-radius: 5px;
}

.compet_p{
	text-decoration: underline;
}

.barres-pourcentage
{
	width: -webkit-fill-available;
}

.my-progress-bar
{
	height: 2vh;
	background-color: #ffffff05;
	border-radius: 5px;
	margin-bottom: 9px;
	width: -webkit-fill-available;
	display: flex;
}

.progress
{
	height: 100%;
	border-radius: 5px;
	background: linear-gradient(
		94deg, 
			rgba(128,180,255,1) 0%, 
			rgba(27,121,255,1) 50%, 
			rgba(27,121,255,1) 100%
	);
	animation-name: slideIn;
	animation-duration: 2s;
}

@keyframes slideIn
{
	from
	{
		width: 0%;
	}

	to
	{
		width: 100%;
	}
}

main .box2 h3
{
	margin-top: 0;
}

main .box2 p
{
	margin-bottom: 0;
	padding: 0;
	margin: 0;
	display: contents;
}

.projet-box1
{
	padding: 20px;
	padding-bottom: 5%;
	background-color: #f2f2f2;
	width: auto;
	margin-top:30px;
	border-radius:5px;
	margin-left: 0px;
}

.projet-box2
{
	margin-top: 105px;
	background-color: #f2f2f2;
	width: 100%;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	display:flex;
	border-radius:5px;
}

													/* box 3 (projets) */
.box3
{
	width: auto;
	color: white;
	background: #1e1e1eb3;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	display: -webkit-inline-box;
	margin-left: 35vh;
	margin-right: 35vh;
	margin-top: 60px;
	padding: 5vh;
	transition: transform 0.4s ease;
}

.h2_box3
{
	color: #fff;
	margin-top: 2.5vh;
	transform: translateX(0%);
	font-size: 14px;
	display: list-item;
	margin-left: 2vh;
}
.grid-block
{
	display: inline-flex;
	justify-content: space-between;
}

.tile-link
{
	text-decoration: none;
	padding: 3vh;
	margin: 1.5vh;
	border-radius: 2px;
}


.projet_p {
	padding-top: 3vh;
	text-decoration: none;
	color: white;
	font-size: large;
	transition: .4s;
}

.tile-link:hover .tile-img {
	filter: none;
	opacity: 2;
	transition: .4s;
	transform: scale(1.01);

}

.tile-link:hover .projet_p {
	opacity: 1;
	transition: .4s;
}

.tile-link:hover {

	opacity: 1;
	box-shadow: 0px 0px 0px 1px rgb(29, 29, 29);
	border-radius: 2px;
	background-color:   #868b9210;
}


.tile-img
{
	width: 100%;
	transition-property: opacity;
	transition-duration: 0.3s;
	opacity: 0.3;
	border-radius: 2px;
}
										/* nous contacter  */

#name{
	width: -webkit-fill-available;
	height: 3vh;
	border-radius: 5px;
	border: none;
	outline: none;
	margin-bottom: 2vh;
}

#email{
	border-radius: 5px;
	border: none;
	outline: none;
	width: -webkit-fill-available;
	height: 3vh;
	margin-top: 2vh;
    	margin-bottom: 2vh;
}

#message
{
	resize: none;
	height: 10vh;
	font-family: sans-serif;
	width: -webkit-fill-available;
	border-radius: 5px;
	border: none;
	outline: none;
}

.contact-form label
{
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	padding-block: 5px;
	margin-top: 10px;
}

.contact-form input, .contact-form textarea
{
	width: 40vh;
	padding: 6px;
	border-radius: 5px;
	justify-content: space-between;
	border: 0;
	outline: none;
}

.hr_titre
{
	width: auto;
	padding: 2px;
	background-color: #ffffff;
	border: white;
	border-radius: 5px;
}

.contact-form button
{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #0069ff;
	color: white;
	border: none;
	margin-left: 0px;
	border-radius: 5px;
	margin-top: 1vh;
	margin-bottom: 1vh;
	transform: translateY(2vh);
}

.contact-form button:hover
{
	background-color: #6b7a8f;
}

.map-box
{
	display: inline;
}

.form_contact
{
    margin-top: 2vh;
    display: inline-flex;
    padding: 3vh;
}

.form_contact:hover
{
	background-color: #868b9210;
}

.contactform-p
{
	display: flex;
	height: 10vh;
	/* width: 100%; */
	align-content: center;
}

.google-map
{
	width: 100%;
	padding-block: 0px;
	margin: 0;
	padding: 0;
	z-index: 1;
}
													/* box 4 (contatcs) */
.box4
{
    width: auto;
    color: white;
    background: #1e1e1eb3;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: -webkit-inline-box;
    margin-left: 35vh;
    margin-right: 35vh;
    margin-top: 60px;
    padding: 5vh;
    transition: transform 0.4s ease;
}

.contact_h1
{
	font-size: xx-large;
	font-weight: bold;
	margin: 0;
}

.e-mail_box4{
	padding-bottom: 2vh;
	width: 100vh;
	position: absolute;
}

.message_box4{
	width: 100vh;
	position: absolute;
	transform: translateY(4vh);
	margin: 0;
	padding: 0;
}

.contact-form::selection
{
	border: 0;
}

.map-box
{
	padding: 40px;
	z-index: 1;
}

.google-map
{
	position: relative;
	padding-bottom: 54%;
	border-radius: 5px;
	height: 0px;
	width: 100%;
}

.google-map iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: webbkit;
	height: 108%;
	padding-top: 40px;
	border:0;
}

.iframe
{
	border: 0;
	margin-top: 2vh;
	margin-bottom: 0vh;
	margin-right: 1vh;
	border: 0;
	/* width: auto; */
	display: flex;
	height: 25vh;
	width: 100%;
	border-radius: 5px;
	position: relative;
}

									/* FOOTER */
.images_footer
{
	display: inline-flex;
	margin: 0;
	padding: 0;
	height: 6vh;
	overflow-x: hidden;
}

.img_footer2
{
	margin: 0;
	padding: 0;
}

.img_footer3
{
	background-color: white;
}

#mail
{
	margin-left: 15px;
	width: 20%;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 5px;
}

.footer-clean
{
	width: auto;
	bottom: AUTO;
	margin-bottom: 0;
	margin-top: 40px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-right: 15px;
	background: #1e1e1e;
	color: white;
}

.footer-clean ul
{
	list-style: none;
	padding-left: 0;
	display: flex;
	color: white;
}

.footer-clean ul li
{
	margin-left: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	color: white;
}

.copy_footer{
	margin-bottom: 0;
	padding: 2vh;
}

.socials_links
{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	display:flex;
	justify-content:center;
	align-items:center
}

.socials_a{
	text-decoration: none;
	color: white;
}

.ccareers_h3
{
	position: absolute;
	transform: translate(35%);
	text-decoration: underline;
	color: white;
	background: #10101000;
}
.footer_span
{
	display: grid;
	padding: 0.3vh;
}
.scroll-down.disappear
{
	animation: disappear 2s forwards;
}

.scroll-down:hover
{
	transform: scale(3.5);
	transition: transform 0.2s ease;
}

.scroll-down {
	position: absolute;
	top: 90%;
	left: 50%;
	z-index: 9;
	animation: jump 1.1s linear 3;
	animation-delay: 2s;
	text-decoration: none;
	color: white;
	transform: scale(3);
}

@keyframes jump {
	0% {
		transform: translateX(0) scale(3);
	}
	
	50% {
		transform: translateX(-20px) scale(3);
	}
	
	100% {
		transform: translateX(0) scale(3);
	}
}

                   		/* media query @mode telephone */

@media only screen and (max-width: 414px)
{
	[class*="col-"]
	{
		width: 100%;
	}

	
	header{

		text-align: center;
		padding: 0;
		border-bottom-left-radius: 0px;
		justify-content: center;
		background-color: #1E1E1E;
		justify-content: space-between;
	}


	ul {
		margin: 0;
		list-style: none;
		color: #4b4b4b;
		padding: 15px;
		margin-right: 2px;
		transition: ease;
		display: none;
	}


	#nav-bar{
		display: grid;
		margin-top: 0.0vh;
		/* flex-direction: column; */
	}

	.intro
	{
		border-radius: 5px;
		display: flex;
		position: relative;
		width: auto;
		padding-left: 1vh;
	}

	.intro_h1{
		left: 2vh;
		/* right: 0vh; */
		/* text-align: -webkit-match-parent; */
	}

	

	.intro_h2 {
		opacity: 0;
		top: 10vh;
		text-align: inherit;
		left: 2vh;
		/* width: 148%; */
		/* position: absolute; */
	}


		.intro_p
		{
			color: white;
			transform: translateY(55vh);
			max-width: 95%;
			opacity: 0;
			animation: slideUp 4s forwards;
		}

	main .box
	{
		background: #1e1e1e;
		border-radius: 5px;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		transition: transform 0.4s ease;
		margin-left: 5vh;
		margin-right: 5vh;
		margin-top: 5vh;
		width: auto;
		padding: 3vh;
	}

		main .box .content
		{
			color: white;
			display: inline-block;
			width: auto;
			max-width: 100%;
		}

		main .box img
		{
			display: none;
		}

		main .box p
		{
			margin-bottom: 0;
			font-size: large;
			margin-top: 20px;
			width: auto;
		}

	main .box2
	{
		background: #1e1e1e;
		border-radius: 5px;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		transition: transform 0.4s ease;
		margin-left: 5vh;
		margin-right: 5vh;
		margin-top: 60px;
		width: auto;
		padding: 3vh;
	}

		.desktop-img
		{
			display: none;
		}


	.box3
	{
		background: #1e1e1e;
		margin-left: 5vh;
		margin-right: 5vh;
		padding: 3vh;
	}

	.grid-block {
		display: grid;
		/* justify-content: space-between; */
	}

	

		.contact-form
		{
			float: left;
			width: 100%;
			color: ghostwhite;
		}

		nav li {
			/* padding-top: 1vh; */
			padding-bottom: 2vh;
		}

		#nav-bar a {
			padding: 0;
			background-color: transparent;
		}


		#message {
			width: -webkit-fill-available;
			/* flex-direction: column; */
		}

		.gradiant{
			background: linear-gradient(295deg, rgba(255,0,215,1) 10%, rgba(34,27,255,1) 90%);%); */%); */%); */
			height: 100%;
			aspect-ratio: 1;
			z-index: -10;
			top: 0;
			height: 100%;
			left: 0;
			border-radius: 0;
			overflow: hidden;
			animation: none;
			/* animation: rotate 40S infinite; */
		}
		.blur{
			backdrop-filter: blur(0vh);
		}

		.box4 {

background: #1e1e1e;

margin-left: 5vh;

margin-right: 5vh;
	


		.contactform-p {

display: block;

width: -webkit-fill-available;

}
;

width: -webkit-fill-available;

padding: 3vh;
}






