.boxe {
	padding: 20px 15px;
    text-align: center;
    color: #000000;
    background: #ffffff;
    border-radius: 2px;
    transition: .3s;
    box-shadow: none;
}

.boxe > div > div {
	margin-bottom: 30px;
}

.line {
	min-height: 220px;
}

.ligne {
	min-height: 180px;
}

.lign {
	min-height: 250px;
}

.btn {
	display: inline-block;
    font-size: 0.9125rem;
    font-weight: 400;
    padding: 0.8rem 2rem;
    border-radius: 0;
   	line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    background-color: transparent;
}

.btn-rad {
	border-radius: 30px;
}

.btn-prim {
	background: #fff;
    color: #00915a;
    transition: all 0.5s ease;					
}

.btn-prim:hover {
    background: #a6a6a6;
    color: #00915a;
}

.btn-main {
	background: #28c3a9;
    color: #fff;
    transition: all 0.5s ease;
}

.btn-main:hover {
    background: #00915a;
    color: #fff;
}

@media (min-width: 1200px) {
	.boxe {
	    padding: 30px 40px;
	}
}


.overlay2 {
    position: relative;
    z-index: 1;
    background-image: url('images/home-slider-slide-2.jpg');
    background-size: cover;
}

.overlay2::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.overlay2::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.block {
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
	
.picto {
	width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.picto + p {
	font-size: 22px;
	font-weight: bold;
}


.frame {
	max-width: 960px;
    margin: 0 auto;
    border-radius: 2px;
    background-color: #fff;
    color: #212121;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    padding: 40px 1rem;
    font-size: 16px;
}

.frame > h2 {
    color: #212121;
	font-size: 20px;
    line-height: 1;
    margin-top: 0;
    text-align: center;
    margin-bottom: 50px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "bnpp_sans_condensed_light",Arial,sans-serif;
}

.step {
	margin: 0 auto;
	display: flex;
    width: 80%;
    justify-content: space-around;
}

.step-col {
	padding-top: 1rem;
    font-size: 16px;
}

.step-icon {
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    justify-content: center;
   	width: 100%;
}


.step-icon + p {
	font-weight: bold;
	margin: 20px 10px;
	text-align: left;
	font-size: 16px;
	color: #474747;
}

.step-icon + p span {
	color: #00915a;
	font-size: 30px;
	font-weight: bold;
	margin: 20px 10px;
	text-align: left;
}

.step-icon img {
	height: 50px;
	width: 50px;
	margin: 0 auto;
}