*
{
	scroll-behavior: smooth;
}

body
{
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	width: 100vw;
	overflow-x: hidden;
	color: #fff;
	background: #000;
	overflow: hidden;
	cursor: none;
}

a
{
	cursor: none;
	text-decoration: none;
}

.logo
{
	width: 12%;
}

.accueil
{
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.illustration
{
	width: 45%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
}

.portrait
{
	width: 95%;
	-webkit-animation: moove 2s , bounce 3s ease-in-out infinite 3s;
	animation: moove 2s , bounce 3s ease-in-out infinite 3s;
}

@-webkit-keyframes moove
{
	0%
	{
		opacity: 0;
	}

	100%
	{
		opacity: 1;
	}
}

@keyframes moove
{
	0%
	{
		opacity: 0;
	}

	100%
	{
		opacity: 1;
	}
}

@-webkit-keyframes bounce
{
	0%
	{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50%
	{
		-webkit-transform: translateY(16px);
		transform: translateY(16px);
	}

	100%
	{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounce
{
	0%
	{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50%
	{
		-webkit-transform: translateY(16px);
		transform: translateY(16px);
	}

	100%
	{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

a
{
	cursor: none;
}

.name
{
	margin: auto;
	font-family: 'Source Sans Variable', sans-serif;
	-webkit-animation: moove 1s;
	animation: moove 1s;
}

.name p:nth-child(1)
{
	font-weight: lighter;
	margin-bottom: 5px;
	font-size: 300%;
}

.name p:nth-child(2)
{
	font-family: 'Motter Ombra', sans-serif;
	margin-top: -25px;
	font-weight: bold;
	font-size: 450%;
}

.name-border
{
	border-bottom: 8px solid #e43513;
	border-radius: 15px;
	width: 50%;
	margin-top: -7%;
}

header
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 60px 0px 60px;
}

nav
{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

nav ul
{
	color: #fff;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}

nav ul li:nth-child(1),nav ul li:nth-child(2),nav ul li:nth-child(3),nav ul li:nth-child(4)
{
	margin-right: 3%;
}

nav ul li a
{
	font-weight: 100;
	font-size: 18px;
}

nav ul li a, .icon-space a:hover
{
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

nav ul li a:hover, nav li button a,  .icon-space a:hover
{
	color: #ff421c;
	text-decoration: none;
}

nav button
{
	background-color: transparent;
	border: 1.5px  solid;
	border-radius: 15px;
	padding: 0px 10px 0px 10px;
	color: #ff421c;
}

.categories{
	display: flex;
	background-color: #000;
}

.title
{
	color: #fff;
	font-size: 230%;
	font-family: 'Motter Ombra', sans-serif;
	font-weight: 100;
	-webkit-animation: fondu 5s;
	animation: fondu 5s;
}

.two .title{
	margin-left: 4%;
	margin-top: 3%;
	margin-bottom: 3%;
}

.project-card-set
{
	display: block;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2%;
}

.categories .title
{
	margin-left: 3%;
	margin-top: 1%;
	margin-bottom: 5%;
}


.fa-arrow-left{

	font-size: 180%;
	color: #fff;
	padding-top: 110%;
}

.fa-arrow-left:hover{
	color: #e43513;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.column-01{
	display: flex;
	margin-bottom: 3%;
}

.column-02{
	display: flex;
}

.project-card
{
	
	width:55%;
	border-radius: 20px;
}

.project-card-webdesign
{
	
	width:70%;
	border-radius: 20px;
}

.project-card-webdesign:hover
{
	opacity: 0.8;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.project-card02
{
	height: 160%;
	width:74%;
	border-radius: 20px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.project-card02:hover
{
	height: 195%;
}

.project-card:hover
{
	opacity: 0.5;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}


.project-card_txt a img{
margin-bottom: -28%;
	
}

.project-card_txt a{
	color: #fff;
	font-size: 140%;
	font-family: 'Source Sans Variable', sans-serif;	
	}

.project-card_txt a:hover{
	text-decoration: none;
	color: #fff;
	font-family: 'Source Sans Variable', sans-serif;	
	}


.realisations{
	margin-top: 5%;
}

header .icon
{
	display: none;
}

@-webkit-keyframes border
{
	0%
	{
		width: 0%;
	}

	50%
	{
		width: 90%;
	}

	100%
	{
		width: 0%;
	}
}

@keyframes border
{
	0%
	{
		width: 0%;
	}

	50%
	{
		width: 90%;
	}

	100%
	{
		width: 0%;
	}
}

@-webkit-keyframes fondu
{
	0%
	{
		opacity: 0;
	}

	100%
	{
		opacity: 1;
	}
}

@keyframes fondu
{
	0%
	{
		opacity: 0;
	}

	100%
	{
		opacity: 1;
	}
}

.reveal
{
	opacity: 0;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.reveal-visible
{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}

@-webkit-keyframes Anim2
{
	0%
	{
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50%
	{
		-webkit-transform: scale(2);
		transform: scale(2);
	}

	100%
	{
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity:0;
	}
}

@keyframes Anim2
{
	0%
	{
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50%
	{
		-webkit-transform: scale(2);
		transform: scale(2);
	}

	100%
	{
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity:0;
	}
}

/* SCROLL-BAR */
::-webkit-scrollbar
{
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track
{
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb
{
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover
{
	background: #555;
}

.rond1
{
	width: 1.8%;
	height: 10%;
	margin-left: -100%;
	margin-top: 30%;
	-webkit-animation: moove2 2s , bounce2 3.1s ease-in-out infinite 3s;
	animation: moove2 2s , bounce2 3.1s ease-in-out infinite 3s;
}

.rond2
{
	width: 3%;
	height: 10%;
	margin-left: -8%;
	margin-top: 60%;
	-webkit-animation: moove2 2s , bounce2 3.2s ease-in-out infinite 3s;
	animation: moove2 2s , bounce2 3.2s ease-in-out infinite 3s;
}

.rond3
{
	width: 3%;
	height: 10%;
	margin-left: 50%;
	margin-top: -5%;
	-webkit-animation: moove2 2s , bounce2 3.3s ease-in-out infinite 3s;
	animation: moove2 2s , bounce2 3.3s ease-in-out infinite 3s;
}

.rond4
{
	width: 3.1%;
	height: 10%;
	margin-left: -40%;
	margin-top: 10%;
	-webkit-animation: moove2 2s , bounce2 3.5s ease-in-out infinite 3s;
	animation: moove2 2s , bounce2 3.5s ease-in-out infinite 3s;
}

.rond5
{
	width: 3.1%;
	height: 10%;
	margin-left: 80%;
	margin-top: 65%;
	-webkit-animation: moove2 2s , bounce2 3.5s ease-in-out infinite 3s;
	animation: moove2 2s , bounce2 3.5s ease-in-out infinite 3s;
}

.rond6
{
	width: 1.5%;
	height: 8%;
	margin-left: 10%;
	margin-top: 30%;
	-webkit-animation: moove2 2s , bounce2 3.6s ease-in-out infinite 3s;
	animation: moove2 2s , bounce2 3.6s ease-in-out infinite 3s;
}

.rond7
{
	width: 3.5%;
	height: 10%;
	margin-left: -10%;
	margin-top: 35%;
	-webkit-animation: moove2 2s , bounce2 3.7s ease-in-out infinite 3s;
	animation: moove2 2s , bounce2 3.7s ease-in-out infinite 3s;
}

.rond8
{
	width: 3%;
	height: 10%;
	margin-left: -10%;
	margin-top: 6.5%;
	-webkit-animation: moove2 2s , bounce2 3.3s ease-in-out infinite 3s;
	animation: moove2 2s , bounce2 3.3s ease-in-out infinite 3s;
}

@-webkit-keyframes moove2
{
	0%
	{
		opacity: 0;
	}

	100%
	{
		opacity: 1;
	}
}

@keyframes moove2
{
	0%
	{
		opacity: 0;
	}

	100%
	{
		opacity: 1;
	}
}

@-webkit-keyframes bounce2
{
	0%
	{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50%
	{
		-webkit-transform: translateY(16px);
		transform: translateY(16px);
	}

	100%
	{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounce2
{
	0%
	{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50%
	{
		-webkit-transform: translateY(16px);
		transform: translateY(16px);
	}

	100%
	{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.slide
{
	width: 100vw;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	scroll-snap-align: start;
	overflow: hidden;
}

.blocHorizontal
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 500vw;
	-webkit-transform: rotate(90deg) translateY(-100vh);
	-ms-transform: rotate(90deg) translateY(-100vh);
	transform: rotate(90deg) translateY(-100vh);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.container1
{
	position: fixed;
	left: 0;
	width: 100vh;
	height: 100vw;
	margin: auto;
	-webkit-transform: rotate(-90deg) translateX(-100vh);
	-ms-transform: rotate(-90deg) translateX(-100vh);
	transform: rotate(-90deg) translateX(-100vh);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	overflow-x: scroll;
	-ms-scroll-snap-type: both mandatory;
	scroll-snap-type: both mandatory;
}

::-webkit-scrollbar
{
	display: none;
}

.one
{
	background: #000000;
}

.two
{
	background: #000000;
	display: block;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-left: auto;
	margin-right: auto;
}


.three
{
	background: #000;
	margin-top: -1%;
}

.four
{
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}

.five
{
	display: block;
	padding-top: 0.5%;
}

.form1,.form2
{
	display: none;
}

@keyframes bounce2
{
	0%
	{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50%
	{
		-webkit-transform: translateX(16px);
		transform: translateX(16px);
	}

	100%
	{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/*CAROUSEL */
/* CURSOR */
.cursor
{
	width: 40px;
	height: 40px;
	border: 1px dashed white;
	border-radius: 50%;
	position: absolute;
	z-index: 10;
	-webkit-animation: Anim1 1s infinite alternate;
	animation: Anim1 1s infinite alternate;
	pointer-events: none;
}

.cursor::before
{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 5px;
	height: 5px;
	background: crimson;
	border-radius: 50%;
}

.expand
{
	-webkit-animation: Anim2 .5s;
	animation: Anim2 .5s;
	background: crimson;
	border: 1px solid crimson;
}

@-webkit-keyframes Anim1
{
	from
	{
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	to
	{
		-webkit-transform: scale(0.7) rotate(190deg);
		transform: scale(0.7) rotate(190deg);
	}
}

@keyframes Anim1
{
	from
	{
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	to
	{
		-webkit-transform: scale(0.7) rotate(190deg);
		transform: scale(0.7) rotate(190deg);
	}
}

@keyframes Anim2
{
	0%
	{
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50%
	{
		-webkit-transform: scale(2);
		transform: scale(2);
	}

	100%
	{
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity:0;
	}
}

.footer
{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.icon-space a
{
	color: #fff;
	margin: 15px;
}

.icon
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	font-size: 40px;
}

footer p
{
	color: #fff;
	font-size: x-large;
}

.card-set
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 80%;
	margin: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.services .title
{
	margin-left: 10%;
	margin-bottom: 3%;
}

.service-icons
{
	width: 50%;
}
.temporaire p{
	display: flex;
	align-items: center;
	text-align: center;
	margin: auto;
	justify-content: center;
	font-size: 160%;
}
.card
{
	background-color: #000;
	border: 1px #181818 solid;
	border-radius: 20px;
	width: 30%;
	height: 20%;
	padding-top: 3%;
}

.text
{
	color: #000;
	font-size: 15px;
}

.card-title
{
	margin-top: 8%;
	font-weight: 500;

}



.card:hover
{
	color: rgb(0, 0, 0);
	background-color:#b8003d;
	-webkit-box-shadow: 5px 2.5px 2.5px rgb(31, 0, 10);
	box-shadow: 5px 2.5px 2.5px rgb(31, 0, 10);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.fa-laptop-code
{
	font-size: 400%;
	margin-bottom: 5%;
}

.fa-laptop
{
	font-size: 400%;
	margin-bottom: 5%;
}

.fa-edit
{
	font-size: 130%;
	position: absolute;
	left: 46.5%;
	top: 13.5%;
}

.fa-handshake
{
	font-size: 400%;
	margin-bottom: 5%;
}

.about
{
	display: block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.facade
{
	width: 100%;
}

.author
{
	width: 12%;
	margin-left: 42.4%;
	margin-top: -15%;
}

.textabout
{
	color: rgb(255, 255, 255);
	width: 40%;
	text-align: justify;
	margin: auto;
	padding: 2.5% 0.8% 0.8% 0.8%;

}

.textabout p
{
	font-size: 15px;
	font-weight: 500;
}

@-webkit-keyframes scale
{
	0%
	{
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50%
	{
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100%
	{
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes scale
{
	0%
	{
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50%
	{
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100%
	{
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

.warningmessage
{
	display: none;
}

.modal
{
	margin-top: 8%;
}

.modal-content
{
	background-color: black;
	border: 2px #e43513 solid;
    border-radius: 15px;
	cursor: pointer;
}
.modal-body{
    padding: 0px;
}

.m-4
{
	margin: 0rem!important;
}

.textcontact
{
	display: block;
	width: 130%;
}
.text-center h5{
    margin-top: 13%;
    margin-bottom: 10%;
    font-size: 20px;
    font-weight: 600;
}
.modal-footer
{
	padding: 1rem;
	padding-top: 0rem;
	border-top: 0px solid #e43513;
}

.modal-header
{
	
    padding-bottom: 0px;
	border-bottom: 0px ;
    
}

.mail,.mobile
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mail p,.mobile p
{
	margin-left: 5%;
}

.fa-phone-alt,.fa-envelope
{
	font-size: 150%;
}

.contactbtn:focus
{
	outline: none;
}

.d-flex input:nth-child(1)
{
	margin-right: 2%;
}
.btn-secondary{
    background-color: #b8003d;
    border:3px #b8003d solid;
    margin-bottom: 3%;
    margin-right: 2%;
}

@media (max-width: 1000px)
{
	body
	{
		font-family: 'Fira Sans', sans-serif;
		margin: 0;
		padding: 0;
		width: 100vw;
		overflow-x: unset;
		color: #fff;
		background: #000;
		overflow: unset;
		cursor: none;
	}

	.blocHorizontal
	{
		all: unset;
	}

	.container1
	{
		all: unset;
	}

	.slide
	{
		height: 100%;
	}

	header
	{
		position: sticky;
		top: 0;
		z-index: 10;
	}

	.accueil
	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.accueil .illustration
	{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0;
	}

	.accueil .name
	{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		font-size: 80%;
		margin-top: 1%;
		margin-left: 2%;
	}

	.name-border
	{
		margin-top: -1%;
	}

	.name p:nth-child(1)
	{
		margin-right: 6px;
	}

	.name p
	{
		margin:0px 0px 0px 5px;
	}

	.illustration
	{
		width: 64%;
	}

	.title
	{
		font-size: 280%;
		margin-top: 5%;
		margin-bottom: 10%;
	}

	.two
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: block;
		text-align: center;
		margin-top: 20%;
	
	}
	.projects-by-categories div{
		margin-bottom: 10%;
	}

	.project-card-set
	{
		display: block;
		margin-top: 3%;
	}

	.column-01{
		display: block;
		
	}

	.project-card
	{
		width: 50%;
		border-radius: 40px;
		padding: 2%;
	}

	.project-card:hover
	{
		width: 55%;
		border-radius: 40px;
	}

	.project-card02
{
	width: 60%;
		height: 100%;
		margin-bottom: 3%;
	border-radius: 20px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.project-card_txt a img{
	margin-bottom: -20%;
}

.project-card_txt{
	margin-bottom: 25%;
}
.project-card_txt a{
	font-size: 190%;
	
	}
	.services .title
	{
		margin-left: 0%;
		margin-bottom: 6%;
	}

	.two .title{
		margin-bottom: 6%;
	}

	@-webkit-keyframes bounce2
	{
		0%
		{
			-webkit-transform: translatey(0);
			transform: translatey(0);
		}

		50%
		{
			-webkit-transform: translatey(20px);
			transform: translatey(20px);
		}

		100%
		{
			-webkit-transform: translatey(0);
			transform: translatey(0);
		}
	}

	@keyframes bounce2
	{
		0%
		{
			-webkit-transform: translatey(0);
			transform: translatey(0);
		}

		50%
		{
			-webkit-transform: translatey(20px);
			transform: translatey(20px);
		}

		100%
		{
			-webkit-transform: translatey(0);
			transform: translatey(0);
		}
	}

	.card-set
	{
		margin-bottom: 10%;
	}

	.four
	{
		margin-top: 20%;
		padding-bottom: 15%;
		border-bottom-left-radius: 0px;
		border-top-left-radius: 0px;
		border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
	}

	.backprofile
	{
		width: 30%;
		margin-top: 4%;
		margin-top: 6%;
	}

	.textabout
	{
		width: 500px;
	}

	.textabout p
	{
		margin-top: 20%;
	}

	.form1
	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 15%;
		margin-left: 85%;
	}

	.form2
	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 20%;
		margin-top: 8%;
	}

	.form7,.form8
	{
		display: none;
	}

	.card-set
	{
		width: 100%;
		margin: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.card
	{
		width: 60%;
		height: 15%;
		margin-bottom: 8%;
	}

	.five
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: block;
		text-align: center;
		margin-top: 20%;
	}

	.footer
	{
		position: relative;
		bottom: 0;
	}

	.one, .three
	{
		display: block;
	}

	.border-one
	{
		border-left:4px #ff3c15 solid ;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		height: 300px;
		display: inline-block;
		margin-top: 10%;
		margin-left: 50%;
		margin-right: 50%;
		margin-bottom: 10%;
	}
}

@media (max-width: 900px)
{
	.accueil .name
	{
		display: block;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		font-size: 85%;
		margin-top: 1%;
		margin-left: 5%;
	}

	.illustration
	{
		width: 71%;
	}

	.project-card
	{
		width: 80%;
		border-radius: 40px;
		padding: 2%;
	}

	.project-card:hover
	{
		width: 85%;
		border-radius: 40px;
	}
}

@media (max-width: 800px)
{
	.textabout
	{
		width: 65%;
	}

	.illustration
	{
		width: 78%;
	}
	.categories .title
{
	margin-left: 10%;
	margin-top: 1%;
	margin-bottom: 5%;
}
.header
	{
		background-color: #000;
	}

}

@media (max-width: 700px)
{
	.header
	{
		background-color: #000;
		padding: 6%;
	}

	header li
	{
		display: none;
	}

	header .icon
	{
		display: block;
		position: absolute;
		right: 3%;
		top: 14%;
	}

	header.responsive li
	{
		display: block;
	}

	nav
	{
		position: absolute;
		top: 85%;
		right: 2.7%;
		z-index: 2;
		width: 50%;
		border-radius: 25%;
	}

	nav ul
	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: block;
		text-align: center;
	}

	nav ul li
	{
		padding: 10px 10px 10px 10px;
		border: 1px rgb(24, 24, 24) solid;
		background-color: rgb(24, 24, 24);
	}

	nav ul li:nth-child(1)
	{
		border-top-left-radius:10px ;
		border-top-right-radius:10px ;
	}

	nav ul li:nth-child(5)
	{
		border-bottom-left-radius:10px ;
		border-bottom-right-radius:10px ;
	}

	nav button
	{
		background-color: transparent;
		border: 0px  solid;
		border-radius: 0px;
		padding: 0px;
		color: #ff421c;
		font-size: 18px;
	}

	nav ul li
	{
		font-size: 14px;
	}

	.illustration
	{
		width: 90%;
	}

	nav ul li:nth-child(1),nav ul li:nth-child(2),nav ul li:nth-child(3),nav ul li:nth-child(4)
{
	margin-right: 0%;
}
}

@media (max-width: 600px)
{
	.accueil
	{
		margin-top: 5%;
	}

	.accueil .name
	{
		margin-top: 9%;
	}

	.card
	{
		width: 80%;
		height: 15%;
		margin-bottom: 3%;
	}

	.project-card02
	{
		width: 80%;
		
	}

	.project-card-webdesign{
		width: 75%;
	}
}

@media (max-width: 595px)
{
}

@media (max-width: 520px)
{
	.title
	{
		font-size: 35px;
	}
}

@media (max-width: 500px)
{
	.illustration
	{
		width: 95%;
	}

	.accueil
	{
		margin-top: 10%;
	}

	.accueil .name
	{
		margin-top: 15%;
	}

	.project-card
	{
		border-radius: 25px;
	}
	.categories .title
{
	margin-left: 20%;
	margin-top: 7%;
	margin-bottom: 5%;
	font-size: 137%;
}
}

@media (max-width: 450px)
{
	.project-card_txt a{
		font-size: 105%;
		
		}
	.title
	{
		font-size: 30px;
	}

	.name p:nth-child(1)
	{
		margin-bottom: 15px;
		font-size: 150%;
	}

	.name p:nth-child(2)
	{
		margin-top: -25px;
		font-weight: bold;
		font-size: 250%;
		margin-left: 0%;
	}

    .textcontact{
        width: 100%;
    margin-left: -30%;
    }
}

@media (max-width: 400px)
{
	.illustration
	{
		width: 95%;
	}

	.accueil
	{
		margin-top: 10%;
	}

	.accueil .name
	{
		margin-top: 15%;
	}

	.name p:nth-child(1)
	{
		margin-bottom: 15px;
		font-size: 130%;
	}

	.name p:nth-child(2)
	{
		margin-top: -25px;
		font-weight: bold;
		font-size: 190%;
		margin-left: 0%;
	}

	.project-card_txt a img{
		margin-bottom: -28%;
			
		}

		.name p:nth-child(2)
{
	font-family: 'Motter Ombra', sans-serif;
}
.title{
	font-family: 'Motter Ombra', sans-serif;
}

.name{
	font-family: 'Source Sans Variable', sans-serif;
}

.project-card_txt a{

	font-family: 'Source Sans Variable', sans-serif;	
	}

.project-card_txt a:hover{
	
	font-family: 'Source Sans Variable', sans-serif;	
	}

	.fa-arrow-left{

		font-size: 150%;
		color: #fff;
		padding-top: 110%;
	}

}


@media (max-width: 395px)
{
	.title
	{
		font-size: 25px;
	}
}

@media (max-width: 320px)
{
	.title
	{
		font-size: 25px;
	}
}

-------------------------

.image-set img{
    display: block;
    width: 10%;
}

