/* ---------- Eléments principaux de la page -------- */

body{
    background: url("images/fond.jpg");
    font-family: 'Rubik';
    color: white;
}

#bloc_page{
    width: 1000px;
    background: #1a1a1a;
    margin: auto;
    margin-top: -10px;
    margin-bottom: -10px;
}

/* -------------------- Header --------------------- */

header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#logo{
    margin: 15px;
    margin-left: 30px;
    width: 20%;
}

#logo img{
    width: 80%;
}

/* -------------------- Navigation ------------------ */

nav ul{
    list-style-type: none;
    display: flex;
    margin: 20px;
}

nav li{
    text-align: center;
    margin-right: 70px;
}

nav a{
    font-size: 1em;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

nav a:hover{
    color: #ffb638;
}

/*---------------------- Message ----------------------*/

.message{
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 0px;
}
.message a{
    text-decoration: none;
    color: #ffb638;
}

.message img{
    width: 1.5em;
    margin: 0px 10px -7px;
}

/*--------------------- Logements ---------------------*/

.bloc{
    position: relative;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    box-shadow: 0 0 3px 0 #c2c2c2;
}

.slider{
    margin-top: 50px;
    width: 450px;
    height: 300px;
    float : left;

}

#slidr-div1{
    width: 100%;
    height: 100%;
}
#slidr-div1 img{
    width: 450px;
    height: 300px;
    padding: 5px;
}

#slidr-div2{
    width: 100%;
    height: 100%;
}
#slidr-div2 img{
    width: 450px;
    height: 300px;
    padding: 5px;
}

#slidr-div3{
    width: 100%;
    height: 100%;
}
#slidr-div3 img{
    width: 450px;
    height: 300px;
    padding: 5px;
}

#slidr-div4{
    width: 100%;
    height: 100%;
}
#slidr-div4 img{
    width: 450px;
    height: 300px;
    padding: 5px;
}

.titre{
    display:block;
    position: relative;
    padding-top: 10px;
}

.titre a{
    color: #FFA13F;
    text-decoration: none;
}

.titre a:hover{
    text-decoration: underline;
}

.texte{
    padding: 20px;
    width: 550px;
}

* {
    box-sizing: border-box;
}

.piece{
    margin-bottom: 15px;
}

.adresse{
    margin-bottom: 10px;
}

#description{
    margin-bottom: 10px;
}

#description li {
    list-style-type: none;
}
 
.prix{
    font-weight: bold;
    font-size: 1.4em;
    text-align: right;
    margin: -7px 0px;
}

.logo_ampere img{
    height: 80px;
    margin-left: 330px;
}

.logo_kley img{
    height: 80px;
    margin-left: 400px;
}

.logo_campusea img{
    height: 80px;
    margin-left: 300px;
}

.logo_crous img{
    height: 80px;
    margin-left: 400px;
}

/* ---------------------- Footer ----------------------*/

#other{
    overflow:hidden;
    padding: 15px 0px 10px 90px;
}

#other ul{
    list-style-type: none;
    display: flex;
}

#other li{
    text-align: center;
    margin: 0px 20px;
}

#other a{
    font-size: 0.8em;
    color: #808080;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}