.hero_home_section {
  overflow: hidden;
	position: relative;
	background-color: #F0F5FC;
}

.hero_home_section + section:not(.espace-content) {
	padding-top: 40px;
}

.hero_home_section .hero_home {
	height: 20rem;
	align-items: end;
	display: flex;
}

@media (max-width: 1024px){
	.hero_home_section .main_container {
    padding-bottom: 2.5rem;
	}
}

ul.slick-dots {
	display: none !important;
}

.hero-item {
	width: 100%;
	margin-top: -40px;
}

.hero_home_img,
.hero_home .hero-item:after {
    content: '';
    width: 100%;
    height: 100%;
    left: -30px;
    background-color: linear-gradient(35deg, #102D45 0%,#009ad3 100%);
    border-radius: 100%;
    background: linear-gradient(35deg, #102D45 0%,#009ad3 100%);
    position: absolute;
    height: 100rem;
    width: 90rem;
    top: -36rem;
		z-index: 1;
}

.hero_home .hero-item:after {	
	z-index: 0;
}

@media (max-width: 1024px){
	.hero_home_img,
	.hero_home .hero-item:after {
    height: 70rem;
	}
}

.hero_home_img {
	background-color: transparent;
	background-position: bottom 0 left 50px;
	background-size: 70%;
	background-repeat: no-repeat;
}


.hero_home_content_txt h1,
.hero_home_content_txt h2,
.hero_home_content_txt h3{
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 30px;
}

.hero_home_content {
    padding: 30px 15px 15px 15px;
    background-color: #ffffff;
    width: 100%;
    border-radius: 20px;
    z-index: 2;
    position: relative;

}

.hero_home_content:after {
    content: '';
    background-color: #ffffff;
    width: 100%;
    border-radius: 20px;
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.hero_home_content_txt {
    margin-bottom: 20px;
    font-weight: 400;
}

.hero_home_content_button_container{
	display: flex;
}

.hero_home_content_button_container .rounded_button{
	padding: 5px 24px;
	font-weight: 600;
}

.hero_home .slick-slide .slick-dots{
	display: none;
}

.dotsc_container {
    position: absolute;
    border: 0;
    z-index: 999999999;
    bottom: 0;
    display: flex;
    width: auto;
    justify-content: flex-end;
    right: 15px;
    margin: 0;
    bottom: 24px;
    align-items: center;
}

.dotsc_container li.dot {
	cursor: pointer;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    display: flex;
    -webkit-appearance: none;
    outline align-content: normal;
    background-color: #F0F5FC;
    border: none;
    margin-right: 5px;
    color: transparent;
    transition: all 0.25 ease-out;
}

.dotsc_container li.dot:last-child button{
	margin-right: 0;
}


.dotsc_container li.dot.active{
	background-color: #1270B8;
}

@media (min-width: 600px) {
	.hero_home_img,
	.hero_home .hero-item:after {
		left: 20%;
	}

}

@media (min-width: 768px) {
	.hero_home_img,
	.hero_home .hero-item:after {
		left: 30%;
	}

}


@media (min-width: 1024px) {

	.hero_home_section .hero_home {
		height: 40rem;
		align-items: center;
	}

	.hero_home_content_button_container .rounded_button{
		padding: 10px 24px;
	}
	.dotsc_container li.dot{
		width: 19px;
		height: 19px;
		margin-right: 10px;
	}

	.hero_home .hero-item:after{
		display: none;
	}

	.hero_home .hero-item.slick-slide:after{
		display: block;
	}

	.hero_home:first-child .hero-item:after{
		display: block;
	}

	.hero_home .main_container{
		padding-top: 0;
	}

	.hero_home_img {
	    left: 35%;
	    height: 120rem;
	    width: 120rem;
	    top: -63rem;
	    background-position: bottom -30px left 90px;
	    background-size: 75%;
	    background-repeat: no-repeat;
	    border-radius: 100%;
			z-index: 1;
	}


	.hero_home .hero-item:after {
	    content: '';
	    left: 35%;
	    height: 120rem;
	    width: 120rem;
	    top: -63rem;
	    background-color: linear-gradient(35deg, #102D45 0%,#009ad3 100%);
	    position: absolute;
	    border-radius: 100%;
	    background: linear-gradient(35deg, #102D45 0%,#009ad3 100%);
	    z-index: 0;
	}

	.dotsc_container {
	    right: 60px;
	    bottom: 28px;
	}

	.hero_home_content {
	    max-width: 60%;
	    padding: 50px 60px 30px 30px;
	}

	.hero_home_content p{
		max-width: 100%;
	}

	.hero_home_content_txt h1{
		font-size: 4.8rem;
	}


}
