.body-container {
	width: 100%;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

body::after {
	display: none;	
}

body {
	padding: 0px;
}

.hero-main {
	min-height: 95vh;
}

.hero-section {
	padding: 5vw 1em;
	position: relative;
	color: #fff;
	z-index: 0;
}

.hero-infos {
	z-index: 2;
	position: relative;
}

.hero-infos .carousel-inner {
	min-height: 80vh;
}

.hero-info {
	opacity: .95;
	position: relative;
	border-radius: 10px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
	padding: 1em;
	padding-top: 1.5em;
	padding-bottom: .1em;
	width: 80%;
	max-height: 100%;
	margin: 0 10%;
	margin-bottom: 1em;
}

.hero-info a {
	color: #00bcd4;
}

.hero-info .fa, .hero-info .fas {
	position: absolute;
	top: -.5em;
}

.hero-main-content {
	top: 15vh;
	position: relative;
}

.hero-text-content {
	text-align: center;
	position: relative;
	font-weight: 400;
	z-index: 2;
	border-radius: 2px;
}

.hero-text {
	padding: 1em .5em;
	font-size: 2em;
	line-height: 1.2em;
}

.hero-text .text-bigger {
	font-size: 1.4em;
}

.hero-info-content {
	max-height: 50vh;
	overflow-y: auto;
}

.bg-how {
	position: relative;
	z-index: 1;
}

.bg-how:after {
	content: '';
	pointer-events: none;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	z-index: -1;
}

.bg-how-1 {
	position: relative;
	z-index: 1;
}

.bg-how-1:after {
	content: '';
	pointer-events: none;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right;
    z-index: -1;
}

.bg-how-2 {
	position: relative;
	z-index: 1;
}

.bg-how-2:after {
	content: '';
	pointer-events: none;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 2em;
    z-index: -1;
}

.bg-how-3 {
	position: relative;
	z-index: 1;
}

.bg-how-3:after {
	content: '';
	pointer-events: none;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: right;
	z-index: -1;
}

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

	.bg-how:after {
		background-size: 70%;
		background-position: center;
		opacity: .3;
	}

	.bg-how-1:after {
		background-size: 70%;
		background-position: center;
		right: 0 !important;
		left: 0 !important;
		opacity: .3;
	}
	
	.bg-how-2:after {
		background-size: 70%;
		background-position: center;
		right: 0 !important;
		left: 0 !important;
		opacity: .3;
	}

	.bg-how-3:after {
		background-size: 70%;
		background-position: center;
		right: 0 !important;
		left: 0 !important;
		opacity: .3;
	}
	
	.bg-who:after {
		background-size: 70%;
		background-position: center;
		opacity: .3;
	}

	.hero-infos {
		bottom: .5em;
		right: .5em;
		left: .5em;
		top: auto;
	}
	
}


.bg-who {
	position: relative;
	z-index: 1;
	min-height: 270px;
}

.bg-who:after {
	pointer-events: none;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right;
    z-index: -1;
}

h1 {
	color: #fff;
	font-weight: 400;
    font-size: 2.2em !important;
    text-transform: initial;
}

.hero-p {
	margin: 2.5em 0em;
	transition: all 1s;
}

.hero-p:hover {
	transform: scale(1.1);
}

.hero-p h2 {
	color: #fff;
	font-size: 1.5em !important;
}

.hero-p h2 span {
	display: inline-block;
	position: relative;
	padding: .2em .5em;
	text-transform: uppercase;
    margin: .5em 0em;
    font-size: .8em;
    z-index: 1;
}

.hero-p h2 span:after {
	background-color: rgba(255, 255, 255, .9);
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: -1;
	border-radius: 2px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}

.hero-section.inverse {
	background-color: #fff;
	color: #444;
	font-size: 1.3em;
}

.hero-section.inverse h1 {
	font-size: 1.5em !important;
	font-weight: 700 !important;
}

.logo-bailleur {
	max-height: 100px;
	max-width: 100px;
	display: block;
	margin: 0 auto;
}

.faq-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.faq-list > li {
	padding: .7em 0em;
	color: #444;
	font-size: .8em;
}

.faq-list > li a {
	color: #444;
}

h2.faq-title {
    font-size: 1.2em !important;
    text-transform: uppercase;
    margin: 1em 0em;
}


@media screen and (min-width: 900px) {

	.hero-text {
	    position: relative;
		font-size: 3.5em;
		text-align: left;
	}

	.hero-text-content {
		max-width: 900px;
	}
	
}

.image-bailleur-container {
	height: 100px;
	display: flex;
	margin: 0.5em .7em;
}

.image-bailleur {
	margin: auto;
	height: auto;
	max-height: 85px;
	max-width: 15vw;
}

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

	.hero-main-content {
		top: 80px;
	}

	.image-bailleur {
		margin: auto;
		height: auto;
		max-width: 70vw;
	}

}

/*
 *  STYLE 6
 */

*::-webkit-scrollbar-track
{

}

*::-webkit-scrollbar
{
	width: 7px;
	height: 7px;
}

*::-webkit-scrollbar-thumb
{
	background-color: rgba(43, 42, 42, .33);
	border-radius: 3px;
	width: 5px;
}

*::-webkit-resizer, *::-webkit-scrollbar-corner {
	background: transparent;
}


#carousel-thumb {
	height: auto;
}

.carousel-inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: auto;
}

.carousel-item {
	position: absolute;
}