#footer_reassur{
	background-color:#fff;
	padding:30px 0 80px;
}
#footer_reassur ul{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
#footer_reassur ul li a{
	display: block;
}
#footer_reassur ul li a{
	margin: 5px;
	display: flex;
    align-items: center;
    min-height: 70px;
}
#footer_reassur ul li a span{
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	color:#21305a;
	font-size: 18px;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#footer_reassur ul li a:hover span{
	color:#da0f00;
}
@media (max-width: 640px) {
	#footer_reassur ul{	gap:2% }
	#footer_reassur ul li{ flex:1 1 49%; max-width:none;}
	#footer_reassur ul li a {
        flex-direction: column;
        margin-bottom: 20px;
        gap: 10px;
    }
	#footer_reassur ul li a span { margin:0;text-align:center;}
}

#footer_link{
	background-color:var(--var-color-bluelight);
}
#footer_link .footer_link_container{
	max-width: 1140px;
    margin: 0 auto;
	overflow: hidden;
	padding: 15px 0;
}
#footer_link .footer_link_container p.footer_title{
	color: #444444;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-right: 10px;
}
#footer_link .footer_link_container ul{
	margin:20px 0 10px;
}
#footer_link .footer_link_container ul li a{
	font-size: 12px;
	line-height: 22px;
    text-decoration: none;
    color: #444444;
    display: block;
    padding: 3px 0;
}

#footer_bottom{
	background-color:var(--var-color-blue);
	color:#fff;
}
#footer_bottom .footer_bottom_container{
	max-width: 1140px;
    margin: 0 auto;
	overflow: hidden;
	padding: 15px 0;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer_bottom .footer_bottom_container .col-md-2_4{
	padding:0 0 0 45px;
	border-right: 1px solid #FFFFFF26;
}
#footer_bottom .footer_bottom_container .col-md-2_4:last-child{
	border-right: 0;
}
#footer_bottom .footer_bottom_container .col-md-2_4:first-child{
	padding:0;
}
#footer_bottom .footer_bottom_container p.footer_title{
    margin-top: 15px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 300;
    padding-right: 0;
}
#footer_bottom .footer_bottom_container ul{
	margin:20px 0 10px;
}
#footer_bottom .footer_bottom_container a{
	font-size: 12px;
	line-height: 13px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 3px 0;
}
#footer_bottom .footer_bottom_container .contact_button{
	background: url(../img/contact.png) no-repeat left top;
    background-size: cover;
    width: 50px;
    height: 31px;
    display: block;
}
#footer_bottom .footer_bottom_container .footer_social_network li {
    display: inline-block;
	margin-right: 10px;
}
#footer_bottom .footer_bottom_container .footer_social_network li:last-child {
	margin-right: 0;
}
#footer_bottom .footer_bottom_container .footer_social_network li a i {
  width: 18px;
  height: 18px;
  display: inline-block;
}
#footer_bottom .footer_bottom_container .footer_social_network{
	margin-top:10px;
}
#footer_bottom .footer_bottom_container .footer_social_network .footer-logo-facebook{
	background: url(../img/logo-facebook.png) no-repeat center center;
  background-size: contain;
}
#footer_bottom .footer_bottom_container .footer_social_network .footer-logo-instagram{
	background: url(../img/logo-instagram.png) no-repeat center center;
  background-size: contain;
}
#footer_bottom .footer_bottom_container .footer_social_network .footer-logo-youtube{
	background: url(../img/logo-youtube.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 1180px) {
	#footer_bottom .footer_bottom_container .col-md-2_4{
		max-width:25%;
		flex:0 0 25%;
	}
	#footer_bottom .footer_bottom_container .col-md-2_4:first-child{
		max-width: 100%;
		flex:0 0 100%;
		border: 0;
		text-align: center;
		padding: 0;
	}
}
@media (max-width: 640px) {
	#footer_bottom .footer_bottom_container .col-md-2_4 {
		max-width:50%;
		flex:0 0 50%;
		border: 0;
	}
	#footer_bottom .footer_bottom_container .col-md-2_4:first-child {
		max-width: 100%;
		flex:0 0 100%;
	}
}