@font-face {
	font-family: 'krylon';
	src: url('fonts/krylon-regular-webfont.woff2') format('woff2'),
		url('fonts/krylon-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'Style-thief';
	src: url('fonts/StyleThief-Mz6w.woff2') format('woff2'),
		url('fonts/StyleThief-Mz6w.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'josefin-sans';
	src: url('/fonts/josefin/josefinSans-light.ttf') format(‘ttf’);

}


@font-face {
	font-family: 'Sebastian';
	src: url('/fonts/Sebastian.ttf') format('ttf'),
		url('/fonts/Sebastian.woff') format('woff'),
		url('/fonts/Sebastian.woff2') format('woff2');
	font-weight: lighter;
}

@font-face {
	font-family: 'saotorpes';
	src: url('/fonts/SaoTorpes.woff') format('woff'),
		url('/fonts/SaoTorpes.woff2') format('woff2');
}

@font-face {
	font-family: 'gilbert';
	src: url('fonts/gilbert-boldpreview5-webfont.woff2') format('woff2'),
		url('fonts/gilbert-boldpreview5-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'nightydemo';
	src: url('fonts/nightydemo-webfont.woff2') format('woff2'),
		url('fonts/nightydemo-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'futura';
	src: url('fonts/FuturaPTBook.otf') format(‘otf’);
}

@font-face {
	font-family: 'aliasbold';
	src: url('fonts/Alias-Bold.woff2') format('woff2');
	src: url('fonts/Alias-Bold.otf') format('otf');
	src: url('fonts/Alias-Bold.ttf') format('ttf');

}

@font-face {
	font-family: 'aliasregular';
	src: url('fonts/Alias-Regular.woff2') format('woff2');
	src: url('fonts/Alias-Regular.otf') format('otf');
	src: url('fonts/Alias-Regular.ttf') format('ttf');

}

@font-face {
	font-family: 'robotoSlab';
	src: url('fonts/robotoslab-variablefont_wght-webfont.woff2') format('woff2'),
		url('fonts/robotoslab-variablefont_wght-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}


@font-face {
	font-family: 'neumatic_compressedbold';
	src: url('fonts/neumaticcompressed-bold-webfont.woff2') format('woff2'),
		url('fonts/neumaticcompressed-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'wild-world';
	src: url('fonts/wild-world-webfont.woff2') format('woff2'),
		url('fonts/wild-world-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'cocogoose';
	src: url('fonts/cocogoose_pro_semilight-trial-webfont.woff2') format('woff2'),
		url('fonts/cocogoose_pro_semilight-trial-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'wagon';
	src: url('fonts/wagon-bold-webfont.woff2') format('woff2'),
		url('fonts/wagon-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'kraft';
	src: url('fonts/KraftMono.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;

}



html {
	scroll-behavior: smooth;
}

.divgrain {
	width: 100vw;
	height: auto;
	z-index: 999;
	position: absolute;
	display: grid;



}

#grain {
	position: fixed;
	width: 100vw;
	/*mix-blend-mode: difference;*/
	opacity: 1;


}


/*-------------------navbar------------------*/

nav ul {
	display: flex;
	justify-content: space-around;
	color: rgb(230, 67, 67);




}

nav li {
	margin-left: 1vw;
	margin-right: 2vw;
	color: rgb(230, 67, 67);



}

header {
	width: 100%;

}


nav {
	width: 100vw;
	font-family: 'kraft' !important;
	font-size: 1.6rem !important;
	opacity: 100% !important;
	align-items: center !important;

}


.nom {
	font-family: 'kraft', sans-serif;
	margin-left: 4vw;
	font-size: 2rem !important;
	font-weight: 100 !important;
}

.divNav {
	width: 60vw;
	display: flex;
	justify-content: flex-end;
}

/*-------------------bouton up------------------*/


.top {
	--offset: 50px;

	position: sticky;
	bottom: 20px;
	margin-right: 4vw;
	place-self: end;
	margin-left: 90vw;
	margin-top: calc(100vh + var(--offset));
	opacity: 70%;
	height: 0px;

	/* visual styling */
	text-decoration: none;
	padding: 10px;
	font-family: sans-serif;
	color: #fff;
	background: #000;
	border-radius: 200px;
	white-space: nowrap;

}

.top:hover {
	color: red;
}

p {
	font-size: 25px;
}

/* remove the below if you don't want smooth scrolling */
html,
body {
	scroll-behavior: smooth;
}


.trait-texte {
	height: 2px;
	width: 95vw;
	margin: auto;
	margin-top: 4vh;
	margin-bottom: 4vh;
	border-radius: 5px;
	background-color: #fff;

}


/*-------------------designs------------------*/

.page {
	height: auto;
	padding-top: 15vh;
	z-index: -999;
}

.titre-designs {
	font-family: 'aliasregular';
	font-size: 3rem;
	font-weight: 100 !important;
	color: rgb(230, 67, 67);
	text-align: center;
}

.sous-titre-designs {
	font-family: 'aliasregular';
	font-size: 3vh;
	font-weight: 100 !important;
	color: rgb(230, 67, 67);
	text-align: center;

}

.div-titre-designs {
	height: 30vh;
	margin-top: 17vh;
}


.ligne {
	display: flex;
	justify-content: center;
	height: 33.333vw !important;
	width: 100vw !important;
}

.case {
	height: 33.333vw;
	width: auto;
	border: solid rgb(0, 0, 0) 0px;
	padding: 0 !important;

}

.case img {
	box-shadow: 12px 12px 10px 1px rgba(0, 0, 0, 0.4);

}



.objet:hover {
	width: 105%;
	height: auto;
}





.titre-illu {
	margin: 0px;
}

.creagroupe {
	width: 90vw;
	height: 35vh;
	margin: auto;
	display: flex;
	justify-content: space-around;
	position: relative;

}



#creagroupe3 {
	position: relative;

}



.titre-crea {
	margin: 0px;
}

.titre-com {
	margin: 0px;
}

.trait-boutons {
	width: 2px;
	height: 5vh;
	background-color: rgb(230, 67, 67);

}



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


.img-contact {
	width: 38vw;
	height: auto;
}

.contact-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 4vh;
}

.texte-contact {
	padding-bottom: 2vh;
}


/*-------------------about------------------*/

#apropos {
	width: 95vw;
	margin: auto;
}

#apropos h3 {
	margin-left: 7rem;
	font-family: 'kraft';
	font-size: 6rem;
	color: #fff;
	text-align: left;
}

#contact{
	width: 95vw;
	display: block;
	margin: auto;
	margin-top: 30vh;
	margin-bottom: 15vh;
}

#contact h4{

	font-family: 'kraft';
	font-size: 4rem;
	color: #fff;
	text-align: right;
}

#contact a{
	text-decoration: none;
	background-color: none;
	font-family: 'kraft';
	font-size: 4rem;
	color: #fff;
	text-align: right;

}

#contact h3{
	margin-left: 7rem;
	font-family: 'kraft';
	font-size: 6rem;
	color: #fff;
	text-align: left;
}

#texte1 {
	font-family: 'kraft';
	font-size: 1.55rem;
	color: #fff;
	text-align: right;
}

#texte2 {
	font-family: 'kraft';
	font-size: 1.55rem;
	color: #fff;
	text-align: left;
}

