/* Introduction Section */
#introduction {
	padding: 0 0 30px 0;
	background-color: white;
	color: #03252b
}

#introduction h1 {
	color: #FD8127;
	font-weight: 700;
	font-size: 38px;
	margin-top: 50px;
}

#introduction p.text-intro {
	color: #0D8CA0;
	font-weight: 600;
	font-size: 28px;
	padding: 20px 70px;
}

#introduction p {
	color: #03252b;
	font-size: 24px;
}

.border-img {
	border: 3px solid #0FA1B7;
}

.comment-bloc {
	color: #03252b;
	font-size: 20px;
}

/* ****************** VIDEO Section ****************** */
#leaveVideo {
	padding: 10px 0;
	background-color: #25BAD0;
	color: #03252b;
}

/* ****************** Why Section ****************** */
#whyLeave {
	padding: 20px 0 30px 0;
	color: rgba(255, 255, 255, 0.9);
	background-color: white;
}

#whyLeave h2 {
	color: #F6A837;
	text-transform: uppercase;
	line-height: normal;
}

#whyLeave p {
	color: #03252b;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.8;
}

/* Team Planning Section */
#teamPlanning {
	padding: 0px 0 70px 0;
	color: #03252b;
	background-color: white;
}

#teamPlanning h2 {
	color: white;
	margin-top: 120px;
	text-transform: uppercase;
}

/* Annual Planning Section */
#annualPlanning {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#annualPlanning h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Calculation Rules Section */
#calculationRules {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#calculationRules h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Seniority Section */
#seniority {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#seniority h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Validation Section */
#validation {
	padding: 20px;
	background-color: #ffffff;
	color: #03252b;
}

#validation h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Export Section */
#export {
	padding: 20px;
	background-color: #ffffff;
	color: #03252b;
}

#export h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Days Package Section */
#daysPackage {
	padding: 20px;
	background-color: #ffffff;
	color: #03252b;
}

#daysPackage h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Pratical cases Section */
#praticalCases {
	padding: 20px;
	background-color: #ffffff;
	color: #03252b;
}

#praticalCases .pratical-title {
	color: #0FA1B7;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
}

#praticalCases h2 {
	color: #03252b;
	font-size: 20px;
	text-transform: none;
	font-weight: bold;
	display: inline;
}

/* ****************** TRUST Section ****************** */
#trust {
	padding: 90px 0 30px 0;
	color: rgba(255, 255, 255, 0.9);
	background-color: white;
}

#trust h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
}