body{
	text-align: justify;
}
.navbar{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 50;
}
nav li a {
	font-weight: bold;
	margin-right: 20px;
}

.carousel-inner>.item {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}

#firstSection{
	/*background-image: url('images/back1.png');*/
	background-size: cover;
	height: 300px;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 250px 0 20px 20px;
	color: white;
}
#alert{
	position: absolute;
	top: 75px;
	width: 100%;
	z-index: 100;
	text-align: center;
}
#firstSection > * {
	text-shadow: 10px 10px 10px black;
}
#carousel{
	margin-top: 76px;
}
.carousel_titre{
	font-size: 50px;
	font-weight: 700;
	text-shadow: 0px 0px 10px black;
}
.carousel_texte{
	font-size: 30px;
	font-weight: 700;
	color: #66d9ff;
	text-shadow: 0px 0px 10px black;
}

@media only screen and (max-width: 991px) {
	.carousel_titre{
		font-size: 25px;
		margin: 0;
		line-height: 0.8;
	}
	.carousel_texte{
		font-size: 15px;
		margin: 0;
	}
}


.sections{
	width: 100%;
	padding: 100px auto 100px auto;
	margin: auto;
}

#concept{
	padding: 50px;
}

#concept_global{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 10px;
}

.concept_parts{
	width: 300px;
	text-align: center;
}


#concept_global > *{
	margin: 50px;
}

#app{
	background-image: url('images/backApp.png');
	background-size: cover;
	height: 500px;
	padding: 50px 10% 50px 10%;
	text-align: center;
	color: white;
}

#app_icos{
	margin-top: 100px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-self: 
}

#contact{
	background-image: url('images/contact.png');
	background-size: cover;
	margin: -10px;
}

#contact form{
	background-color: rgba(0,0,0,0.5);
	color: white;
	width: 80%;
	margin: 50px 10% 50px 10%;
	padding: 30px;
	border-radius: 10px;
}
footer{
	background-color: black;
	width: 100%;
	padding: 100px 10% 100px 10%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer a {
	font-weight: bold;
	text-decoration: none;
}
footer a:hover{
	color: white;
}


.steps{
	display: flex;
	flex-direction: row;
	width: 80%;
	margin: 0 auto 50px auto;
}

.steps article{
	padding: 0 50px 0 50px;
}

#app_rappel{
	border-radius: 15px;
	border: 2px solid #66d9ff;
	background-color: rgba(102,217,255,0.05);
	width: 80%;
	text-align: center;
	margin: auto;
	padding: 20px;
}
#app_rappel h1{
	color: #66d9ff;
}

@media only screen and (max-width: 991px) {
	.steps{flex-direction: column;}
	.steps_reverse{flex-direction: column-reverse;}
	.steps img{margin: auto;padding: auto;}
	.steps article{width: 100%;padding: 0;}
	h1{font-size: 30px;}
	#app_rappel{width: 90%;}
	#app_rappel h1{font-size: 30px;}
}



#socialLinks{
	text-align: left;
}
#socialLinks img{
	margin: 0px 30px 30px 0px;
}

.col_social{
	padding: 0;
}
.index_middle_link{
	margin-left: 0px;
	display: flex;
	align-self: center;
}

.index_middle_link_span{
}


.middle_link{
	margin-top: 15px;
} 

.middle_link img{
	padding: 15px 0px 0px 0px;
}

#press{
	margin: 50px 10% 0 10%;
	width: 80%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#press>*{
	width: 500px;
	text-align: center;
	margin-bottom: 50px;
}