/*CUSTOM-FOOTER-CSS*/
div#footer-text {
    display: none;
}
.content-footer {
    margin:0;
}
.section-footer{
    display: flex;
    width: 100%;
    
}
.footer-widget-custom {
    position: relative;
    float: left;
    height: 60px;
    color: #fff !important;
    font-weight: 500;
    border-right: 1px solid;
    text-align: center;
}

.footer-widget-custom .icon-span {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    line-height: 1.2;
}

.footer-widget-custom img.icon {
    width: 18px;
	height: 18px;
    margin: 0 14px;
}
.footer-widget-custom.name-footer {
    width: 15%;
    text-transform: uppercase;
}
.footer-widget-custom.adress-footer { 
    width: 40%;
}
.footer-widget-custom.adress-footer a { 
    color: #fff;
}
.footer-widget-custom.mail-footer { 
    width:30%;
}

.footer-widget-custom.mail-footer a { 
    text-decoration: none;
    color: #fff;
}

.footer-widget-custom.phone-footer {
    width: 15%;
    border-right: 0;
}
.footer-widget-custom.phone-footer  a { 
		color: #fff !important;
}
.footer-widget-custom .fa-phone{
    transform: rotate(90deg);
}
.content-copyright {
    margin: 10px 0 0;
    text-align: center;
}
.content-copyright a {
   color: #404040;
}

p#mention-legale {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.copyright-box {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
}
#mention-legale img {
    vertical-align: text-bottom; 
}
a#mention-legal-link {
    color: #404040;
}
a#mention-legal-link:hover {
    color: #22aadd;
}

/*CUSTOM-FOOTER-CSS*/



/*RESPONSIVE-FOOTER*/

/*-------------------[2560px]------------------*/
@media only screen and ( max-width: 2560px ) {
    
    
}


/*-------------------[1920px]------------------*/
@media only screen and ( max-width: 1920px ) {

    
}

/*-------------------[1426px]------------------*/
@media only screen and ( max-width: 1426px ) {

}

/*-------------------[1280px]------------------*/
@media only screen and ( max-width: 1280px ) {

}

/*-------------------[1200px]------------------*/
@media only screen and ( max-width: 1200px ) {

}


/*-------------------[1080px]------------------*/
@media only screen and ( max-width: 1080px ) {


}

/*-------------------[1024px]------------------*/
@media only screen and ( max-width: 1024px ) {

    

}

/*-------------------[980px]------------------*/
@media only screen and (max-width: 980px) {
    .section-footer{
        display: table;
        width: 100%;
        
    }
    .footer-widget-custom {
        margin-bottom: 0;
    }
    .footer-widget-custom.name-footer,
    .footer-widget-custom.adress-footer,
    .footer-widget-custom.mail-footer,
    .footer-widget-custom.phone-footer {
        width: 100%;
        border-bottom: 1px solid #fff !important;
        border-right: none;
    }

}

/*-------------------[768px]------------------*/
@media only screen and (max-width: 768px) {

}

/*-------------------[767px]------------------*/
@media only screen and (max-width: 767px) {

}

/*-------------------[600px]------------------*/
@media only screen and (max-width: 600px) {

    
}

/*-------------------[580px]------------------*/
@media only screen and (max-width: 580px) {

}


/*-------------------[480px]------------------*/
@media only screen and (max-width: 480px) {

    
    
}

/*-------------------[425px]------------------*/
@media only screen and (max-width: 425px) {

    
}

/*-------------------[375px]------------------*/
@media only screen and (max-width: 375px) {

    
}

/*-------------------[360px]------------------*/
@media only screen and (max-width: 360px) {
    
    
}


/*-------------------[320px]------------------*/
@media only screen and (max-width: 320px) {
    
    
}










/*RESPONSIVE-FOOTER*/