#crea h3{
	margin-left: 7rem;
	font-family: 'kraft';
	font-size: 5.5rem;
	color: #fff;
	text-align: left;
}


.trait {
	width: 0px;
	margin-left: 14vw;
	height: 130vh;
	position: absolute;
	background-color: black;
	z-index: 2;
}

.salut {
	text-align: center;
	font-size: 4rem;
	font-weight: 300;

}

/*-------------------articles------------------*/



.exit {
	--offset: 50px;

	margin-top: calc(5vh + var(--offset));
	position: sticky;
	bottom: 90vh;
	place-self: end;
	margin-left: 5vw;
	opacity: 70%;
	height: 0px;

	/* visual styling */
	text-decoration: none;
	padding: 10px;
	font-family: sans-serif;
	color: rgb(0, 0, 0);
	background: rgb(255, 255, 255);
	border: solid black 2px;
	border-radius: 200px;
	white-space: nowrap;
	font-weight: 800;

}

.exit:hover {
	color: rgb(230, 67, 67);
}

.top-article {
	margin-top: 8vh !important;
	margin-left: 94vw !important;
	margin-right: 0vw !important;
	bottom: 6vh !important;
}


.fond-article {
	width: 100vw;
	height: auto;
	margin: auto;
	background-color: rgb(255, 255, 255);
	border-left: black solid 0px;
	border-right: black solid 0px;
	align-items: center;
	text-align: center;
	padding-top: 6vh;
	z-index: -999;
}

