@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('http://themes.googleusercontent.com/static/fonts/opensans/v5/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

body {  
    text-decoration: none;
    color: black;
    font-family: "arial", sans-serif;
    font-size: 12pt;
    font-weight: 400;
    margin: 0;
    background-color: #ffffff;

}

a {  
    text-decoration: none;
    color: #000066;
}

a:hover {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.image {
    color:white
}

.right{	    
    float:right;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 20pt;
    border-bottom-style: solid;
    background-color: #FFFFFF;
    border-bottom-width: 2px;
    background-color: inherit;
    width: 45%;
    margin-top: 0;
}


h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 16pt;
    border-bottom-style: solid;
    background-color: #FFFFFF;
    border-bottom-width: 2px;
    background-color: inherit;
    width: 25%;
    margin-top: 0;
}

.title {     
    color: black; 
    font-size: 24pt;
    font-weight: bold;
}	    

.adress_line {
    display: block;
    margin-left: 30px;     
}

li {
    padding: 3px 0px; 
}

br {
    padding: 0px 0px; 
}

th {
    width: 100px;
    font-size: 16pt;	
    vertical-align:top;
}

td {
    vertical-align:top;
    text-align:left;
}

ul {
    padding 0px 0px;
}

#barre {
    display: flex;
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    font-weight: 300;
    box-shadow: 0 0.25em 1em #000000;
}

#nom {
    padding: 0.25em 0.5em;
    vertical-align: middle;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 200;
    width: 100%
}

#nom_inside {
    border-bottom-style: solid;
    background-color: #FFFFFF;
    border-bottom-width: 2px;
    background-color: inherit;
    padding: 1.2% 0;
    width: 60%;
}

#choix_langue {
    display: flex;
    justify-content: flex-end;
    float: right;
    width:128px;
    height: 128px;
    padding : 0 20px;
}

#drapeau_fr {
    background-image: url('Images/frflag.png');
    width: 64px;
    height: 42px;
    float: right;
    margin: 0;
}

#drapeau_en {
    background-image: url('Images/ukflag.png');
    width:64px;
    height:42px;
    float:right;
    margin: 0;
}

#content {
    padding: 128px 0 0 0;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #FFFFFF

}

#images {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #333333;
    padding-top: 20px;
}

.lien_image {
    background-size: contain;
    display: block;
    vertical-align: middle;
    color: white;
    text-decoration: none;
    margin: 10px 0;
}

.lien_image:hover {
    border-bottom-width: 0;
}

#logo_ens {
    background-image: url('Images/logoens.svg');
    background-color: #FFFFFF;
    width: 128px;
    height: 55px;
}

#logo_cnrs {
    background-image: url('Images/logocnrs.svg');
    width: 128px;
    height: 128px;
}

#logo_lip {
    background-image: url('Images/logo_lip_HD.png');
    width: 128px;
    height: 85px;
}

#text {
    width: 100%;
}

.bloc_sombre {
    width: 100%;
    background-color: #ebebeb;
    color: #000000;
    padding: 1em 4em;
}

.bloc_clair {
    width: 100%;
    padding: 1em 4em;
}

#contacts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;

}

#contacts li {
    border-right-style: solid;
    border-color: #333333;
    border-width: 1px;
    padding: 0 1em;
}

#contacts li:last-child{
    border-right-style: solid;
    border-color: #333333;
    border-width: 0;
    padding: 0 1em;
}

#updated {
    color: #FFFFFF;
    font-size: small;
    justify-self: end;
    margin-top: auto;
    max-width: 128px;
}