@charset "UTF-8";

div#footer-box{
  	            width: 80%;
  	            height: 50px;
  	            max-height: 50px;
  	            min-height: 50px;
                display:flex;
                flex-wrap:nowrap;
				margin-top:0%;
                border-top: 1px inset #e3e3e3;
                position:fixed;
                bottom:50px;
            }

div#logorz{
                margin-top: 1%;
                flex-basis:28%;
                /*width: 11%;*/
                /*text-align:right;*/
            }
div#lienrz{
               	margin-top:1%;
                flex-basis:68%;

            }
.footerlist{
                list-style: none;
                padding: 0;
            }
 .footeritem{
                float: left;
                padding: 0 10px;
                border-right: 1px solid rgb(153, 153, 153);
            }
 .footeritemoff{
                border-right: 0;
            }
 .link{
                text-decoration: none;
                color: #999999;
            }
#image0_726_88859{
				width:251px;
				height:54px;
}

#logos div {
    display: inline-block;
}
#logobranche > img {
    height: 50px;
}
#logorezosocial > a > img {
    height: 50px;
}
:root{
    --bs-link-color: #999999;
    --bs-link-color-rgb: 153, 153, 153;
}

footer img{
    height: 50px;
}
@media screen and (max-width: 1250px){
	#footerlist{
        flex-basis:100%;
        order: 0;
	}
	#logos{
        flex-basis: 100%;
        order: 1;
	}
    .footeritem{
        border-right: none;
    }
}