.fond-article p {
	font-family: 'josefin-sans';
	font-weight: 300;
	font-size: 1.8rem;
}


/*-------------------footer------------------*/

footer {
	width: 100vw;
	height: 6vh;
	background-color: rgb(0, 0, 0);
	margin-top: -3vh;
	z-index: 10;
	text-align: center;
	padding: auto;
}

footer p {
	color: white;
}

footer a {
	color: white;
	text-decoration: none;
	font-family: 'josefin-sans';
	font-weight: 200;
	font-size: 1.3rem;
	margin: auto;
}

footer a:hover {
	color: rgb(230, 67, 67);
}


.rouge {
	background-color: rgb(230, 67, 67);
}

.disparait {
	display: none;
}



/*---------------------------------------------lightbox--------------------------------------------*/

.fermer {

	text-decoration: none;
	color: #fff;
	position: absolute;
	top: 4%;
	left: 4%;
	width: 8vw;
	height: auto;
}

.fermer .material-symbols-outlined {
	font-size: 30px;
}

.fermer:hover {
	color: rgb(230, 67, 67);
}

#lightbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;



}

#lightbox img {
	width: 40%;
	box-shadow: 30px 30px 20px 8px rgba(0, 0, 0, 0.4);
	background-color: #fff;

}


#lightbox.active {
	transition: all 0.2s ease-in-out;
	opacity: 1;
	visibility: visible;



}










/*---------------------------------------------cases--------------------------------------------*/

#creagroupe6 {
	margin-top: 5vh;
}

#creagroupe7 {
	margin-top: 10vh;
}

#case2 {
	position: relative;
	top: 6vh;
	left: 5vw;
}

#case3 {
	position: relative;
	left: 2vw;
	z-index: 2;
}

#case4 {
	z-index: 3;
	position: relative;
	left: 10vw;
	bottom: 8vh;
}

#case5 {
	z-index: 4;
	position: relative;
	bottom: 4vh;
	right: 1vw;
}

#case6 {
	z-index: 0;
	position: relative;
	bottom: 5vh;
	right: 1vw;
}

#case7 {
	z-index: 6;
	position: relative;
	bottom: 3vh;
	left: 4vw;
}

#case8 {
	position: relative;
	bottom: 5vh;

}

#case10 {
	z-index: 7;
	position: relative;
	bottom: 8vh;
	right: 10vw;

}

#case11 {
	z-index: 2;
	position: relative;

	right: 4vw;

}

#case12 {
	z-index: 2;
	position: relative;
	top: 13vh;
	right: 4vw;

}

#cas13 {
	position: relative;
	top: 2vh;
	left: 5vw;
}

#case14 {
	position: relative;
	left: 2vw;
	bottom: 3vh;
	z-index: 6;
}

#case16 {
	position: relative;
	right: 5vw;
	bottom: 3vh;
	z-index: 1;
}

#case19 {
	position: relative;


}

#case20 {
	position: relative;
	left: 3vw;
	bottom: 4vh;


}



#case21 {
	z-index: 1;
	position: relative;
	bottom: 8vh;



}

#case22 {
	z-index: 0;
	position: relative;
	top: 6vh;
	right: 10vw;
	width: 120%;

}

#case24 {
	position: relative;
	bottom: 10vh;
	right: 2vw;

}

#case25 {
	position: relative;
	z-index: 60;

	top: 6vh;

}

#case26{
	position: relative;
	top: 3vh;
}
