footer{
max-width:1280px;
margin:auto;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
text-align:center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
margin-top:2em;
       
}


#adresse{
margin:auto;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
color:grey;
font-family:"Raleway-Regular";
width:50%;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
text-align:left;
font-size:0.95em;
}

#logo_tsj_footer{
color:grey;
font-family: "Cambria";
font-size: 2em;
}

#s_tsj_footer{
color:rgb(203,23,25);
}

#trait{
background-color: rgb(203,23,25);
height: 2em;
width:3px;
margin:10px;
}

footer img{
max-height:75px;
width:auto;
}

#logo_iso{
float:left;
text-align:left;
width:15%;
}

#logo_oeko{
float:right;
text-align:right;
width:35%;
}


#mentions_legales{
margin-top:20px;
text-align:center;
color:white;
font-family:"Raleway-Regular";
font-size:0.75em;
border-top:1px solid grey;
width:50%;
}

#mentions_legales a{
text-decoration: none;
color:grey;
}

@media all and (max-width: 960px) {
  #adresse {
  font-size: 0.7em;
}
footer img{
max-height:40px;
width:auto;
}
}