footer.footer-2{
    margin-top: 50px;
}
footer.footer-2 a{
	color: white;
}
footer.footer-2 .footer_elements p{
	margin:0px;
}
footer.footer-2 .footer_elements{
    min-height: 400px;
    background-color: #040046;
    display: ;
    padding-top: 80px;
    padding-bottom: 35px;
}
footer.footer-2 .footer_bas{
    background-color: #0b095d;;
}
footer.footer-2 .footer_elements .display_flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
footer.footer-2 .footer_elements .contain_bloc_logo{
    max-width: 330px;
    width: 100%;
}
footer.footer-2 .footer_elements .contain_bloc_logo img{
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
	background-color: white;
  padding-left: 15px;
  padding-right: 15px;
}
footer.footer-2 .footer_elements .contain_bloc_logo p{
    color: white;
    line-height: 25px;
    font-family: "Inter";
    max-width: 300px;
}
footer.footer-2 .footer_elements .contain_bloc_logo ul{
    display: flex;
    align-items: center;
}
footer.footer-2 .footer_elements .contain_bloc_logo ul li{
    padding-right: 10px;
    font-size: 14px;
    color: #B5C3BE;
}
footer.footer-2 .footer_elements .contain_bloc_logo ul li p{
    color: #B5C3BE;
    padding-left: 15px;
    
}
footer.footer-2 .footer_elements ul{
    list-style-type: none;
    margin-top: 50px;
	padding:0px;
}

footer.footer-2 .footer_elements p.title{
    color: white;
    font-size: 20px;
    font-weight: 600;
}
footer.footer-2 .footer_elements .contain_similar{
    max-width: 270px;
    width: 100%;
}

footer.footer-2 .footer_elements a{
	text-decoration:none;
	
}
footer.footer-2 .footer_elements .contain_menu_link{
    margin-left: 50px;
}
footer.footer-2 .footer_elements .contain_menu_link ul li{
    margin-bottom: 25px;
}
footer.footer-2 .footer_elements .contain_menu_link ul li a{
    color: #B5C3BE;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter";
}
footer.footer-2 .footer_elements .contain_new ul li{
    margin-bottom: 45px;
    display: flex;
    align-items: flex-start;
}

footer.footer-2 .footer_elements .contain_new ul li .img_bloc{
    width: 70px;
    height: 70px;
    border-radius: 4px;
    background-color: red;
    margin-right: 15px;
}
footer.footer-2 .footer_elements .contain_new ul li .img_bloc img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
footer.footer-2 .footer_elements .contain_new ul li .text .title_date{
    font-size: 16px;
    font-weight: 600;
    color: #efb443;
    margin-bottom: 10px;
}
footer.footer-2 .footer_elements .contain_new ul li .text .title_news a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    max-width: 150px;
    font-family: "Inter";
}

footer.footer-2 .footer_elements ul li hr{
    margin-bottom: 20px;
    margin-top: 20px;
    border: none;
    height: 1px;
    background-color: #FFFFFF54;;
}

footer.footer-2 .footer_elements .contain_contact ul li .contain_line_contact{
    display: flex;
    align-items: center;
}
footer.footer-2 .footer_elements .contain_contact ul li p{
    color: #B5C3BE;
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter";
}
footer.footer-2 .footer_elements .contain_contact ul li p a{
    color: #B5C3BE;
}
footer.footer-2 .footer_elements .contain_contact ul li .contain_line_contact .icon{
    padding-right: 15px;
    color: #efb443;
}



footer.footer-2 .footer_bas{
    padding-top: 30px;
    padding-bottom: 30px;
}
footer.footer-2 .footer_bas p{
    color: #B5C3BE;
    font-size: 13px;
    font-weight: 500;
    font-family: "Inter";
    margin-bottom: 0;
}

footer.footer-2 .footer_bas .contain_right a{
    color: white;
    font-weight: 500;
    font-family: "Inter";
    padding-right: 5px;
    padding-left: 5px;
}

@media only screen and (max-width: 1200px){
    footer.footer-2 .footer_elements{
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media only screen and (max-width: 1050px){
    footer.footer-2 .footer_elements .display_flex{
        flex-wrap: wrap;
    }
    footer.footer-2 .footer_elements .display_flex .contain_bloc_logo{
        width: calc(50% - 25px);
        max-width: 100%;
        margin-bottom: 35px;
    }
    footer.footer-2 .footer_elements .display_flex .contain_similar{
        width: calc(50% - 25px);
        max-width: 100%;
        margin-bottom: 35px;
    } 
}
@media only screen and (max-width: 750px){
    footer.footer-2 .footer_bas .display_flex{
        flex-wrap: wrap;
        text-align: center;
    }
    footer.footer-2 .footer_bas .display_flex .contain_left, 
    footer.footer-2 .footer_bas .display_flex .contain_right{
        width: 100%;
        margin-bottom: 15px;
    } 
}
@media only screen and (max-width: 650px){
    footer.footer-2 .footer_elements .display_flex .contain_bloc_logo{
        width: 100%;
    }
    footer.footer-2 .footer_elements .display_flex .contain_similar{
        width: 100%;
    } 
}