@charset "UTF-8";

/* CSS Document */
.center{
	text-align: center;
}

/* DESKTOP*/

body{
  	font-family: 'Inter', sans-serif;
  	background-color: #ffffff !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p{
	font-family: 'Inter', sans-serif;
	font-size: 16px !important;
	font-weight: 300 !important;
    color: #0E2324 !important;
    line-height: 24px;
}

a{
	font-family: 'Inter', sans-serif;
	font-weight: 400 !important;
	color: #0E2324 !important;
}

a:hover{
	color: #FF7900 !important;
	text-decoration: none;
}

h1{
	font-family: 'Fraunces', serif !important;
	font-size: 84px !important;
	font-weight: 200 !important;
	text-align: center;
	color: #0E2324;

}


@media only screen and (max-width:720px){
	h1{
		font-size: 48px !important;
		padding-left: 20px;
		padding-right: 20px;
	}
}

h2{
	font-family: 'Inter', sans-serif;
	font-size: 20px !important;
	font-weight: 400 !important;
	text-align: left;
	color: #0E2324 !important;
	margin-bottom: 0px;
}

/*h3 dans page projet*/

/*page about gros titre*/h4{
	font-family: 'Fraunces', serif !important;
	font-size: 84px !important;
	font-weight: 200 !important;
	color: #DFC6FC !important;
	text-align: left !important;
	padding-top: 20vh !important;
}

@media only screen and (max-width:720px){
	h4{
		margin-top: 5vh;
		font-size: 48px !important;
	}
}

h5{
	font-family: 'Inter', sans-serif;
	font-size: 20px !important;
	text-align: center;
	color: #0E2324 !important;
	margin-top margin-bottom: 0px;
}

h6{
	font-family: 'Inter', sans-serif !important;
	font-size: 36px !important;
	line-height: 45px !important;
	color: #0E2324 !important;
}

@media only screen and (max-width:720px){
	h6{
		font-size: 24px !important;
		line-height: 35px !important;
	}
}

.btn{
    font-family: 'Inter', sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #0E2324 !important;
	background-color: #ECDDFE !important;
	padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 63px;
}

.btn:hover{
    color: #0E2324 !important;
	background-color: #DFC6FC !important;
}

/*HEADER*/

#logo-mobile{
	left: 0;
	margin-left: 50px;
	margin-top: 10px;
	display: block;
	z-index: 2000000;
	top: 0;
}

#header-mobile{
	width: 100%;
	height: 75px;
	background-color: transparent;
	margin-top: 0px;
	padding-top: 18px;
	top: 0px;
	position: fixed;
	z-index: 1000000;
}

.navbar{
	border: none;
	z-index: 1000000;
}

.navbar-toggle{
	border: none;
	margin-top: 0px;
	margin-right: 25px;
	background-color: transparent !important;
}

.navbar-toggle:hover{
	background-color: transparent !important;
}

.nav ul{
    display: block;
}

.nav li{
	font-family: 'Inter', sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
    color: #0E2324 !important;
    margin-right: 40px;
    text-decoration: none;
}

.nav a{
	background: transparent;
	display: inline-block;
	color: #0E2324 !important;	
}

.nav a:hover{
	color: #FF7900 !important;
	display: inline-block;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #0E2324;
}

.navbar-default .navbar-collapse{
	border-color: #FFFFFF;
}

#home a{
	display: none;
}


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

#logo-mobile{
	left: 0;
	margin-left: 20px;
	display: block;
	z-index: 2000;
	top: 0;
}

.navbar{
	background-color: #FFFFFF !important;
}

ul{
	height: 100vh;
	margin-top: 0 !important;
	background-color: #FFFFFF;
}

.nav li{
	text-align: center;
	font-size: 24px !important;
	margin: 0 !important;
	padding-top: 50px;
}

#home a{
		display: block;
	}
}

/*FOOTER*/
.footer{
	width: auto;
	background-color: #A3AE08;
	padding-top: 70px;
}

.footer hr{
	color: #0E2324;
	border-color: #0E2324;
}

.contact{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 50px;
}

.contact i{
	font-family: 'Fraunces', serif;
	font-size: 41px;
}

.contact .btn{
    font-family: 'Inter', sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #0E2324 !important;
	background-color: transparent !important;
	border-color: #0E2324;
	padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 63px;
}

