

body {
	background: #fff;
}

.hero-support {
}

.hero-support h1 {
	font-size: 6.5rem; 
	font-family: GT America Extended, sans-serif; 
	font-weight: 600; 
	line-height: 80px;  
	letter-spacing: -2px; 
	color: black;
} 

.hero-support h2 {
	font-size: 2.5rem; 
	line-height: 32px; 
	margin-bottom: 30px;
}


.hero-support h3 {
	font-size: 2.5rem; 
	font-family: GT America Extended, sans-serif; 
	font-weight: 600;
}



.avantage-green {
	background-color:#e5fbba; 
	padding:35px; 
	font-size: 17px; 
	color:black; 
	border-bottom:1px solid black;
}


.drone-box {
	background-color: #fff; 
	color: #000; 
	border: 1px solid rgba(0, 0, 0, .03); 
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .12); 
	border-radius: 12px; 
	padding: 30px 15px; 
	margin-bottom: 50px;
}

.drone-box a {
	text-decoration: none; 
	color: black;
}






.ticket-box {
	background-color: #fff; 
	color: #000; 
	border: 1px solid rgba(0, 0, 0, .03); 
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .12); 
	border-radius: 12px; 
	padding: 0px 15px; 
	margin-bottom: 30px;
}

.ticket-box a {
	text-decoration: none; 
	color: black;
}

.ticket-box h3 {
	font-weight: 600; 
	font-size: 2rem; 
	margin-bottom: 15px;
}

.ticket-box .badge-success-green {
    background-color: #e5fbba;
    color: #444;
    padding: 8px 15px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.wrap p  {
    font-size: 16px;
    line-height: 24px;
    font-family: GT America, sans-serif;
    color: #6c7682;
    margin: 0 0 20px;
}


.hr-green {
	height: 2vw;
    max-height: 20px;
    min-height: 17px;
    width: 100%;
    background-color:#e5fbba;
    background-size: 150vw 100%;
}


.badge-success-purple {
	background-color: #6a67ce;
	padding:8px 15px;
	border-radius:30px; 
	margin-bottom:15px;
}






.top-star {
	border-top:1px solid black;
	border-bottom:1px solid black; 
	padding:15px; 
	background-color: #e5fbba; 
	font-weight:600; 
	font-size:14px; 
	padding: 10px 30px 1px 30px;
}

.top-star span {
	margin:16px 16px;
}

/*  Page du drone en location   */

.border-right {
	border-right: 1px solid black; 
	padding-top: 30px; 
	padding-bottom: 30px;
}

@media (max-width: 767px) {
    .border-right {
	border-right: none; 
	padding-top: 30px; 
	padding-bottom: 30px;
	}
}


.location-avantage-box {
	font-size: 16px; 
	border: 2px solid black; 
	border-radius: 8px;
}

.location-avantage-box-bg {
	background:#6a67ce; 
	color: #fff; 
	padding:10px; 
	line-height: 18px;
}

.assurance-box {
	font-size: 17px;
	line-height: 36px;
	margin-bottom: 30px;
	background: #fff;
	padding: 23px;
	border-radius: 8px;
	border: 1px solid black;
}