.contact .btn:hover{
    color: #0E2324 !important;
    border-color: #0E2324;
	background-color: #DFC6FC !important;
}

.about{
	width: 100%;
	height: 10vh;
}

.about p{
	font-size: 12px !important;
}


@media only screen and (max-width:720px){
	.contact i{
	font-size: 28px;
	}

	.about{
	height: 10vh;
	}
}

/*HOMEPAGE*/
/*ACCUEIL*/

.accueil{
	height: 95vh;
	width: auto;
	padding-top: 27vh;
	background-color: #ECDDFE;
}

.accueil .btn{
    font-family: 'Inter', sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #0E2324 !important;
	background-color: #DFC6FC !important;
	border-color: #0E2324;
	margin-top: 30px;
	padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 63px;
}

.accueil .btn:hover{
    color: #0E2324 !important;
    border-color: #0E2324;
	background-color: #ECDDFE !important;
}

.accueil .btn{
	text-align: center;
}

.introduction{
	text-align: left;
	margin-top: 100px;
	margin-bottom: 40px;
}

.introduction i{
	font-family: 'Fraunces', serif;
	font-size: 41px;
}

.introduction .btn{
    font-family: 'Inter', sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #0E2324 !important;
	background-color: transparent !important;
	border-color: #0E2324;
	padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 63px;
}

.introduction .btn:hover{
    color: #0E2324 !important;
    border-color: #0E2324;
	background-color: #DFC6FC !important;
}


.work{
	padding-top: 70px;
	padding-bottom: 100px;
	text-align: left;
	background-color: #FFFBF3;
}

.work i{
	font-family: 'Fraunces', serif;
	font-size: 41px;
}

.tag img{
	height: 25px !important;
	width: auto;
	margin-top: 8px !important;
	margin-right: 5px !important;
}


@media only screen and (max-width:720px){
	.accueil{
	height: 78vh;
	width: auto;
	padding-top: 20vh;
	padding-bottom: 20vh;
	}

	.accueil p{
	padding-left: 60px;
	padding-right: 60px;
	}

	.introduction i{
	font-size: 28px;
	}

	.work i{
	font-size: 28px;
	}
}

/*WORK ET PAGE WORKS*/

.work{
	margin-top: 50px;
	/*margin-bottom: 70px;*/

}

.works img{
	width: 100%;
	margin: 0px;
	margin-top: 50px;
	padding: 0px;
}

.works img:hover{
	width: 100%;
	height: auto;
	opacity: 0.5;
	transition: .5s ease;
	background-color: #FFBB99;
}

.works2 img{
	width: 80%;
	margin-top: 30px;
	padding: 0px;
}

.works2 img:hover{
	width: auto;
	height: auto;
	opacity: 0.5;
	transition: .5s ease;
	background-color: #FFBB99;
}

.works p{
	text-align: left;
	color: #FFBB99 !important;
}

.work a:hover{
	color: #0E2324 !important;
	text-decoration: none !important ;
}

/*PIN ILLUSTRATIONS*/

.pin-illustration{
	position: fixed;
	right: 8rem;
	bottom: 5rem;
	transition: all .5s;
	animation: rotating 12s linear infinite;
	z-index: 100000;
}

.pin-illustration img{
	width: 100px;
	height: auto;
}


@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.pin-illustration:hover{
	animation-play-state: paused;
}

@media only screen and (max-width:720px){
	.pin-illustration{
	position: fixed;
	right: 2rem;
	bottom: 5rem;
	transition: all .5s;
	z-index: 100000;
	}

	.pin-illustration img{
	width: 80px;
	height: auto;
	}
}

/*PAGE ILLUSTRATIONS*/
.illustration{
	width: auto;
	background-color: #FFFBF3;
	padding-bottom: 100px; 
	/*margin-bottom: 70px;*/
}

.illustration i{
	font-family: 'Fraunces', serif;
	font-size: 41px;
}

.illustration h4{
	color: #0E2324 !important;
}

.illustration img{
	vertical-align: baseline !important;
}

.illustration h6{
	margin-bottom: 100px;
}

.illustrations img{
	width: 100%;
	margin-bottom: 30px;
}

.illustrations{
	width: 100%;
}

@media only screen and (max-width:1000px){
	.illustration i{
	font-size: 28px;
	}
	.illustration img{
	vertical-align: bottom !important;
	}

	.illustrations img{
	margin-left: 15px;
	}	
}


/*PAGE ABOUT*/
#hello{
	margin-top: 15vh;
}

#hello img{
	width: 90%;
}

#hello p{
	text-align: left;
	color: #0E2324;
	margin-top: 5vh;
}

#hello a{
	font-weight: 300 !important;
}


.liens{
	margin-top: 110px;
	/*margin-bottom: 70px;*/
	padding-top: 70px;
	padding-bottom: 50px;
	text-align: left;
	background-color: #FFFBF3;

}


.liens p{
	text-align: left;
	color: #0E2324;
}

.liens i{
	font-family: 'Fraunces', serif;
	font-size: 41px;
}

.liens img{
	margin-right: 5px;
}

@media only screen and (max-width:1000px){
	.flex-column-reverse{
	display: flex;
    flex-direction: column-reverse;
	}

	.liens i{
	font-size: 28px;
	}

}


/*PROJETS*/ 

h3{
	font-family: 'Fraunces', serif;
	font-size: 84px !important;
	font-weight: 200 !important;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 3000 !important;
	margin-top: 20px;
}

@media only screen and (max-width:720px){
	h3{
		font-size: 48px !important;
	}
}

.titre{
	padding-top: 23vh;
}

.description{
	background-size: cover;
	background-color: #FFFFFF;
	position: relative;
	height: 65vh;
}

.description p{
	text-align: center;
}

.infos p{
	text-align: left;
	color: #0E2324 !important;
}

.resume{
	margin-top: 10vh;
	margin-bottom: 10vh;
}

.resume i{
	font-family: 'Fraunces', serif;
	font-size: 41px;
}

.projet{
	margin-top: 10vh;
	/*margin-bottom: 10vh;*/
	background-color: #FFFBF3;
	padding-bottom: 100px;
}

.projet h5{
	margin-top: 20px;
}

.projet p{
	text-align: center;
	padding-bottom: 70px;
}

.projet img{
	width: 100%;
	margin-bottom: 50px;
}

#projet{
	padding-left: 30px;
	padding-right: 30px;
	top: 70px;
}

#projet p{
	text-align: left;
}

#projet h5{
	margin-top: 25vh;
	text-align: left;
}


.projets{
	margin-top: 50px;
}

.projets a{
	font-family: 'Fraunces', serif;
	font-size: 24px !important;
	font-weight: 400 !important;
}

@media only screen and (max-width:720px){
	.projets a{
		font-size: 22px !important;
	}

	.resume i{
	font-size: 28px;
	}

	.infos{
		text-align: center;
	}

	.infos p{
		text-align: center;
	}

	#projet{
		padding-left: 30px;
		padding-right: 30px;
	}

	#projet h5{
		margin-top: 0px;
	}

}

/*projet luzialmas*/
.luzialmas h3{
	color: #A46746 !important;
}

.luzialmas p{
	color: #A46746 !important;
}

/*projet munchies*/
.munchies h3{
	color: #FF5227 !important;
}

.munchies p{
	color: #FF5227 !important;
}

/*projet sib*/
.sib h3{
	color: #C3A5C1 !important;
}

.sib p{
	color: #C3A5C1 !important;
}

/*projet aleo*/
.aleo h3{
	color: #DA8F6D !important;
}

.aleo p{
	color: #DA8F6D !important;
}

/*projet canopée*/
.canopee h3{
	color: #014432 !important;
}

.canopee p{
	color: #014432 !important;
}

/*projet winonette*/
.winonette h3{
	color: #9E0E40 !important;
}

.winonette p{
	color: #9E0E40 !important;
}

/*projet blend*/
.blend h3{
	color: #C39D67 !important;
}

.blend p{
	color: #C39D67 !important;
}

/*projet therock*/
.therock h3{
	color: #B5883C !important;
}

.therock p{
	color: #B5883C !important;
}

/*projet LCB*/
.lcb h3{
	color: #BB5F5A !important;
}

.lcb p{
	color: #BB5F5A !important;
}

.lcb-text h5{
	text-align: left;
	margin-left: 20px;
}

.lcb-text p{
	text-align: left;
	margin-left: 20px;
}

/*projet m1l*/
.m1l h3{
	color: #EFA3A3 !important;
}

.m1l p{
	color: #EFA3A3 !important;
}